Commit graph

114 commits

Author SHA1 Message Date
Colin Walters
fdad89f852 build: Add --disable-documentation option
For embedded systems, it's pointless to build the docs if they're not
going to be used/shown.

Also, for gnome-ostree right now I don't have the Docbook
infrastructure set up.
2012-08-06 18:19:24 -04:00
Matthias Clasen
dfede07800 Add a man page
The main purpose of this man page is to document which options
can be given to individual panels.

https://bugzilla.gnome.org/show_bug.cgi?id=680547
2012-08-04 12:54:49 -04:00
Shaun McCance
0246034c5c Dropping build stuff we don't need since I dropped help 2012-02-29 17:55:23 -05:00
Shaun McCance
3a3eeeed66 help: Removing the obsolete and near-empty manual 2012-02-27 19:43:42 -05:00
Bastien Nocera
27c45abda3 shell: Merge libgnome-control-center into main binary
This fixes problems with the CcEditableEntry type not being
registered and causing the printers and user-accounts panels not to
work. As we do not need to work on Windows, we do not need to split
out the library.
2011-11-07 18:03:14 +00:00
Bastien Nocera
525209f294 build: Remove unused GConf schemas
https://bugzilla.gnome.org/show_bug.cgi?id=645704
2011-04-13 13:09:22 +01:00
Florian Müllner
0a6a19418b build: Fix build on fresh checkouts
Commit a0672cb9ad removed the API documentation, but left a stray
reference to the docs/ subdirectory causing a build failure with
fresh checkouts.
2011-04-02 23:57:52 +02:00
Rodrigo Moya
a0672cb9ad Remove API reference, as it's incomplete and going away for next cycle 2011-04-01 18:42:27 +02:00
Thomas Wood
24e785e898 Remove the example panel
The example panel is no longer needed as there are now many more panels
implemented.
2011-02-19 17:38:38 +00:00
Sergey V. Udaltsov
0f92fdad56 typing-break removed from DIST_SUBDIRS 2010-10-09 17:15:13 +01:00
William Jon McCann
712a72c301 Remove typing break 2010-10-09 02:59:34 -04:00
William Jon McCann
ec8aed3b20 Drop font-viewer
Will be moved to another module
2010-10-01 11:04:43 -04:00
Javier Jardón
f925a6a538 Update autotools configuration
New requirements:
automake >= 1.10
libtool >= 2.2
2010-10-01 08:02:27 +02:00
Thomas Wood
ef9afe4830 Update gitignore 2010-08-10 15:29:31 +01:00
Thomas Wood
9c1fd5dbd3 Don't include libwindow-settings
Remove libwindow-settings from the build since it is no longer used by
control center.
2010-07-12 11:34:31 +01:00
Thomas Wood
8dc34e8695 Disable the capplets directory
The capplets directory does not currently build due to changes in GTK+ and
should be replaced by appropriate settings panels.
2010-07-05 12:18:23 +01:00
Thomas Wood
95143ad4c7 Fix various issues raised by running distcheck 2010-05-21 14:48:34 +01:00
Thomas Wood
8bb88eb18b mouse: convert the mouse capplet into a settings panel
Add a module and CcPanel implementation for the mouse settings.
2010-05-20 17:50:56 +01:00
Thomas Wood
3748173b42 Add an example implementation of a settings panel
The example panel implements CcPanel and registers itself as extending the
panel extension point. It provides a simple "Hello World" message. The
example panel is not build by default, but enabled through a configure option.
2010-05-20 10:02:03 +01:00
Thomas Wood
799134a7ba Remove libslab requirement and the internal copy of libslab
libslab is no longer required since the new shell does not use it.
2010-05-19 11:19:34 +01:00
Thomas Wood
b4fdb6db4f Add libgnome-control-center with two new classes: CcShell and CcPanel
CcShell is an abstract class that represents an instance of a control
center shell. It provides access to some of the properties of the shell
that panels will need to read or change. When a panel is created it has an
instance of CcShell available that represents the current shell.

CcPanel is an abstract class used to implement panels for the shell. A
panel contains a collection of related settings that are displayed within
the shell window.
2010-05-18 16:09:26 +01:00
Thomas Wood
b7ce86ecec Automatically create the ChangeLog file from VCS history
Added a dist-hook rule to create the ChangeLog file from the git log.
2009-11-14 15:17:28 +00:00
Vincent Untz
480416907e Use external libslab when available 2009-10-24 14:19:30 +02:00
William Jon McCann
074ce4b16f Fix distcheck 2009-08-22 17:15:14 -04:00
William Jon McCann
56361c81f3 Add schemas file 2009-08-22 17:15:14 -04:00
Thomas Wood
01b730b525 Add the m4 directory to GITIGNOREFILES
The m4 directory is not automatically ignored by git.mk, so we need to add
it to this variable.
2009-07-17 15:17:33 +01:00
Thomas Wood
7215e00b19 Add MAINTAINERCLEANFILES to top-level Makefile 2009-07-16 00:43:20 +01:00
Thomas Wood
5d882a3bdd Automatically generate .gitignore files with git.mk
Add git.mk and include it in all Makefiles to generate .gitignore files
2009-07-16 00:38:51 +01:00
Rodrigo Moya
d35675191b Copy libslab from gnome-main-menu, for not breaking 2.26.x 2009-06-29 18:15:07 +02:00
Rodrigo Moya
c223dafe32 Use external (and optional) libslab 2009-06-29 13:03:56 +02:00
Davyd Madeley
d7696237c8 - hook gnome-font-viewer and gnome-thumbnail font back into the build -
2008-10-16  Davyd Madeley  <davyd@madeley.id.au>

        * configure.in:
        * font-viewer/Makefile.am:
        * Makefile.am:
        - hook gnome-font-viewer and gnome-thumbnail font back into the build
        - need to check to see if the strings were lost from the translations

