Commit graph

231 commits

Author SHA1 Message Date
Felix Riemann
80e3300d27 [default-apps] Remove libglade dep from default-applications capplet 2009-07-10 19:49:18 +02:00
Bastien Nocera
be80c315cd Revert previous patch, broke string freeze 2009-06-05 15:07:45 +01:00
Bastien Nocera
8fc3d767cc [defaultapplications] Add Arora to the browsers
Add Arora[1] to the browser list.

[1]: http://code.google.com/p/arora/
2009-06-05 14:56:29 +01:00
Matthias Clasen
1bdcb07aac Fix custom entries getting out of sync with gconf
svn path=/trunk/; revision=9403
2009-04-06 17:06:00 +00:00
Jens Granseuer
38bde3894f fix mnemonics conflict for web browser and mail reader command widgets.
2009-03-06  Jens Granseuer  <jensgr@gmx.net>

	* gnome-default-applications-properties.glade: fix mnemonics conflict
	for web browser and mail reader command widgets. There's another
	conflict for the "Run in terminal" checkbox but that one will have to
	wait until string freeze is over

svn path=/trunk/; revision=9321
2009-03-06 19:19:22 +00:00
Vincent Untz
950c137ea5 post-release bump to 2.25.91
2009-02-04  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.25.91

svn path=/trunk/; revision=9237
2009-02-04 22:30:58 +00:00
Bastien Nocera
59004fc5eb Fix potential crasher when web_radiobutton_toggled_cb is called and the
2009-01-30  Bastien Nocera  <hadess@hadess.net>

	* gnome-da-capplet.c (web_radiobutton_toggled_cb): Fix potential
	crasher when web_radiobutton_toggled_cb is called and the
	browser in GConf doesn't exist on the system anymore


svn path=/trunk/; revision=9219
2009-01-30 12:43:19 +00:00
Jens Granseuer
7db5219ee9 update the entry with the correct command for the selected option instead
2009-01-28  Jens Granseuer  <jensgr@gmx.net>

	* gnome-da-capplet.c: (web_combo_changed_cb): update the entry with
	the correct command for the selected option instead of always using
	the default

