- 07 Feb, 2023 6 commits
-
-
Guido Günther authored
Some fixes that didn't fit in anywhere else See merge request !66
-
Guido Günther authored
Extra effort to keep it in sync when adding new configuration data. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Just so we have layout setting closer together Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
- 04 Feb, 2023 4 commits
-
-
Guido Günther authored
input-surface: Disable layout switching via swipe gesture by default See merge request !64
-
Guido Günther authored
We simply do this by allowing swipes. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
It's confusing to users and we have a popover now and copy/paste buttons can be added to the terminal shortcuts bar. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
shortcuts-bar: Allow buttons to have different width See merge request !65
-
- 02 Feb, 2023 3 commits
-
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Ctrl+Shift+a takes considerably more space than e.g. Ctrl-a and as we want as many shortcuts in reach as possible allow for different sizes. Use slightly larger padding to make things not look too crammed. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
- 30 Jan, 2023 21 commits
-
-
Guido Günther authored
ci: Collect coverage and test reports See merge request !62
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Document changes and release 0.24.0 See merge request !54
-
Guido Günther authored
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Avoid shift key in layouts without `caps` layer See merge request !61
-
Guido Günther authored
This makes sure all osk-widgets can be instantiated. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
This is true in e.g. arabic and hebrew layouts. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
We only want to add a shift key to the normal layer when the caps layer has one so go back to front as the layout is: - normal - caps - symbols - symbol2 We can drop that json file layout assumption at a later point. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
g_ptr_array_free() doesn't handle NULL well so guard against that. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Otherwise we can't switch to symbols2. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
ara and il have only three layers and we want to match to the correct ones as otherwise we'll have symbols on the caps layer. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Get the array size from the enum. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Again taken from gnome-shell as of The keyboard layouts were taken from gnome-shell as of 6a88c0f0be5aed836f33ed2989d33add58c01403 Signed-off-by:
Guido Günther <guido.gunther@puri.sm>
-
Guido Günther authored
A bit easier to read as we have key / value pairs. Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
We test widgets now Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
There's no jobs for that stage Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Avoid scary warnigns when building docuementation See merge request !60
-
- 29 Jan, 2023 6 commits
-
-
Guido Günther authored
This avoids lots of scary warnings when building the documentation: Gtk-CRITICAL **: 12:38:06.743: gtk_widget_class_bind_template_child_full: assertion 'widget_class->priv->template != NULL' failed Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
Make sure we sync dictionary and input purpose See merge request !57
-
Guido Günther authored
Otherwise we might be completing for the wrong language Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-
Guido Günther authored
This makes us honor the different input purposes with the layouts we have. Possible future improvements: - add specific layouts for PIN, NUMBER, etc - switch back from terminal layout to the last language Signed-off-by:
Guido Günther <agx@sigxcpu.org>
-