Commit graph

77 commits

Author SHA1 Message Date
William Jon McCann
a6e64f1aa3 [screen] Add screen brightness and lock panel
Not yet wired up.
2010-11-09 23:15:40 -05:00
Rodrigo Moya
c09c82b2aa Release 2.91.2 2010-11-09 19:54:44 +01:00
Bastien Nocera
2f9a05a210 user-accounts: Require newer polkit for GPermission support 2010-11-09 17:13:46 +00:00
William Jon McCann
c0fdba46c4 Bump gtk3 dep to 2.91.3 for box, etc changes 2010-11-01 16:25:44 -04:00
William Jon McCann
728331f306 [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00
William Jon McCann
733f0ce3e2 [region] Rename old Keyboard panel to Region
Will make keybindings the new keyboard panel
2010-10-31 23:42:04 -04:00
William Jon McCann
bf5cb44016 Add user-accounts dialog
Copied from the accounts-dialog git module.
2010-10-30 18:04:15 -04:00
William Jon McCann
6638e984ca Initial import of sound panel
Copied from gnome-media.  See that module for git history.
2010-10-30 14:48:55 -04:00
Rodrigo Moya
59e2bc5c63 Require gsettings-desktop-schemas >= 0.0.2 2010-10-21 22:35:52 +02:00
Rodrigo Moya
08867e90f8 Check for gsettings-desktop-schemas in configure.ac 2010-10-15 11:02:42 +02:00
Bastien Nocera
eb742ed14d mouse: Require libXInput
As it's pretty much required for a modern desktop system.
2010-10-12 19:43:32 +01:00
William Jon McCann
712a72c301 Remove typing break 2010-10-09 02:59:34 -04:00
Matthias Clasen
2083f0a045 Link against libxml where appropriate
The default-applications and background capplets use libxml,
so link against it.
2010-10-07 12:54:28 -04:00
Rodrigo Moya
ac72f76543 Release 2.91.0 2010-10-05 10:42:07 +02: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
Javier Jardón
33c4011a54 Use upstream gettext insstead the Glib one 2010-10-01 07:51:36 +02:00
Bastien Nocera
c1271e7ed5 build: Remove unneeded dependency check for XCursor 2010-09-29 17:15:39 +01:00
Bastien Nocera
852af20f1b 2.90.1 2010-09-22 12:07:17 +01:00
Bastien Nocera
6e7b3774c0 Only link the panels that require it to gnome-desktop
Only the display and background panels use gnome-desktop,
the shell shouldn't need to require it.
2010-09-20 17:56:23 +01:00
Thomas Wood
e721f417ad Add initial implementation of "background" panel
The background settings panel provides a way for users to change the
desktop background by selecting an image and/or colour.
2010-08-10 15:26:07 +01:00
Thomas Wood
de166928c1 configure: update minimum required glib version
Fixes bug 624322 - control-center.c: g_variant_get_bytestring_array is not
a valid API call
2010-07-16 16:38:29 +01:00
Thomas Wood
566ff0f93b Release 2.31.5 2010-07-12 18:43:47 +01:00
Thomas Wood
309676e9f3 Clean up configure.ac
Remove redundant checks and sort output files alphabetically. Also
remove unnecessary AC_SUBST of pkg-config variables.
2010-07-12 13:05:39 +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
9089857a89 Completely remove dependency on capplets/common directory
The capplets directory is no longer built or distributed, so the panels
cannot depend on files in it.
2010-07-12 10:39:09 +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
a26d7b5679 Release 2.31.4.2 2010-06-30 17:34:45 +01:00
Thomas Wood
3c92ef843e Release 2.31.4.1 2010-06-29 19:42:42 +01:00
Thomas Wood
a8588291eb Release 2.31.4 2010-06-29 17:06:58 +01:00
Thomas Wood
0cbbf01710 Merge branch 'wip/datetime-panel' 2010-06-29 14:41:48 +01:00
Rodrigo Moya
59a4d44b35 Add .so version information to libgnome-control-center 2010-06-24 16:16:29 +02:00
Bastien Nocera
de11d12d52 Use gnome-desktop 3.0, not 2.0
As we compile against GTK+ 3.x now.
2010-06-23 20:30:35 +01:00
Richard Hughes
ae7944a0c8 Convert from libunique to GtkApplication to remove the final gtk-2.0 library 2010-06-21 16:30:44 +01:00
Richard Hughes
f4ef191462 You can't mix GTK2 and GTK3, so depend on gtk-3.0 versions of libraries 2010-06-21 16:30:44 +01:00
Thomas Wood
e35b73abb5 Add initial implementation of date/time panel 2010-06-16 18:08:43 +01:00
Rodrigo Moya
c09f693575 Use gtk+-3.0 2010-06-10 23:06:11 +02:00
Thomas Wood
4b64b669ef Release 2.31.3 2010-06-07 18:04:02 +01:00
Thomas Wood
8836316161 display: convert display capplet to a settings panel
Add CcPanel and module implmenetation for the display settings.
2010-06-07 17:05:02 +01:00
Thomas Wood
b6e436acda Remove accessibility capplet from the build
The accessibility capplet is now superseded by the unviversal-access panel.
2010-06-04 17:59:03 +01:00
Thomas Wood
54127b805e build: Make sure distcheck passes
Rename files in POTFILES to match new names. Rename the universal access
.desktop file to be consistent with the other desktop files.
2010-06-04 17:45:54 +01:00
Thomas Wood
98ffb24bf1 Add initial universal-access module and UI 2010-06-04 16:38:44 +01:00
Thomas Wood
847bbba2b8 panels: make .desktop file naming more consistent
Give the .desktop files for settings panels a more consistent naming
scheme.
2010-06-02 16:54:26 +01:00
Matthias Clasen
e14803b391 shell: Improve keyboard navigation
When using keynav in the category views, the fact that the categories are
separate icon views leads to confusion, because each category will end up
with its own selected icon, so that you can end up with multiple selected
items (and the difference between focused/non-focused is not visually
obvious here). Also, since the category views appear visually as a single
unit, it is irritating that arrow keynav stops at category borders.

This commit arranges things so that only one category will ever have a
selected item by unselecting on focus-out. Furthermore, it uses the
keynav-failed signal and some new GTK+ api to make arrow up/down work across
category borders, in the expected way.
2010-06-02 10:58:40 +01:00
Sergey V. Udaltsov
46cd0b40f9 Changing Print layout to Show layout
Using new shared function from libgnomekbd
2010-05-26 01:04:46 +01:00
Thomas Wood
45c5eeb522 Release 2.31.2 2010-05-24 23:09:36 +01:00
Thomas Wood
8aedeff4ca Disable Window settings from the build
Window settings are not planned to be included in the next release, so
remove the window settings capplet from the build.
2010-05-24 21:51:28 +01:00
Thomas Wood
19b7502f5e keybindings: convert capplet to a settings panel
Add a module and CcPanel implementation for keyboard shortcuts settings.
2010-05-24 21:51:28 +01:00
Thomas Wood
f112fc3a8e default-applications: convert capplet to a settings panel
Add a module and CcPanel implementation for default applications settings.
2010-05-24 21:51:28 +01:00
Thomas Wood
5e24f0464d network: convert network capplet to a settings panel
Add a module and CcPanel implementation for network proxy settings
2010-05-22 14:52:24 +01:00