- 31 Jan, 2020 2 commits
-
-
Dorota Czaplejewicz authored
- Landscape layout doesn't crash - CSS font is actually taken into account - Failed start due to dbus is now communicated - Better log messages - Fixed Enter in numbers layout - More consistent terminal layout - Proper font sizes in terminal layout
-
Dorota Czaplejewicz authored
-
- 30 Jan, 2020 3 commits
-
-
Dorota Czaplejewicz authored
Update docs and CI builds See merge request Librem5/squeekboard!320
-
David Boddie authored
-
David Boddie authored
-
- 29 Jan, 2020 3 commits
-
-
Guido Gunther authored
build: Strip clap of optional features See merge request Librem5/squeekboard!311
-
Guido Gunther authored
number: Fix keysym for Return See merge request Librem5/squeekboard!310
-
Guido Gunther authored
debian: Add missing commas See merge request Librem5/squeekboard!316
-
- 28 Jan, 2020 14 commits
-
-
Sebastian Krzyszkowiak authored
setup: Connect ui to the state manager See merge request Librem5/squeekboard!319
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
This ensures that the layout type information is accessible to the state manager when new layout information arrive. The should be thought of as a stopgap measure. A proper solution would be to separate the state properly, and probably turn layout information coming from random places into messages that some object (thread?) collects and displays.
-
Dorota Czaplejewicz authored
layout: terminal: Replace actions button with period on symbols view See merge request Librem5/squeekboard!317
-
Sebastian Krzyszkowiak authored
Commit ab67bd2c took things a bit too far and completely removed the period button.
-
Sebastian Krzyszkowiak authored
layouts: Fix segfault on switching to wide See merge request Librem5/squeekboard!312
-
Sebastian Krzyszkowiak authored
font: Use font from style context See merge request Librem5/squeekboard!313
-
Dorota Czaplejewicz authored
Terminal layout UX tweaks Closes #175 See merge request Librem5/squeekboard!314
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
This makes it consistent with regular layouts. Helps with #175
-
Dorota Czaplejewicz authored
This will help factoring the function out
-
Dorota Czaplejewicz authored
As a consequence, some dependency on renderer is gone.
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Unify logging See merge request Librem5/squeekboard!308
-
- 25 Jan, 2020 1 commit
-
-
Dorota Czaplejewicz authored
This makes the build marginally faster at the cost of losing non-essential command line parsing in test_layout.
-
- 24 Jan, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Text input integration See merge request Librem5/squeekboard!302
-
- 23 Jan, 2020 1 commit
-
-
Dorota Czaplejewicz authored
-
- 21 Jan, 2020 1 commit
-
-
Dorota Czaplejewicz authored
ci: Clean up `..` before it's searched for artifacts See merge request Librem5/squeekboard!305
-
- 20 Jan, 2020 3 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Release 1.8.0 See merge request Librem5/squeekboard!303
-
- 19 Jan, 2020 1 commit
-
-
Dorota Czaplejewicz authored
C-side Cleanups See merge request Librem5/squeekboard!300
-
- 17 Jan, 2020 2 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
The error type is expected to be printable by logging utilities.
-
- 16 Jan, 2020 1 commit
-
-
Dorota Czaplejewicz authored
This adds sugar for logging `Result`s with a handler, makes names evoke something closer to "logging" than "warning", tries to remove any redundant `Logging` where the module name will do, and introduces a type strictly for bad things happening.
-
- 15 Jan, 2020 2 commits
-
-
Dorota Czaplejewicz authored
dbus: Log error on dbus exit See merge request Librem5/squeekboard!307
-
Dorota Czaplejewicz authored
-
- 14 Jan, 2020 5 commits
-
-
Dorota Czaplejewicz authored
GitLab doesn't always clean up the `..` directory, leaving things that are lated picked up as artifacts. The new rule cleans up anything that looks like an artifact before fresh ones are generated.
-
Dorota Czaplejewicz authored
Centralize handling release events See merge request Librem5/squeekboard!289
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
- The terminal layout is always available from the layout selection popup. - XKB Layout names in the popup are translated using GNOME's database.
-
Dorota Czaplejewicz authored
-