2007-07-12 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: Use new GTK+ convenience API for
icon view tooltips. (#455985)
svn path=/trunk/; revision=7867
2007-07-08 Denis Washington <denisw@svn.gnome.org>
* appearance.glade: change the button order in themes tab.
* appearance-style.c: add an icon to Customize button.
svn path=/trunk/; revision=7835
2007-07-05 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (update_color_buttons_from_string): don't allocate
colors in the colormap
(update_cursor_size_scale), (cursor_size_scale_value_changed_cb): don't
crash if we have nothing but the default cursor theme
svn path=/trunk/; revision=7829
2007-07-05 Denis Washington <denisw@svn.gnome.org>
* appearance.glade: set an explicit item width for the metatheme icon
view so overly long names don't needlessly widen all items'
width. Such
names are wrapped now.
svn path=/trunk/; revision=7827
2007-06-28 Jens Granseuer <jensgr@gmx.net>
* appearance.glade: add explicit width_request to our icon views so we
can use GTK_POLICY_NEVER for horizontal scrollbars and still properly
resize the window (part of bug #451585)
svn path=/trunk/; revision=7800
2007-06-27 Denis Washington <denisw@svn.gnome.org>
* appearance-themes.c: (theme_list_sort_func, themes_init):
Load the metatheme thumbnails in the order they are in the list.
svn path=/trunk/; revision=7787
2007-06-27 Denis Washington <denisw@svn.gnome.org>
* appearance.h:
* appearance-themes.c: (theme_list_sort_func, themes_init):
Make the Custom theme always the first in the list and make it's label bold
to diffentiate it from the other themes.
svn path=/trunk/; revision=7786
2007-06-26 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (prepare_list):
no need to reassign thumbnails inside the loop
* appearance-themes.c: (theme_load_from_gconf), (theme_is_equal):
consider NULL and "" equal for color schemes; also reshuffle
functions a bit and fix the include list
svn path=/trunk/; revision=7782
2007-06-25 Denis Washington <denisw@svn.gnome.org>
* appearance-themes.c:
Adjusted for the API changes in theme-thumbnail.c. Thumbnail requestes are
now directly queued by generate_*_async(), so do not maintain an own queue
anymore.
* appearance-style.c:
Use the new asynchronous thumbnail generation functions, and replace all
occurrences of "metacity_themes_list" with the correct "window_themes_list".
* appearance.h:
Remove "theme_queue", it is not needed anymore.
svn path=/trunk/; revision=7776
2007-06-23 Jens Granseuer <jensgr@gmx.net>
* theme-util.c: (theme_delete): use STOCK_DELETE instead of STOCK_OK in
the confirmation dialog
svn path=/trunk/; revision=7763
2007-06-22 Denis Washington <denisw@svn.gnome.org>
* appearance.glade:
Tweak the metatheme icon view's margin and spacings to better fit to the
new thumbnails.
* theme-thumbnailing.png:
Modernized and brought to the size of the new metatheme thumbnails.
svn path=/trunk/; revision=7759
2007-06-18 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (file_theme_type): just check for configure
instead of configure.in since configure.ac is valid as well; we still
need a better way to identify engines...
svn path=/trunk/; revision=7741
2007-06-18 Rodrigo Moya <rodrigo@gnome-db.org>
* appearance-main.c: added the names of the pages to the help strings
for --show-page argument.
svn path=/trunk/; revision=7740
2007-06-17 Jens Granseuer <jensgr@gmx.net>
* appearance-main.c: (main):
* appearance.glade: add --show-page option to specify the page with
which to start
svn path=/trunk/; revision=7739
2007-06-17 Denis Washington <denisw@svn.gnome.org>
* appearance-desktop.c: (desktop_init): (wp_view_tooltip_cb):
* gnome-wp-item.c: (gnome_wp_item_update_description):
Added metadata tooltips to the thumbnails in the Background tab.
Needs GTK+ 2.11 to compile (but is surrounded with GTK_CHECK_VERSION()
for compilation with older gtk+ versions).
svn path=/trunk/; revision=7738
2007-06-17 Denis Washington <denisw@svn.gnome.org>
* appearance-style.c: (prepare_list):
Change the weight of the theme titles from bold to normal in the Theme
Details window's lists.
svn path=/trunk/; revision=7737
2007-06-15 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (wp_props_load_wallpaper),
(wp_scale_type_changed), (wp_shade_type_changed):
* gnome-wp-utils.c: (gnome_wp_pixbuf_tile): be extra careful when
generating pixbufs (should mean we just get no thumbs instead of
assertion failures, bug #403160)
svn path=/trunk/; revision=7728
2007-06-09 Denis Washington <denisw@svn.gnome.org>
* appearance-style.c: (theme_name_changed):
Manually deal with gtk+ theme changes now that the theme thumbnailing
code uses the default GtkSettings again.
svn path=/trunk/; revision=7721
2007-06-10 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (style_init), (check_color_schemes_enabled):
fix "reset to defaults" sensitivity for real
* appearance-themes.c: (theme_color_scheme_changed_cb),
(themes_init): listen to colour scheme changes as well
svn path=/trunk/; revision=7715
2007-06-10 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (check_color_schemes_enabled): disable the "reset
to defaults" button if the theme doesn't support custom colours
svn path=/trunk/; revision=7714
2007-06-10 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (check_color_schemes_enabled): we don't need the
engine stuff, so don't retrieve it in the first place
svn path=/trunk/; revision=7713
2007-06-09 Denis Washington <denisw@svn.gnome.org>
* appearance.glade:
* appearance-style.c:
Add all missing color schemes options from gnome-theme-manager, including a Reset To Defaults button.
svn path=/trunk/; revision=7708
2007-06-06 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (style_response_cb), (style_init): don't
destroy the window on "delete-event"
* appearance-themes.c: (theme_load_from_gconf),
(theme_thumbnail_generate), (theme_queue_for_thumbnail),
(theme_get_selected), (theme_set_custom_from_selected),
(theme_remove_custom), (theme_thumbnail_done_cb),
(theme_selection_changed_cb), (theme_custom_cb),
(theme_details_changed_cb), (themes_init): hook up more of the
customization functionality; don't unref generated thumbnails
because they are still held in a cache by the thumbnailer
svn path=/trunk/; revision=7696