2002-07-31 Federico Mena Quintero <federico@ximian.com>
* sound-properties-capplet.c (main): Do not pass -1 for the dialog
flags; just pass GTK_DIALOG_NO_SEPARATOR. Fixes#89408 and #88614.
Improve help handling.
2002-05-26 Jody Goldberg <jody@gnome.org>
* capplet-util.c (capplet_help) : new utility.
2002-05-24 Jody Goldberg <jody@gnome.org>
* mime-type-info.c (mime_category_info_load_all) : make this more paranoid.
* mime-category-edit-dialog.c (update_subcategories) : Move this over
here.
2002-05-17 Jody Goldberg <jody@gnome.org>
* mime-type-info.c (mime_category_info_using_custom_app) : add some
protection.
2002-05-08 Jody Goldberg <jody@gnome.org>
* sound-properties-capplet.c (dialog_button_clicked_cb) : fix help path
2002-05-07 Jody Goldberg <jody@gnome.org>
* sound-properties-capplet.c (main) : add help.
(dialog_button_clicked_cb) : support help and support WM based exit.
2002-03-27 Richard Hestilow <hestilow@ximian.com>
* sound-properties.glade: Add mnemonics.
* sound-properties-capplet.c (create_dialog): Connect to
properties so we know when to save.
2002-03-10 Seth Nickell <snickell@stanford.edu>
* main.c: (main):
* sound-properties-capplet.c: (main):
Activate the settings daemon if its not already running.
2002-03-06 Richard Hestilow <hestilow@ximian.com>
* sound-properties-capplet.c (main): Remove textdomain stuff.
I'm not 100% certain this is correct, but none of the other capplets
have it.
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.
2001-07-24 Richard Hestilow <hestilow@ximian.com>
* sound-properties-capplet.c (main): Pass in legacy files to
capplet_init.
(get_legacy_settings): Use the "Main" config prefix.
2001-07-18 Bradford Hovinen <hovinen@ximian.com>
* capplet-util.c (create_control_cb): Store listener id in
property control
(quit_cb): Remove listener before releasing database
(set_moniker_cb): Kill any existing db object in case the moniker
is set more than once
(set_moniker_cb): Connect destroy signal on pf to pf_destroy_cb
(pf_destroy_cb): Implement
2001-07-17 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (INCLUDES): Removed -DGLADE_DATADIR
* capplet-util.c (create_dialog_cb): Use create_widget_cb rather
than loading from Glade
(capplet_init): Accept CreateDialogFn and initialize
create_dialog_cb
(close_cb): Don't call gtk_object_destroy (dialog)
(get_control_cb): Rename from create_dialog_cb
* sound-properties-capplet.c (create_dialog): Implement
(main): Call glade_gnome_init; pass create_dialog to capplet_init
(setup_dialog): Retrieve the Glade data from the widget passed to
this function
(create_dialog): Make sure dialog is destroyed when widget is
* Makefile.am (EXTRA_DIST): Changed Applications_DATA to
Applications_in_files
(INCLUDES): Add -DGLADE_DATADIR
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>
* 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-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>
* 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