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