Christophe Fergeau
1df05bdde7
region: Use AM_CPPFLAGS rather than INCLUDES
...
This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
https://bugzilla.gnome.org/show_bug.cgi?id=732189
2014-06-25 12:46:42 +02:00
Rui Matos
34b5b2e6a8
region: Remove unused variable definition from Makefile
2013-02-19 12:25:53 +01:00
Matthias Clasen
d1ed95292d
Add restart notification
2013-02-19 12:25:52 +01:00
Matthias Clasen
d3852fc831
Wip: new region panel
...
Still missing:
- restart session notification
- login screen mode
2013-02-19 12:25:52 +01:00
Cosimo Cecchi
8d5f2908b5
panels: add --sourcedir=$(srcdir) when generating resource list
...
Like b8e93fb333
but for all panels.
2013-01-07 16:23:57 -05:00
Cosimo Cecchi
887c3ae3d5
region: use a GResource for GtkBuilder UI definition
...
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57: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
Rui Matos
0fb0d6139b
region: Removal of the Layouts tab
...
https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:38 +01:00
Rui Matos
bfaeb6a41d
region: Add an initial input sources tab
...
This is just the scaffolding according to
https://live.gnome.org/Design/SystemSettings/RegionAndLanguage
No code behind it yet.
Original code from Matthias Clasen.
https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:37 +01:00
Bastien Nocera
6d38216573
region: Small style fix
2011-10-18 18:46:15 +01:00
Rodrigo Moya
81945e7a54
region: Add System tab
2011-07-04 13:59:45 +02:00
Rodrigo Moya
68763a928b
region: Add code to manage the new Formats tab
2011-06-14 19:02:54 +02:00
Thomas Wood
e2f944a66a
configure: Group pkg-config checks based on how they are used
...
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.
https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Bastien Nocera
53b7ee5895
region: Remove obsolete UI file
2011-01-27 16:09:11 +00:00
Bastien Nocera
cef84c5171
region: Remove keyboard model selection
...
Seeing as all the keyboards should be using the same low-level
keycode set, when using evdev.
2011-01-27 15:52:23 +00:00
Bastien Nocera
dbc6f5a6b9
region: Add stubs for language tab code
2011-01-24 18:35:21 +00:00
Bastien Nocera
930540ea28
user-accounts: Move gdm-languages to common/
...
Move gdm-languages and some of the helper functions to common/,
so that we can share it with the region panel.
2011-01-24 18:10:10 +00:00
Bastien Nocera
a7519f8340
region: Remove useless level of indirection
...
Clean up that mess of a code somewhat.
2011-01-21 18:06:26 +00:00
Thomas Wood
ca7bdc3f7e
build: remove redundant variables
...
GNOMECC_CAPPLETS_CLEANFILES duplicated existing files to be removed and
GNOMECC_CAPPLETS_EXTRA_DIST was no longer used anywhere.
2010-12-20 14:51:52 +00:00
Rodrigo Moya
047f48e850
Some build fixes
2010-11-15 10:35:49 +01:00
Didier Roche
f6bf9efd67
region: Link against libxklavier also
2010-11-15 10:35:49 +01: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