Commit graph

1516 commits

Author SHA1 Message Date
Richard Hestilow
199846f5c0 Only draw disabled message if do_preview. Actually, the user will never
2001-08-13  Richard Hestilow  <hestilow@ximian.com>

 	* applier.c (applier_apply_prefs): Only draw disabled message
 	if do_preview. Actually, the user will never see this because
 	the correct behavior (which is done) is to assume if they're
 	running capplet, prefs->enable should be TRUE. This is because
 	we are only honoring enable as a hacker-only setting.
 	(output_compat_prefs): Output the correct "Enable" setting.

 	* background-properties-capplet.c (get_legacy_settings): Support
 	the "Enabled" flag.

 	* preferences.c (preferences_new_from_bonobo_db): Import the
 	"enabled" flag. Note that this is not bothered with in the _pbag
 	function, because that's from the Proxy settings, which is only
 	used for the GUI capplet, which always sets enabled to True, because
 	this is a hacker-only option. Got it?

	* background-properties.xml: Add "enabled".
2001-08-13 18:39:08 +00:00
Kwok-Koon Cheung
807b75390d Normal msgmerge + update. 2001-08-13 08:37:58 +00:00
Pablo Saratxaga
483bdc635b updated Walloon file 2001-08-12 20:54:08 +00:00
Pablo Saratxaga
c45d74b860 updated Catalan file
removed duplicate msgid from el and hr files
2001-08-12 19:43:33 +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
5890f11b77 Fix for SM_SELECT_FROM_LIST mode.
2001-08-10  Richard Hestilow  <hestilow@ximian.com>

	* capplet/prefs-widget.c (random_timeout_cb): Fix for
	  SM_SELECT_FROM_LIST mode.
2001-08-10 18:42:41 +00:00
Richard Hestilow
0fcf91e2bc Add perms to mkdir.
2001-08-10  Richard Hestilow  <hestilow@ximian.com>

	* capplets/screensavers/magic.pl.in: Add perms to mkdir.
2001-08-10 18:28:58 +00:00
Richard Hestilow
b35c2cf932 Remove screen.png, which was commented out anyway.
2001-08-10  Richard Hestilow  <hestilow@ximian.com>

	* Makefile.am (pixmaps_DATA): Remove screen.png,
	  which was commented out anyway.

	* preferences.c (screensaver_clone): Added.
	  (copy_screensavers): Added.
	  (preferences_clone): Copy screensaver list.
	  (screensaver_destroy): Destroy new fields.
	* prefs-widget.c (prefs_widget_set_screensavers): Translate
	  strings and utf8ize ahead of time.
	  (prefs_widget_destroy): Free translated strings.
	  (model_value_at): Return pre-translated string.
	  (about_cb): Call gettext on desc, name, and title.
	* screensaver-prefs-dialog.c (screensaver_prefs_dialog_new):
	  Call gettext on label and desc.
	* capplets/screensavers/Makefile.am: Fixes for make distcheck.
	* capplets/screensavers/magic.pl.in: Fix description parsing bug,
	  and fakepreview lost bug.
2001-08-10 17:55:36 +00:00
Valek Frob
6d643347af Updated russian translation. 2001-08-10 16:28:12 +00:00
Aaron Weber
dfb77b4361 New directory: help and documentation. New directory: English help and
2001-08-10  Aaron Weber  <aaron@ximian.com>

	* help/: New directory: help and documentation.
	* help/C/: New directory: English help and documentation.
	* help/C/figures: New directory: figures for English help and docs.
	* help/C/gnome-control-center.sgml: New file. Empty SGML skeleton.
2001-08-10 14:45:16 +00:00
Carlos Perelló Marín
8902bd3632 Disabled desktop.png. It doesn't exists. Removed the xml.h generation
2001-08-10  Carlos Perelló Marín <carlos@gnome-db.org>

        * Makefile.am: Disabled desktop.png. It doesn't exists.
        * screensavers/Makefile.am: Removed the xml.h generation rule.

