- 24 Sep, 2019 2 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
- 23 Sep, 2019 4 commits
-
-
Guido Gunther authored
ci: Build .deb Closes #108 See merge request Librem5/squeekboard!169
-
Dorota Czaplejewicz authored
-
Guido Gunther authored
debian: Silence false positive in Lintian Closes #107 See merge request Librem5/squeekboard!170
-
Dorota Czaplejewicz authored
Needed to have working repository builds
-
- 22 Sep, 2019 1 commit
-
-
Dorota Czaplejewicz authored
us: Escape backslash character See merge request Librem5/squeekboard!168
-
- 21 Sep, 2019 1 commit
-
-
Sebastian Krzyszkowiak authored
This fixes backslash being missing from the symbols view.
-
- 20 Sep, 2019 5 commits
-
-
David Boddie authored
Fix Cargo interaction with Debian build system See merge request Librem5/squeekboard!162
-
Dorota Czaplejewicz authored
Debian uses a separate registry for the packages it distributes. Checksums for some Debian packages don't match anything that's available on crates.io, which is the default source of dependencies. *linked-hash-map* in particular doesn't provide any hash. As a result, Debian's `Cargo.lock` and crates.io's `Cargo.lock` are not matching, and building is only possible with one or the other, depending on what's checked in. As a separate issue, Debian packages are usually not checked in in multiple versions, so checking in Debian's `Cargo.lock` would result in the package not building whenever a bugfix is distributed (due to checksum changes). This change removes the crates.io `Cargo.lock` so that a new one will be created whenever a .deb is built, solving the above. What keeps falsely passing builds from happening is `Cargo.toml` specifying no interface changes, as well as Build-Depends, which seem enough for any other Debian package.
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
- 19 Sep, 2019 1 commit
-
-
Tobias Bernard authored
Update symbols button to reflect the symbols view See merge request Librem5/squeekboard!166
-
- 16 Sep, 2019 1 commit
-
-
David Boddie authored
-
- 13 Sep, 2019 8 commits
-
-
David Boddie authored
tests: Describe how to test See merge request Librem5/squeekboard!165
-
David Boddie authored
Cleanups See merge request Librem5/squeekboard!164
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
David Boddie authored
Test layouts See merge request Librem5/squeekboard!163
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
- 12 Sep, 2019 2 commits
-
-
Dorota Czaplejewicz authored
build: Fix cargo behaviour See merge request Librem5/squeekboard!161
-
Dorota Czaplejewicz authored
Cargo caused .deb builds to crash by storing its data in $HOME. https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules says TMP_DIR may be used freely, so that's where Cargo will keep its stuff now.
-
- 11 Sep, 2019 8 commits
-
-
David Boddie authored
Unicode key name -> keysym conversion See merge request Librem5/squeekboard!160
-
David Boddie authored
warnings: Fix some C stuff See merge request Librem5/squeekboard!159
-
David Boddie authored
cargo: Allow for manual cargo invokations See merge request Librem5/squeekboard!158
-
David Boddie authored
rewrite of the parsing See merge request Librem5/squeekboard!152
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
David Boddie authored
Fix doctests See merge request Librem5/squeekboard!157
-
- 10 Sep, 2019 7 commits
-
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Also allows for standalone tests and examples to be built and run with Cargo.
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
Resolve "Multi-touch typing not-yet working" Closes #33 See merge request Librem5/squeekboard!135
-