Commit graph

24978 commits

Author SHA1 Message Date
Joshua A. Horton
45db7ef566 Adds deadkey test for Mocks. 2019-02-08 01:03:00 +07:00
Joshua A. Horton
36e8aec6f0 Merge branch 'web-element-interface-deadkeys' into web-stub-output-target 2019-02-08 00:57:00 +07:00
Joshua A. Horton
f5f7e16187 Accidentally broke embedded compilation for a moment. 2019-02-08 00:46:46 +07:00
Joshua A. Horton
2d425b0e43 Merge branch 'web-processing-element-API' into web-element-interface-deadkeys 2019-02-08 00:45:49 +07:00
Joshua A. Horton
0fc4a73834 Adds a deadkey recording + adjustment unit test for OutputTargets. 2019-02-08 00:39:20 +07:00
Joshua A. Horton
dd7857573d Moves deadkey adjustment maintenance to outputTarget. 2019-02-07 22:57:41 +07:00
Joshua A. Horton
d6e8a8c043 Renames dom.EditableElement to text.OutputTarget. 2019-02-07 22:19:23 +07:00
Darcy Wong
11d2c30500
Merge pull request #1570 from keymanapp/android-missing-font-warning
[Android] Add notifications when font/keyboard fails to download
2019-02-07 08:10:48 -06:00
Darcy Wong
4882c66595 Update history.md 2019-02-07 08:06:18 -06:00
Joshua Horton
653a33fdce
Merge pull request #1564 from keymanapp/p5s2-merge
P5S2 - Beta merge to master
2019-02-07 20:54:40 +07:00
Darcy Wong
98a5616387 Update comment 2019-02-06 19:30:38 -06:00
Joshua A. Horton
442a50792e Fixes issue with deadkey manipulation in output(). 2019-02-07 04:19:24 +07:00
Joshua A. Horton
b435ceb7e4 Fixed issue with deadkeys manipulation in output(). 2019-02-07 04:06:17 +07:00
Joshua A. Horton
ebce04fdca Moves text-processing related files to text namespace. 2019-02-07 02:28:27 +07:00
Joshua A. Horton
11f93909e0 Brainstorming on mock-specific tests. 2019-02-07 02:01:56 +07:00
Joshua A. Horton
9e9180c6b7 Initial work on the Mock output-target type. 2019-02-07 01:53:54 +07:00
Joshua A. Horton
87bd9cabb1 Tidies up some of the recent refactor work. 2019-02-06 23:36:48 +07:00
Darcy Wong
62e701332a Remove test code 2019-02-06 10:15:56 -06:00
Darcy Wong
f16fd9cf46 Show error dialog when keyboard fails to download 2019-02-06 10:01:30 -06:00
Joshua A. Horton
73b434473e Finishes refactoring of deadkey management, though refinement's needed. 2019-02-06 03:13:21 +07:00
Joshua A. Horton
02e37a4808 Replaces the keyboard param Pelem with its corresponding ele interface. 2019-02-06 01:48:31 +07:00
Darcy Wong
620f942abf Add notification when font fails to download 2019-02-05 12:37:42 -06:00
Joshua A. Horton
b0314378be Merge branch 'web-processing-element-API' into web-element-interface-deadkeys 2019-02-05 23:32:27 +07:00
Joshua A. Horton
fc2a32e1bd Somehow forgot to delete selected text in general. 2019-02-05 23:31:48 +07:00
Darcy Wong
52168aa60e
Merge pull request #1565 from keymanapp/linux-update-readme
[linux] Update readme and build.sh script
2019-02-05 10:27:20 -06:00
Joshua A. Horton
95985396dd Converted editableElement to base class with managed deadkey info. 2019-02-05 23:03:42 +07:00
Joshua A. Horton
669e078a9a Refactors deadkey state management into instance-able class. 2019-02-05 04:46:50 +07:00
Joshua A. Horton
4142ed90e8 Adds two editableElement methods to simplify state preservation ops. 2019-02-04 23:17:45 +07:00
Joshua A. Horton
79fc86c2da Re-adds TextArea scroll-position saving/restoring. 2019-02-04 23:04:59 +07:00
Joshua A. Horton
85090e19f4 Refactors command-caching into designIFrame management class. 2019-02-04 23:02:23 +07:00
Joshua A. Horton
ba769e67c3 Merge branch 'beta' into p5s2-merge 2019-02-04 21:02:15 +07:00
Darcy Wong
6e33351ab2 Update readme
* add dependency on python3-pip for uninstall
* move section on `make tmpinstall`
2019-02-01 12:53:21 -06:00
Joshua A. Horton
d637c24ff8 Integrates element interfaces into KMW's 'embedded' mode. 2019-02-01 21:50:29 +07:00
glasseyes
4cd775b356 build.sh non-tmp build link against built libkmfl 2019-01-31 18:09:11 -06:00
glasseyes
993ed53d70 add disco to pbuilderrc 2019-01-31 18:07:04 -06:00
Darcy Wong
e191fc92bd Start updating linux README for Bionic 2019-01-31 13:39:37 -06:00
Joshua A. Horton
e1fea62d15 Better aliasing for the _kmwAttachment object. 2019-02-01 00:56:02 +07:00
Joshua A. Horton
c388b1622f Fixes mobile issue with per-control keyboard settings. 2019-01-31 23:21:07 +07:00
Marc Durdin
6586346f95
Merge pull request #1560 from keymanapp/developer-remove-test-window
[Developer] Remove unused test window and related actions
2019-01-31 09:26:37 -06:00
Marc Durdin
e8d0210da0 [Developer] Cleanup and address review comments 2019-01-31 09:25:11 -06:00
Marc Durdin
8b1199b4fb [Developer] Fix hints 2019-01-30 16:41:18 -06:00
Marc Durdin
07bb1ce0cd [Developer] Remove unused TestPackage 2019-01-30 16:05:51 -06:00
Marc Durdin
95cdd73fdc [Developer] Fixes #183 - workaround for Chrome ladder limitation 2019-01-30 15:54:10 -06:00
Marc Durdin
2082be1d64 [Developer] Remove unused test window and actions 2019-01-30 15:46:49 -06:00
Joshua A. Horton
7af5f6b629 Fixes some script documentation. 2019-01-31 03:59:53 +07:00
Joshua A. Horton
1ed13e4242 Cleanup - removes some engine variables moved into element interfaces. 2019-01-31 03:57:35 +07:00
Joshua A. Horton
5c282ba981 Integrates element interfaces into KMW proper. 2019-01-31 03:39:33 +07:00
Joshua A. Horton
e099655605 Fixes touch-alias attachment to be compatible with element interfaces. 2019-01-31 02:42:22 +07:00
Joshua A. Horton
6e30ed5293 Starts the process of integrating wrappers. 2019-01-31 02:36:40 +07:00
Joshua A. Horton
972e6f4bc9 May fix design-mode iframe attachment. 2019-01-31 02:35:20 +07:00