- Oct 03, 2023
-
-
Marc Durdin authored
chore: merge master into linux-mcompile
🐘
-
- Sep 29, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.183
-
Keyman Build Agent authored
-
- Sep 28, 2023
-
-
rc-swag authored
fix(windows): fix the ellipsis for longer text on buttons
-
Marc Durdin authored
fix(developer): only include mobile touch platform in basic project
-
Darcy Wong authored
chore(common): Add Crowdin strings for Mon
-
Eberhard Beilharz authored
docs(linux): Update sample tasks.json for Linux
-
Eberhard Beilharz authored
chore(linux): Dynamically choose display number
-
rc-swag authored
The buttons already had a property to display ellipsis when the text was to big for the buttons however the other properties such as white-space nowrap needed to be added for it to work in all cases.
-
Joshua Horton authored
chore(web): builds that output to web/build/publish should also clean it
-
Eberhard Beilharz authored
-
- Sep 27, 2023
-
-
Eberhard Beilharz authored
This passes the new parameter to the `setup` call which got introduced in a previous PR.
-
Keyman Server authored
auto: increment master version to 17.0.182
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
This improves reliability if some processes are still running from a previous run, which previously caused the tests to fail. Also in the case of failed processes, list which ones are missing.
-
- Sep 26, 2023
-
-
Eberhard Beilharz authored
chore(linux): Check and restart background processes
-
Eberhard Beilharz authored
-
Marc Durdin authored
chore: workaround npm/cli#3466 when bundling internal deps
-
Keyman Server authored
auto: increment master version to 17.0.181
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
Before we run a test we now check that ibus and the other processes we need are still running. If not we run test setup again. Maybe fix #9570.
-
- Sep 25, 2023
-
-
Eberhard Beilharz authored
fix(linux): Fix detection of unit tests
-
- Sep 23, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.180
-
Keyman Build Agent authored
-
- Sep 22, 2023
-
-
Darcy Wong authored
change(android,web) Use web-based popup key longpresses
-
Joshua A. Horton authored
-
Steven R. Loomis authored
chore(resources): ldml: update to keyboard3
🙀 -
Keyman Server authored
auto: increment master version to 17.0.179
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
chore(linux): Fix bugs, add dependency and update documentation
-
Eberhard Beilharz authored
This no longer suppresses the output of cleanup.
-
Eberhard Beilharz authored
-
- Sep 21, 2023
-
-
Eberhard Beilharz authored
This change updates gha-ubuntu-packaging to a version that creates a non-empty changelog entry. This prevents a warning during package build.
-
Eberhard Beilharz authored
For integration tests ibus-keyman requires keyman-system-service to be built, so we add this as a dependency.
-
Eberhard Beilharz authored
When running on Ubuntu 20.04 Focal, one of the Python dependencies loads the `unittest` module so that running `km-config` output the message that Sentry would be disabled because unit tests are running. This change now uses the callstack to check if we're running unit tests. Fixes #9577.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
When running the integration tests, we provide a test service that replaces `keyman-system-service`. DBus needs the updated `.service` files in the `services` directory so that it will use the test service. This change outputs an error and returns an non-zero exit code if it can't find the `services` directory, which usually means that `keyman-system-service` didn't get build.
-
Eberhard Beilharz authored
-
Eberhard Beilharz authored
fix(linux): Correctly open files linked from help page
-
Steven R. Loomis authored
For: #9604 - DOCTYPE fixes (typos) to make the red squiggles go away
-