Commit graph

1161 commits

Author SHA1 Message Date
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
Rajkumar Sivasamy
99c6596712 Display the list of applications installed in the system for a mime type
2002-12-09  Rajkumar Sivasamy <rajkumar.siva@wipro.com>

        * mime-edit-dialog.c: Display the list of applications installed
          in the system for a mime type rather than displaying all the
          applications associated to that mime type.
          Fixes bug 94757
2002-12-09 09:18:53 +00:00
Jonathan Blandford
628bc1ce2c New file. Really saves now. Doesn't notice when a new metatheme is added,
Fri Dec  6 16:54:14 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-theme-save-data.c: New file.  Really saves now.  Doesn't
	notice when a new metatheme is added, though.

Fri Dec  6 16:13:54 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-theme-info.c (top_theme_dir_changed_callback): I know C.
	Really, I do.
2002-12-06 21:56:37 +00:00
Glynn Foster
a75c12f792 Remove icon. Transferred to gnome-desktop.
2002-12-06  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Remove icon.
	* advanced-directory.png: Transferred to gnome-desktop.
2002-12-06 10:53:21 +00:00
Jonathan Blandford
f2d9e3b135 Patch from Fernando Herrera <fherrera@onirica.com> to add X-GNOME-BUGZILLA
Wed Dec  4 14:34:27 2002  Jonathan Blandford  <jrb@redhat.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: Patch from Fernando Herrera
	<fherrera@onirica.com> to add X-GNOME-BUGZILLA stuff to all the
	.desktop files.
2002-12-04 19:35:02 +00:00
Havoc Pennington
f7d99a3058 set all the spacings to 12 as per HIG
2002-12-04  Havoc Pennington  <hp@pobox.com>

	* gnome-keybinding-properties.glade: set all the spacings to 12 as
	per HIG
2002-12-04 06:41:33 +00:00
Havoc Pennington
0f80aaece9 create a sort model for the treeview.
2002-12-04  Havoc Pennington  <hp@pobox.com>

	* gnome-keybinding-properties.c (clear_old_model): create a sort
	model for the treeview.

2002-12-03  Havoc Pennington  <hp@pobox.com>

	* gnome-keybinding-properties.c (append_keys_to_tree): store
	description in the KeyEntry
	(cb_check_for_uniqueness): don't complain if a key is a duplicate
	of itself.
	(accel_edited_callback): use human-readable key name in the error
	message, not the gconf key. Reword error message to say "shortcut"
	like the other text in the dialog. Allow duplicate disabled keys
	(keyval == 0)
	(accel_edited_callback): the passed-in mask is an
	EggVirtualModifierType.
	(struct KeyEntry): the mask is an EggVirtualModifierType
	(binding_name): use egg_virtual_accelerator_name() not
	gtk_accelerator_name().
	(binding_from_string): use egg_accelerator_parse_virtual
2002-12-04 06:14:02 +00:00
Jonathan Blandford
a5d6209b4f Add saving support. Almost to a working point w/ this capplet...
Tue Dec  3 20:45:17 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-theme-save.c: Add saving support.  Almost to a working
	point w/ this capplet...
2002-12-04 01:42:45 +00:00
Jonathan Blandford
1a90787eea Fix g_assert_not_reached() that can be reached.
Tue Dec  3 14:26:05 2002  Jonathan Blandford  <jrb@redhat.com>

	* gnome-theme-details.c (window_theme_selection_changed): Fix
	g_assert_not_reached() that can be reached.
2002-12-03 19:23:47 +00:00
Jonathan Blandford
e962ae036e shut up, CVS
Tue Dec  3 00:40:13 2002  Jonathan Blandford  <jrb@gnome.org>

	* .cvsignore: shut up, CVS

	* Makefile.am: build new objects

	* gnome-theme-details.[ch]: New file to encapsulate the details
	dialog.

	* gnome-theme-manager.c: Restructure code.  Less love, more work.
	Prolly an improvement.
2002-12-03 16:16:45 +00:00
Havoc Pennington
24a577acd6 modify to use slider/radio instead of spinbutton/optionmenu.
2002-12-01  Havoc Pennington  <hp@pobox.com>

	* gnome-window-properties.c: modify to use slider/radio instead of
	spinbutton/optionmenu.

	* gnome-window-properties.glade: make UI review changes
2002-12-02 01:14:14 +00:00
Jonathan Blandford
9d0a2117d8 sync 2002-11-27 00:03:37 +00:00
Jody Goldberg
4ab7f6e379 Release 2.1.3
2002-11-23  Jody Goldberg <jody@gnome.org>

	* Release 2.1.3
2002-11-24 05:16:35 +00:00
Jonathan Blandford
3701438935 sync 2002-11-18 19:40:46 +00:00
Jonathan Blandford
9264122f11 actually set the theme.
Sat Nov 16 00:55:58 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-manager.c (meta_theme_selection_changed): actually
	set the theme.
2002-11-16 05:56:46 +00:00
Jonathan Blandford
8c0248372a there's no need for it to be resizable, as we have GTK_POLICY_NEVER for
Thu Nov 14 19:01:39 2002  Jonathan Blandford  <jrb@gnome.org>

        * gnome-keybinding-properties.c (setup_dialog): there's no need
        for it to be resizable, as we have GTK_POLICY_NEVER for the
        hadjustment.

Thu Nov 14 19:30:02 2002  Jonathan Blandford  <jrb@gnome.org>

        * theme-thumbnail.c (setup_theme_thumbnail_factory): add G_IO_HUP
        so the child can actually exit when the parent does.
2002-11-15 00:34:49 +00:00
Jonathan Blandford
ea7ff3f5c3 forgot this 2002-11-14 22:26:09 +00:00
Jonathan Blandford
5527e656d6 Use new theme system. Handle other themes better.
Thu Nov 14 17:14:00 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-manager.c: Use new theme system.  Handle other
	themes better.

	* theme-thumbnail.c: new file to draw themes.  Currently
	synchronous -- needs to be made async.
2002-11-14 22:14:57 +00:00
Pasupathi Duraisamy
c18d856b22 Reset Picture option to "Wall paper" only in the case of "none" while DnD.
2002-11-13  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

        * background-properties-capplet.c (drag_data_received_cb):
        Reset Picture option to "Wall paper" only in the case of
        "none" while DnD. Fixes #94329
2002-11-13 09:08:44 +00:00
Pasupathi Duraisamy
1467840f7e Tweaked the incremental values of spin button to 10. Fixes #95511
2002-11-13  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

        * accessibility-keyboard.c : Tweaked the incremental values
        of spin button to 10. Fixes #95511
2002-11-13 07:31:55 +00:00
Pasupathi Duraisamy
9e1e421396 Added the "desktop_font" key directory to the list of directories
2002-11-13  Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>

        * main.c: Added the "desktop_font" key directory to the list
        of directories GConfClient will watch for changes.
        Fixes Bug #94766.
2002-11-13 07:08:13 +00:00
Jonathan Blandford
eea6c7e6c1 commit snapshot to leave the theme-switcher usable 2002-11-07 20:07:26 +00:00
Jonathan Blandford
341038ca77 Change the file format a bunch.
Tue Nov  5 15:48:33 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-info.c: Change the file format a bunch.

Tue Nov  5 15:48:20 2002  Jonathan Blandford  <jrb@gnome.org>

	* gnome-theme-manager.c (read_themes): make more robust.
2002-11-05 20:49:44 +00:00