2001-08-10  Carlos Perelló Marín <carlos@gnome-db.org>

        * POTFILES.in: Fixed the screensaver files.
        * es.po: Updated Spanish translation.
2001-08-10 13:31:10 +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
0496f98555 Fixed default delay setting
2001-08-09  Bradford Hovinen  <hovinen@ximian.com>

	* keyboard-properties.xml: Fixed default delay setting
2001-08-09 19:43:29 +00:00
Chyla Zbigniew
12108b0165 Updated Polish translation 2001-08-09 11:50:14 +00:00
Pablo Saratxaga
86e3de1b95 updated Azeri file 2001-08-08 16:26:56 +00:00
Kwok-Koon Cheung
d700cf883d Traditional Chinese translation redone. 2001-08-07 18:08:09 +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
Christophe Merlet
71185520f1 Updated French translation. 2001-08-07 08:11:10 +00:00
Bradford Hovinen (Gdict maintainer)
65867f06f2 Fixed default for opacity setting 2001-08-06 20:32:37 +00:00
Fatih Demir
08ce53848d Updated translation.. 2001-08-05 11:24:10 +00:00
Bradford Hovinen
212641565b Return NULL if file_stream is NULL
2001-08-03  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (load_log_entry): Return NULL if file_stream is NULL
2001-08-03 14:48:33 +00:00
Bradford Hovinen
a1c5aa388f Return NULL if fgets returns NULL (dump_log): If both first_old and
2001-08-03  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (load_log_entry): Return NULL if fgets returns NULL
	(dump_log): If both first_old and log_data are NULL, go ahead and
	dump the file, since nothing has been loaded yet
	(config_log_garbage_collect): Don't bother dumping the log file or
	reloading

2001-08-02  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (config_log_garbage_collect): Implement
	(dump_log): Don't dump the old file if first_old is NULL

	* main.c (main): Support --garbage_collect

	* location.c (location_garbage_collect):
	(garbage_collect_cb): Implement
2001-08-03 14:38:09 +00:00
Marius Andreiana
2989b795b3 updated
2001-08-02  Marius Andreiana  <mandreiana@yahoo.com>

        * ro.po: updated
2001-08-02 18:17:56 +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
Christian Meyer
412f0953c9 Updated German translation. 2001-08-01 11:31:49 +00:00
Jose Maria Celorio
06d16ff133 Add DISTDIR to install-data-local 2001-08-01 04:02:20 +00:00
Bradford Hovinen
8dbdcab35e Remove socket-based synchronization system entirely. Switch to using
2001-07-31  Bradford Hovinen  <hovinen@ximian.com>

        * config-log.c: Remove socket-based synchronization system
        entirely. Switch to using standard FILE streams for interfacing
        with the configuration log
2001-07-31 18:00:39 +00:00
Bradford Hovinen
d30dd82590 Re-enable caching mechanism
2001-07-31  Bradford Hovinen  <hovinen@ximian.com>

	* archive.c (archive_get_current_location_id): Re-enable caching
	mechanism
2001-07-31 17:19:46 +00:00
Bradford Hovinen
478de4ee41 Eliminate unref mechanism; it is not needed
2001-07-31  Bradford Hovinen  <hovinen@ximian.com>

	* bonobo-config-archiver.c (bonobo_config_archiver_new):
	Eliminate unref mechanism; it is not needed
2001-07-31 16:49:26 +00:00
Bradford Hovinen
0f5d8ca6dd Use location_get_config_log rather than config_log_open; don't destroy the
2001-07-31  Bradford Hovinen  <hovinen@ximian.com>

	* bonobo-config-archiver.c (pb_get_fn): Use
	location_get_config_log rather than config_log_open; don't destroy
	the log
