- Nov 16, 2023
-
-
Marc Durdin authored
For the Project view, the Distribution tab now shows file relative paths, which helps with organization. Have opted _not_ to show the relative paths in the other tabs, because that information is visible when the file details are expanded, and because those files should always be in SourcePath anyway.
-
Marc Durdin authored
Restricts enumeration of files for the project to the project folder and the SourcePath folder. This prevents problems where a project may be in a folder with many subfolders which would take a long time to enumerate, and avoids confusion where there are source-type files in other folders. At the same time, sorts out forward slash vs backslash in paths. While forward slash works in many scenarios, there are several filename manipulation functions, such as ExpandFileName, which would build valid but non-optimal paths when forward slashes were encountered, which cascaded into files appearing to be different and presentation issues.
-
Joshua Horton authored
refactor(web): inactive banner management
🎏 -
Joshua Horton authored
chore(web): splits banner.ts into separate files per banner type
🎏 -
Keyman Server authored
auto: increment master version to 17.0.212
-
Keyman Build Agent authored
-
- Nov 15, 2023
-
-
Darcy Wong authored
chore(web,developer): Move keymanweb-osk.ttf to common/resources
-
Eberhard Beilharz authored
fix(linux): Improve triggering of packaging GHA
-
Steven R. Loomis authored
fix(common): dx: don't call exit(0) on failure
🙀 -
Marc Durdin authored
chore(developer): handle project version checks cleanly in kmc 🦕
-
Marc Durdin authored
Merge pull request #9995 from keymanapp/chore/developer/9948-only-source-path-files-in-project-views chore(developer): show only source path files in project views 🦕
-
Marc Durdin authored
feat(developer): handle errors loading projects 🦕
-
Marc Durdin authored
chore(developer): manage SourcePath in project upgrade 🦕
-
Marc Durdin authored
chore(developer): only build source files 🦕
-
Marc Durdin authored
feat(developer): Project Settings Form for 17.0+ projects 🦕
-
Marc Durdin authored
Merge pull request #9969 from keymanapp/fix/developer/9948-show-project-upgrade-messages-in-messages-panel fix(developer): Project upgrade messages now show in Messages panel 🦕
-
Marc Durdin authored
fix(developer): kmc build ldml keyboard should create output folder 🦕
-
Marc Durdin authored
feat(developer): show .xml LDML keyboards in project 🦕
-
Marc Durdin authored
feat(developer): Support loading XML LDML keyboards in TIKE 🦕
-
Marc Durdin authored
-
Marc Durdin authored
chore(developer): hide 'Remove From Project' for v2.0 projects 🦕
-
Marc Durdin authored
feat(developer): New Project - Description field and tweaks 🦕
-
Marc Durdin authored
feat(developer): Support v2.0 projects in TIKE 🦕
-
Darcy Wong authored
-
Darcy Wong authored
-
Darcy Wong authored
-
Steven R. Loomis authored
-
rc-swag authored
fix(windows): setup.inf generation had whitespace
-
Keyman Server authored
auto: increment master version to 17.0.211
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
We now pass the SHA for the base ref. Hopefully this will fix the failures with API verification.
-
- Nov 14, 2023
-
-
Steven R. Loomis authored
For: #10004
-
Steven R. Loomis authored
For: #10004
-
Steven R. Loomis authored
- always use std::exit(EXIT_FAILURE) if there is an error. - use --print-errorlogs with meson to show errors to the log Fixes: #10004
-
Eberhard Beilharz authored
chore(core): Add additional API checks
🎬 -
Eberhard Beilharz authored
Addresses code review comment.
-
Darcy Wong authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Marc Durdin authored
-
Joshua Horton authored
-
Marc Durdin authored
This is a regression coming out of #9616. The new setup.inf generation process is done in a Makefile and inadvertently added significant whitespace, which was not being trimmed by setup.
-