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.
2001-12-09 Gediminas Paulauskas <menesis@delfi.lt>
* *.c (main): retrieve translation in utf-8 codeset. Do not
setlocale ().
* some Makefile.am (INCLUDES): remove intl.
(..._LDADD): remove INTLLIBS
2001-12-08 Richard Hestilow <hestilow@ximian.com>
* Partial revamp to use bonobo control instead of bug-prone
custom socket; also port away from libcapplet.
2001-12-08 Richard Hestilow <hestilow@ximian.com>
* file-types-capplet.c: Port away from libcapplet.
* file-types-capplet-dialogs.c: Don't include capplet-widget.h.
2001-12-08 Richard Hestilow <hestilow@ximian.com>
* capplet-dir-view-list.c (list_populate): Fix call to
gnome_icon_list_insert.
(list_create): Update call to gnome_icon_list_new, and use
a GtkHPaned instead of a GtkHBox.
2001-12-08 Richard Hestilow <hestilow@ximian.com>
* preferences.c (preferences_load/save): Port to GConf.
* main.c (setup_capplet_widget): Port away from libcapplet,
use a GtkDialog.
(main): Call gnome_program_init.
* screensaver.schemas: Added.
* Makefile.am: Install schema file.
2001-12-07 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (main): Connect the destroy
signal
* background.schema: Fix type on opacity schema
2001-12-07 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (gconf_property_editor_class_init):
Make the changeset property a pointer
(gconf_property_editor_set_prop): Use g_value_get_object for the
destroy notify object
2001-12-07 Bradford Hovinen <hovinen@ximian.com>
* gconf-property-editor.c (gconf_peditor_new_*): Terminate the
parameter list passed to g_object_new with NULL
2001-12-07 Bradford Hovinen <hovinen@ximian.com>
* background-properties-capplet.c (main): Remove use of
capplet_init, instead do the initialization ourselves (note: this
means we are no longer a Bonobo control)
(dialog_button_clicked_cb): Implement
* background-properties.glade: libglade-convert
2001-12-07 Bradford Hovinen <hovinen@ximian.com>
* applier.c (applier_class_init): Initialize object_class properly
before using it; install property after {get|set}_property are set