Commit graph

69 commits

Author SHA1 Message Date
Richard Hestilow
83162b8039 Remove all g_print statements. (header_expose_cb): Fix pixbuf clipping.
2001-12-13  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view-list.c: Remove all g_print statements.
	(header_expose_cb): Fix pixbuf clipping.

	* capplet-dir-view.c (capplet_dir_view_new):
	s/gtk_object_unref/g_object_unref.

	* main.c (main): s/bonobo_main/gtk_main.
2001-12-14 01:27:14 +00:00
Havoc Pennington
16c673a0f7 add gnome-desktop-2.0 to CFLAGS, add AC_PROG_INTLTOOL
2001-12-08  Havoc Pennington  <hp@pobox.com>

	* configure.in (COMMON_MODULES): add gnome-desktop-2.0 to CFLAGS,
	add AC_PROG_INTLTOOL

2001-12-08  Havoc Pennington  <hp@pobox.com>

	* POTFILES.in: remove applier.c which doesn't exist

2001-12-08  Havoc Pennington  <hp@pobox.com>

	* capplet-dir-view.c: remove unused include that broke stuff

	* capplet-dir.c (capplet_activate): fix args to
	gnome_desktop_item_launch

2001-12-08  Havoc Pennington  <hp@pobox.com>

	* gnome-startup.h: use G_BEGIN_DECLS so it builds
2001-12-09 04:44:37 +00:00
Richard Hestilow
9ea850c68d Fix call to gnome_icon_list_insert. (list_create): Update call to
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 20:07:30 +00:00
Richard Hestilow
8e9c8fcf0e Update call to gnome_help_display.
2001-11-28  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view.c (help_cb): Update call to gnome_help_display.
2001-11-29 00:06:50 +00:00
Richard Hestilow
45c1c24057 Initial port to GNOME2, removal of gtkhtml deps.
2001-11-26  Richard Hestilow  <hestilow@ximian.com>

	* Initial port to GNOME2, removal of gtkhtml deps.
2001-11-26 17:06:41 +00:00
Bradford Hovinen
40cb24b5db Remove #ifdef HAVE_BONOBO instances
2001-10-26  Bradford Hovinen  <hovinen@ximian.com>

	* main.c: Remove #ifdef HAVE_BONOBO instances

	* capplet-dir.c: Remove #idef HAVE_BONOBO instances
2001-10-26 19:18:24 +00:00
Jakub Steiner
b8d0c7fdc3 temporary icon 2001-10-16 00:25:41 +00:00
Larry Ewing
a5d2608e56 set the window icon so that the tasklist will have a pretty picture.
2001-10-14  Larry Ewing  <lewing@ximian.com>

	* capplet-dir-view.c (capplet_dir_view_new): set the window icon
	so that the tasklist will have a pretty picture.
2001-10-15 03:20:35 +00:00
Bradford Hovinen
4b6d9f7f99 Try to resolve a listener to make sure that something is listening when we
2001-10-13  Bradford Hovinen  <hovinen@ximian.com>

	* bonobo-config-archiver.c (real_sync): Try to resolve a listener
	to make sure that something is listening when we issue the sync
	event (disabled for now)
	(get_listener_oafiid): Implement (disabled for now)

2001-10-12  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-util.c (get_factory_name): Updated factory name to
	reflect new, expanded roles

	* Bonobo_Control_Capplet_generic.oaf.in: Create

2001-09-29  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-util.c (create_control_cb): Elimite reference counter --
	it's not necessary
	(create_control_cb): Make this a multi-factory so that we can
	return the listener when needed
	(capplet_init): Set up the listener here rather than in
	get_control_cb; also remove the listener and unref the database
	here
	(quit_cb, real_quit_cb): Remove (thank the gods)

2001-10-12  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am ($(oaffile)): Make creation of the .oaf file generic

2001-10-12  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_control_launch): Unref the property bag
	when we are done
2001-10-13 17:26:48 +00:00
Richard Hestilow
c01fe3b0ac Committed patch from Carlos Perelló Marín <carlos@gnome-db.org> to handle
2001-09-28  Richard Hestilow  <hestilow@ximian.com>

	* control-center/capplet-dir-view-html.c:
	Committed patch from Carlos Perelló Marín <carlos@gnome-db.org>
	to handle UTF-8 correctly. Sorry it took so long; it got lost in
	my mailbox.
2001-09-28 21:11:57 +00:00
Bradford Hovinen
c8b405679c Create apply and close buttons to match the setup tools
2001-09-22  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_control_launch): Create apply and close
	buttons to match the setup tools
