2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org>
* *.directory: Renamed to *.directory.in to be used with
xml-i18n-tools.
* *.desktop: Renamed to *.desktop to be used with xml-i18n-tools.
* *.glade: Modified to not generate the glade.h files.
* *.glade.h: Removed.
* Makefile.am: Modify to use xml-i18n-tools
* configure.in: ditto.
* autogen.sh: ditto, now we use the macros/autogen.sh
2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org>
* .cvsignore: ssshhhh
2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org>
* screensavers/*.xml: /s/label/_label, /s/low-label/_low-label/,
/s/high-label/_high-label/: Changed to let xml-i18n-tools extract
this labels.
* extract-labels.c: Removed, now, we use xml-i18n-tools.
* preferences.c: /s/label/_label, /s/low-label/_low-label/,
/s/high-label/_high-label/: Changed to sync with the xml changes.
* screensaver-prefs-dialog.c: ditto.
2001-07-16 Carlos Perelló Marín <carlos@gnome-db.org>
* no.po: Solved some conflicts with my patch.
2001-07-14 Carlos Perelló Marín <carlos@gnome-db.org>
* POTFILES.in: Updated to reflect the xml-i18n-tools use.
* *.po: Added the .directory && .desktop translations.
* update.*: Removed.
* wa.po: Added.
* es.po: Updated Spanish translation.
2001-07-13 Chema Celorio <chema@celorio.com>
* autogen.sh (PKG_NAME): check for capplets/common/capplet-util.h
* configure.in (capplet_modules): pkgconfig 0.8.0 now handles
gnome-vfs. No need to call gnome-vfs-config.
2001-07-13 Bradford Hovinen <hovinen@ximian.com>
* capplet-util.c (create_dialog_cb): Return NULL in the case that
the control is already present
* capplet-dir.c (capplet_control_launch): Accept window_title
parameter and use it as the title
(capplet_activate): Pass entry->name to capplet_control_launch
(capplet_control_launch): Don't print error and use correct test
for control_ref == CORBA_OBJECT_NIL
2001-07-13 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir.c (capplet_control_launch): Accept window_title
parameter and use it as the title
(capplet_activate): Pass entry->name to capplet_control_launch
2001-07-13 Bradford Hovinen <hovinen@ximian.com>
* sound-properties-capplet.c (set_moniker_cb): Resolve
configuration database and store in property frame
(apply_cb): Retrieve configuration database from property frame
(create_control_cb): Don't store config database in property
control
(create_control_cb): Add listener for property change in config
database
(changed_cb): Implement
2001-07-12 Bradford Hovinen <hovinen@ximian.com>
* capplet-dir.c (capplet_activate): Fix position of capplet name
in the Bonobo case
(capplet_new): Don't abort if the entry says to run gnomecc
2001-07-12 Bradford Hovinen <hovinen@ximian.com>
* sound-properties.xml: Update to use correct names for settings
* sound-properties-capplet.c (set_moniker_cb): Change event_sound
to event_sounds
2001-07-12 Bradford Hovinen <hovinen@ximian.com>
* archive.c (archive_get_current_location_id): Only try to store a
full snapshot if we are in a global archive
* bonobo-config-archiver.c (bonobo_config_archiver_new): Store
real_name in archiver_db
(bonobo_config_archiver_destroy): Use archiver_db->real_name with
bonobo_url_register
2001-07-12 Richard Hestilow <hestilow@ximian.com>
* Makefile.am: Remove a bunch of stuff from the old control-center.
* configure.in: Ditto.
* capplets/Makefile.am: Ditto.
* po/POTFILES.in: Ditto
* autogen.sh: Look for the right directory structure.
* capplets/file-types/Makefile.am: Compile the file-types-* files,
not nautilus-mime-type-* files (they were renamed.)
* capplets/file-types/*.c: Include the renamed headers.
* capplets/file-types/libuuid/Makefile.am: Change $(GLIB_CFLAGS)
to @GLIB_CFLAGS@ for pkg-config purposes.
2001-07-10 Bradford Hovinen <hovinen@ximian.com>
* sound-properties-capplet.c (set_moniker_cb): Make full moniker
(apply_settings): Release the return value
(main): Support --get-legacy option
(get_legacy_settings): Implement
(create_control_cb): Connect apply_cb
(COPY_FROM_LEGACY): Use bonobo_config_set_...
(main): Open config database regardless of what operation is
requested; pass to create_control callback
(apply_settings): Use bonobo_config_get_...
(get_legacy_settings):
(apply_settings): Don't accept CORBA_Environment *ev any more
(create_control_cb): Store the config database in the property control
(apply_settings): Use the correct setting name
(apply_cb): Apply settings and sync
(apply_settings): Kill esd when requested
* capplet-dir.c (capplet_ok_cb): Notify property control of apply
action
(capplet_control_launch): Store PropertyControl in app
2001-07-09 Bradford Hovinen <hovinen@ximian.com>
* bonobo-config-archiver.c (bonobo_config_archiver_new): Use
bonobo_object_unref rather than gtk_object_destroy
* bonobo-moniker-archiver.c (archiver_resolve): Allow PropertyBag
interface as well
(parse_name): Set *location to NULL when there is no location
* sound-properties.xml: Use 0 and 1 rather than true and false
* capplet-dir.c (capplet_control_launch): Don't convert underscores
to dashes in moniker
2001-07-09 Bradford Hovinen <hovinen@ximian.com>
* archive.c (archive_load): Use .gnome/capplet-archive rather than
.gnome/control-center
* sound-properties-capplet.c (create_control_cb): Implement
(main): Use create_control_cb
* Bonobo_Control_Capplet_sound_properties.oaf: Use PropertyControl
interface
* sound-properties-capplet.c (create_dialog_cb): Update signature
for use as a BonoboPropertyControlGetControlFn
* capplet-dir.c (capplet_control_launch): Create a control by
first retrieving the PropertyControl and then extracting the
control from it
(capplet_control_launch): Connect button signals
(capplet_cancel_cb): Implement. Just destroy the app widget
(capplet_ok_cb): Ditto.
(capplet_control_launch): Don't use a BonoboArg when setting the
property
2001-07-09 Bradford Hovinen <hovinen@ximian.com>
* bonobo-config-archiver.c (bonobo_config_archiver_new): Try to
load the defaults file if no rollback data can be found
* capplets/sound/Makefile.am (defaults_DATA): Add sound-properties.xml
(EXTRA_DIST): Add defaults_DATA
* control-center/Makefile.am (INCLUDES): Update directory locations