2007-04-23 George Kraft IV <gk4@austin.ibm.com>
* configure.in:
* capplets/default-applications/*: added A11Y applications to the
default applications capplet.
svn path=/trunk/; revision=7484
2007-04-21 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
* pt_BR.po: Fixes in Brazilian Portuguese translation by Washington
Lins <washington-lins@uol.com.br> and me (Leonardo F. Fontenelle
<leo.fontenelle@gmail.com>).
svn path=/trunk/; revision=7482
2007-04-21 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_setup_dialog): don't print a warning to
the console if the "self" contact does not yet exist (closes bug
#419332). Also fix a small memory leak
svn path=/trunk/; revision=7480
2007-04-20 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-settings-module.[ch]: new class for modules.
* Makefile.am: added new files.
svn path=/trunk/; revision=7478
2007-04-18 Rodrigo Moya <rodrigo@gnome-db.org>
Patch from SuSE package
* gnome-default-applications.xml.in: added Seamonkey as web browser and
mail reader.
svn path=/trunk/; revision=7475
2007-04-16 Jens Granseuer <jensgr@gmx.net>
* gnome-wp-capplet.c: (gnome_wp_load_stuffs): don't crash if the
GConf schema is missing (bug #430253). Also fix initialization of
the secondary colour picker
svn path=/trunk/; revision=7471
2007-04-11 Ross Burton <ross@burtonini.com>
* xrdb/General.ad:
* xrdb/Motif.ad:
* xrdb/Editres.ad:
* xrdb/Xaw.ad:
* xrdb/Emacs.ad:
Remove all settings that are not related to colour (#428615).
svn path=/trunk/; revision=7462
2007-04-10 Matthias Clasen <mclasen@redhat.com>
* gnome-theme-installer.desktop.in.in: Use OnlyShowIn=; to
hide the theme installer from menus and menu editors. (#420154)
svn path=/trunk/; revision=7457
2007-04-10 Alexander Larsson <alexl@redhat.com>
* utils.c (config_notify):
Also check registered directories for notification.
Fixes theme e.g. switching.
svn path=/trunk/; revision=7456
2007-04-09 Rodrigo Moya <rodrigo@gnome-db.org>
* configure.in: build libslab statically, to avoid conflicts with
gnome-main-menu, which installs its .so and header files.
svn path=/trunk/; revision=7453
2007-04-08 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Kristof Vansant <de_lupus@pandora.be>
* gnome-theme-installer.c: (gnome_theme_installer_run): add filters
for theme packages to the file chooser and mark the file chooser
title for translation. Closes bug #424960.
svn path=/trunk/; revision=7448
2007-04-03 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-details.c: (update_color_buttons_from_string):
don't crash if the color string is mangled, and close a small
memory leak
svn path=/trunk/; revision=7439
2007-04-02 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-settings-daemon.c (gnome_settings_daemon_new): return NULL
when there is an error, not exit(), so that we do proper cleanup.
Remove code to register GConf callbacks, that is done in utils.c.
(gnome_settings_daemon_get_conf_client,
gnome_settings_daemon_register_callback,
gnome_settings_daemon_spawn_with_input,
gnome_settings_daemon_get_invisible,
gnome_settings_daemon_delayed_show_dialog): removed from the
GnomeSettingsDaemon interface.
* utils.c (gnome_settings_get_config_client,
gnome_settings_get_invisible,
gnome_settings_register_config_callback,
gnome_settings_spawn_with_input,
gnome_settings_delayed_show_dialog): moved from GnomeSettingsDaemon
interface.
* factory.c (main): check return value from gnome_settings_daemon().
* *.c: adapted to changes in function names.
* Makefile.am: put source files in alphabetical order.
svn path=/trunk/; revision=7435
2007-04-02 Rodrigo Moya <rodrigo@gnome-db.org>
* gnome-settings-daemon.c (gnome_settings_daemon_new): return NULL
when there is an error, not exit(), so that we do proper cleanup.
Remove code to register GConf callbacks, that is done in utils.c.
(gnome_settings_daemon_get_conf_client,
gnome_settings_daemon_register_callback,
gnome_settings_daemon_spawn_with_input,
gnome_settings_daemon_get_invisible,
gnome_settings_daemon_delayed_show_dialog): removed from the
GnomeSettingsDaemon interface.
* utils.c (gnome_settings_get_config_client,
gnome_settings_get_invisible,
gnome_settings_register_config_callback,
gnome_settings_spawn_with_input,
gnome_settings_delayed_show_dialog): moved from GnomeSettingsDaemon
interface.
* factory.c (main): check return value from gnome_settings_daemon().
* *.c: adapted to changes in function names.
* Makefile.am: put source files in alphabetical order.
svn path=/trunk/; revision=7434
2007-03-26 Jens Granseuer <jensgr@gmx.net>
* gnome-settings-multimedia-keys.c: (dialog_init):
* gsd-media-keys-window.c: (gsd_media_keys_window_is_valid),
(initialize_alpha_mode):
* gsd-media-keys-window.h: rebuild the media window if the state of
composite has changed (fixes bug #408035)
svn path=/trunk/; revision=7425
2007-03-24 Jens Granseuer <jensgr@gmx.net>
* xrdb/Emacs.ad: don't set Emacs.mode-line.attributeBackground as it
seems to cause problems with emacs 22 (closes bug #416823)
svn path=/trunk/; revision=7422
2007-03-22 Jens Granseuer <jensgr@gmx.net>
* gnome-settings-dbus.c: (gnome_settings_server_init): don't crash if
dbus connection is not available (part of bug #411504)
svn path=/trunk/; revision=7415