Commit graph

123 commits

Author SHA1 Message Date
Sam Spilsbury
32268b1840 Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGS
Since automake 1.11.2 it is recommended that packages
use AM_DISTCHECK_CONFIGURE_FLAGS instead of
DISTCHECK_CONFIGURE_FLAGS as the latter is intended
to be a user variable.

https://bugzilla.gnome.org/show_bug.cgi?id=764315
2016-04-04 21:47:27 -07:00
Kalev Lember
620bc4bb1f build: Drop EggListBox
https://bugzilla.gnome.org/show_bug.cgi?id=702164
2013-07-02 16:19:09 +01:00
Emanuele Aina
c0a1671819 build: Ignore the `ar-lib' script from automake
automake 1.11.6 seems to install the ./ar-lib wrapper for lib.exe even
under linux, ignore it.

https://bugzilla.gnome.org/show_bug.cgi?id=695640
2013-03-26 20:40:27 +01:00
Giovanni Campagna
59f873ecf5 Add a gnome-shell search-provider for settings panel
Replace the gnome-shell builtin settings search, which relied on removed
menu files, with one that uses the remote search infrastructure and
CcSearchModel, and features the ability to continue searching within the
control center application.

https://bugzilla.gnome.org/show_bug.cgi?id=690577
2013-02-18 16:08:22 +01:00
Bastien Nocera
5996ace846 build: Add libgd submodule 2013-01-11 16:20:53 +01:00
Bastien Nocera
1c98f6427a build: Add egg-list-box to the dist 2012-12-20 18:15:16 +01:00
Bastien Nocera
3686cf7eb8 shell: Make all control-center plugins static
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.

By the same token, it will stop external panels from being
created, and loaded.

https://bugzilla.gnome.org/show_bug.cgi?id=690036
2012-12-11 17:07:39 +01:00
Cosimo Cecchi
2dee0fd591 build: Import egg-list-box as a git submodule
https://bugzilla.gnome.org/show_bug.cgi?id=687490
2012-11-27 11:32:11 +01:00
Bastien Nocera
5cca68d192 build: Fix distcheck
Left-over files from update-icon-cache shouldn't be created
in the first place when running distcheck.
2012-11-14 13:15:39 +01:00
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