2001-07-31 14:41:02 +00:00
Bradford Hovinen
7a711c8ba9 Implement
2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* location.c (location_get_config_log): Implement
2001-07-31 14:39:32 +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
Ole Laursen
d8ef3b8597 Updated Danish translation.
2001-07-30  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2001-07-30 16:41:02 +00:00
Bradford Hovinen
8973e3d6be Call setup_session_mgmt if --apply or --init-session-settings was passed
2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-util.c (capplet_init): Call setup_session_mgmt if --apply or
	--init-session-settings was passed
2001-07-30 15:17:29 +00:00
Richard Hestilow
bf4c53b1ad Added.
2001-07-30  Richard Hestilow  <hestilow@ximian.com>

	* control-center.png: Added.

	* Makefile.am: install control-center.png
2001-07-30 14:47:49 +00:00
Bradford Hovinen
aed49db337 Always retrieve the location id from gnome_config
2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* archive.c (archive_get_current_location_id): Always retrieve
	the location id from gnome_config
2001-07-30 14:25:57 +00:00
Bradford Hovinen
bd3a67e6b6 Use capplet-archive/config/current/location for current location to avoid
2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* archive.c (archive_set_current_location_id): Use
	capplet-archive/config/current/location for current location to
	avoid conflicting with control-center
2001-07-30 14:12:03 +00:00
Bradford Hovinen
eb938c2725 Make sure to write log when socket_owner not set
2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (config_log_write_entry): Make sure to write log
	when socket_owner not set
2001-07-30 13:43:33 +00:00
Bradford Hovinen
a817c23277 Close the socket if we couldn't load the log entry (config_log_destroy):
2001-07-30  Bradford Hovinen  <hovinen@ximian.com>

	* config-log.c (socket_data_cb): Close the socket if we couldn't
	load the log entry
	(config_log_destroy):
	(config_log_open): Disable socket sync system
2001-07-30 13:23:57 +00:00
Andraz Tori
ae7524ab3c Updated Slovenian translation 2001-07-28 13:53:37 +00:00
Carlos Perelló Marín
8fb5e9265b Updated Spanish translation.
2001-07-28  Carlos Perelló Marín <carlos@gnome-db.org>

	* es.po: Updated Spanish translation.
2001-07-28 11:19:59 +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
Pablo Saratxaga
ccbe449d53 updated Azeri file 2001-07-28 06:44:27 +00:00
Chyla Zbigniew
dff00a51cf Updated Polish translation 2001-07-27 23:13:30 +00:00
Bradford Hovinen (Gdict maintainer)
2087f846f0 Removed efence bootstrap 2001-07-27 22:23:44 +00:00
Bradford Hovinen
d9f17ec8c3 Don't unref the event source or the property bag
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* bonobo-config-archiver.c (bonobo_config_archiver_destroy): Don't
	unref the event source or the property bag
2001-07-27 22:21:38 +00:00
Bradford Hovinen (Gdict maintainer)
9137adbe17 Backed out the last commit 2001-07-27 22:00:22 +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
Richard Hestilow
4a76138680 Only draw disabled message if do_preview. Actually, the user will never
2001-07-27  Richard Hestilow  <hestilow@ximian.com>

	* applier.c (applier_apply_prefs): Only draw disabled message
	if do_preview. Actually, the user will never see this because
	the correct behavior (which is done) is to assume if they're
	running capplet, prefs->enable should be TRUE. This is because
	we are only honoring enable as a hacker-only setting.
	(output_compat_prefs): Output the correct "Enable" setting.

	* background-properties-capplet.c (get_legacy_settings): Support
	the "Enabled" flag.

	* preferences.c (preferences_new_from_bonobo_db): Import the
	"enabled" flag. Note that this is not bothered with in the _pbag
	function, because that's from the Proxy settings, which is only
	used for the GUI capplet, which always sets enabled to True, because
	this is a hacker-only option. Got it?
2001-07-27 19:34:55 +00:00