Commit graph

1183 commits

Author SHA1 Message Date
Pasupathi Duraisamy
3a19c40f95 Added "/system/proxy" and "/system/http_proxy" to the list of directories
2003-02-05 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

        * gnome-network-preferences.c: Added "/system/proxy" and
        "/system/http_proxy" to the list of directories GConfClient
        will watch. Fixes #98596
2003-02-05 07:04:56 +00:00
Jonathan Blandford
2b46f7e0bc 2.2.0.1 2003-02-04 23:53:43 +00:00
Kjartan Maraas
6f99d98345 Fix a glaring bug that caused the theme descriptions etc not to be
2003-02-03  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-theme-info.c (read_meta_theme): Fix a glaring bug
	that caused the theme descriptions etc not to be localised.
2003-02-03 21:13:14 +00:00
Bastien Nocera
3cf6e7a39e C ninety what ?
2003-01-27  Bastien Nocera  <hadess@hadess.net>

	* gnome-theme-test.c: (main): C ninety what ?
2003-01-27 16:22:29 +00:00
Satyajit Kanungo
8abfee1241 Tue Jan 21 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* Changed the App name passed to  gnome_program_init().
          There was a small type in the name. Fixes bug #104060
2003-01-21 16:32:07 +00:00
Shivram U
73cbc9eabb Set the size request of the shortcuts treeview instead of the the actions
2003-01-21 Shivram U  <shivaram.upadhyayula@wipro.com>

        * gnome-keybindings-properties.c (append_keys_to_tree): Set the size
        request of the shortcuts treeview instead of the the actions scrolled
        window. (#103962)
2003-01-21 14:54:05 +00:00
Jonathan Blandford
f6444a51ce Released 2.2.0 2003-01-21 06:53:43 +00:00
Jonathan Blandford
f68decde57 correctly escape the file we're saving.
Tue Jan 21 00:44:03 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-save.c (escape_string_and_dup): correctly escape the
	file we're saving.
2003-01-21 05:50:29 +00:00
Jonathan Blandford
285f52cea4 add more debugging output.
Sun Jan 19 02:14:35 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-test.c (main): add more debugging output.
2003-01-19 07:17:03 +00:00
Jonathan Blandford
f5bd46f3a6 new little test program for helping people debug their installation.
Thu Jan 16 15:51:33 2003  Jonathan Blandford  <jrb@redhat.com>

	* gnome-theme-test.c: new little test program for helping people
	debug their installation.
2003-01-16 20:51:24 +00:00
Jonathan Blandford
b8d1d9548c 2.1.7 2003-01-16 07:59:09 +00:00
Jonathan Blandford
22876b1dc3 make sure we're initted, as this function can be run asynchronously.
Thu Jan 16 02:32:39 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-details.c (gnome_theme_details_update_from_gconf):
	make sure we're initted, as this function can be run
	asynchronously.

	* gnome-theme-manager.c (gnome_meta_theme_installer_run_cb): hook
	up the installer.

	* gnome-theme-installer.c: Try to handle icon themes.
2003-01-16 07:40:29 +00:00
Jonathan Blandford
7d8899ba2e call correctly in all the right places.
Wed Jan 15 20:16:21 2003  Jonathan Blandford  <jrb@redhat.com>

	* gnome-theme-info.c (remove_data_from_hash_by_name): call
	correctly in all the right places.

	* gnome-theme-manager.c (gnome_theme_manager_tree_sort_func):
	remove this unneeded sort func.

	* gnome-theme-details.c (setup_tree_view): use the right sort
	function.
2003-01-16 01:16:36 +00:00
Jody Goldberg
678549df05 fix minor typo that disables the error dialog in the event of failure.
2003-01-14  Jody Goldberg <jody@gnome.org>

	* gnome-keyboard-properties.c (accessibility_button_clicked) : fix
          minor typo that disables the error dialog in the event of failure.
2003-01-15 04:48:55 +00:00
Jody Goldberg
eb2071f8ff yet another place to handle NULL window manager.
2003-01-14  Jody Goldberg <jody@gnome.org>

	* gnome-theme-manager.c (load_meta_themes) : yet another place to
	handle NULL window manager.
2003-01-15 03:21:11 +00:00
Alex Duggan
9841338eff s/gnome-theme-properties/gnome-theme-manager/ Fixes #103525
2003-01-14  Alex Duggan  <aldug@gnome.org>

	* gnome-theme-manager.c (main):
	s/gnome-theme-properties/gnome-theme-manager/  Fixes #103525
2003-01-15 00:17:18 +00:00
Jonathan Blandford
6939c3ef3e update 2003-01-14 14:34:11 +00:00
Jonathan Blandford
db7accb5f5 set the correct row to the new data. This was messing a lot up. Saving now
Tue Jan 14 02:16:22 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-manager.c (load_meta_themes): set the correct row to
	the new data.  This was messing a lot up.  Saving now works, so
	long as you don't type bad data.

	* TODO: update.
2003-01-14 07:17:28 +00:00
Jody Goldberg
b43e4c2022 handle yet another place where gnome_wm_manager_get_current may be NULL.
2003-01-13  Jody Goldberg <jody@gnome.org>

	* gnome-theme-manager.c (load_meta_themes) : handle yet another place
	  where gnome_wm_manager_get_current may be NULL.
2003-01-14 04:08:50 +00:00
Jonathan Blandford
f28c52f3f3 capplets/common/gnome-theme-info.[ch]: Total rewrite. Fam now works correctly.
capplets/keybindings/*: use new theme code.
capplets/theme-switcher/*: use new theme code.
2003-01-13 20:21:28 +00:00
Jody Goldberg
5a35e2caad Release 2.1.6
2003-01-10  Jody Goldberg <jody@gnome.org>

	* Release 2.1.6
2003-01-10 16:11:31 +00:00
Anders Carlsson
bd64a0a390 Add support for applying fonts.
2003-01-08  Anders Carlsson  <andersca@codefactory.se>

	* gnome-theme-manager.c: (update_font_button_state),
	(font_key_changed), (apply_font_clicked), (setup_dialog):
	* gnome-theme-manager.h:
	Add support for applying fonts.

	* theme-thumbnail.c: (create_image):
	Allow SVG files as icons.
2003-01-08 22:40:33 +00:00
Jody Goldberg
1993872f57 handle lack of metacity. (window_theme_selection_changed) : ditto.
2003-01-08  Jody Goldberg <jody@gnome.org>

	* gnome-theme-details.c (gnome_theme_details_update_from_gconf) :
	  handle lack of metacity.
	(window_theme_selection_changed) : ditto.
	(gnome_theme_details_reread_themes_from_disk) : ditto.
2003-01-08 08:05:47 +00:00
Jody Goldberg
5ab8aaf3bb http://bugzilla.gnome.org/show_bug.cgi?id=a96483 sigh. The defaults
2003-01-08  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=a96483
	* accessibility-keyboard.c : sigh.  The defaults apparently need to be
	  0 too.
2003-01-08 07:40:50 +00:00
Jody Goldberg
e5cb97f6a8 http://bugzilla.gnome.org/show_bug.cgi?id=96484 make 0 min for slow and
2003-01-08  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=96484
	* accessibility-keyboard.c : make 0 min for slow and bounce
2003-01-08 07:38:53 +00:00
Rajkumar Sivasamy
b0184362c0 Utility file to register the images used by capplets as stock-icons
2003-01-08  Rajkumar Sivasamy  <rajkumar.siva@wipro.com>

        * capplets/common/capplet-stock-icons.[ch]: Utility file to register
        the images used by capplets as stock-icons

        * capplets/common/Makefile.am: Changes to include the above file

        * capplets/keyboard/gnome-keyboard-properties.c:
        * capplets/accessibility/keyboard/accessibility-keyboard.c:
        Use stock-icons

        * capplets/mouse/Makefile.am:
        * capplets/mouse/gnome-mouse-properties.c:
        Use stock-icons. Also register the icons through capplet-stock-icons.[ch]
        instead of doing it here.

        Fixes Bug 101977
2003-01-08 07:04:42 +00:00
Jonathan Blandford
564733fb5d handle initial theme as custom.
Wed Jan  8 01:57:09 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-manager.c (add_initial_row_to_meta_theme): handle
	initial theme as custom.

	* TODO: update
2003-01-08 07:01:24 +00:00
Kwok-Koon Cheung
21bf736770 Fix typo in error mesg dialog 2003-01-07 14:01:28 +00:00
Jonathan Blandford
5fc196560d update 2003-01-07 08:21:04 +00:00
Jonathan Blandford
003a40868f add a description entry. Still needs escaping.
Tue Jan  7 03:10:36 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-save.c (save_dialog_response): add a description
	entry.  Still needs escaping.

	* theme-thumbnail.c (generate_theme_thumbnail): read the thumbnail
	back from the child correctly.  I think thumbnailing fully works.

	* TODO: Update
2003-01-07 08:15:07 +00:00
Seth Nickell
ff2eb3c60c Removed #if 0'd code for hard-coding minimuum height of the tree view. Use
2003-01-06  Seth Nickell  <snickell@stanford.edu>

	* gnome-theme-manager.c: (load_meta_themes):
	* theme-properties.glade:

	Removed #if 0'd code for hard-coding minimuum height
	of the tree view. Use glade properties to set minimuum
	height to a more reasonable value. Its hard to find
	items when you only see two in the scroll-view at
	any given time, and many people do not think to
	resize windows (nor should they have to :-)
2003-01-07 01:46:18 +00:00
Seth Nickell
8fe3e80954 Don't mark internal string for translation so we don't break string
2003-01-06  Seth Nickell  <snickell@stanford.edu>

	* gnome-theme-manager.c: (add_custom_row_to_meta_theme):

	Don't mark internal string for translation so we don't
	break string freeze.
2003-01-06 23:14:04 +00:00
Jonathan Blandford
4067638d81 fix default image. Remove debugging g_prints.
Mon Jan  6 10:55:39 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-manager.c (setup_dialog): fix default image.
	Remove debugging g_prints.
2003-01-06 15:59:46 +00:00
Remi Cohen-Scali
b4343eb9c2 Reviewed by: Jody Goldberg <jody@gnome.org>
2002-11-29  Remi Cohen-Scali  <remi@cohen-scali.com>

        Reviewed by: Jody Goldberg <jody@gnome.org>

        * capplets/theme-switcher/gnome-theme-manager.c (drag_data_received_cb):
        Add a test to detect is uri is local. If not use full URI instead
        of just the path in order to be able to download remote tarballs.
        Fixes #97983.
2003-01-06 01:12:04 +00:00
Seth Nickell
390e0ccab8 Add a default image for when theme's are being thumbnailed.
2003-01-05  Seth Nickell  <snickell@stanford.edu>

	* gnome-theme-manager.c: (setup_dialog), (main):
	* Makefile.am:
	* theme-thumbnailing.png:

	Add a default image for when theme's are being
	thumbnailed.

	* theme-properties.glade:

	Hide dialog by default so it doesn't come
	up undrawn.
2003-01-05 23:58:27 +00:00
Seth Nickell
9689c7ac77 oops, take out pointless printf debug 2003-01-05 23:29:34 +00:00
Seth Nickell
fff1f909c8 Generate thumbnails for the custom theme.
2003-01-05  Seth Nickell  <snickell@stanford.edu>

	* gnome-theme-manager.c: (add_custom_row_to_meta_theme),
	(remove_custom_row_from_meta_theme):
	* theme-thumbnail.c: (theme_thumbnail_invalidate_cache):
	* theme-thumbnail.h:

	Generate thumbnails for the custom theme.
2003-01-05 23:26:04 +00:00
Havoc Pennington
8304143035 add vertical/horizontal maximize (this adds no strings or features, just
2003-01-03  Havoc Pennington  <hp@redhat.com>

	* gnome-keybinding-properties.c (metacity_key_list): add
	vertical/horizontal maximize (this adds no strings or features,
	just fixes the list being out of sync with metacity)
2003-01-03 18:01:02 +00:00
Jonathan Blandford
8eccb7d29b correctly merge disk updates and the current setup.
Thu Jan  2 08:57:54 2003  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-manager.c: correctly merge disk updates and the
	current setup.

	* TODO: Add a TODO
2003-01-02 13:58:58 +00:00
Seth Nickell
e045b552d5 Change the order of priority between folder icon names, since
* theme-thumbnail.c: (create_image):

	Change the order of priority between folder icon names,
	since gnome-fs-directory is in the backup theme and will
	otherwise take precedence. This fix is a hack.
2002-12-31 08:52:09 +00:00
Seth Nickell
61dce9ccc9 Thumbnail for themes (most currently) that use "gnome-fs-directory" as the
2002-12-31  Seth Nickell  <snickell@stanford.edu>

	* theme-thumbnail.c: (create_image):

	Thumbnail for themes (most currently) that use
	"gnome-fs-directory" as the icon name for folders rather
	than "folder".
2002-12-31 08:27:28 +00:00
Jody Goldberg
08b08ef542 Apply http://bugzilla.gnome.org/show_bug.cgi?id=101752
2002-12-30  Jody Goldberg <jody@gnome.org>

	Apply
	http://bugzilla.gnome.org/show_bug.cgi?id=101752

	* gnome-theme-details.c : Merge in Frederic's patch.
	* gnome-theme-details.c : ditto.
2002-12-30 19:24:05 +00:00
Jody Goldberg
fed2321c9a http://bugzilla.gnome.org/show_bug.cgi?id=101128 apply patch from padraig.
2002-12-30  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=101128
	* mime-types-model.c (mime_types_model_iter_children) : apply patch
	  from padraig.
2002-12-30 18:25:17 +00:00
Seth Nickell
606b9936be Use the theme directory name rather than the "printable" name for icon
2002-12-28  Seth Nickell  <snickell@stanford.edu>

	* gnome-theme-details.c: (path_to_theme_id), (load_theme_names),
	(gnome_theme_details_reread_themes_from_disk):

	Use the theme directory name rather than the "printable" name
	for icon themes. Does this need to be done for WM themes and
	GTK themes as well?
2002-12-29 02:24:34 +00:00
Seth Nickell
4f04912bb6 Update icon theme directory code so it looks in PREFIX/share/icons rather
2002-12-28  Seth Nickell  <snickell@stanford.edu>

	* Makefile.am:
	* gnome-theme-info.c: (gnome_theme_info_init):

	Update icon theme directory code so it looks in
	PREFIX/share/icons rather than PREFIX/share/theme,
	as per freedesktop icon spec.
2002-12-28 23:54:37 +00:00
Seth Nickell
87bd7acd10 Fix crash when current WM isn't detected.
2002-12-28  Seth Nickell  <snickell@stanford.edu>

	* gnome-theme-manager.c: (update_themes_from_disk):

	Fix crash when current WM isn't detected.
2002-12-28 21:46:45 +00:00
Jody Goldberg
0c0c49f22c Release 2.1.5
2002-12-18  Jody Goldberg <jody@gnome.org>

	* Release 2.1.5
2002-12-18 21:43:55 +00:00
Rajkumar Sivasamy
bd49cf3a0f Set the visibility and focus of Custom radio button in Sound note book
2002-12-10  Rajkumar Sivasamy <rajkumar.siva@wipro.com>

        * gnome-keyboard-properties.glade: Set the visibility and focus
          of Custom radio button in Sound note book page to false.
          Fixes bug 99793
2002-12-13 05:06:34 +00:00
Dennis Cranston
d91d3e71de Hopefully, the rest of my previous commit. (Last commit suffered from
a broken pipe error.)
2002-12-11 00:32:13 +00:00
Dennis Cranston
68c895ab82 Add StartupNotify support to the .desktop files.
2002-12-10  Dennis Cranston  <dennis_cranston@yahoo.com>

	* capplets/accessibility/keyboard/*.desktop.in:
	* capplets/background/*.desktop.in:
	* capplets/default-applications/*.desktop.in:
	* capplets/desktop-links/*.desktop.in:
	* capplets/file-types/*.desktop.in:
	* capplets/font/*.desktop.in:
	* capplets/keybindings/*.desktop.in:
	* capplets/keyboard/*.desktop.in:
	* capplets/mouse/*.desktop.in:
	* capplets/network/*.desktop.in:
	* capplets/sound/*.desktop.in:
	* capplets/theme-switcher/*.desktop.in:
	* capplets/ui-properties/*.desktop.in:
	* capplets/url-properties/*.desktop.in:
	* capplets/windows/*.desktop.in:
	* control-center/*.desktop.in: Add StartupNotify support to
	the .desktop files.
2002-12-11 00:21:41 +00:00