2007-03-04 Thomas Wood <thos@gnome.org>
* gnome-theme-info.c: (gnome_theme_read_meta_theme): Don't try and open null
filenames
* theme-thumbnail.c: (message_from_capplet): Reset the gtk_color_scheme after
a thumbnail has been generated.
svn path=/trunk/; revision=7359
2007-03-04 Thomas Wood <thos@gnome.org>
* Makefile.am:
* gtkrc-utils.c: (gtkrc_get_details):
* gtkrc-utils.h:
Move gtkrc-utils from capplets/theme-switcher to capplets/common.
* gnome-theme-info.c: (gnome_theme_read_meta_theme): Search the gtkrc for
the colour scheme if none was found in the metatheme file. Fixes a problem
when comparing two metathemes which only differ by the colour scheme setting.
svn path=/trunk/; revision=7356
2007-02-28 Thomas Wood <thos@gnome.org>
* gnome-theme-apply.c: (gnome_meta_theme_set): Set the gtk-color-scheme even
if it is blank.
* theme-thumbnail.c: (create_image), (handle_bytes),
(generate_theme_thumbnail), (generate_theme_thumbnail_async),
(theme_thumbnail_factory_init): Set the gtk-color-scheme when creating the
thumbnail.
svn path=/trunk/; revision=7344
2007-01-14 Thomas Wood <thos@gnome.org>
* theme-thumbnail.c: (generate_theme_thumbnail): Remove
g_return_if_fail_warning as this doesn't need to be a critical
warning. Fixes bug 353620.
svn path=/trunk/; revision=7140
2006-12-08 Kjartan Maraas <kmaraas@gnome.org>
* file-transfer-dialog.c: (file_transfer_dialog_init):
Pass NULL to gtk_label_new() to do a bit less work.
Bug #376949.
2006-09-30 Thomas Wood <thos@gnome.org>
* theme-thumbnail.c: (create_image): Set the gtk icon theme setting.
Fixes bug 355268 - "Open" icon on button preview not working
2006-93-23 Rodrigo Moya <rodrigo@novell.com>
* activate-settings-daemon.c (popup_error_message): use gtk_dialog_run,
we want the dialog to show up for more than less than a second.
2005-10-11 Muktha <muktha.narayan@wipro.com>
* gnome-theme-info.h:
* gnome-theme-manager.h:
* gnome-theme-manager.c (apply_font_clicked):
* gnome-theme-info.c (gnome_theme_read_meta_theme)
(gnome_theme_meta_info_free) (gnome_theme_meta_info_print)
(gnome_theme_meta_info_compare): Update the desktop font in
addition to the application font when 'apply font' in large print
themes is selected. Fixes#123551.
2005-08-14 Rodney Dawes <dobey@novell.com>
* theme-thumbnail.c (create_image): Get the Example icon that is
specified by the icon theme, if it exists, and then fall back through
a better list of icons to use. Gnome uses gnome-fs-directory currently
for folders, so we should prefer that over folder, but the icon naming
spec lists x-directory-normal for standard folders, so we should prefer
that above other folders
This fixes issues with the wrong icon being drawn in the thumbnail, due
to the icon theme providing the gnome folder icon, but inheriting from
another theme which provides a different icon named "folder" for KDE or
other desktops
2005-07-27 Sebastien Bacher <seb128@debian.org>
* capplet-util.c: (capplet_set_icon): set a default icon for capplets,
patch by Jaap A. Haitsma <jaap@haitsma.org> (Closes: #305086).
2005-07-11 Rodney Dawes <dobey@novell.com>
* capplet-util.c (capplet_set_icon): Remove the unref call on the
GtkIconTheme object to avoid crashing
Fixes#310037
2005-07-10 Rodney Dawes <dobey@novell.com>
* capplet-util.c (capplet_set_icon): Update to use the GtkIconTheme
API instead of the deprecated GnomeIconTheme API
Based on patch from Jan de Groot
Fixes#171679
2005-06-30 William Jon McCann <mccann@jhu.edu>
* file-transfer-dialog.c: Don't include gnome.h
(file_transfer_dialog_update_num_files)
(file_transfer_dialog_set_prop, eel_gtk_label_make_bold)
(create_titled_label, file_transfer_dialog_init)
(file_transfer_dialog_update_cb):
HIG updates and make consistent with nautilus transfer
progress dialog.
2005-03-02 Shakti Sen <shprasad@novell.com>
* gnome-theme-info.c (read_icon_theme): Do not add the Icon Theme if
the key 'Hidden' is 'true' in the index.theme file.
Fixes bug #168348
2005-02-08 Sebastien Bacher <seb128@debian.org>
* gnome-theme-installer.c: (file_theme_type), (transfer_done_cb),
(install_dialog_response), (gnome_theme_installer_run):
patch by Kjartan Maraas <kmaraas@gnome.org>, remove a load of leaks
and make sure newly installed themes show up in the relevant lists
without having to close/open the dialog again (Closes: #166267).
2005-02-08 Sebastien Bacher <seb128@debian.org>
* gnome-keyboard-properties-xkb.c: (setup_xkb_tabs):
* gnome-keyboard-properties-xkblt.c: (def_group_in_gconf_changed):
patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
(Closes: #166267).
2005-02-08 Sebastien Bacher <seb128@debian.org>
* eggcellrendererkeys.c: (egg_cell_renderer_keys_start_editing):
patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
(Closes: #166267).
2005-02-08 Sebastien Bacher <seb128@debian.org>
* main.c: (wrap_in_label):
patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
(Closes: #166267).
2005-02-08 Sebastien Bacher <seb128@debian.org>
* gnome-theme-info.c: (update_common_theme_dir_index):
* theme-thumbnail.c: (create_image):
patch by Kjartan Maraas <kmaraas@gnome.org>, move to use GtkIconTheme
and remove a load of leaks in the theme manager code (Closes: #166267).
2005-02-03 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-info.c: (update_theme_index),
(top_theme_dir_changed), (top_icon_theme_dir_changed),
(real_add_top_theme_dir_monitor): Revert the previous
two commits. It looks like the fix in gnome-vfs to make
sure gnome_vfs_uri_extract_short_name() doesn't return
NULL was what we really needed. Please retest to see if
you can still reproduce the crashes in the theme-manager
after this change and with the latest gnome-vfs from CVS.
2005-02-02 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-info.c: (update_theme_index),
(real_add_top_theme_dir_monitor): More bandaids for test
purposes.
2005-01-27 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-info.c: (top_theme_dir_changed),
(top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor):
Try to fix bug #149236 by not freeing stuff already being free'd
by the hash destroy_func. It will leak a bit more, but that can
be fixed later. Please test this and report success in the report
mentioned above.
2004-08-31 Jody Goldberg <jody@gnome.org>
* capplets/common/gconf-property-editor.c
(peditor_numeric_range_widget_changed) : tracked the long running
irrtation about 'expecting int received float'. Running without a
schema would default the value to float. 12 of 13 callers had ints
so I have changed the default and added a warning.