Commit graph

28 commits

Author SHA1 Message Date
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
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
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
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
George Kraft IV
f912cb6f4a added A11Y applications to the default applications capplet.
2007-04-23  George Kraft IV <gk4@austin.ibm.com>

	* configure.in:
	* capplets/default-applications/*: added A11Y applications to the
	default applications capplet.

svn path=/trunk/; revision=7484
2007-04-23 15:04:41 +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
de16439ab3 Patch by: Vitaliy Ischenko <betalb@gmail.com>
2007-03-18  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Vitaliy Ischenko <betalb@gmail.com>

	* capplets/about-me/gnome-about-me.glade:
	* capplets/accessibility/keyboard/gnome-accessibility-keyboard-properties.glade:
	* capplets/default-applications/gnome-default-applications-properties.glade:
	* capplets/keyboard/gnome-keyboard-properties.glade:
	* capplets/network/gnome-network-properties.glade:
	don't hardcode the invisible char property in glade files (closes bug
	#393879)

svn path=/trunk/; revision=7395
2007-03-18 17:39:22 +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
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
Sebastien Bacher
2174d6a648 fix a warning about the icon, patch from Matthias Clasen
2005-05-22  Sebastien Bacher  <seb128@debian.org>

        * gnome-default-applications-properties.glade:
        fix a warning about the icon,
        patch from Matthias Clasen <mclasen@redhat.com> (Closes: #168060).
2005-05-22 15:53:42 +00:00
Sebastien Bacher
f5489de525 patch from Heikki Paajanen <hepaajan@iki.fi> (based on the patch
from Andrew Johnson <acjgenius@earthlink.net>)
        to not set "close" as the default button (Closes: #98202).
2005-01-01 23:18:33 +00:00
Sebastien Bacher
7571f44d8d changed a mnemonic to fix #144343.
2004-11-26  Sebastien Bacher  <seb128@debian.org>

	* gnome-default-applications-properties.glade: changed a mnemonic to
	fix #144343.
2004-11-26 16:40:31 +00:00
Sebastien Bacher
4ab58ee9f7 Mask the "Text Editor" tab since it's not used by the new mime system.
2004-11-26  Sebastien Bacher  <seb128@debian.org>

	* gnome-default-applications-properties.glade: Mask the "Text Editor"
	tab since it's not used by the new mime system.
2004-11-26 15:30:26 +00:00
Michael Terry
6c1639eb55 Commited these changes
2004-11-26  Michael Terry <mike@mterry.name>

       * gnome-default-applications-properties.glade: Simplify some strings
       and add a window icon per bug #98918.
2004-11-26 14:40:05 +00:00
Padraig O'Briain
718275a65d Add accessible relations so accessible names are correctly reported. Fixes
2004-01-09  Padraig O'Briain <padraig.obriain@sun.com>

	* gnome-default-applications-properties.glade: Add accessible
	relations so accessible names are correctly reported.
	Fixes bug #127302.
2004-01-09 14:53:58 +00:00
Dennis Cranston
8f5cbf86a1 Patch to fix spacing between action area and vbox of preferences dialog.
2003-08-01  Dennis Cranston  <dennis_cranston at yahoo com>

	* gnome-default-applications-properties.glade: Patch to fix spacing
	between action area and vbox of preferences dialog.
2003-08-04 05:39:45 +00:00
Jonathan Blandford
d0935e22db Add N_() calls to all the human readable strings. Based on a patch from
Fri Aug  1 15:49:03 2003  Jonathan Blandford  <jrb@redhat.com>

	* gnome-default-applications-properties-structs.c
	(possible_terminals): Add N_() calls to all the human readable
	strings.  Based on a patch from Christophe Fergeau
	<teuf@users.sourceforge.net>, #117085
2003-08-01 19:52:19 +00:00
Dennis Cranston
58aaf938e6 Very minor HIGification of widget padding.
2003-07-17  Dennis Cranston <dennis_cranston at yahoo com>

	* gnome-default-applications-properties.glade:  Very minor
	HIGification of widget padding.
2003-07-18 05:52:00 +00:00
Christophe Fergeau
f4e17b14f9 capplets/default-applications/gnome-default-applications-properties-struct
2003-06-25  Christophe Fergeau <teuf@users.sourceforge.net>

	* capplets/default-applications/gnome-default-applications-properties-structs.c
	* capplets/default-applications/gnome-default-applications-properties.c
	* capplets/default-applications/gnome-default-applications-properties.glade
	Added a tab to choose the preferred mailer, added epiphany to the list
	known browsers, don't select any checkbox there is no default browser
	or mailer

2003-06-24  Jody Goldberg <jody@gnome.org>
2003-06-25 21:49:01 +00:00
jacob berkman
5fc0063d42 turn off help tab, put browser tab first, and fix things for the editor
2002-05-16  jacob berkman  <jacob@ximian.com>

	* gnome-default-applications-properties.glade: turn off help tab,
	put browser tab first, and fix things for the editor

	* gnome-default-applications-properties.c: make the editor changes
	use gnome-vfs, and make the browser use the default key rather
	than http

	fixes #78037
2002-05-16 23:13:19 +00:00
Richard Hestilow
3dce518cca Make dialog title match .desktop label.
2002-03-28  Richard Hestilow  <hestilow@ximian.com>

	* gnome-default-applications-properties.glade: Make dialog title
	match .desktop label.
2002-03-28 20:55:50 +00:00
Kjartan Maraas
d2f3b62d36 Remove translatable="yes" from icon labels. Remnant of a bug in
2002-02-23  Kjartan Maraas  <kmaraas@gnome.org>

	* capplets/default-applications/gnome-default-applications-properties.glade:
	Remove translatable="yes" from icon labels. Remnant of a bug in
	libglade-convert. (Thanks to James).
	* capplets/file-types/file-types-properties.glade: Same
	* capplets/keyboard/gnome-keyboard-properties.glade: Same
	* capplets/mouse/gnome-mouse-properties.glade: Same.
	* capplets/ui-properties/gnome2-ui-properties.glade: Same
	* control-center/gnomecc.glade: Same
2002-02-23 13:52:21 +00:00
Richard Hestilow
31ac49063f Committed instant-apply patch sans background.
2002-02-11  Richard Hestilow  <hestilow@ximian.com>

	* Committed instant-apply patch sans background.
2002-02-12 06:16:11 +00:00
Richard Hestilow
b172e7ee36 Convert to apply/close, and commit a UI string fix from
2002-02-10  Richard Hestilow  <hestilow@ximian.com>

	* Convert to apply/close, and commit a UI string
	fix from fflewddur@dropline.net.
2002-02-11 05:11:54 +00:00
Jonathan Blandford
e3e83d8ff3 Patch from fflewddur <fflewddur@dropline.net> to fix some strings.
Sun Feb 10 23:39:30 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-default-applications-properties.glade: Patch from
	fflewddur <fflewddur@dropline.net> to fix some strings.
2002-02-11 05:06:10 +00:00
Jonathan Blandford
7113193d0c clean up directory 2002-01-16 05:43:18 +00:00
Jonathan Blandford
a02f5d7b53 Rewritten. Works with new gconf. Fun Fun. 2002-01-14 20:24:46 +00:00