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-25 Denis Washington <denisw@svn.gnome.org>
* theme-thumbnail.[ch]:
Generate all types of thumbnails in a seperate process, not just those for
metathemes.
svn path=/trunk/; revision=7774
2007-06-23 Guilherme de S. Pastore <gpastore@gnome.org>
* gnome-about-me-password.c: fix a small typo ("wether" -> "whether")
in the comments.
svn path=/trunk/; revision=7766
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-22 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-settings-daemon.c: incorporate fixes from Matthias Clasen in
bug #430889
(gnome_settings_daemon_init): create the DBus server here.
(gnome_settings_daemon_new): install an idle callback to initialize the
modules.
(init_modules_idle_cb): initialize modules and install an idle callback
to start the modules.
(start_modules_idle_cb): start modules here.
(finalize): unref the DBus service.
svn path=/trunk/; revision=7757
2007-06-21 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-settings-accessibility-keyboard.c:
* gnome-settings-keybindings.c:
* gnome-settings-keyboard.c:
* gnome-settings-multimedia-keys.c:
* gnome-settings-xrdb.c:
* gnome-settings-daemon.c: all modules use now the new arch.
* gnome-settings-background.c (background_callback): pass the correct
argument to the idle callback.
svn path=/trunk/; revision=7756
2007-06-21 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=7755
2007-06-19 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-settings-module.c (gnome_settings_module_start|_stop): return
TRUE if the module does not implement the method. It's not an error,
just the module does not need to implement it.
* gnome-settings-daemon.c (gnome_settings_daemon_init): allocate memory
for the index in the hash table.
svn path=/trunk/; revision=7753