A fork of Gnome-control-center with some tweaks
Find a file
Bradford Hovinen b65967ac90 Add common, background, keyboard, mouse back in
2001-12-20  Bradford Hovinen  <hovinen@ximian.com>

	* capplets/Makefile.am (always_built_SUBDIRS): Add common,
	background, keyboard, mouse back in

	* configure.in (PKG_CHECK_MODULES): Remove lines pertaining to the
	archiver, add line for gnome settings daemon

	* background-properties-capplet.c (dialog_button_clicked_cb):
	Remove call to apply_settings
	(apply_settings): Remove
	(main): Remove apply_only support

	* default-application-properties.c (main): Call gtk_main, not
	capplet_gtk_main

	* interface.c: Don't #include capplet-widget.h

	* main.c: Don't #include capplet-widget.h or the archiver stuff
	(main): Call gtk_main rather than capplet_gtk_main
	Remove archiver stuff
	(setup_capplet_widget): Don't connect to state_changed_cb
	(state_changed_cb): Remove
	(main): Don't pass cap_options

	* gnome-settings-daemon/Makefile.am
	(gnome_settings_daemon_SOURCES): Add
	gnome-settings-{keyboard|background}.[ch]
	(INCLUDES): Add -I$(top_srcdir)/libbackground
	(gnome_settings_daemon_LDADD): Add
	$(top_builddir)/libbackground/libbackground.a

	* gnome-settings-daemon.c (main): Initialize keyboard and
	background subsystems

	* Added gnome-settings-{keyboard|background}.[ch],
	gnome-settings-daemon/ChangeLog
2001-12-20 14:11:59 +00:00
archiver retrieve translation in utf-8 codeset. Do not setlocale (). remove intl. 2001-12-09 12:23:40 +00:00
capplets Add common, background, keyboard, mouse back in 2001-12-20 14:11:59 +00:00
control-center Install into $datadir/applications and add a Categories field to the 2001-12-19 11:31:56 +00:00
debian Initial debian directory 2001-10-24 12:49:00 +00:00
gnome-settings-daemon Add common, background, keyboard, mouse back in 2001-12-20 14:11:59 +00:00
help/C New directory: help and documentation. New directory: English help and 2001-08-10 14:45:16 +00:00
idl shhhhh 2001-09-29 03:37:51 +00:00
libbackground Use gconf_client rather than gconf_engine 2001-12-18 16:40:15 +00:00
po Remove gnome-hint-properties.desktop.in 2001-12-19 22:18:45 +00:00
root-manager retrieve translation in utf-8 codeset. Do not setlocale (). remove intl. 2001-12-09 12:23:40 +00:00
schemas Added keyboard schemas 2001-12-18 20:43:59 +00:00
.cvsignore silent war 2001-12-09 12:16:14 +00:00
acconfig.h Removed HAVE_BONOBO from acconfig.h 2001-11-10 20:55:08 +00:00
acinclude.m4 Use gettext 0.10.35 Removed `sed POTFILES...'. Removed gettext macros. 1998-12-02 18:18:48 +00:00
AUTHORS New and better than ever in a new home 1998-12-08 20:47:55 +00:00
autogen.sh Cleanup for GNOME 2 port Allow disabling of screensaver capplet compile if 2001-10-26 19:11:30 +00:00
ChangeLog Add common, background, keyboard, mouse back in 2001-12-20 14:11:59 +00:00
configure.in Add common, background, keyboard, mouse back in 2001-12-20 14:11:59 +00:00
control-center.png new application icon 2001-10-01 21:16:53 +00:00
control-center.spec.in Use sysconfdir=/etc 1999-08-19 17:03:02 +00:00
control-center2.png new application icon 2001-10-01 21:16:53 +00:00
MAINTAINERS ximinize and add me 2001-01-16 22:08:16 +00:00
Makefile.am Import from gconf-xsettings module. Cleaned up a bunch, and made to work 2001-12-09 18:50:32 +00:00
NEWS Gnome Core updates 1998-02-11 01:39:34 +00:00
README Updated to reflect current status porting to GNOME 2 2001-10-26 19:15:18 +00:00
TODO.xml Fixed typo in TODO.xml file 2000-10-08 19:19:44 +00:00

We have just begun the GNOME 2 port of the control center on the HEAD
branch of CVS. At this point, it is not guaranteed to compile or
run. If you wish to have a working control center, use the branch
gnome-1-4-branch by issuing the following command:

cvs -z3 up -r gnome-1-4-branch

Please do not file bug reports pertaining to the current state of the
HEAD branch.