2001-12-19 Seth Nickell <snickell@stanford.edu>
* background.desktop.in.in:
Add Categories field so it goes into the right location
in the panel menus.
2001-12-19 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
* gnomecc.desktop.in:
Install into $datadir/applications and add a Categories
field to the .desktop file.
2001-12-18 Bradford Hovinen <hovinen@ximian.com>
* keyboard-properties.c: (get_int_from_changeset): Use return
value of gconf_change_set_check_value to determine if the key
is in the set
2001-12-18 Bradford Hovinen <hovinen@ximian.com>
* keyboard-properties.c: Port to GConf/GNOME 2.0. Many changes.
(setup_dialog): Use correct widget name
(create_dialog): Use gtk_image_ functions for the volume icon
* keyboard-properties.glade: Remove placeholders
2001-12-18 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c: Use gconf_client rather than
gconf_engine
(setup_dialog): Use correct path for enabled
(main): Preload the background settings directory for performance
2001-12-18 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (peditor_string_widget_changed): Use
actual signature for the changed signal
2001-12-18 Bradford Hovinen <hovinen@ximian.com>
* background.schema: Update keys to use /desktop/gnome/background
* background-properties-capplet.c: Update GConf keys to use
/desktop/gnome/background
2001-12-18 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (property_change_cb): Remove
(create_dialog): Return GladeXML, not GtkWidget
(setup_dialog): Put GladeXML in the signature rather than
GtkWidget
(peditor_value_changed): Retrieve color_frame directory rather
than through Glade
(real_realize_cb): Ditto
(setup_dialog): Set color-frame rather than glade-data
(main): Construct the preview applier here rather than in
create_dialog
(main): Unref the applier object when the dialog is destroyed
(setup_dialog, create_dialog): Put the applier in the signature
Use weak_ref rather than the destroy signal for all relevant
objects
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir-view.c (capplet_dir_view_init): Move most of the
initialization stuff from capplet_dir_view_new to here
* capplet-dir-view.[ch]: Port to GObject
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (peditor_value_changed): Set
the sensitivity of the color frame depending on the settings
(peditor_value_changed): Use correct keys
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (peditor_string_widget_changed):
Work correctly with multiple callback signatures
(gconf_peditor_new_string): Use changed signal
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (gconf_property_editor_get_key):
Implement
(peditor_color_widget_changed): Use correct signature for the
signal handler
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (peditor_value_changed):
Retrieve the applier from the preferences object and use it to
apply settings on the preview widget
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (dialog_button_clicked_cb):
Apply settings after commiting the change set
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (create_dialog): Use
prefs_widget rather than preview placeholder widget
* background-properties.glade: Remove the preview placeholder
2001-12-17 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (peditor_color_value_changed): Use a
local stack variable for the color rather than a pointer. Duh.
Sat Dec 8 21:33:10 2001 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-daemon/gnome-settings-daemon.c (main): Import
from gconf-xsettings module. Cleaned up a bunch, and made to work
with mouse properties too.
* schemas/peripherals.schemas: New location for schemas. Need to
write many more.