Commit graph

6 commits

Author SHA1 Message Date
Iñigo Martínez
0dd386f405 build: Migrate from Intltool to Gettext
Recent versions of Gettext are able to translate several formats
that are used in GNOME applications. This patch migrates from
Intltool to Gettext by using meson's i18n features.

https://bugzilla.gnome.org/show_bug.cgi?id=787588
2018-01-23 10:49:31 +01:00
Christophe Fergeau
c77d164aa9 keyboard: Add 'reverse' metadata to switch-input-source shortcuts
Now that the keyboard panel knows how to handle reverse shortcuts, we
can start annotating the existing ones with the needed XML attributes.
This commit does that with switch-input-source{-backward}.
Note that some changes in some modules are needed for this to work
correctly.
In this case, a default value needs to be set for
switch-input-source-backward in gsettings-desktop-schemas, and the
Meta.KeyBindingFlags.REVERSED flag needs to be removed from the
shortcuts defined in gnome-shell source. Instead of having
mutter handle the reversion with 'shift' by itself, it's now handled
explicitly through gsettings keys.

https://bugzilla.gnome.org/show_bug.cgi?id=731618
2014-08-17 20:16:26 +02:00
Matthias Clasen
d9e103394e keyboard: Be more specific in input source switch label
The description of these shortcuts should mention 'input source'.
https://bugzilla.gnome.org/show_bug.cgi?id=692567
2013-02-18 17:30:26 +01:00
Rui Matos
4fbf1da650 keyboard: Update for the input source switching keybindings move
These are now provided by gsettings-desktop-schemas.
2012-12-18 16:56:22 +00:00
Rui Matos
4e0bc86e5b keyboard: Rename the Input Sources shortcuts section to Typing
This way we can add more typing related keybindings here.

https://bugzilla.gnome.org/show_bug.cgi?id=682069
2012-08-20 18:51:39 +02:00
Rui Matos
5e4376cfde keyboard: Add key bindings to switch input sources
https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:39 +01:00