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
2001-12-02 Richard Hestilow <hestilow@ximian.com>
* Initial GNOME2 port. ui-preferences is disabled until
it is revamped for gconf, and mime-types will probably be
permanently disabled though (no gmc).
Fri Nov 30 15:35:39 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Added AM_GLIB_GNU_GETTEXT and
setting of GETTEXT_PACKAGE.
* Makefile.am: Change from xml-i18n-extract (etc.)
to intltool-extract (etc.)
2001-11-29 Miles Lane <miles@megapathdsl.net>
* configure.in: Removed intl/Makefile from AC_OUTPUT
since there is no intl subdirectory in the repository.:
2001-11-18 Richard Hestilow <hestilow@ximian.com>
* Makefile.am (sound_properties_control_LDADD): Add libsounds.a.
* prefs-widget.c (apply_settings): Export our settings to
gnome-config (needed by gnome-libs). Also save and reload event
sounds.
(create_dialog): Add a SoundView on the sound events.
* sound-properties.glade: Add a tab for the sound events.