Rui Matos
a24f221eeb
keyboard: Introduce a BINDING_GROUP_SEPARATOR type for the separator
...
This way we can control the shortcut section separator position in
case we introduce other types.
https://bugzilla.gnome.org/show_bug.cgi?id=682069
2012-08-20 18:51:39 +02:00
Bastien Nocera
9f107a4760
keyboard: Remove support code for GConf keybindings
2011-11-14 18:09:39 +00:00
Florian Müllner
656d0ee4b0
keyboard: Port custom shortcuts to GSettings
...
https://bugzilla.gnome.org/show_bug.cgi?id=625899
2011-11-14 18:09:39 +00: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
3d5c7b65a6
keyboard: Avoid warnings when adding new shortcuts
...
We don't want to unset GConf watches if we didn't set them
in the first place.
2011-04-26 15:54:59 +01:00
Bastien Nocera
b77df51384
keyboard: Add _equal() helper function
2011-02-24 04:20:07 +00:00
Bastien Nocera
73f155eaac
keyboard: Pass a gettext package when loading GConf
...
As GConf itself won't be passing us a translated entry by itself.
https://bugzilla.gnome.org/show_bug.cgi?id=576570
2011-02-17 13:00:30 +00:00
Bastien Nocera
27cf30ed54
keyboard: Add support for GSettings shortcuts
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