Debarshi Ray
be277759bb
region: Use header bar in the input options dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=757516
2015-11-20 18:02:57 +01:00
Debarshi Ray
7d9f7f30bc
region: Turn CcInputOptions into a templatized composite widget
...
This is a pre-requisite for using a header bar.
GtkDialog:use-header-bar is a construct-only property, and has no
effect when set from the XML. Therefore, the only option is to turn
the widget into a template and set use-header-bar from C.
There should be no behavioral changes due to this patch.
Bump required GLib version for the G_DECLARE_FINAL_TYPE macro.
https://bugzilla.gnome.org/show_bug.cgi?id=757516
2015-11-20 18:02:57 +01:00
Debarshi Ray
4261151f4d
region: Remove unused variable
...
https://bugzilla.gnome.org/show_bug.cgi?id=757516
2015-11-20 18:02:57 +01:00
Christophe Fergeau
5572fb9a75
region: Remove "Shift" hack from region panel
...
The region panel hardcodes that to switch input source backward, one
uses the shift modfier with the shortcut to switch input source forward.
https://bugzilla.gnome.org/show_bug.cgi?id=731618
2014-08-17 20:16:27 +02:00
Daniel Mustieles
2c5951819d
Updated FSF's address
2014-01-29 11:27:38 +01:00
Rui Matos
cf2399e978
region: Show the XKB option for the input source switch shortcut
...
Mutter now uses the "grp" XKB option to implement a special
modifiers-only shortcut use by gnome-shell to switch input sources.
https://bugzilla.gnome.org/show_bug.cgi?id=700346
2013-05-27 10:23:30 +02:00
Rui Matos
1f03f33230
Remove the input-source-switcher setting
...
Mutter now has a special modifiers-only shortcut used by gnome-shell
to switch input sources which no longer uses this setting.
This reverts commit ae3014ba3e
.
This reverts commit 77b7569c3d
.
https://bugzilla.gnome.org/show_bug.cgi?id=700346
2013-05-27 10:23:26 +02:00
Rui Matos
0b7479572e
Revert "Revert "Use a common definition for modifier-only keybindings array""
...
This reverts commit 34906dba27
.
2013-05-13 16:26:01 +02:00
Rui Matos
0d064f1b01
Revert "wip remove input-sources-switcher label"
...
This reverts commit 8a76727604
.
2013-05-13 16:25:39 +02:00
Rui Matos
017fbbc0e6
region: Don't crash if the user disabled IS switch keybindings
...
A 0 length string for a keybinding means it is disabled so the whole
adding <Shift> magic to the backward accelerator string is pointless
anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=700176
2013-05-13 16:22:07 +02:00
Rui Matos
8a76727604
wip remove input-sources-switcher label
2013-05-13 16:22:00 +02:00
Rui Matos
34906dba27
Revert "Use a common definition for modifier-only keybindings array"
...
This reverts commit ae3014ba3e
.
2013-05-13 16:22:00 +02:00
Rui Matos
ae3014ba3e
Use a common definition for modifier-only keybindings array
2013-02-19 12:25:56 +01:00
Rui Matos
ef4576b4f4
Check gtk_builder_add_from_resource() return value
2013-02-19 12:25:56 +01:00
Rui Matos
12ce8a7fd9
Fix code style issues
2013-02-19 12:25:56 +01:00
Rui Matos
75328b9013
region: Bind the per-window setting to both radio buttons
...
This makes the UI update automatically when the setting changes.
2013-02-19 12:25:55 +01:00
Rui Matos
fbbb0b1fd8
Fix some memory leaks
2013-02-19 12:25:54 +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