svn path=/trunk/; revision=9068
2008-10-16 13:52:09 +00:00
Jens Granseuer
961e02739c remove libsounds from SUBDIRS, too
2008-07-30  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: remove libsounds from SUBDIRS, too

svn path=/trunk/; revision=8829
2008-07-30 16:03:37 +00:00
Søren Sandmann
bb97264fdd configure.in NEWS Updated for 2.23.5
Thu Jul 24 15:34:50 2008  Søren Sandmann  <sandmann@redhat.com>

	* configure.in
	* NEWS
	Updated for 2.23.5

	* configure.in, Makefile.am
	Make typing-break a conditional to make it distcheck
	

svn path=/trunk/; revision=8794
2008-07-24 20:19:50 +00:00
Rodrigo Moya
60405416eb removed VFS methods code.
2008-07-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in:
	* Makefile.am:
	* vfs-methods/*: removed VFS methods code.

svn path=/trunk/; revision=8787
2008-07-18 08:53:01 +00:00
Jens Granseuer
b89a70f268 require intltool >= 0.40
2008-06-18  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* configure.in: require intltool >= 0.40

svn path=/trunk/; revision=8764
2008-06-18 17:47:31 +00:00
Søren Sandmann
8c9c2abbac Delete this directory since it's not used any more
Fri May 16 21:55:52 2008  Søren Sandmann  <sandmann@redhat.com>

	* libbackground: Delete this directory since it's not used any
	more


svn path=/trunk/; revision=8708
2008-05-17 02:00:50 +00:00
Rodrigo Moya
e7157301e4 disabled schemas directory from the build, those files are now part of
2008-01-16  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am:
	* configure.in: disabled schemas directory from the build, those
	files are now part of gnome-settings-daemon.

svn path=/trunk/; revision=8397
2008-01-16 12:27:29 +00:00
Rodrigo Moya
18929622c3 disabled settings daemon build so that the separate module gets more
2008-01-12  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am: disabled settings daemon build so that the separate
	module gets more testing.

svn path=/trunk/; revision=8381
2008-01-12 01:39:30 +00:00
Jens Granseuer
2406e80748 don't try to distribute removed files...
2007-06-02  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: don't try to distribute removed files...

svn path=/trunk/; revision=7681
2007-06-02 11:26:19 +00:00
Kjartan Maraas
e8c9a5a11c Dist MAINTAINERS.
2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Dist MAINTAINERS.

svn path=/trunk/; revision=7312
2007-02-20 20:26:12 +00:00
Christian Persch
43d40d7a0a Don't define directories in configure. Remove some obsolete defines, and
2007-02-02  Christian Persch  <chpe@svn.gnome.org>

	* Makefile.am:
	* capplets/about-me/Makefile.am:
	* capplets/about-me/gnome-about-me-password.c: (passdlg_init):
	* capplets/about-me/gnome-about-me.c: (about_me_setup_dialog):
	* capplets/accessibility/at-properties/Makefile.am:
	* capplets/accessibility/keyboard/Makefile.am:
	* capplets/accessibility/keyboard/accessibility-keyboard.c:
	(setup_accessX_dialog):
	* capplets/background/Makefile.am:
	* capplets/background/gnome-wp-capplet.c: (gnome_wp_create_dialog):
	* capplets/common/Makefile.am:
	* capplets/common/capplet-util.c: (capplet_set_icon):
	* capplets/default-applications/Makefile.am:
	* capplets/display/Makefile.am:
	* capplets/file-types/Makefile.am:
	* capplets/file-types/file-types-capplet.c: (create_dialog):
	* capplets/file-types/mime-category-edit-dialog.c:
	(mime_category_edit_dialog_init):
	* capplets/file-types/mime-edit-dialog.c: (mime_edit_dialog_init):
	* capplets/file-types/service-edit-dialog.c:
	(service_edit_dialog_init):
	* capplets/font/Makefile.am:
	* capplets/keybindings/Makefile.am:
	* capplets/keybindings/gnome-keybinding-properties.c:
	(create_dialog):
	* capplets/keyboard/Makefile.am:
	* capplets/keyboard/gnome-keyboard-properties-xkblt.c:
	(xkb_layout_choose):
	* capplets/keyboard/gnome-keyboard-properties-xkbmc.c:
	(choose_model):
	* capplets/keyboard/gnome-keyboard-properties.c: (create_dialog):
	* capplets/localization/Makefile.am:
	* capplets/localization/gnome-localization-properties.c:
	(create_dialog):
	* capplets/mime-type/Makefile.am:
	* capplets/mouse/Makefile.am:
	* capplets/mouse/gnome-mouse-properties.c: (create_dialog):
	* capplets/network/Makefile.am:
	* capplets/network/gnome-network-preferences.c:
	(cb_http_details_button_clicked), (main):
	* capplets/rollback/Makefile.am:
	* capplets/sound/Makefile.am:
	* capplets/sound/sound-properties-capplet.c: (create_dialog),
	(device_test_button_clicked):
	* capplets/theme-switcher/Makefile.am:
	* capplets/ui-properties/Makefile.am:
	* capplets/ui-properties/gnome-ui-properties.c: (create_dialog):
	* capplets/url-properties/Makefile.am:
	* capplets/windows/Makefile.am:
	* capplets/wm-properties/wm-desktops/Makefile.am:
	* configure.in:
	* gnome-settings-daemon/Makefile.am:
	* gnome-settings-daemon/actions/Makefile.am:
	* gnome-settings-daemon/gnome-settings-xmodmap.c:
	(gnome_settings_modmap_dialog_call):
	* gnome-settings-daemon/gnome-settings-xrdb.c:
	* gnome-settings-daemon/gsd-media-keys-window.c: (action_changed),
	(gsd_media_keys_window_init):
	* gnome-settings-daemon/xrdb/Makefile.am:
	* typing-break/Makefile.am:
	* vfs-methods/themus/Makefile.am: Don't define directories in
	configure. Remove some obsolete defines, and use the standard
	installation paths. Bug #395383.

svn path=/trunk/; revision=7226
2007-02-02 18:12:40 +00:00
Thomas Wood
adfa668f98 Fix for distcheck
2007-01-09  Thomas Wood  <thos@gnome.org>

	* Makefile.am: Fix for distcheck

svn path=/trunk/; revision=7116
2007-01-09 00:19:21 +00:00
Rodrigo Moya
adb4a3a024 new control center shell.
2006-11-13  Rodrigo Moya <rodrigo@novell.com>

	* shell/*: new control center shell.

	* Makefile.am:
	* configure.in: added new directory to build.
2006-11-13 08:33:07 +00:00
Sergey V. Udaltsov
ada87a95f2 Changing library dependency from virtual libgswitchit/libkbdraw to normal libgnomekbd 2006-10-18 22:37:40 +00:00
Rodrigo Moya
06f093b466 include m4 directory and fixed .spec file disting.
2006-01-16  Rodrigo Moya <rodrigo@novell.com>

	* Makefile.am: include m4 directory and fixed .spec file disting.
2006-01-17 14:42:40 +00:00
Sebastien Bacher
4f510cf94a switch to gnome-doc-utils, require 1.9 to build the tarball correctly 2005-07-27 12:56:39 +00:00
James Henstridge
ebd8e46d44 use GNOMELOCALEDIR.
2004-11-28  James Henstridge  <james@jamesh.id.au>

	* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.

	* vfs-methods/themus/Makefile.am: similar changes to the fontilus
	ones.

	* vfs-methods/fontilus/fontilus-context-menu.c: same here.

	* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
	FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
	of gnome-control-center.

	* vfs-methods/fontilus/Makefile.am: similar schema and desktop
	file fixes.  Don't include the old mime files in the dist.

	* schemas/Makefile.am: remove .schemas files on clean, when
	installing schemas, look for them in builddir rather than srcdir.

	* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
	that ALSA_CFLAGS isn't defined multiple times (use the newer
	automake += syntax).

	* control-center/Makefile.am: distribute $(icon_DATA).

	* capplets/*/Makefile.am: put the .desktop and .desktop.in files
	in CLEANFILES.  The .desktop.in.in file gets included because it
	is listed in the configure script.

	* configure.in: update configure script, and remove macro calls
	that are not needed by modern versions of Automake.

	* Makefile.am: remove intltool files on distclean.

	* autogen.sh: request Automake >= 1.7.
2004-11-28 08:14:05 +00:00
Mark McLoughlin
c1611ee87d require libgnome-menu for the shell, fixup other shell requirements and
2004-11-10  Mark McLoughlin  <mark@skynet.ie>

        * configure.in: require libgnome-menu for the shell, fixup
        other shell requirements and don't look for libnautilus
        anymore.

        * Makefile.am: don't install control-center2.png anymore.

        * control-center2.png: remove.
2004-11-16 08:58:45 +00:00
Sergey V. Udaltsov
e90583bbf1 merging the preview branch 2004-07-13 23:11:34 +00:00
Jody Goldberg
9a9008178d merge and update patch from
http://bugzilla.gnome.org/show_bug.cgi?id=134895
2004-03-31 21:30:23 +00:00