Commit graph

302 commits

Author SHA1 Message Date
Bradford Hovinen (Gdict maintainer)
4e6a3b89d6 Added CORBA interface to the archiver 2001-08-20 15:47:57 +00:00
Pablo Saratxaga
7f96f52261 Updated Azeri file, synchronized ALL_LINGUAS list with list of po files
Updated Azeri file,
synchronized ALL_LINGUAS list with list of po files
2001-08-18 14:33:39 +00:00
Jose Maria Celorio
337b881a4e remove XST form echo 2001-08-13 19:50:02 +00:00
Bradford Hovinen
f75ce08da2 1.5.5
2001-08-10  Bradford Hovinen  <hovinen@ximian.com>

	* RELEASE : 1.5.5
2001-08-10 21:51:14 +00:00
Richard Hestilow
1d840a3813 Install all pixmaps. (pixmaps_DATA): Add blank-screen.png.
2001-08-09  Richard Hestilow  <hestilow@ximian.com>

	* Makeflie.am (EXTRA_DIST): Install all pixmaps.
	(pixmaps_DATA): Add blank-screen.png.

	* pref-file.c: Replace "programs" value with a regenerated
	string.
	(print_aligned_row): Added.
	(print_list_to_str): Added.

	* preferences.h (Screensaver): Add new fields "filename",
	"compat_command_line", "fakepreview", and "fakes",
	to deal with the new xml storage.
	(Preferences): Add new fields "savers_hash" and "invalidsavers".

	* preferences.c (screensaver_list_prepend_dir): Added.
	(screensaver_cmp_func): Added.
	(screensaver_list_load): Added.
	(preferences_new): Initialize savers_hash.
	(clean_saver_list): Added.
	(preferences_load): Load screensavers from xml.
	(parse_arg_default): Added.
	(screensaver_read_xml): Updated for the new format.
	(screensaver_new_from_file): Added.

	* prefs-widget.c (double_click_cb): Added.
	(): Remove right click menu, add double click handler.
	(model_is_cell_editable): Fix for etable bug.
	(random_timeout_cb): Avoid vidwhacker and webcollage.
	* preview.c: Optionally show fakepreview if set, and
	deal with compat_command_line, and refresh pixbufs.
	(command_exists): Renamed to rc_command_exists.

	* rc-parse.c: (parse_screensaver_list): Merely update
	the existing entries, via the provided hash.

	* screensaver-prefs-dialog.c (get_argument_data): Just
	find the xml file using ::filename.

	* screensavers/magic.pl.in: Added.
	* screensavers/Makefile.am: Generate .xml.h files for translators,
	and install all .xml files and .png files, and run magic.pl on
	make install.
2001-08-10 03:36:17 +00:00
Bradford Hovinen
99adc48d8c Corect behavior when prefix is not explicitly specified
2001-08-07  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Corect behavior when prefix is not explicitly
	specified
2001-08-07 17:01:55 +00:00
Jason Leach
b06b8131b5 Give a better URL for pkgconfig.
2001-08-02  Jason Leach  <jleach@ximian.com>

	* configure.in: Give a better URL for pkgconfig.
2001-08-02 15:23:17 +00:00
Bradford Hovinen
e31a59e98a 1.5.4
2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* RELEASE : 1.5.4

	* configure.in: Bump libcapplet dependency to 1.5.4
2001-07-30 18:47:34 +00:00
Bradford Hovinen
46547d1812 1.5.3
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* RELEASE : 1.5.3

	* configure.in: Bump version to 1.5.3
2001-07-27 21:13:47 +00:00
Bradford Hovinen
9384ca2299 Update version dependency for libcapplet to 1.5.2
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (capplet_modules): Update version dependency for
	libcapplet to 1.5.2
2001-07-27 15:39:20 +00:00
Bradford Hovinen
976d256386 Stupid, stupid autoconf
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (CC_USE_BONOBO_CONF): Stupid, stupid autoconf
2001-07-26 17:32:36 +00:00
Bradford Hovinen
677cf6d0a4 Fix problem where meaning of --enable-bonobo-conf was the opposite of what
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (AC_ARG_ENABLE): Fix problem where meaning of
	--enable-bonobo-conf was the opposite of what it should have been
2001-07-26 15:32:47 +00:00
Jose Maria Celorio
2e2903d352 Update the bonobo conf requirement to 0.9 as we depend on the CVS version 2001-07-26 03:37:36 +00:00
Jose Maria Celorio
baba8dddd0 Remove the desktop_IN_RULE. Althou it sounds nice cause we have a central
location to set it up, it causes problems in some configruations.
2001-07-26 01:49:13 +00:00
Chema Celorio
9b77f88b17 remove the --enable-bonobo-conf and replace with --disable-bonobo-conf.
2001-07-25  Chema Celorio  <chema@celorio.com>

	* configure.in (BONOBO_CHECK): remove the --enable-bonobo-conf and replace with
	--disable-bonobo-conf. The default is now with bonobo-conf
