Commit graph

1238 commits

Author SHA1 Message Date
Carlos Perelló Marín
068c095238 Renamed to *.directory.in to be used with xml-i18n-tools. Renamed to
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-16 17:04:18 +00:00
Kjartan Maraas
1fd58229f3 Added AM_PROG_XML_I18N_TOOLS.
2001-07-15  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added AM_PROG_XML_I18N_TOOLS.
2001-07-15 21:35:39 +00:00
Kjartan Maraas
26b2dc0ce0 Shh 2001-07-15 21:15:39 +00:00
Kjartan Maraas
834dfe16b1 Added Norwegian (nynorsk) translation. Updated Norwegian (bokmål)
2001-07-15  Kjartan Maraas  <kmaraas@gnome.org>

	* nn.po: Added Norwegian (nynorsk) translation.
	* no.po: Updated Norwegian (bokmål) translation.
2001-07-15 21:10:30 +00:00
Jose Maria Celorio
2d56c92b17 typo 2001-07-14 07:21:33 +00:00
Jose Maria Celorio
dd5841ccc7 include the right headers, don't hack arround gnome-xml brokenes 2001-07-14 03:21:17 +00:00
Jose Maria Celorio
3cb3436990 we don't need gnome-vfs, remove the check for it 2001-07-14 03:05:54 +00:00
Chema Celorio
bc6834b61f check for capplets/common/capplet-util.h
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-14 03:04:57 +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
Bradford Hovinen (Gdict maintainer)
159178f15d Added common library in capplets/common
Moved code from capplets/sound/sound-properties-capplet.c to common library
2001-07-13 18:51:28 +00:00
Jacob Berkman
5fa0b14bd7 init gconf after oaf 2001-07-13 17:21:49 +00:00
Bradford Hovinen
78d0bbfbdb Resolve configuration database and store in property frame (apply_cb):
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-13 17:20:01 +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
Jose Maria Celorio
50d12d5f22 bump the pkg-config version 2001-07-13 00:10:32 +00:00
Richard Hestilow
64fe5d975c Create Makefiles for capplets/desktop-links,
2001-07-12  Richard Hestilow  <hestilow@ximian.com>

	* configure.in: Create Makefiles for capplets/desktop-links,
	capplets/default-applications, and capplets/url-properties.

	* capplets/desktop-links: Added.

	* capplets/default-applications: Added

	* capplets/url-properties/ChangeLog: Added

	* capplets/*/Makefile.am: Install into Advanced.
2001-07-12 23:04:34 +00:00
Bradford Hovinen
4f09b08432 Disable launch of esd, due to esd's general suckiness
2001-07-12  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (apply_settings): Disable launch of
	esd, due to esd's general suckiness
2001-07-12 21:40:03 +00:00
Bradford Hovinen
a01cd1f4d7 Add check for the correct version of bonobo-conf Bump version number to
2001-07-12  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Add check for the correct version of bonobo-conf
	Bump version number to 1.3.10
2001-07-12 21:23:03 +00:00
Bradford Hovinen (Gdict maintainer)
e9ac4333e7 Fix exec line 2001-07-12 21:07:02 +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
d6ec57650d Logic fix.
2001-07-12  Bradford Hovinen  <hovinen@ximian.com>

	* archive.c (archive_get_current_location_id): Logic fix.
2001-07-12 20:32:09 +00:00
Bradford Hovinen
85bc24c3f4 Clear appropriate global archive pointer
2001-07-12  Bradford Hovinen  <hovinen@ximian.com>

	* archive.c (archive_destroy): Clear appropriate global archive pointer
2001-07-12 20:31:25 +00:00
Bradford Hovinen
3804a229da Update to use correct names for settings
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 19:42:51 +00:00
Jose Maria Celorio
021cafaa5f update to reflect the new location of the scripts 2001-07-12 19:37:15 +00:00
Bradford Hovinen
10e8b799a7 Only try to store a full snapshot if we are in a global archive
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 19:15:36 +00:00
Richard Hestilow
24c947b83c Remove a bunch of stuff from the old control-center.
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-12 17:01:14 +00:00
Bradford Hovinen (Gdict maintainer)
6efd5666e3 Indentation tweak 2001-07-12 14:13:08 +00:00
Jose Maria Celorio
8165b4f209 bump the version 2001-07-12 07:55:31 +00:00
Jose Maria Celorio
47a3b32008 The root manager is disabled for now 2001-07-12 07:37:43 +00:00
Jose Maria Celorio
2d866ad94e remove the root-manager for now. added an explanation to Makefile.am 2001-07-12 05:08:36 +00:00
Richard Hestilow
5852ff34c4 Look for libcapplet, not libcapplet2.
2001-07-11  Richard Hestilow  <hestilow@ximian.com>

	* configure.in (capplet_modules): Look for libcapplet, not
	libcapplet2.
2001-07-12 03:02:35 +00:00
Jose Maria Celorio
ab68cdbf40 make distcheck fixes 2001-07-11 02:41:21 +00:00
Bradford Hovinen
3395c90a5d Add sound-properties
2001-07-10  Bradford Hovinen  <hovinen@ximian.com>

        * default-user.xml: Add sound-properties

        * sound-properties-capplet.c (get_legacy_settings): Sync database
2001-07-11 02:22:46 +00:00
Kai Lahmann
e10800015f .desktop fixCVS:
.desktop fixCVS: ----------------------------------------------------------------------
2001-07-10 22:02:42 +00:00
Kai Lahmann
eb0beef189 .desktop fix 2001-07-10 22:02:14 +00:00
Kai Lahmann
6a9081f916 *** empty log message *** 2001-07-10 22:01:01 +00:00
Kai Lahmann
683186e37e .desktop fixCVS:
.desktop fixCVS: ----------------------------------------------------------------------
2001-07-10 22:00:16 +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
Kai Lahmann
dde0a2329b Added German translation 2001-07-10 14:55:21 +00:00
Kai Lahmann
99034844c4 ooops - forgot 2001-07-10 14:53:56 +00:00
Kai Lahmann
4b6d4d9b59 Fixed wrong binary name 2001-07-10 14:53:23 +00:00
Kai Lahmann
f8838be34f Updated POTFILES.[in|ignore] and Updated German translaion 2001-07-10 14:52:05 +00:00
Bradford Hovinen
18e8de9ef6 Don't accept PropertyBag interface
2001-07-10  Bradford Hovinen  <hovinen@ximian.com>

	* bonobo-moniker-archiver.c (archiver_resolve): Don't accept
	PropertyBag interface

	* sound-properties-capplet.c (set_moniker_cb): Make full moniker

	* sound-properties.xml: Fixed path name
2001-07-10 14:00:15 +00:00
Bradford Hovinen
3fb617283b Update installation directory
2001-07-09  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (gladedir): Update installation directory
2001-07-09 21:22:47 +00:00
Bradford Hovinen
f6e592264e Add g_return_if_fail macros
2001-07-09  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir-view.c (capplet_dir_view_show): Add g_return_if_fail
	macros
2001-07-09 21:19:24 +00:00
Bradford Hovinen
bf95474a7c Added Gnome.directory and installation routine
2001-07-09  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Added Gnome.directory and installation routine
2001-07-09 21:03:02 +00:00
Bradford Hovinen
2c2fafbaad Use bonobo_object_unref rather than gtk_object_destroy
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 19:56:27 +00:00
Bradford Hovinen
c09362e12a Use .gnome/capplet-archive rather than .gnome/control-center
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 18:36:10 +00:00
Bradford Hovinen
299c4ed6f4 Try to load the defaults file if no rollback data can be found
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
2001-07-09 16:46:31 +00:00