Commit graph

1526 commits

Author SHA1 Message Date
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
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
Stanislav Visnovsky
71a5496d53 Updated Slovak translation.
2001-07-27  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2001-07-27 08:17:18 +00:00
Bradford Hovinen
9db70e8ea7 Don't try to load the wallpaper if it's not enabled
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (applier_apply_prefs): Don't try to load the wallpaper
	if it's not enabled

	* preferences.c (preferences_new_from_bonobo_pbag): Use
	bonobo_property_editor_client_get_value_*
	(preferences_new_from_bonobo_pbag): Set gradient_enabled properly
	from property bag
	(preferences_new_from_bonobo_pbag): Check for wallpaper == "(none)"
	(preferences_new_from_bonobo_db): Ditto above
2001-07-27 02:49:48 +00:00
Bradford Hovinen
0336802107 Restore some lost tweaks from earlier.
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (renderer_render_wallpaper): Restore some lost tweaks
	from earlier.

	* preferences.c (preferences_init): strdup the home directory

	* applier.c: Store preview widget in the renderer, not the applier
	itself
2001-07-27 02:15:42 +00:00
Bradford Hovinen
4e921471d4 Add a "(none)" string to the history
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* background-properties-capplet.c (create_dialog): Add a "(none)"
	string to the history
2001-07-27 01:48:44 +00:00
Richard Hestilow
dae9cccc0e Remove all bonobo-conf stuff.
2001-07-26  Richard Hestilow  <hestilow@ximian.com>

	* applier.c: Remove all bonobo-conf stuff.

	* preferences.[ch]: New functions preferences_new_from_bonobo_pbag
	and preferences_new_from_bonobo_db.
2001-07-27 01:43:48 +00:00
Bradford Hovinen
cf7a5fe568 Tweak borders and padding
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* background-properties.glade: Tweak borders and padding
2001-07-27 01:33:19 +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
Joakim
0bd8ccb935 Fixed the delay label to make it more intuitive. 2001-07-27 00:13:40 +00:00
Bradford Hovinen
718678eaf9 Tweak the numbers a bit
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* keyboard-properties.c	(apply_settings): Tweak the numbers a bit
2001-07-26 21:22:13 +00:00
Bradford Hovinen
71942b3edf Initialize the other fields of this data structure (apply_settings): Use
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* keyboard-properties.c (apply_settings): Initialize the other
	fields of this data structure
	(apply_settings): Use lookup table to get the values to put in
	kbdsettings
2001-07-26 20:59:58 +00:00
Bradford Hovinen
b9b13ebbbc Initialize the other fields of this data structure
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* keyboard-properties.c (apply_settings): Initialize the other
	fields of this data structure
2001-07-26 20:36:30 +00:00
Bradford Hovinen
ed568135a0 Remove bonobo-property-editor-range.[ch]
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* Makefile.am (bonobo_sources): Remove bonobo-property-editor-range.[ch]
2001-07-26 20:08:07 +00:00
Bradford Hovinen
a057d3d097 Don't sync the database if retrieving legacy setings before creating the
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-util.c (capplet_init): Don't sync the database if
	retrieving legacy setings before creating the factory
	(create_control_cb): Create the config database ourselves
	(pf_destroy_cb): Remove evil hackery
	(get_control_cb): Ditto
	(create_control_cb): Support multiple property control objects --
	use a GtkObject called ref_obj to make sure the program quits when
	there are no such objects left
	(capplet_init): Pass default_moniker to factory callback;
	release_unref the db ourselves
	(get_control_cb): Support multiple controls; soak in global
	control and widget variables
	(legacy_is_modified): Remember to unref the property bag
	(quit_cb): Allow being called more than once
	(quit_cb): Unref ref_obj here
	(create_control_cb): Eliminate second signal connection
	(real_quit_cb): Free the pair structure
	(all_done_cb): Implement. Just add gtk_main_quit to the idle
	handler list
	(create_control_cb): Connect destroy signal of ref_obj to
	all_done_cb
2001-07-26 19:56:56 +00:00
Bradford Hovinen
74b195efee Remove debugging code
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (renderer_render_wallpaper): Remove debugging code
2001-07-26 19:00:07 +00:00
Bradford Hovinen
2bb839d277 Tweak geometry settings (renderer_render_wallpaper): Rendering geometry
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (get_geometry): Tweak geometry settings
	(renderer_render_wallpaper): Rendering geometry fixes
2001-07-26 18:40:11 +00:00
Christian Rose
e590f52818 Modified Swedish translation. Thanks to Göran Uddeborg
2001-07-26  Christian Rose  <menthos@menthos.com>

	* sv.po: Modified Swedish translation. Thanks to
	Göran Uddeborg <goeran@uddeborg.pp.se> for his review.
2001-07-26 18:12:17 +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
804c0a33d5 Tweak geometry settings
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (get_geometry): Tweak geometry settings
2001-07-26 17:20:45 +00:00
Bradford Hovinen
4e0ca4cae4 Make sure not to scale the pixbuf if the wallpaper type is centered
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* applier.c (renderer_render_wallpaper): Make sure not to scale
	the pixbuf if the wallpaper type is centered
2001-07-26 17:04:56 +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
Bradford Hovinen
6dbe99f68a Accept applier as argument; retrieve property bag from applier
2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* background-properties-capplet.c (property_change_cb): Accept
	applier as argument; retrieve property bag from applier
	(realize_cb): Retrieve applier from widget
	(setup_dialog): Store property bag in applier

	* applier.c (renderer_new): Store applier inside renderer; accept
	applier as function parameter

	* background-properties-capplet.c (create_dialog): Store the
	applier inside the widget

	* applier.c (struct _ApplierPrivate ): Define preview_widget here
	rather than globally
	(applier_get_preview_widget): Make this a method of the applier class
2001-07-26 16:07:40 +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
jjranta
5d70883064 Updated Finnish translation by Pauli Virtanen. 2001-07-26 09:33:36 +00:00
Jose Maria Celorio
eb8d37ad86 remove rollback/main.c, this directory is not building 2001-07-26 05:41:12 +00:00
Chema Celorio
27537ac631 remove the OAF_FILE_IN_RULE and copy it here (bonobo_sources): add
2001-07-25  Chema Celorio  <chema@celorio.com>

	* Makefile.am: remove the OAF_FILE_IN_RULE and copy it here
	(bonobo_sources): add bonobo-properties-editor-range.[ch]

	* Makefile.am: remove the DESKTOP_IN_RULE and copy the sed here
2001-07-26 04:46:25 +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