2001-09-22 23:37:35 +00:00
Bradford Hovinen (Gdict maintainer)
4e6a3b89d6 Added CORBA interface to the archiver 2001-08-20 15:47:57 +00:00
Jose Maria Celorio
06d16ff133 Add DISTDIR to install-data-local 2001-08-01 04:02:20 +00:00
Carlos Perelló Marín
016579f398 Reverted my utf patch. Sorry :-(
2001-07-28  Carlos Perelló Marín <carlos@gnome-db.org>

	* capplet-dir-view-html.c: Reverted my utf patch. Sorry :-(
2001-07-28 10:58:08 +00:00
Carlos Perelló Marín
62d3745c6b /s/Configuraiton/Configuration/
2001-07-28  Carlos Perelló Marín <carlos@gnome-db.org>

	* main.c: /s/Configuraiton/Configuration/
2001-07-28 10:47:53 +00:00
Bradford Hovinen
6c25caa8cc Use timeout when launching desktop entry; idle handler when launching
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_activate): Use timeout when launching
	desktop entry; idle handler when launching Bonobo control
2001-07-27 17:31:37 +00:00
Bradford Hovinen
33b3809115 1.5.2
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* RELEASE : 1.5.2
2001-07-27 16:02:08 +00:00
Bradford Hovinen
5fd3e851db Remove debugging messages
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_activate): Remove debugging messages
2001-07-27 01:25:15 +00:00
Bradford Hovinen
4af8d8fa92 Add flag launching
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.h (struct _Capplet): Add flag launching

	* capplet-dir.c (capplet_new): Initialize capplet->launching
	(capplet_reset_cb): Implement. Just reset capplet->launching
	(capplet_activate): Just return if capplet->launching is set;
	otherwise set that flag and add an idle handler to unset it
2001-07-27 01:23:26 +00:00
Bradford Hovinen
84ca3f9afb Don't kill oafd for fear that someone may be running Evolution. Kill
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* kill-gnomecc.sh: Don't kill oafd for fear that someone may be
	running Evolution. Kill bonobo-moniker-archiver after everything
	else is dead. Redirect errors to /dev/null. Kill the mouse
	properties capplet, too.
2001-07-26 16:44:43 +00:00
Bradford Hovinen
797a8c17a2 Don't make the main window modal
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* gnomecc.glade: Don't make the main window modal
2001-07-26 16:39:19 +00:00
Bradford Hovinen
a220f2948b Remove check for capplet already running
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_control_launch): Remove check for capplet
	already running
2001-07-26 16:24:36 +00:00
Jose Maria Celorio
d9841d52f2 jrb's name had a typo. 2001-07-26 02:48:16 +00:00
Chema Celorio
5807802e84 don't this Gnome.directory.in this will be generated at the users box by a
2001-07-25  Chema Celorio  <chema@celorio.com>

	* Makefile.am (EXTRA_DIST): don't this Gnome.directory.in this will
	be generated at the users box by a sed from Gnome.directory.in.in
2001-07-25 22:48:05 +00:00
Richard Hestilow
e88951ad3f Move capplet-launching code into an idle handler. Bonobo sucks like that.
2001-07-25  Richard Hestilow  <hestilow@ximian.com>

	* main.c (main): Move capplet-launching code into an idle handler.
	Bonobo sucks like that.

	* capplet-dir.c (capplet_activate): Remove the check for gnomecc,
	it was causing grief with bonobo. Story at 11.
2001-07-25 07:04:17 +00:00
Jose Maria Celorio
bc1bde4da4 usize 2001-07-25 04:25:15 +00:00
Chema Celorio
a3610b563b set the title of the window to "Gnome Control Center : foo"
2001-07-24  Chema Celorio  <chema@celorio.com>

	* capplet-dir-view.c (capplet_dir_view_load_dir): set the title
	of the window to "Gnome Control Center : foo"
2001-07-25 00:36:48 +00:00
Bradford Hovinen
6a86bc37a2 Set moniker property manually (capplet_control_launch): Remove double-free
2001-07-24  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_control_launch): Set moniker property
	manually
	(capplet_control_launch): Remove double-free of the moniker
	(capplet_control_launch): Release and unref the property control
	in the event of an error
	(capplet_control_launch): Conclude that the capplet is already
	running only when the exception type is
	Bonobo/Moniker/InterfaceNotFound
2001-07-24 21:07:24 +00:00
Bradford Hovinen
8b9b013e5b Set moniker property manually (capplet_control_launch): Remove double-free
2001-07-24  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_control_launch): Set moniker property
	manually
	(capplet_control_launch): Remove double-free of the moniker
	(capplet_control_launch): Release and unref the property control
	in the event of an error
2001-07-24 15:13:10 +00:00
Bradford Hovinen
02d668ce65 Don't connect the app's button signals if the app has just been destroyed
2001-07-23  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_control_launch): Don't connect the
	app's button signals if the app has just been destroyed
2001-07-23 23:03:00 +00:00
Bradford Hovinen
8d99fd960e Set InvalidValue exception if the program could not resolve the moniker
2001-07-23  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-util.c (set_moniker_cb): Set InvalidValue exception if
	the program could not resolve the moniker

	* capplet-dir.c (capplet_control_launch): Put up an error dialog
	and abort the process if the capplet reports an error trying to
	resolve its moniker
