- 24 Jun, 2020 1 commit
-
-
Dorota Czaplejewicz authored
This commit is a bit bigger than it could have: Meson changes could have gone in separately from CI and Debian. This commit looks more complicated than it should reasonably be. Alas, Cargo is a piece of work, and it doesn't let honest people just choose different versions of dependencies, leading to a cascade of misery. Several things were tried to curb the disaster: - Cargo [feature] supports choosing dependencies, but doesn't support specifying dependency versions - Cargo has a cfg() syntax in sections for choosing dependencies by build options, but it explicitly doesn't support selecting on features… - Cargo allows choosing different dependencies based on features, so perhaps dependencies with different versions could live in stub crates pulled in as needed? Nope! If a dependency doesn't exist in the repo (and that's the point here), Cargo throws up its hands. This means Cargo.toml needs to be generated based on the build type. More misery: - we lose th...
-
- 07 Jun, 2020 2 commits
-
-
Guido Gunther authored
Release 1.9.2 See merge request Librem5/squeekboard!354
-
Dorota Czaplejewicz authored
- Swedish - Russian - Danish - French - minor fixes
-
- 04 Jun, 2020 2 commits
-
-
Dorota Czaplejewicz authored
Provide haptic feedback via libfeedback Closes #166 See merge request Librem5/squeekboard!350
-
Guido Gunther authored
Use libfeedback to trigger feedback for the button press event. Closes: #166
-
- 02 Jun, 2020 3 commits
-
-
Guido Gunther authored
Will be needed in the following commits.
-
Guido Gunther authored
-
Guido Gunther authored
This allows to invoke the build target twice in a row
-
- 01 Jun, 2020 1 commit
-
-
Dorota Czaplejewicz authored
-
- 27 May, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Add danish keylayout See merge request Librem5/squeekboard!353
-
- 26 May, 2020 5 commits
-
-
Dorota Czaplejewicz authored
sm.puri.Squeekboard.desktop: make path to Exec= absolute See merge request Librem5/squeekboard!352
-
Ole Guldberg authored
-
Ole Guldberg authored
-
Ole Guldberg authored
-
Florian Klink authored
This uses the same logic from Phosh to render absolute paths in .desktop files.
-
- 24 May, 2020 2 commits
-
-
Dorota Czaplejewicz authored
Removed unused dependency 'libcroco' See merge request Librem5/squeekboard!351
-
Jordi Masip authored
-
- 20 May, 2020 2 commits
-
-
Dorota Czaplejewicz authored
Fresh Russian layout See merge request Librem5/squeekboard!347
-
-
- 13 May, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Stop scaling See merge request Librem5/squeekboard!339
-
- 08 May, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Folder is doc, not docs See merge request Librem5/squeekboard!349
-
- 07 May, 2020 1 commit
-
-
Andreas Rönnquist authored
-
- 06 May, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Swedish keyboard, use wide button switching between numbers, symbols and base See merge request Librem5/squeekboard!344
-
- 29 Apr, 2020 1 commit
-
-
Guido Gunther authored
Release 1.9.1 See merge request Librem5/squeekboard!348
-
- 28 Apr, 2020 1 commit
-
-
Dorota Czaplejewicz authored
French layout See merge request Librem5/squeekboard!346
-
- 27 Apr, 2020 1 commit
-
-
Arnaud Ferraris authored
-
- 23 Apr, 2020 3 commits
-
-
Arnaud Ferraris authored
This commit changes the layout of the `eschars` view, in an attempt at making it more logical and optimized to reach more frequent symbols more easily.
-
Arnaud Ferraris authored
In order to stay consistent with other layouts, the bottom line has been re-arranged and keys dimensions have been optimized (based on the `terminal` layout, which has similar features). Furthermore, the ç/Ç keys in the 'normal' views have been replaced with ./, so that all diacritics are on the same view. This commit also fixes the Backspace key behavior.
-
Arnaud Ferraris authored
-
- 21 Apr, 2020 4 commits
-
-
Arnaud Ferraris authored
Due to an excessive amount of keys in the `eschars` view, one of the rows would overflow the screen. This commit removes the `Ç` key, which is already present in the `upper` view.
-
Arnaud Ferraris authored
A number of keys would not give the expected result, due to the lack of a `text` of `action` property. Additionally, the layout wouldn't load because of an old file format (it seems `bounds` are not supported anymore). This patch makes sure this layout can be loaded and used by squeekboard v0.1.9.
-
-
-
- 26 Mar, 2020 2 commits
-
-
Andreas Rönnquist authored
-
Andreas Rönnquist authored
-
- 12 Mar, 2020 2 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Cleanups to make EekGtkKeyboard more standalone See merge request Librem5/squeekboard!336
-
- 11 Mar, 2020 1 commit
-
-
Dorota Czaplejewicz authored
Crash less when outside resources are unavailable See merge request Librem5/squeekboard!341
-
- 08 Mar, 2020 2 commits
-
-
Dorota Czaplejewicz authored
- Preview support for "Control" and "Alt" modifiers in buttons, use field "modifiers: Control" inside a button - Don't crash when gsettings has an empty list of settings - Documentation rearrangement
-
Dorota Czaplejewicz authored
-