Commit graph

1505 commits

Author SHA1 Message Date
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 Marn
8fb5e9265b Updated Spanish translation.
2001-07-28  Carlos Perell Marn <carlos@gnome-db.org>

	* es.po: Updated Spanish translation.
2001-07-28 11:19:59 +00:00
Carlos Perell Marn
016579f398 Reverted my utf patch. Sorry :-(
2001-07-28  Carlos Perell Marn <carlos@gnome-db.org>

	* capplet-dir-view-html.c: Reverted my utf patch. Sorry :-(
2001-07-28 10:58:08 +00:00
Carlos Perell Marn
62d3745c6b /s/Configuraiton/Configuration/
2001-07-28  Carlos Perell Marn <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
Richard Hestilow
2d9be3eb4e Don't go into an infinite loop if there are absolutely no enabled
2001-07-27  Richard Hestilow  <hestilow@ximian.com>

	* prefs-widget.c (random_timeout_cb): Don't go into an infinite
	loop if there are absolutely no enabled screensavers.
2001-07-27 18:21:44 +00:00
Bradford Hovinen
d063bb65b0 Fix val_ulong in the gradient case
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* background-properties-capplet.c (get_legacy_settings): Fix
	val_ulong in the gradient case
2001-07-27 18:09:06 +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
daf686feb0 Use MAX_THRESH - threshold value
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties-capplet.c (apply_settings): Use MAX_THRESH -
	threshold value
2001-07-27 17:19:58 +00:00
Bradford Hovinen
92d3e1119f Fix mouse speed and acceleration controls to be wider and to use discrete
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties.glade: Fix mouse speed and acceleration
	controls to be wider and to use discrete values
2001-07-27 17:16:04 +00:00
Bradford Hovinen
09de3e80a5 Change type of right-to-left to ulong
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* mouse-properties.xml: Change type of right-to-left to ulong

	* mouse-properties-capplet.c (apply_settings): Use get_ulong
	rather than get_boolean
2001-07-27 17:06:01 +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
c45e9f41c6 Remove empty SUBDIRS line
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Remove empty SUBDIRS line
2001-07-27 15:41:40 +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
d81fdb9afb Removed empty SUBDIRS
2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am: Removed empty SUBDIRS
2001-07-27 15:26:06 +00:00
Chyla Zbigniew
d72042d890 Added control-center/Gnome.directory.in.in.
* POTFILES.in: Added control-center/Gnome.directory.in.in.

* pl.po: Updated Polish translation.
2001-07-27 13:25:07 +00:00