2001-07-26 01:10:12 +00:00
Jose Maria Celorio
a4d165d70d remove the OAF_FILE_IN_RULE and add it to each Makefile.am 2001-07-26 00:47:51 +00:00
Chema Celorio
ed8294c240 scape correctly the OAF_FILE_IN_RULE, it was not escaped before but for
2001-07-25  Chema Celorio  <chema@celorio.com>

	* configure.in (GNOMECC_CAPPLETS_OAF_FILE_IN_RULE): scape correctly the
	OAF_FILE_IN_RULE, it was not escaped before but for some reason it didn't
	generated and error

	* capplets/Makefile.am (SUBDIRS): we need to build LIBCOMMON_DIR
	before the capplets cause the capplets link with ../common/libcommon.a
2001-07-26 00:06:09 +00:00
Bradford Hovinen
4937798114 Remove IMLIB check (GNOMECC_CAPPLETS_DESKTOP_IN_RULE): Add sed expression
2001-07-25  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Remove IMLIB check
	(GNOMECC_CAPPLETS_DESKTOP_IN_RULE): Add sed expression to cover
	macro DESKTOP_EXEC_LINE
	(LIBCOMMON_DIR): Add option --enable-bonobo-conf

	* all: Added support for optionally compiling without bonobo-conf enabled
2001-07-25 17:26:17 +00:00
Jose Maria Celorio
b7850b1d9c bump version, add sawfish files 2001-07-25 08:56:20 +00:00
Jose Maria Celorio
9c60bf36b2 remove the sawfish dir 2001-07-25 08:31:41 +00:00
Jose Maria Celorio
5352793786 replace the full path in the oaf files to remove ambiguity 2001-07-24 22:55:50 +00:00
Jose Maria Celorio
8d25e44ec7 small fix 2001-07-24 19:28:30 +00:00
Chema Celorio
e9ab6d3ff0 add a new sed line that adds the full path to the Exec line in the
2001-07-24  Chema Celorio  <chema@celorio.com>

	* configure.in (dnl): add a new sed line that adds the full path to the Exec line
	in the .desktop files. It is commented out for now cause gnoemcc is not apreciating
	full paths.
2001-07-24 08:40:02 +00:00
Jose Maria Celorio
7404465cd2 yes, MORE comits from me.
WHy ?
cause i don't understand the auto* tools.

well, i thnk i do now
2001-07-20 07:35:02 +00:00
Jose Maria Celorio
118317da3b make distcheck passes 2001-07-20 01:28:02 +00:00
Bradford Hovinen
fd2313f18e Bump to version 1.5.0
2001-07-19  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in: Bump to version 1.5.0
2001-07-19 20:18:55 +00:00
Jose Maria Celorio
084d13f34f gthtml 0.9 is enough 2001-07-18 22:53:24 +00:00
Jose Maria Celorio
ffbdc83c11 add a version number for gtkhtml 2001-07-18 06:37:59 +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
Jose Maria Celorio
35d967aed2 clean this mess. 2001-07-18 03:21:07 +00:00
Jose Maria Celorio
7cd21536ae fix build 2001-07-17 23:32:47 +00:00
Chema Celorio
84a374efd9 nice and clean just as we like it
2001-07-17  Chema Celorio  <chema@celorio.com>

	* Makefile.am: nice and clean just as we like it
2001-07-17 22:27:34 +00:00
Bradford Hovinen
8dd9565b08 Disabled rollback capplet
2001-07-17  Bradford Hovinen  <hovinen@ximian.com>

	* configure.in (AC_OUTPUT): Disabled rollback capplet

	* capplets/Makefile.am (always_built_SUBDIRS): Disabled rollback
	capplet compile
2001-07-17 15:48:16 +00:00
Jose Maria Celorio
472c6272cf clean the Makefile and start moving stuff to configure.in 2001-07-17 08:35:15 +00:00
Chema Celorio
7c6642e2f0 requre pkg-config 0.8.0 (GNOME_CONTROL_CENTER_ICONS_DIR): add
2001-07-17  Chema Celorio  <chema@celorio.com>

	* configure.in (vers): requre pkg-config 0.8.0
	(GNOME_CONTROL_CENTER_ICONS_DIR): add
2001-07-17 07:09:26 +00:00
Richard Hestilow
3cd2a87b92 Create Makefile in capplets/desktop-links/Sawfish.
2001-07-16  Richard Hestilow  <hestilow@ximian.com>

	* configure.in: Create Makefile in capplets/desktop-links/Sawfish.
2001-07-16 21:22:14 +00:00
Richard Hestilow
856d747ec7 Create Makefiles in capplets/desktop-links and
2001-07-16  Richard Hestilow  <hestilow@ximian.com>

	* configure.in: Create Makefiles in capplets/desktop-links and
	capplets/default-applications.

	* capplets/desktop-links: Added.

	* capplets/default-applications: Added.
2001-07-16 18:07:52 +00:00
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
Jose Maria Celorio
2d56c92b17 typo 2001-07-14 07:21:33 +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 (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
Jose Maria Celorio
50d12d5f22 bump the pkg-config version 2001-07-13 00:10:32 +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
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
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
Chema Celorio
e80bf50b31 add bonobo and bonobox
2001-07-07  Chema Celorio  <chema@celorio.com>

	* configure.in (capplet_modules): add bonobo and bonobox
2001-07-07 21:29:23 +00:00
Chema Celorio
0c086fe454 require pkg-config 0.7.0 since 0.6.0 is brOKeN
2001-07-07  Chema Celorio  <chema@celorio.com>

	* configure.in (vers): require pkg-config 0.7.0 since
	0.6.0 is brOKeN
2001-07-07 19:25:03 +00:00