2007-05-25 Denis Washington <denisw@svn.gnome.org>
* theme-thumbnailing.png:
Added as it is used by appearance-themes.c
svn path=/trunk/; revision=7656
* appearance.glade:
* appearance-style.c:
Revert the organization of the theme details dialog to the old (2.18)
style again, but now with thumbnails for gtk+, metacity and icon themes.
svn path=/trunk/; revision=7654
* theme-thumbnail.[ch]:
Add functions to generate thumbnails for specific types of themes, for
instance a metacity theme thumbnail.
svn path=/trunk/; revision=7653
2007-05-23 Jens Granseuer <jensgr@gmx.net>
* wm-common.c: (wm_common_get_current_window_manager): make sure we
always return a copy of the window manager name, not a static string
(fixes bug #439244)
svn path=/trunk/; revision=7650
2007-05-22 Jens Granseuer <jensgr@gmx.net>
* main.c: (get_current_resolution): surivive XRandR returning weird
results for some dual-screen setups. This fixes the crash in bug
#356520, but a proper fix for handling this situation is still
necessary, unless this is just a driver/X bug...
svn path=/trunk/; revision=7646
2007-05-19 Sebastien Bacher <seb128@ubuntu.com>
* themus-theme-applier.desktop.in.in: use OnlyShowIn=; so the item is
not listed in the menu editor (Closes: #434956)
svn path=/trunk/; revision=7639
2007-05-18 Jens Granseuer <jensgr@gmx.net>
* gconf-property-editor.c: (peditor_boolean_value_changed),
(peditor_integer_value_changed), (peditor_string_value_changed),
(peditor_color_value_changed), (peditor_select_menu_value_changed),
(peditor_combo_box_value_changed),
(peditor_select_radio_value_changed),
(peditor_numeric_range_value_changed),
(peditor_font_value_changed), (peditor_image_value_changed),
(gconf_peditor_new_select_radio_with_enum),
(peditor_tree_view_value_changed),
(peditor_tree_view_widget_changed), (gconf_peditor_new_tree_view):
* gconf-property-editor.h: add a property editor for GtkTreeView
and fix crashes with all peditors if the requested key is not
available
svn path=/trunk/; revision=7636
2007-05-17 Jens Granseuer <jensgr@gmx.net>
Patch by: Chad Miller
* gnome-settings-dbus.c: (gnome_settings_server_init): double-check
that DBUS really passed us an error (closes bug #439208)
svn path=/trunk/; revision=7632
2007-05-13 Thomas Wood <thos@gnome.org>
* appearance-style.c: (prepare_combo): Connect up colour scheme monitor. Hide
window on delete, rather than destroy. Add an item to the theme lists if the
current theme is not present already.
* appearance-themes.c: (theme_custom_cb): Add missing #include. Moved some
code to appearance-style.c
svn path=/trunk/; revision=7620
2007-05-13 Jens Granseuer <jensgr@gmx.net>
* appearance-themes.c: (theme_thumbnail_func): unref the thumbnail when
we're done with it
svn path=/trunk/; revision=7618
2007-05-13 Jens Granseuer <jensgr@gmx.net>
* appearance-font.c: (cb_details_response), (cb_show_details):
now we parse the entire glade file at startup, there's no need to
reparse it for the font details dialog
svn path=/trunk/; revision=7609
2007-05-13 Thomas Wood <thos@gnome.org>
* appearance-themes.c: (themes_init), (theme_changed_func),
(theme_selection_changed_cb), (theme_custom_cb):
- Sort metathemes icon view
- Apply theme on selection change
- Use theme name rather than display name to apply theme
svn path=/trunk/; revision=7606