2ddfcfaff0
translation: Japanese and minor layout fixes
2019-11-30 12:22:45 +00:00
a901c85bcb
Merge branch 'themes' into 'master'
...
Use appropriate styling for layouts
See merge request Librem5/squeekboard!253
2019-11-30 11:08:08 +00:00
fdbbe8f126
Merge branch 'settings' into 'master'
...
Implement the word-of-mouth layout selection
See merge request Librem5/squeekboard!260
2019-11-29 18:19:17 +00:00
f284627beb
Merge branch 'release' into 'master'
...
Use Cargo release flag
See merge request Librem5/squeekboard!256
2019-11-29 15:33:00 +00:00
b252f7659b
rust: Be compatible with older Rust
2019-11-27 16:52:50 +00:00
af6ad1fce6
buttons: Accept "text" and drop xkb keysym derivation
2019-11-27 16:52:50 +00:00
4ee8a91dfe
build: Bring back squeekboard as a first class executable
...
With styles no longer being inconsistent, there's no need to override styles by default. The override script remains for PureOS packaging purposes.
2019-11-27 16:37:44 +00:00
6d5f793718
util: Include Result logger
2019-11-27 16:31:24 +00:00
59f6173282
theme: Use a matching layout theme for any widget theme
...
Dedicated styling is now possible for themes which have a corresponding style-theme.css file. Adwaita:dark gets one, whereas other themes use the new generic fallback theme.
2019-11-27 16:30:32 +00:00
3aec821f92
Merge branch 'errors' into 'master'
...
Better layout checking
Closes #131
See merge request Librem5/squeekboard!255
2019-11-27 16:22:08 +00:00
5a262242a3
keymap: Work around sending keycode 0
...
If keycode 0 resolves to a letter, the the press is ignored by the compositor. This works around the bug.
2019-11-26 15:35:22 +00:00
23693521b7
popover: Don't change "current" field on language settings, change order
...
Also stops crashes when sources list is empty.
2019-11-21 18:57:09 +00:00
8c48e96f50
Merge branch 'codes' into 'master'
...
Language code fixes
See merge request Librem5/squeekboard!258
2019-11-20 11:12:47 +00:00
f15619287a
Merge branch 'de' into 'master'
...
DE fixes
See merge request Librem5/squeekboard!259
2019-11-20 10:47:34 +00:00
20a6cf52ac
layouts: Rename ja+kana to jp+kana
2019-11-20 10:23:05 +00:00
c566d8853e
translations: Register Spanish
2019-11-20 10:21:41 +00:00
0adde1004f
cargo: Use release mode for release builds
2019-11-19 13:50:36 +00:00
9b271a6919
devel: Package squeekboard-test-layout
2019-11-19 12:22:24 +00:00
1db561d33a
build: Handle output files better
2019-11-19 12:15:08 +00:00
9571adb107
tests: Executable for testing layouts
2019-11-19 09:47:32 +00:00
3c0b142c4f
warnings: Print at runtime, crash at test time
2019-11-19 08:29:57 +00:00
4f28e3413a
langs: add de-DE for switcher
2019-11-19 00:10:35 +01:00
36af546362
tests: Bump timeout for the execution of all unit tests
2019-11-17 15:06:07 +00:00
0da848a5a0
tests: Use correct test compilation command
2019-11-17 14:56:25 +00:00
ad8c918e1a
Merge branch 'style' into 'master'
...
Use dark style by default
See merge request Librem5/squeekboard!239
2019-11-15 13:49:28 +00:00
0bfaa8cd7a
debian: Wrap squeekboard in theme selector
...
This works around https://source.puri.sm/Librem5/squeekboard/issues/151 by providing a dark style to match the dark style of the layouts.
2019-11-13 14:07:23 +00:00
e47ec16293
Merge branch 'fi' into 'master'
...
Finnish layout
See merge request Librem5/squeekboard!240
2019-11-12 14:51:44 +00:00
6fe08967f6
fi: add tests
2019-11-12 14:44:37 +00:00
8024998a4b
Rename the nb layout to no, fixing input source selection
2019-11-11 19:36:58 +00:00
87d368878b
Merge branch 'rusty_popup' into 'master'
...
language selection popup
See merge request Librem5/squeekboard!190
2019-11-08 15:00:04 +00:00
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
47c4119ab7
Add a popover menu to switch languages
2019-11-05 13:10:55 +00:00
95022c1ac7
Rename file, add it to resources and tests
2019-11-01 16:50:13 +01:00
7760b50963
Add sv keyboard layout to resources.rs
2019-11-01 16:38:36 +01:00
c917a1f818
layout: Keep kind metadata in loaded layouts
...
It will come useful for applying per-kind styling later without having to give each layout a new stylesheet
2019-10-29 13:27:54 +00:00
afe8fd64f4
output: Take transform into account
...
Without handling transform, the surface was created with the wrong size on rotated displays, causing flicker before the .configure event arrived. With, it will attempt to set the right size from the start.
2019-10-29 13:21:46 +00:00
bd3b27eceb
build: Make borrowing compliant with older Rust
2019-10-29 13:21:46 +00:00
35ad61890e
layouts: Add us_wide
2019-10-29 13:21:46 +00:00
1b1fbed7de
layouts: Change type based on shape
2019-10-29 13:21:46 +00:00
38d8290b59
height: Adjust based on layer surface width
2019-10-29 13:21:46 +00:00
fbb3824a3d
height: Derive from display width
2019-10-29 13:21:46 +00:00
24126ad4f3
wayland: Listen to output changes
2019-10-29 13:21:46 +00:00
869a0af67f
cleanup: eek-gtk.h
2019-10-29 13:21:46 +00:00
bdef7b3516
Merge remote-tracking branch 'kareema/japanese-kana-keyboard-layout' into HEAD
2019-10-24 18:09:16 +00:00
0b5aa1ba7c
layouts: Add German keyboard layout
2019-10-24 18:03:23 +00:00
55410a005c
Merge branch 'vecset' into 'master'
...
Move event handling to Rust
See merge request Librem5/squeekboard!223
2019-10-24 14:03:21 +00:00
1290fd4a1e
rust: Fix old compiler compat
2019-10-23 15:11:19 +00:00
c99efc430c
presses: Move press handling to Rust
...
This fixes some rendering things which would happen with multiple state-sharing buttons. It also removes some interfaces exposing rows, views, layouts, and buttons, bringing the code closer to removing them from the FFI entirely.
2019-10-23 15:11:16 +00:00
4cdfc30c29
Merge branch 'fallbacks' into 'master'
...
layouts: Simplify fallbackss handling
See merge request Librem5/squeekboard!221
2019-10-22 13:25:15 +00:00
3b6c19401c
util: Added pointer comparison struct
...
util::Pointer should be suitable for storing key states in bags like pressed_keys
2019-10-20 09:47:10 +00:00