- Jan 31, 2020
-
-
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
-
- Jan 30, 2020
-
-
Dorota Czaplejewicz authored
Update docs and CI builds See merge request !320
-
David Boddie authored
-
David Boddie authored
-
- Jan 29, 2020
-
-
Guido Gunther authored
build: Strip clap of optional features See merge request !311
-
Guido Gunther authored
number: Fix keysym for Return See merge request !310
-
Guido Gunther authored
debian: Add missing commas See merge request !316
-
- Jan 28, 2020
-
-
Sebastian Krzyszkowiak authored
setup: Connect ui to the state manager See merge request !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 !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 !312
-
Sebastian Krzyszkowiak authored
font: Use font from style context See merge request !313
-
Dorota Czaplejewicz authored
Terminal layout UX tweaks Closes #175 See merge request !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 !308
-
- Jan 25, 2020
-
-
Dorota Czaplejewicz authored
This makes the build marginally faster at the cost of losing non-essential command line parsing in test_layout.
-
- Jan 24, 2020
-
-
Dorota Czaplejewicz authored
Text input integration See merge request !302
-
- Jan 23, 2020
-
-
Dorota Czaplejewicz authored
-
- Jan 21, 2020
-
-
Dorota Czaplejewicz authored
ci: Clean up `..` before it's searched for artifacts See merge request !305
-
- Jan 20, 2020
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Release 1.8.0 See merge request !303
-
- Jan 19, 2020
-
-
Dorota Czaplejewicz authored
C-side Cleanups See merge request !300
-
- Jan 17, 2020
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
The error type is expected to be printable by logging utilities.
-
- Jan 16, 2020
-
-
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.
-
- Jan 15, 2020
-
-
Dorota Czaplejewicz authored
dbus: Log error on dbus exit See merge request !307
-
Dorota Czaplejewicz authored
-
- Jan 14, 2020
-
-
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 !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
-