summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Drop EggListBoxKalev Lember2013-07-021-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702164
* build: Ignore the `ar-lib' script from automakeEmanuele Aina2013-03-261-0/+1
| | | | | | | 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
* Add a gnome-shell search-provider for settings panelGiovanni Campagna2013-02-181-2/+2
| | | | | | | | | 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
* build: Add libgd submoduleBastien Nocera2013-01-111-3/+3
|
* build: Add egg-list-box to the distBastien Nocera2012-12-201-1/+1
|
* shell: Make all control-center plugins staticBastien Nocera2012-12-111-2/+2
| | | | | | | | | | | 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
* build: Import egg-list-box as a git submoduleCosimo Cecchi2012-11-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687490
* build: Fix distcheckBastien Nocera2012-11-141-1/+1
| | | | | Left-over files from update-icon-cache shouldn't be created in the first place when running distcheck.
* build: Add --disable-documentation optionColin Walters2012-08-061-1/+4
| | | | | | | | 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.
* Add a man pageMatthias Clasen2012-08-041-2/+2
| | | | | | | 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
* Dropping build stuff we don't need since I dropped helpShaun McCance2012-02-291-6/+2
|
* help: Removing the obsolete and near-empty manualShaun McCance2012-02-271-3/+3
|
* shell: Merge libgnome-control-center into main binaryBastien Nocera2011-11-071-2/+2
| | | | | | | 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.
* build: Remove unused GConf schemasBastien Nocera2011-04-131-18/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645704
* build: Fix build on fresh checkoutsFlorian Müllner2011-04-021-1/+1
| | | | | | Commit a0672cb9ad0 removed the API documentation, but left a stray reference to the docs/ subdirectory causing a build failure with fresh checkouts.
* Remove API reference, as it's incomplete and going away for next cycleRodrigo Moya2011-04-011-2/+1
|
* Remove the example panelThomas Wood2011-02-191-6/+2
| | | | | The example panel is no longer needed as there are now many more panels implemented.
* typing-break removed from DIST_SUBDIRSSergey V. Udaltsov2010-10-091-1/+1
|
* Remove typing breakWilliam Jon McCann2010-10-091-4/+0
|
* Drop font-viewerWilliam Jon McCann2010-10-011-2/+2
| | | | Will be moved to another module
* Update autotools configurationJavier Jardón2010-10-011-2/+2
| | | | | | New requirements: automake >= 1.10 libtool >= 2.2
* Update gitignoreThomas Wood2010-08-101-1/+1
|
* Don't include libwindow-settingsThomas Wood2010-07-121-2/+2
| | | | | Remove libwindow-settings from the build since it is no longer used by control center.
* Disable the capplets directoryThomas Wood2010-07-051-2/+2
| | | | | The capplets directory does not currently build due to changes in GTK+ and should be replaced by appropriate settings panels.
* Fix various issues raised by running distcheckThomas Wood2010-05-211-2/+2
|
* mouse: convert the mouse capplet into a settings panelThomas Wood2010-05-201-1/+1
| | | | Add a module and CcPanel implementation for the mouse settings.
* Add an example implementation of a settings panelwip/libgnome-control-centerThomas Wood2010-05-201-1/+5
| | | | | | 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.
* Remove libslab requirement and the internal copy of libslabThomas Wood2010-05-191-11/+3
| | | | libslab is no longer required since the new shell does not use it.
* Add libgnome-control-center with two new classes: CcShell and CcPanelThomas Wood2010-05-181-2/+3
| | | | | | | | | | | 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.
* Automatically create the ChangeLog file from VCS historyThomas Wood2009-11-141-0/+14
| | | | Added a dist-hook rule to create the ChangeLog file from the git log.
* Use external libslab when availableVincent Untz2009-10-241-1/+5
|
* Fix distcheckWilliam Jon McCann2009-08-221-0/+1
|
* Add schemas fileWilliam Jon McCann2009-08-221-0/+18
|
* Add the m4 directory to GITIGNOREFILESThomas Wood2009-07-171-0/+2
| | | | | The m4 directory is not automatically ignored by git.mk, so we need to add it to this variable.
* Add MAINTAINERCLEANFILES to top-level MakefileThomas Wood2009-07-161-0/+19
|
* Automatically generate .gitignore files with git.mkThomas Wood2009-07-161-0/+2
| | | | Add git.mk and include it in all Makefiles to generate .gitignore files
* Copy libslab from gnome-main-menu, for not breaking 2.26.xRodrigo Moya2009-06-291-2/+2
|
* Use external (and optional) libslabRodrigo Moya2009-06-291-1/+5
|
* - hook gnome-font-viewer and gnome-thumbnail font back into the build -Davyd Madeley2008-10-161-1/+1
| | | | | | | | | | | | 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
* remove libsounds from SUBDIRS, tooJens Granseuer2008-07-301-1/+1
| | | | | | | | 2008-07-30 Jens Granseuer <jensgr@gmx.net> * Makefile.am: remove libsounds from SUBDIRS, too svn path=/trunk/; revision=8829
* configure.in NEWS Updated for 2.23.5GNOME_CONTROL_CENTER_2_23_5Søren Sandmann2008-07-241-1/+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
* removed VFS methods code.Rodrigo Moya2008-07-181-1/+1
| | | | | | | | | | 2008-07-18 Rodrigo Moya <rodrigo@gnome-db.org> * configure.in: * Makefile.am: * vfs-methods/*: removed VFS methods code. svn path=/trunk/; revision=8787
* require intltool >= 0.40Jens Granseuer2008-06-181-8/+2
| | | | | | | | | 2008-06-18 Jens Granseuer <jensgr@gmx.net> * Makefile.am: * configure.in: require intltool >= 0.40 svn path=/trunk/; revision=8764
* Delete this directory since it's not used any moreSøren Sandmann2008-05-171-1/+1
| | | | | | | | | | 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
* disabled schemas directory from the build, those files are now part ofRodrigo Moya2008-01-161-1/+1
| | | | | | | | | | 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
* disabled settings daemon build so that the separate module gets moreRodrigo Moya2008-01-121-1/+1
| | | | | | | | | 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
* don't try to distribute removed files...Jens Granseuer2007-06-021-17/+7
| | | | | | | | 2007-06-02 Jens Granseuer <jensgr@gmx.net> * Makefile.am: don't try to distribute removed files... svn path=/trunk/; revision=7681
* Dist MAINTAINERS.Kjartan Maraas2007-02-201-1/+2
| | | | | | | | 2007-02-20 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Dist MAINTAINERS. svn path=/trunk/; revision=7312
* Don't define directories in configure. Remove some obsolete defines, andChristian Persch2007-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix for distcheckGNOME_CONTROL_CENTER_2_17_5Thomas Wood2007-01-091-1/+1
| | | | | | | | 2007-01-09 Thomas Wood <thos@gnome.org> * Makefile.am: Fix for distcheck svn path=/trunk/; revision=7116