2001-07-23 22:58:32 +00:00
Jose Maria Celorio
0ae3d29c91 1.5.0 here we go 2001-07-20 09:49:49 +00:00
Bradford Hovinen
449c9fa6c1 Uncomment
2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (install-data-local): Uncomment
2001-07-20 03:30:59 +00:00
Richard Hestilow
e6e16f3c15 Change name to "Main".
2001-07-19  Richard Hestilow  <hestilow@ximian.com>

	* Gnome.directory.in.in: Change name to "Main".

	* capplet-dir.c (capplet_new): Return NULL if program
	is not accessible.

	* capplet-dir-view.c (sidebar_populate): Don't show a directory
	if it is empty.
2001-07-20 01:40:01 +00:00
Richard Hestilow
11c5ef7d46 Removed debugging spew.
2001-07-19  Richard Hestilow  <hestilow@ximian.com>

	* Removed debugging spew.

	* Removed most of the menu bar.

	* capplet-dir-view.c (about_menu_cb): Add Chema, jimmac, and myself
	to authors list.

	* capplet-dir-view-html.c (html_populate, html_write_row): Spacing
	fix.
2001-07-19 21:11:06 +00:00
Bradford Hovinen (Gdict maintainer)
4b40c52874 Added missing files to EXTRA_DIST, removed nonexistant files from POTFILES.in 2001-07-19 18:36:19 +00:00
Bradford Hovinen
2b80912c72 Don't give an error if the property control is NULL
2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_control_launch): Don't give an error if
	the property control is NULL
2001-07-19 17:39:47 +00:00
Richard Hestilow
4ae61c1c2e forgot to commit the pngs
2001-07-19  Richard Hestilow  <hestilow@ximian.com>

	* forgot to commit the pngs
2001-07-19 17:28:22 +00:00
Richard Hestilow
36c3c4ab3b New function to compute optimal number of columns. Try resizing, it's fun!
2001-07-19  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir-view-html.c (main_allocate_cb: New function to
	compute optimal number of columns. Try resizing, it's fun!
2001-07-19 16:39:02 +00:00
Bradford Hovinen
f28ecce3d2 Set the window title
2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir-view.c (capplet_dir_view_load_dir): Set the window title
2001-07-19 13:46:50 +00:00
Chema Celorio
91fdb37ce2 remove Gnome.directory from here
2001-07-19  Chema Celorio  <chema@celorio.com>

	* Makefile.am: remove Gnome.directory from here

2001-07-19  Chema Celorio  <chema@celorio.com>

	* Makefile.am (ccenter_DATA): move Gnome.directory to here

2001-07-19  Chema Celorio  <chema@celorio.com>

	* POTFILES.in: remove Gnome.in since we use xml tools
2001-07-19 07:34:22 +00:00
Richard Hestilow
042c40c8da Remove annoying debugging output.
2001-07-18  Richard Hestilow  <hestilow@ximian.com>

	* capplet-dir.c (capplet_new): Remove annoying debugging output.

	* capplet-dir-view-html.c: Rewritten to use jimmac's new interface.

	* bcg_top.png, title.png, blank.png, active.png: Added.

	* Makefile.am (splash_DATA): Add new pixmap files.

	* gnomecc.glade: Remove ugly toolbar.

	* capplet-dir-view.[ch]: Remove toolbar-related code.
2001-07-19 03:16:35 +00:00
Jose Maria Celorio
ab0fef8323 Fix fix fix fix fix & clean stuff. With their changelog entries for your
pleasure.
2001-07-18 06:36:24 +00:00
Bradford Hovinen
9b494a3881 Explicitly unref the property control
2001-07-17  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir.c (capplet_cancel_cb):
	(capplet_ok_cb): Explicitly unref the property control
2001-07-17 20:08:42 +00:00
Bradford Hovinen
8459555f65 Return NULL in the case that the control is already present
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 19:58:58 +00:00
Bradford Hovinen
fa695ff9ee Accept window_title parameter and use it as the title (capplet_activate):
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 19:49:31 +00:00
Kai Lahmann
41255aeb6d On the way to get a NICE HTML view 2001-07-13 19:21:52 +00:00
jacob berkman
8ba458e12e initialize gconf if gtkhtml is gconf-enabled
2001-07-13  jacob berkman  <jacob@ximian.com>

	* main.c (main): initialize gconf if gtkhtml is gconf-enabled
2001-07-13 17:19:50 +00:00
Bradford Hovinen
3db03400d4 Fix position of capplet name in the Bonobo case (capplet_new): Don't abort
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 21:06:24 +00:00
Bradford Hovinen
858feb0824 Make full moniker (apply_settings): Release the return value (main):
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-10 18:27:43 +00:00