svn path=/trunk/; revision=9217
2009-01-28 18:12:26 +00:00
Bastien Nocera
4b1422710e Fix the https handler never being set (Closes: #568408)
2009-01-20  Bastien Nocera  <hadess@hadess.net>

	* gnome-da-capplet.c (web_radiobutton_toggled_cb),
	(web_combo_changed_cb), (web_combo_conv_to_widget): Fix the https
	handler never being set (Closes: #568408)


svn path=/trunk/; revision=9202
2009-01-20 19:46:22 +00:00
Bastien Nocera
a4f0969525 upd 2.25.3
2008-12-18  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 2.25.3


svn path=/trunk/; revision=9178
2008-12-18 19:30:08 +00:00
Rodrigo Moya
8640021f19 prepare for 2.25.2 release.
2008-12-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* NEWS:
	* *ChangeLog: prepare for 2.25.2 release.

svn path=/trunk/; revision=9158
2008-12-02 16:37:29 +00:00
Vincent Untz
d35680790c post-release bump to 2.25.2.
2008-11-05  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.25.2.

svn path=/trunk/; revision=9134
2008-11-05 14:54:05 +00:00
Søren Sandmann
2f8de6c511 ==> common/ChangeLog <==
Fri Oct 24 18:22:06 2008  Søren Sandmann  <sandmann@redhat.com>

	* capplet-util.[ch]: Add new capplet_init() function

==> default-applications/ChangeLog <==
Fri Oct 24 18:22:22 2008  Søren Sandmann  <sandmann@redhat.com>

	* gnome-da-capplet.c (main): Use new capplet_init() function



svn path=/trunk/; revision=9105
2008-10-24 22:22:58 +00:00
Søren Sandmann Pedersen
621d9dcc44 +Fri Oct 24 17:54:17 2008 Søren Sandmann <sandmann@redhat.com>
+
+	* gnome-da-capplet.c (main): Fix to use gtk_init_with_args() correctly.
+


svn path=/trunk/; revision=9103
2008-10-24 21:54:30 +00:00
Søren Sandmann Pedersen
854ed3cc06 +Fri Oct 24 17:31:40 2008 Søren Sandmann <sandmann@redhat.com>
+
+	* gnome-da-capplet.c (main): Replace use of gnome_program_init()
+	with gtk_init_with_args()
+


svn path=/trunk/; revision=9100
2008-10-24 21:35:00 +00:00
Søren Sandmann
1616422ded Use gtk_show_uri() instead of gnome_help_display_desktop()
Fri Oct 24 15:42:11 2008  Søren Sandmann  <sandmann@redhat.com>

	* Use gtk_show_uri() instead of gnome_help_display_desktop()


svn path=/trunk/; revision=9094
2008-10-24 19:42:26 +00:00
Bastien Nocera
be3affe132 Fix build failure caused by last commit
2008-10-10  Bastien Nocera  <hadess@hadess.net>

	* gnome-default-applications.xml.in: Fix build failure caused by last
	commit


svn path=/trunk/; revision=9055
2008-10-10 08:41:22 +00:00
Rodrigo Moya
a2c5329cef add Listen to the list of media players. Patch by Julien Lavergne
2008-10-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-default-applications.xml.in: add Listen to the list of media
	players. Patch by Julien Lavergne

svn path=/trunk/; revision=9054
2008-10-09 10:02:04 +00:00
Vincent Untz
1aee7c2ad6 post-release bump to 2.24.1.
2008-09-24  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.24.1.

svn path=/trunk/; revision=9001
2008-09-24 16:50:50 +00:00
Jens Granseuer
86be455ef6 use a11y icon instead of searchtool (bug #550742)
2008-09-03  Jens Granseuer  <jensgr@gmx.net>

	* gnome-at-session.desktop.in.in: use a11y icon instead of searchtool
	(bug #550742)

svn path=/trunk/; revision=8920
2008-09-03 21:30:52 +00:00
Jens Granseuer
1eba9413d0 don't advertise startup-notify. The script doesn't support it (bug
2008-09-03  Jens Granseuer  <jensgr@gmx.net>

	* gnome-at-session.desktop.in.in: don't advertise startup-notify. The
	script doesn't support it (bug #550694)

svn path=/trunk/; revision=8919
2008-09-03 21:10:00 +00:00
Rodrigo Moya
ebc660f223 Patch from James Westby <jw+debian@jameswestby.net>
2008-07-29  Rodrigo Moya <rodrigo@gnome-db.org>

	Patch from James Westby <jw+debian@jameswestby.net>
	
	* gnome-da-capplet.c (combo_conv_from_widget): don't return NULL, but
	the already set 'ret' variable, to allow Custom commands to work (bug
	#545280)

svn path=/trunk/; revision=8823
2008-07-29 12:12:34 +00:00
Jens Granseuer
47a1063481 use -x instead of -e as exec_flag for Terminator (bug #544058)
2008-07-24  Jens Granseuer  <jensgr@gmx.net>

	* gnome-default-applications.xml.in: use -x instead of -e as exec_flag
	for Terminator (bug #544058)

svn path=/trunk/; revision=8793
2008-07-24 16:34:17 +00:00
Jens Granseuer
8ae8397e50 add capplets/default-applications/gnome-default-applications.pc to
2008-07-15  Jens Granseuer  <jensgr@gmx.net>

	* configure.in: add
	capplets/default-applications/gnome-default-applications.pc to
	generated files

2008-07-15  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: install the default apps list in the default-apps
	subdirectory
	* gnome-da-xml.c: (gnome_da_xml_load_list): load everything from there
	* gnome-default-applications.pc.in: add file so that applications can
	query where to put their extensions

svn path=/trunk/; revision=8783
2008-07-15 22:03:57 +00:00
Jens Granseuer
d0e7d2a09c Patch by: Aprotim Sanyal <aprotim@google.com>
2008-07-15  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Aprotim Sanyal <aprotim@google.com>

	* gnome-da-xml.c: (gnome_da_xml_load_list): make it possible for apps
	to install additional XML files to extend the list of available
	applications (bug #527304)

svn path=/trunk/; revision=8782
2008-07-15 21:37:12 +00:00
Thomas Wood
02ea07d474 Provide a Tango style application icon for Preferred Applications capplet
2008-06-15  Thomas Wood  <thos@gnome.org>

	* Makefile.am:
	* icons/*:

	Provide a Tango style application icon for Preferred Applications
	capplet (bug 397312). Artwork by Jakub Steiner <jimmac@ximian.com>.

svn path=/trunk/; revision=8756
2008-06-15 17:45:40 +00:00
Thomas Wood
d63e05bc7f Convert to use GConfPropertyEditor and remove a lot of duplicated code in
2008-05-18  Thomas Wood  <thos@gnome.org>

	* gnome-da-capplet.c: Convert to use GConfPropertyEditor and remove
	a lot of duplicated code in the process.

svn path=/trunk/; revision=8719
2008-05-18 21:34:17 +00:00
Vincent Untz
5e14bcf311 post-release bump to 2.23.3
2008-05-17  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.23.3

svn path=/trunk/; revision=8716
2008-05-17 16:56:46 +00:00
Jens Granseuer
0c4f13adf4 add -p/--show-page to open the dialog on a specific page (see bug #528196)
2008-04-16  Jens Granseuer  <jensgr@gmx.net>

	* gnome-da-capplet.c: (show_dialog), (main):
	* gnome-default-applications-properties.glade: add -p/--show-page to
	open the dialog on a specific page (see bug #528196)

svn path=/trunk/; revision=8654
2008-04-16 16:38:50 +00:00
Jens Granseuer
d9c41d2850 Patch by: Willie Walker <william.walker@sun.com>
2008-02-21  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Willie Walker <william.walker@sun.com>

	* gnome-at-commandline.in.in: use `...` syntax instead of $(...) for
	better portability (bug #517938)

svn path=/trunk/; revision=8514
2008-02-21 20:46:35 +00:00
Jens Granseuer
56bc1a9c11 add support for Konsole, too (bug #515386)
2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	* gnome-default-applications.xml.in: add support for Konsole, too
	(bug #515386)

svn path=/trunk/; revision=8459
2008-02-09 11:38:06 +00:00
Jens Granseuer
197bf79488 Patch by: Nicolas Valcarcel
2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Nicolas Valcarcel

	* gnome-default-applications.xml.in: add support for Terminator
	console (bug #515366)

svn path=/trunk/; revision=8458
2008-02-09 10:32:57 +00:00
Jens Granseuer
c76993d706 improve name and description for the visual AT autostarter (bug #515197)
2008-02-08  Jens Granseuer  <jensgr@gmx.net>

	* gnome-at-session.desktop.in.in: improve name and description for the
	visual AT autostarter (bug #515197)

svn path=/trunk/; revision=8455
2008-02-08 16:59:53 +00:00
Jens Granseuer
aabb736087 Patch by: Sven Arvidsson <sa@whiz.se>
2008-02-01  Jens Granseuer  <jensgr@gmx.net>

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

	* gnome-default-applications.xml.in: support --new-tab/--new-window
	for Iceweasel (bug #322795)

svn path=/trunk/; revision=8438
2008-02-01 17:21:54 +00:00
Jens Granseuer
67c1c458bc Patch by: Chris Jones
2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Chris Jones

	* gnome-default-applications.xml.in: sok is now called onBoard (bug
	#499328)

svn path=/trunk/; revision=8316
2007-12-06 21:58:57 +00:00
Jens Granseuer
abd16829c8 Based on patch by: Jakub Rusinek <liviopl.pl@gmail.com>
2007-11-28  Jens Granseuer  <jensgr@gmx.net>

	Based on patch by: Jakub Rusinek <liviopl.pl@gmail.com>

	* gnome-default-applications.xml.in: add support for Midori web browser
	(bug #500274)

svn path=/trunk/; revision=8303
2007-11-28 19:41:16 +00:00
Sebastien Bacher
c9a3f5c1eb don't list the oudated evolution versions nor the text web browsers
2007-11-26  Sebastien Bacher  <seb128@ubuntu.com>

	* gnome-default-applications.xml.in: don't list the oudated evolution
	  versions nor the text web browsers (Closes: #499327)

svn path=/trunk/; revision=8299
2007-11-26 08:57:53 +00:00
Kjartan Maraas
fa5c993d24 Distcheck fixes.
2007-10-31  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Distcheck fixes.

svn path=/trunk/; revision=8239
2007-10-31 14:36:46 +00:00
Jens Granseuer
0255939192 replace obsolete "orca -m" command by new "orca -e magnifier" (bug
2007-10-25  Jens Granseuer  <jensgr@gmx.net>

	* gnome-default-applications.xml.in: replace obsolete "orca -m" command
	by new "orca -e magnifier" (bug #489973)

svn path=/trunk/; revision=8203
2007-10-25 20:36:49 +00:00
Jens Granseuer
a95a3f8461 Patch by: Stephane Loeuillet <leroutier@gmail.com>
2007-10-02  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Stephane Loeuillet <leroutier@gmail.com>

	* Makefile.am: use standard xdg autostart directory instead of gnome
	one (bug #481740)

svn path=/trunk/; revision=8154
2007-10-02 18:04:50 +00:00
Jens Granseuer
97f89ca9e1 Patch by: Stephane Loeuillet <leroutier@gmail.com>
2007-10-02  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Stephane Loeuillet <leroutier@gmail.com>

	* capplets/about-me/gnome-about-me.desktop.in.in:
	* capplets/accessibility/at-properties/at-properties.desktop.in.in:
	* capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in:
	* capplets/appearance/data/gnome-appearance-properties.desktop.in.in:
	* capplets/appearance/data/gnome-theme-installer.desktop.in.in:
	* capplets/appearance/theme-save.c:
	* capplets/default-applications/default-applications.desktop.in.in:
	* capplets/default-applications/gnome-at-session.desktop.in.in:
	* capplets/display/display-properties.desktop.in.in:
	* capplets/keybindings/keybinding.desktop.in.in:
	* capplets/keyboard/keyboard.desktop.in.in:
	* capplets/mouse/gnome-settings-mouse.desktop.in.in:
	* capplets/network/gnome-network-preferences.desktop.in.in:
	* capplets/sound/gnome-settings-sound.desktop.in.in:
	* capplets/windows/window-properties.desktop.in.in:
	* shell/gnomecc.desktop.in.in:
	* shell/gnomecc.directory.in:
	* vfs-methods/fontilus/font-method.directory.in:
	* vfs-methods/fontilus/gnome-font-viewer.desktop.in.in:
	* vfs-methods/themus/theme-method.directory.in:
	* vfs-methods/themus/themus-theme-applier.desktop.in.in:
	desktop file fixes: don't use the deprecated Encoding tag, change
	Terminal=0 to Terminal=false, remove empty Categories= (bug #481740)

svn path=/trunk/; revision=8153
2007-10-02 18:01:06 +00:00
Jens Granseuer
859be7cdde Patch by: Michael Monreal <infernux@web.de>
2007-09-19  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Michael Monreal <infernux@web.de>

	* gnome-da-capplet.c: replace mail and multimedia icon names with
	Tangoified versions (bug #470386)

svn path=/trunk/; revision=8127
2007-09-19 17:54:41 +00:00
Jens Granseuer
5cd8e2051c Patch by: Patrick Wade <patrick.wade@sun.com>
2007-09-18  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Patrick Wade <patrick.wade@sun.com>

	* gnome-default-applications-properties.glade: make accelerators for
	the accessibility tools page unique (bug #474308)

svn path=/trunk/; revision=8125
2007-09-18 19:13:47 +00:00
Philip Withnall
18a834a559 use new -new-tab and -new-window arguments instead of -remote for Firefox
2007-08-21  Philip Withnall <bugzilla@tecnocode.co.uk>

	* gnome-default-applications.xml.in: use new -new-tab and -new-window
	arguments instead of -remote for Firefox tab and window commands.
	Closes bug #393204.

svn path=/trunk/; revision=8030
2007-08-21 11:47:02 +00:00
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