Florian Müllner
7d060a2508
keyboard: Adjust shortcut files
...
Some keybindings have been moved from metacity/mutter to g-s-d;
update the shortcut files to reflect that change.
https://bugzilla.gnome.org/show_bug.cgi?id=663626
2011-11-08 15:59:04 +01:00
Bastien Nocera
df493ef93c
keyboard: Use GTK+ to parse keys
...
Instead of some custom code
https://bugzilla.gnome.org/show_bug.cgi?id=663341
2011-11-04 17:00:39 +00:00
Bastien Nocera
6e99f7663a
keyboard: Use GtkCellRendererAccel
...
Instead of custom code. This means loads of code we don't need
to maintain, whoo!
2011-10-27 16:25:35 +01:00
Bastien Nocera
3574d8f882
common: Move eggaccelerators to common/
...
So we can share it with the universal-access panel.
2011-02-23 15:40:46 +00: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
82ae68abdf
keyboard: Move a11y keys to gnome-control-center
2011-02-16 18:00:38 +00:00
Bastien Nocera
5c755904e1
keyboard: Clean up GConf handling
...
Move most of the horrible GConf monitoring code to a separate
GObject(-ish). While quite ugly, it's not as bad as the code that
used to be there before.
Also fix the setting of KeyEntry->model (or CcKeyboardItem->model now)
to be the correct model (eg. the shortcut model rather than the section
model)
2011-02-16 01:24:49 +00:00
William Jon McCann
c248dd8788
keyboard: change grouping of keys
2011-02-02 16:52:11 -05: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
974acd358e
keyboard: Separate code for tabs in notebooks
2010-12-09 17:02:41 +01:00
Rodrigo Moya
047f48e850
Some build fixes
2010-11-15 10:35:49 +01: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
f68a097c50
[keyboard] Remove a11y stuff
2010-10-31 22:55:27 -04:00
Bastien Nocera
d863154fcb
keyboard: Fix compile-time warnings
...
Including an undeclared function, and deprecated use of GDK_DISPLAY.
2010-09-20 18:09:52 +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
Thomas Wood
465d0bb7d9
keyboard: consolidate multiple INCLUDES definitions into one
2010-05-24 23:03:38 +01:00
Thomas Wood
9b78f236c1
Fix various issues raised by distcheck
2010-05-22 12:36:17 +01:00
Thomas Wood
ad938356da
Make sure panels do not need to link against libcommon.la
...
libcommon.la defines several new GTypes, so it cannot be loaded into the
same process multiple times.
Copy gconf-property-editor to libgnome-control-center as this is useful
for all panels. However, it will need to be converted to GSettings in the
near future.
Copy capplet-stock-icons to the mouse panel, as it is not used in any other
panels.
Remove references to functions not yet implemented for panels (help,
window icon, etc).
2010-05-22 12:36:17 +01:00
Sergey V. Udaltsov
7840afd7a1
Converted keyboard capplet to panel
2010-05-21 23:23:23 +01:00