Commit graph

149 commits

Author SHA1 Message Date
Jens Granseuer
cbbba2a4b1 Patch by: Sven Arvidsson <sa@whiz.se>
2007-08-17  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Sven Arvidsson <sa@whiz.se>

	* gnome-default-applications.xml.in: add browser and mail entries for
	Iceape, the debranded Seamonkey version used by Debian (bug #467472)

svn path=/trunk/; revision=8012
2007-08-17 16:12:31 +00:00
Jens Granseuer
b7c050d006 don't use '==', and improve portability with empty strings
2007-08-01  Jens Granseuer  <jensgr@gmx.net>

	* gnome-at-commandline.in.in: don't use '==', and improve
	portability with empty strings

svn path=/trunk/; revision=7945
2007-08-01 19:28:13 +00:00
Jens Granseuer
0921b627db remove spurious AT desktop entries (bug #444787)
2007-07-29  Jens Granseuer  <jensgr@gmx.net>

	* configure.in: remove spurious AT desktop entries (bug #444787)

2007-07-29  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* default-applications-accessibility.desktop.in.in:
	* gnome-at-mobility.desktop.in.in:
	* gnome-at-visual.desktop.in.in: remove spurious desktop entries
	(bug #444787)

2007-07-29  Jens Granseuer  <jensgr@gmx.net>

	* POTFILES.in:
	* POTFILES.skip: remove spurious AT desktop entries

svn path=/trunk/; revision=7925
2007-07-29 17:23:02 +00:00
Matthias Clasen
bdc83177c7 Change the custom command entries to be insensitive, instead of
2007-07-12  Matthias Clasen  <mclasen@redhat.com>

        * gnome-default-applications-properties.glade:
        * gnome-da-capplet.c: Change the custom command entries to be
        insensitive, instead of noneditable, unless we are a custom
        command.  (#456308)


svn path=/trunk/; revision=7851
2007-07-12 17:33:58 +00:00
Jens Granseuer
9ebde4757a fix bugzilla info and clean up the Makefile a bit
2007-07-08  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* default-applications-accessibility.desktop.in.in:
	* default-applications.desktop.in.in:
	* gnome-at-mobility.desktop.in.in:
	* gnome-at-session.desktop.in.in:
	* gnome-at-visual.desktop.in.in: fix bugzilla info and clean up the
	Makefile a bit

svn path=/trunk/; revision=7837
2007-07-08 20:09:20 +00:00
Jens Granseuer
336d47c095 fix error handling, plug some memory leaks, and properly handle unset
2007-07-07  Jens Granseuer  <jensgr@gmx.net>

	* gnome-da-capplet.c: (entry_focus_out_event_cb),
	(terminal_checkbutton_toggled_cb), (a11y_checkbutton_toggled_cb),
	(web_radiobutton_toggled_cb), (web_combo_changed_cb),
	(mail_combo_changed_cb), (media_combo_changed_cb),
	(terminal_combo_changed_cb), (visual_combo_changed_cb),
	(mobility_combo_changed_cb), (show_dialog): fix error handling, plug
	some memory leaks, and properly handle unset GConf keys in
	xxx_combo_changed_cb (fixes bug #454103)

svn path=/trunk/; revision=7832
2007-07-07 11:39:05 +00:00
Rodrigo Moya
a036a00187 renamed Bugzilla product.
2007-04-27  Rodrigo Moya <rodrigo@gnome-db.org>

	* default-applications-accessibility.desktop.in.in: renamed Bugzilla
	product.

svn path=/trunk/; revision=7502
2007-04-27 10:12:25 +00:00
George Kraft IV
b3c29eb8c8 better icons for A11Y categories.
2007-04-23  George Kraft IV <gk4@austin.ibm.com>

	* gnome-da-applet.c: better icons for A11Y categories.

svn path=/trunk/; revision=7488
2007-04-23 21:33:06 +00:00
Rodrigo Moya
933cef144a Patch from SuSE package
2007-04-18  Rodrigo Moya <rodrigo@gnome-db.org>

	Patch from SuSE package

	* gnome-default-applications.xml.in: added Seamonkey as web browser and
	mail reader.

svn path=/trunk/; revision=7475
2007-04-18 12:12:14 +00:00
Jens Granseuer
e1ca865e36 Patch by: Kristof Vansant <de_lupus@pandora.be>
2007-04-08  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Kristof Vansant <de_lupus@pandora.be>

	* gnome-default-applications-properties.glade: don't require gnome
	glade lib

svn path=/trunk/; revision=7447
2007-04-08 12:22:41 +00:00
Priit Laes
fe4665e55f Glue code to tie everything together. Added widgets and defines for
2007-03-20  Priit Laes  <plaes@svn.gnome.org>

	* gnome-da-capplet.c: Glue code to tie everything together.
	* gnome-da-capplet.h: Added widgets and defines for default mediaplayer.
	* gnome-da-xml.c: (gnome_da_xml_load_xml), (gnome_da_xml_free): Added
	mediaplayer data parser.
	* gnome-da-item.c: Changed occurrences of MailItem to SimpleItem, so we
	can also use it for mediaplayers.
	* gnome-da-item.h: Ditto.
	* gnome-default-applications-properties.glade: Make Multimedia tab visible
	and change the UI to include our favorite mediaplayer selector.
	* gnome-default-applications.xml.in: Add some media players to the list.

	Introduces preferred media application support. Bug #362578.

svn path=/trunk/; revision=7403
2007-03-20 18:53:59 +00:00
Jens Granseuer
f469d6a55d don't try to read into invalid territory when the user set a custom
2007-02-13  Jens Granseuer  <jensgr@gmx.net>

	* gnome-da-capplet.c: (web_gconf_changed_cb): don't try to read into
	invalid territory when the user set a custom command without spaces.
	Closes bug #407601.

svn path=/trunk/; revision=7291
2007-02-13 22:41:50 +00:00
Jens Granseuer
3bc84f6ace really fix DATADIR and make directory definitions more consistent with
2007-02-13  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* gnome-da-capplet.c: (show_dialog):
	* gnome-da-xml.c: (gnome_da_xml_load_list): really fix DATADIR and
	make directory definitions more consistent with other capplets.
	Closes bug #407597.

svn path=/trunk/; revision=7290
2007-02-13 22:19:12 +00:00
Jens Granseuer
04556a5c27 fix DATADIR define
2007-02-03  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: fix DATADIR define

svn path=/trunk/; revision=7236
2007-02-03 11:23:50 +00:00
Jens Granseuer
779fedcd6b plug memory leaks. Closes bug #395212.
2007-02-03  Jens Granseuer  <jensgr@gmx.net>

	* gnome-da-capplet.c: (fill_combo_box), (show_dialog), (main):
	* gnome-da-xml.c: (gnome_da_xml_load_xml),
	(gnome_da_xml_load_list), (gnome_da_xml_free):
	* gnome-da-xml.h: plug memory leaks. Closes bug #395212.

svn path=/trunk/; revision=7235
2007-02-03 11:20:20 +00:00
Christian Persch
f2570627a2 Use specific string as app ID in gnome_program_init, not PACKAGE. Bug
2007-02-02  Christian Persch  <chpe@svn.gnome.org>

	* gnome-da-capplet.c: (main): Use specific string as app ID in
	gnome_program_init, not PACKAGE. Bug #403708.

svn path=/trunk/; revision=7228
2007-02-02 19:52:31 +00:00
Thomas Wood
007e83e148 Move Preffered Applications capplet from SystemSettings to
2007-01-17  Thomas Wood  <thos@gnome.org>

	* default-applications.desktop.in.in: Move Preffered Applications
	capplet from SystemSettings to PersonalSettings

svn path=/trunk/; revision=7147
2007-01-17 16:56:55 +00:00
Colin Leroy
5d8a5f6fe2 add support for Claws Mail (aka Sylpheed-Claws). Closes bug #386771.
2006-12-17  Colin Leroy  <colin@colino.net>

	* gnome-default-applications.xml.in: add support for Claws Mail (aka
	Sylpheed-Claws). Closes bug #386771.
2006-12-17 15:55:35 +00:00
Luca Cavalli
7698e7c0d2 Fix Thunderbird command line parameter (this time should *really* work).
2006-12-17  Luca Cavalli  <lcavalli@cvs.gnome.org>

	* gnome-default-applications.xml.in: Fix Thunderbird command line
	parameter (this time should *really* work). Closes bug #326808.
2006-12-17 15:47:29 +00:00
Loc Minier
01ab0536c6 add support for Iceweasel and Icedove. Closes bug #379085.
2006-12-17  Loc Minier  <lool+gnome@via.ecp.fr>

	* gnome-default-applications.xml.in: add support for Iceweasel and
	Icedove. Closes bug #379085.
2006-12-17 15:37:15 +00:00
Kjartan Maraas
ff19eed151 Fix a bunch of leaks from gconf_client_get_string() Bug #376949.
2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-da-capplet.c: (web_combo_changed_cb),
	(mail_combo_changed_cb), (terminal_combo_changed_cb):
	Fix a bunch of leaks from gconf_client_get_string()
	Bug #376949.
2006-12-08 16:34:38 +00:00
Luca Cavalli
0ef5d2aaf1 Added support for legacy gconf key. Based on a patch from Sven Herzberg
2006-10-09  Luca Cavalli  <lcavalli@cvs.gnome.org>

	* gnome-da-capplet.c: (web_gconf_changed_cb):
	* gnome-da-capplet.h:

	Added support for legacy gconf key. Based on a patch from Sven
	Herzberg <herzi@gnome-de.org>. Closes bug #359986.
2006-10-16 11:39:26 +00:00
Sebastien Bacher
88e52ddfad don't use the Application category for the .desktops, use the HardwareSettings
one for some, patch by Vincent Fretin <vincent.fretin@gmail.com>
(Closes: #344321)
2006-07-23 10:52:01 +00:00
Daniel Holbach
b0177ca8d8 update help section name. Closes bug #340032.
2006-05-09  Daniel Holbach  <dholbach@ubuntu.com>

	* gnome-da-capplet.c: (close_cb): update help section name. Closes
	bug #340032.
2006-05-09 20:44:41 +00:00
Luca Cavalli
40bbe47d9f remove unnecessary gnome-terminal command line parameter. Closes bug
2006-05-09  Luca Cavalli  <lcavalli@cvs.gnome.org>

	* gnome-default-applications.xml.in: remove unnecessary
	gnome-terminal command line parameter. Closes bug #336700.
2006-05-09 20:32:37 +00:00
Luca Cavalli
afc870aa7e add support for Sylpheed. Based on a patch from Fryderyk Dziarmagowski
2006-04-13  Luca Cavalli  <loopback@slackit.org>

	* gnome-default-applications.xml.in: add support for Sylpheed. Based
	on a patch from Fryderyk Dziarmagowski <freetz@pld-linux.org>.
	Closes bug #332659.
2006-04-13 21:36:17 +00:00
Luca Cavalli
0a4ce1ea84 Fix Thunderbird command line parameter (this time should work). Closes
2006-03-23  Luca Cavalli  <loopback@slackit.org>

	* gnome-default-applications.xml.in: Fix Thunderbird command line
	parameter (this time should work). Closes (again) bug #326808.
2006-03-28 19:52:57 +00:00
Luca Cavalli
6366609a2a remove double gconf value setting. Closes bug #334331.
2006-03-12  Luca Cavalli  <loopback@slackit.org>

	* gnome-da-capplet.c: (terminal_checkbutton_toggled_cb): remove
	double gconf value setting. Closes bug #334331.
2006-03-19 22:17:20 +00:00
Luca Cavalli
80f18a83a2 replace gtk_entry_set_editable, which is deprecated in newly-written code,
2006-03-06  Luca Cavalli  <loopback@slackit.org>

	* gnome-da-capplet.c: (web_combo_changed_cb),
	(mail_combo_changed_cb), (terminal_combo_changed_cb),
	(web_browser_update_combo_box), (mail_reader_update_combo_box),
	(terminal_update_combo_box): replace gtk_entry_set_editable,
	which is deprecated in newly-written code, with
	gtk_editable_set_editable. Closes bug #329193.
2006-03-06 21:04:36 +00:00
Luca Cavalli
7c0544df2c remove two unused variables. Closes bug #332973.
2006-03-01  Luca Cavalli  <loopback@slackit.org>

	* gnome-da-capplet.c: (screen_changed_cb), (show_dialog): remove two
	unused variables. Closes bug #332973.
2006-03-01 20:37:48 +00:00
Luca Cavalli
68e2fda416 look at the correct icon theme after screen changes and update also combo
2006-02-28  Luca Cavalli  <loopback@slackit.org>

	* gnome-da-capplet.c: (refresh_combo_box_icons),
	(theme_changed_cb), (screen_changed_cb), (fill_combo_box),
	(show_dialog):
	* gnome-da-capplet.h:
	* gnome-da-item.c: (gnome_da_web_item_free),
	(gnome_da_mail_item_free), (gnome_da_term_item_free):
	* gnome-da-item.h: look at the correct icon theme after screen changes
	and update also combo boxes icons when icon theme changes. Closes
	bug #330154.
2006-02-28 21:02:55 +00:00
Takeshi Aihana
4bfaca31bd use correct text domain name. Closes bug #332833.
2006-02-28  Takeshi Aihana  <aihana@jcom.home.ne.jp>

	* gnome-da-capplet.c: (show_dialog), (main): use correct text domain
	name. Closes bug #332833.
2006-02-28 20:18:08 +00:00
Glynn Foster
f17ec37866 Fix typos.
2006-02-27  Glynn Foster <glynn.foster@sun.com>

	* gnome-default-applications.xml.in: Fix typos.
2006-02-27 00:15:28 +00:00
Fryderyk Dziarmagowski
cc48e51a92 fix Sylpheed Claws executable name. Closes part of bug #332659.
2006-02-27  Fryderyk Dziarmagowski  <freetz@pld-linux.org>

	* gnome-default-applications.xml.in: fix Sylpheed Claws executable
	name. Closes part of bug #332659.
2006-02-26 23:25:02 +00:00
Luca Cavalli
1b5e1797ef disable "toggle" signal emission during UI update, thus preventing calling
2006-02-14  Luca Cavalli <loopback@slackit.org>

	* gnome-da-capplet.c: (web_browser_update_combo_box),
	(web_browser_update_radio_buttons), (web_gconf_changed_cb),
	(show_dialog): disable "toggle" signal emission during UI update,
	thus preventing calling twice the same code. Closes bug #328094.
2006-02-14 21:11:01 +00:00
Luca Cavalli
54f951afb8 fix some compilation warnings. Close bug #330384.
2006-02-08  Luca Cavalli <loopback@slackit.org>

	* gnome-da-capplet.c: (web_radiobutton_toggled_cb),
	(web_item_comp), (mail_gconf_changed_cb), (term_gconf_changed_cb),
	(show_dialog):
	* gnome-da-xml.c: (gnome_da_xml_load_xml): fix some compilation
	warnings. Close bug #330384.
2006-02-08 16:47:49 +00:00
chpe
8836ecad5a Fixes #327220
2006-01-28  chpe <chpe@gnome.org>

	Fixes #327220

	* gnome-default-applications.xml.in: use "Epiphany Web Browser",
	like in the .desktop file and use long options for Epiphany.
2006-01-28 18:51:05 +00:00
Rodrigo Moya
8ca32d80d9 Fixes part of #327749
2006-01-28  Rodrigo Moya <rodrigo@novell.com>

	Fixes part of #327749

	* gnome-default-applications-properties.glade:
	* gnome-da-capplet.c (web_combo_changed_cb, mail_combo_changed_cb,
	terminal_combo_changed_cb, web_browser_update_combo_box,
	mail_reader_update_combo_box, terminal_update_combo_box): don't set
	entries' sensitivity, just disable input on them.
2006-01-28 18:46:47 +00:00
Luca Cavalli
53505b573e update custom command entries also when predefined application is
2006-01-28  Luca Cavalli <loopback@slackit.org>

	* gnome-da-capplet.c: (web_combo_changed_cb),
	(mail_combo_changed_cb), (terminal_combo_changed_cb),
	(web_browser_update_combo_box), (mail_reader_update_combo_box),
	(terminal_update_combo_box), (web_gconf_changed_cb),
	(mail_gconf_changed_cb), (term_gconf_changed_cb), (show_dialog):
	update custom command entries also when predefined application is
	selected. Closes bug #327749.
2006-01-28 15:28:38 +00:00
Luca Cavalli
c8ee47bb8a fixed Thunderbird command line parameter. Closes bug #326808.
2006-01-17  Luca Cavalli  <loopback@slackit.org>

	* gnome-default-applications.xml.in: fixed Thunderbird command
	line parameter. Closes bug #326808.
2006-01-23 10:55:11 +00:00
Luca Cavalli
d11e0c199f load translated XML application description, if available. Closes bug
2006-01-17  Luca Cavalli  <loopback@slackit.org>

	* gnome-da-xml.c: (gnome_da_xml_get_string): load translated XML
	application description, if available. Closes bug #327221.
2006-01-17 15:48:08 +00:00
Rodrigo Moya
7b6f60b5bb just read the file from the $datadir we installed it.
2006-01-16  Rodrigo Moya <rodrigo@novell.com>

	* gnome-da-xml.c (gnome_da_xml_load_list): just read the file
	from the $datadir we installed it.

	* Makefile.am: -DDATADIR.
2006-01-16 17:59:03 +00:00
Sebastien Bacher
7683126997 fixed the dist
2006-01-16  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am: fixed the dist
2006-01-16 17:18:13 +00:00
Sebastien Bacher
82b85f81ba fixes some errors with the path
2006-01-16  Sebastien Bacher  <seb128@debian.org>

	* gnome-da-capplet.c: (show_dialog): fixes some errors with the path
2006-01-16 17:09:43 +00:00
Sebastien Bacher
3ec46a9076 use the correct .glade
2006-01-16  Sebastien Bacher  <seb128@debian.org>

	* gnome-da-capplet.c: (show_dialog): use the correct .glade
2006-01-16 17:03:32 +00:00
Sebastien Bacher
2b2a8147ce fix gladedir use
2006-01-16  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am: fix gladedir use
2006-01-16 16:26:47 +00:00
Sebastien Bacher
9d31afa2e2 fix a name
2006-01-16  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am: fix a name
2006-01-16 15:26:45 +00:00
Sebastien Bacher
2f8d99ddce new gnome-default-applications capplet, patch by Luca Cavalli
2006-01-16  Sebastien Bacher  <seb128@debian.org>

	* Makefile.am:
	* default-applications-properties.glade:
	* gnome-da-capplet.c, gnome-da-capplet.h:
	* gnome-da-item.c, gnome-da-item.h:
	* gnome-da-xml.c, gnome-da-xml.h:
	* gnome-default-applications-properties-structs.c:
	* gnome-default-applications-properties.c:
	* gnome-default-applications-properties.glade:
	* gnome-default-applications.xml.in:
	new gnome-default-applications capplet,
	patch by Luca Cavalli <loopback@slackit.org> updated for the
	gnome-control-center build system
2006-01-16 15:13:33 +00:00
pholie
2f465c487e Fixes bug #324629
2006-01-03  pholie <golierr@gmail.com>

	Fixes bug #324629

	* gnome-default-applications-properties-structs.c: added Opera to
	list of default browsers.
2006-01-03 09:58:44 +00:00
Kjartan Maraas
564a9d03aa Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfy
2005-11-14  Kjartan Maraas  <kmaraas@gnome.org>

	* */*: Huge cleanup. Individual ChangeLogs have info.
	Closing bug #320157.
	* libkbddraw/keyboard-drawing.h: ANSIfy some function declarations.
2005-11-14 15:18:09 +00:00