2005-10-14 Rodrigo Moya <rodrigo@novell.com>
* gnome-settings-daemon.c (child_watch_cb): added this function to
watch for children...
(gnome_settings_daemon_spawn_with_input): ...started here, instead
of just blocking.
* gnome-settings-screensaver.c (gnome_settings_screensaver_load): do
lazy loading of the screensaver.
(really_start_screensaver): start on a 25 seconds timeout.
* gnome-settings-typing-break.c (gnome_settings_typing_break_load): do
lazy loading og the typing break applet.
(really_setup_typing_break): start on a 30 seconds timeout.
2005-10-14 Erwann Chenede <erwann.chenede@sun.com>
Fixes#314774
* gnome-settings-xrdb.c (gnome_settings_xrdb_load): connect to
"notify:gtk-theme-name" signal, to run xrdb only when the whole theme
has been changed.
(theme_changed): callback for "notify:gtk-theme-name".
2005-10-15 Rodrigo Moya <rodrigo@novell.com>
Fixes#315505
* control-center-categories.c (control_center_entry_new): don't show
xscreensaver capplet icon if gnome-screensaver is installed.
(populate_category): don't add NULL entries to the list.
2005-10-11 Muktha <muktha.narayan@wipro.com>
* gnome-theme-info.h:
* gnome-theme-manager.h:
* gnome-theme-manager.c (apply_font_clicked):
* gnome-theme-info.c (gnome_theme_read_meta_theme)
(gnome_theme_meta_info_free) (gnome_theme_meta_info_print)
(gnome_theme_meta_info_compare): Update the desktop font in
addition to the application font when 'apply font' in large print
themes is selected. Fixes#123551.
2005-10-10 Jürg Billeter <j@bitron.ch>
reviewed by: Sergey V. Udaltsov <svu@gnome.org>
* schemas/Makefile.am:
* schemas/desktop_gnome_peripherals_keyboard.schemas.in:
Add schema for remembering NumLock state between sessions.
Fixes bug #74215. Patch by Sebastian Kapfer <sebastian_kapfer@web.de>
2005-10-01 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (gnome_wp_add_image): Remove utf8 validate check
(gnome_wp_props_wp_set): If the filename we have for the image is not
valid utf8, convert it to utf8 before setting the key in gconf
(gnome_wp_load_stuffs, gnome_wp_file_changed): Make sure that the
filename is valid utf8 and the file exists with utf8 encoding, or fall
back to filename encoding as specified by the user with glib's
environment variables
* gnome-wpitem.c (gnome_wp_item_new): Make sure that the name field
is always utf8 for displaying to the user with the tree view
* gnome-wp-xml.c (gnome_wp_xml_load_xml): Make sure that the
filename is valid utf8 and the file exists with utf8 encoding, or fall
back to filename encoding as specified by the user with glib's
environment variables
(gnome_wp_xml_save_list): If the filename is not valid utf8, then
convert to utf8 for storing in the XML file
Fixes#168604
2005-10-01 Rodney Dawes <dobey@novell.com>
* preferences.c (bg_preferences_load, bg_preferences_merge_entry):
Make sure that the UTF8 filename is valid and exists before trying
to use it, otherwise fall back to using the filename encoding specified
by the user with the environment variables used by glib to determine
the locale encoding of filenames
Fixes#168604
2005-09-26 Brian Cameron <Brian.Cameron@sun.com>
* configure.in: Fix xcursor test so that it doesn't
cause configure to crash if the xcursor extension
can't be found. Instead just build without xcursor
support.
2005-09-25 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c:
list evolution-2.4 binary, patch by Jan de Groot <jan@jgc.homeip.net>
(Closes: #315871).
2005-09-25 Sebastien Bacher <seb128@debian.org>
* themus-theme-applier.desktop.in.in:
fix a typo with the StartupNotify option,
thanks Vincent Fretin <vincent.fretin@gmail.com> for pointing this
(Closes: #316159).
2005-09-14 Ray Strode <rstrode@redhat.com>
* gnome-settings-daemon/gnome-settings-mouse.c: previous
patch breaks the build, just revert for now, bug 316142.
2005-09-14 Ray Strode <rstrode@redhat.com>
* configure.in:
* gnome-settings-daemon/gnome-settings-mouse.c: previous
patch breaks the build, just revert for now, bug 316142.
2005-09-12 Ray Strode <rstrode@redhat.com>
Remap buttons on auxillary mice for left-handed
mode (bug 314409).
* configure.in: add check for xinput extension, needed
for bug 314409.
* gnome-settings-daemon/gnome-settings-mouse.c
(supports_xinput_devices): new function to detect
XInput Extension
(configure_button_layout): new function to set up
logical mouse button layout for left or right handed
mode
(xinput_device_has_buttons): new function to detect if
an xinput device has buttons to reconfigure
(set_xinput_devices_left_handed): new function to set
auxillary mice into left-handed mode
(set_left_handed): call set_xinput_devices_left_handed
if available
2005-08-31 Rodrigo Moya <rodrigo@novell.com>
* gnome-mouse-properties.c (delay_value_changed_cb): guard against
invalid values from the GtkHScale widget.
2005-09-06 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_init): Set the style
property "action-area-border" for the GtkDialogs here
"Fixes" #313680