2007-06-06 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: (message_from_child),
(generate_theme_thumbnail), (generate_theme_thumbnail_async),
(theme_thumbnail_factory_init):
* theme-thumbnail.h: remove caching from the thumbnailer since
all of the current users work around it anyway, and resources
aren't managed properly
svn path=/trunk/; revision=7699
2007-06-06 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-settings-default-editor.c:
* gnome-settings-gtk1theme.c:
* gnome-settings-mouse.c:
* gnome-settings-sound.c:
* gnome-settings-xsettings.c: converted more modules to the new arch.
* gnome-settings-daemon.c (gnome_settings_daemon_new): now this is much
cleaner.
svn path=/trunk/; revision=7697
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
2007-06-06 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: (generate_theme_thumbnail_async):
* theme-thumbnail.h: add a parameter to circumvent the internal
thumbnail cache to the asynchronous generator
svn path=/trunk/; revision=7695
2007-06-05 Christian Persch <chpe@gnome.org>
* typing-break/main.c: (main): Use GOption to parse the arguments. Bug
#444399.
svn path=/trunk/; revision=7694
2007-06-05 Ross Burton <ross@openedhand.com>
* configure.in:
Bump glib requirement to 2.13, for the ~second-accurate timers.
2007-06-05 Ross Burton <ross@openedhand.com>
* drw-monitor.c:
* drw-break-window.c:
* drwright.c:
Use the second-accurate timers instead of the millisecond timers,
in an attempt to use less processor time (#443547).
svn path=/trunk/; revision=7692
2007-05-29 Jens Granseuer <jensgr@gmx.net>
* gtkrc-utils.c: (gtkrc_get_color_scheme): recognize both
"gtk-color-scheme" and "gtk_color_scheme" (fixes thumbnail generation
for e.g. the Mist metatheme)
svn path=/trunk/; revision=7676
2007-05-28 Jens Granseuer <jensgr@gmx.net>
* gconf-property-editor.c:
* gconf-property-editor.h: remove property editor for the deprecated
GtkOptionMenu, now that all users are upgraded to GtkComboBox
svn path=/trunk/; revision=7674
2007-05-28 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: (generate_theme_thumbnail): drop unnecessary strlen
(generate_theme_thumbnail_async): save some casts
(generate_gtk_theme_thumbnail): don't leak the theme name
svn path=/trunk/; revision=7671
2007-05-28 Jan Arne Petersen <jpetersen@jpetersen.org>
* actions/acme-volume-gstreamer.c: (acme_volume_gstreamer_open): set
the device property to the correct value before opening the mixer.
(closes bug #441552)
svn path=/trunk/; revision=7668
2007-05-28 Jens Granseuer <jensgr@gmx.net>
* configure.in:
* capplets/Makefile.am: remove fonts, theme, and ui capplets from the build
and purge some obsolete stuff from configure.in
svn path=/trunk/; revision=7666
2007-05-27 Jens Granseuer <jensgr@gmx.net>
* pipeline-tests.c: (user_test_pipeline): use g_timeout_add() instead
of the deprecated gtk_timeout_add()
* sound-properties.glade: set non-0 pulse step for the progress bar to
actually make it move (fixes bug #441587)
svn path=/trunk/; revision=7664
2007-05-25 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (read_icon_theme):
* gnome-theme-info.h:
add a "readable_name" property for icon themes, and make sure "name"
points to the internal theme name
svn path=/trunk/; revision=7660
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