Mark Müller
291be9fa79
Update de-DE.txt
2019-11-18 22:58:27 +00:00
Mark Müller
fd5d060eee
langs: add de-DE for switcher
2019-11-18 22:56:47 +01:00
uzanto
ef025509ba
translations: Spanish
2019-11-15 20:57:24 +00:00
Dorota Czaplejewicz
d7ee2f4c3c
layouts: Correct most unneeded xkb symbols usage
2019-11-15 15:11:12 +00:00
Andreas Rönnquist
6ac17bfde5
Fix åäö in Swedish layout
2019-11-15 15:28:36 +01:00
David Boddie
8191324e46
Remove unused files
2019-11-15 01:25:52 +01:00
Dorota Czaplejewicz
e47ec16293
Merge branch 'fi' into 'master'
...
Finnish layout
See merge request Librem5/squeekboard!240
2019-11-12 14:51:44 +00:00
David Boddie
8024998a4b
Rename the nb layout to no, fixing input source selection
2019-11-11 19:36:58 +00:00
David Boddie
87d368878b
Merge branch 'rusty_popup' into 'master'
...
language selection popup
See merge request Librem5/squeekboard!190
2019-11-08 15:00:04 +00:00
Dorota Czaplejewicz
55584e27fa
translations: Filled out Polish
2019-11-08 10:21:35 +00:00
Dorota Czaplejewicz
9f88660d99
locale: Add translations for layout names
...
Pulled in some Unix-specific code from https://github.com/rust-locale/locale_config to reduce dependencies.
First reason to reduce dependencies: gettext-rs is not in Debian. Copying gettext-sys might have made sense, but the interface is somewhat confusing.
For translating a couple identifiers, detection and some hand-rolled hash map is all that is needed, and the option to move to gettext later remains.
locale_config has been stripped of the lazy_static dependency, which, messing with the strtup sequence, might be a source of debugging woes. Plus setting language once in the beginning is somewhat inflexible regarding runtime changes.
2019-11-08 10:21:27 +00:00
Adrien Plazas
c2ad03af97
Drop the desktop entry icon
...
The icon doesn't exist, and having one set up prevents GNOME Usage from
displaying the desfault system component one, so we better drop it.
2019-11-05 18:07:22 +01:00
Dorota Czaplejewicz
47c4119ab7
Add a popover menu to switch languages
2019-11-05 13:10:55 +00:00
uzanto
1134d92357
Finnish keyboard layout same as Swedish
2019-11-02 21:28:23 +00:00
David Boddie
95022c1ac7
Rename file, add it to resources and tests
2019-11-01 16:50:13 +01:00
Andreas Rönnquist
85b79a5f8f
Add Swedish keyboard layout
2019-10-31 16:31:36 +01:00
Dorota Czaplejewicz
ea0926147f
us: Improve height a little
2019-10-29 13:32:53 +00:00
Dorota Czaplejewicz
ddd1c1b16b
wide: Fix shift widths
2019-10-29 13:28:14 +00:00
Dorota Czaplejewicz
0f1f6531da
wide: Reduce button spaces
2019-10-29 13:28:14 +00:00
Dorota Czaplejewicz
35ad61890e
layouts: Add us_wide
2019-10-29 13:21:46 +00:00
Antonio Pandolfo
3fb0a3a959
i think in italian "," is better then "?"
2019-10-24 18:17:58 +00:00
Dorota Czaplejewicz
bdef7b3516
Merge remote-tracking branch 'kareema/japanese-kana-keyboard-layout' into HEAD
2019-10-24 18:09:16 +00:00
Mark Müller
0b5aa1ba7c
layouts: Add German keyboard layout
2019-10-24 18:03:23 +00:00
Mark Müller
76b8a61d0a
layout: change switch button label
2019-10-19 23:36:03 +02:00
Mark Müller
d62abc2f12
layouts: Add Japanese Kana keyboard layout
2019-10-19 21:30:23 +02:00
Tobias Bernard
162b828c4c
Merge branch 'targets' into 'master'
...
buttons: Buttons are next to each other, padding is visual only
Closes #110
See merge request Librem5/squeekboard!209
2019-10-18 19:14:04 +00:00
David Boddie
a048722a94
Merge branch 'cleanups' into 'master'
...
Cleanups
See merge request Librem5/squeekboard!214
2019-10-10 20:26:51 +00:00
Dorota Czaplejewicz
cfd2bff1aa
data: Remove eekboard desktop files
2019-10-10 16:15:05 +00:00
Antonio Pandolfo
b36c48daa3
Replace it.yaml
2019-10-10 14:50:09 +00:00
Dorota Czaplejewicz
9e078be603
buttons: Buttons are next to each other, padding is visual only
2019-10-09 20:34:46 +00:00
Dorota Czaplejewicz
3f3e33c853
style: Set active button color
2019-10-08 18:29:03 +00:00
David Boddie
f91f000df1
Merge branch 'locklight' into 'master'
...
style: Add styling for locked buttons
See merge request Librem5/squeekboard!197
2019-10-03 12:52:28 +00:00
Dorota Czaplejewicz
746d842dd4
Merge branch 'patch-3' into 'master'
...
Update es.yaml
See merge request Librem5/squeekboard!195
2019-10-03 11:37:57 +00:00
uzanto
185efb1c2a
show_symbols replaced by show_eschars in eschars view and improved Catalan support
2019-10-02 20:36:54 +00:00
Dorota Czaplejewicz
854a9bb22e
layouts: Add Greek
...
Greek layout created by Antonis Tsolomitis
University of the Aegean, Department of Mathematics, atsol@aegean.gr
2019-10-02 17:56:16 +00:00
Dorota Czaplejewicz
477a883885
style: Add styling for locked buttons
2019-10-02 16:32:13 +00:00
uzanto
d53a683285
Update es.yaml
2019-10-01 20:50:57 +00:00
Antonio Pandolfo
27a99e2973
italian keyboard
2019-10-01 17:51:58 +00:00
Dorota Czaplejewicz
7f704bcd61
style: Rename button selectors
2019-10-01 08:11:44 +00:00
David Boddie
1c56de8698
Merge branch 'style' into 'master'
...
style: Avoid conflict with GTK widget names
Closes #119
See merge request Librem5/squeekboard!184
2019-09-29 15:01:32 +00:00
David Boddie
9b5e0109a7
Merge branch 'style_better' into 'master'
...
Style better
See merge request Librem5/squeekboard!180
2019-09-29 14:28:42 +00:00
uzanto
456af0f1ef
Spanish keyboard layout
2019-09-28 21:27:04 +00:00
Dorota Czaplejewicz
60f1ca1408
style: Avoid conflict with GTK widget names
...
GTK style provider loads the theme on top of the selected CSS file. To ignore the theme, element names must be different than the predefined ones.
2019-09-28 12:11:32 +00:00
David Boddie
86ed9a7a01
Merge branch 'spacing' into 'master'
...
Unhardcode spacing
See merge request Librem5/squeekboard!176
2019-09-27 17:03:48 +00:00
David Boddie
97dd2b1096
Merge branch 'corners' into 'master'
...
display: Remove unused corner_radius
See merge request Librem5/squeekboard!174
2019-09-26 21:16:43 +00:00
Dorota Czaplejewicz
e513cb9b54
style: Use outline name as CSS class
2019-09-26 13:28:31 +00:00
Dorota Czaplejewicz
2889e50507
style: Simplified layout styling
...
Layout background is styled in the same place as button background, and obtains the path "layout".
2019-09-26 11:10:25 +00:00
Dorota Czaplejewicz
6b15f69e00
style: Use path instead of class for key
2019-09-26 11:08:38 +00:00
Dorota Czaplejewicz
4c0f23c5c1
layout: Unhardcode button and row spacing values
...
They are specified by each layout now
2019-09-25 19:01:38 +00:00
Dorota Czaplejewicz
de43d67638
display: Remove unused corner_radius
2019-09-25 18:10:58 +00:00