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
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-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-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.
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-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-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)
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
* 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 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-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-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-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-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
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-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
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.
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-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
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.
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-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 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.
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.