Marc Durdin
4560ae4f69
feat(common/core): add action_index to all debug events
2021-07-22 16:33:31 +10:00
Joshua Horton
9d35b26f1b
docs(common/models): applies PR suggestion
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2021-07-22 10:56:38 +07:00
jahorton
1125b368f8
change(common/core/web): removes conditional replacement of a now always-truthy
2021-07-22 10:39:32 +07:00
jahorton
fd940cb618
change(common/core/web): adjustments per review
2021-07-22 10:36:36 +07:00
jahorton
3fd881d680
fix(common/models): keep/suggestion diacritic sensitivity when de-duping
2021-07-22 09:28:23 +07:00
jahorton
1c8689b404
fix(common/core/web): fixes likely root of problem
2021-07-22 08:22:28 +07:00
jahorton
80732a98d7
chore(web): Merge branch 'master' into refactor/web/osk-keyboard-view
2021-07-22 07:37:36 +07:00
jahorton
73ba8eb359
fix(common/core/web): mnemonic layer tracking with caps
2021-07-21 15:29:26 +07:00
jahorton
52c3356c7b
fix(common/models): adds worker null guard for predict
2021-07-21 11:40:21 +07:00
jahorton
b414455c23
fix(common/core/web): adds empty-array check for alternates
2021-07-21 11:36:09 +07:00
Keyman Build Agent
fc0084a3d4
auto: increment master version to 15.0.87
2021-07-20 14:01:15 -04:00
Marc Durdin
4fbfd33943
feat(common/core): debug action index
...
Adds an action_index to each debug event (not all debug events
need it). This allows the debugger to partially execute a rule
including the possibility of multiple updates to context.
2021-07-20 14:07:33 +10:00
Keyman Build Agent
d6f5ed5136
auto: increment master version to 15.0.86
2021-07-19 14:02:17 -04:00
jahorton
c3717a1813
chore(web): Merge branch 'master' into refactor/web/osk-keyboard-view
2021-07-19 15:37:11 +07:00
Marc Durdin
05971a21cf
chore(common): Merge branch 'master' into feat/common/core/desktop/kmx_debugger_events
2021-07-19 04:24:35 +10:00
Marc Durdin
104827f103
chore(common): rename kmx_process files
2021-07-19 04:07:31 +10:00
Marc Durdin
a389c68f07
chore(common): rename header
2021-07-19 03:43:35 +10:00
Marc Durdin
2a0adf27d0
chore(common): Merge branch 'master' into feat/common/core/desktop/kmx_debugger
2021-07-19 03:34:04 +10:00
Marc Durdin
ceec63493d
chore: rename KMX_Processor to KMX_ProcessEvent
2021-07-19 03:29:44 +10:00
Marc Durdin
a99717c0a1
chore: rename source files to match master
2021-07-19 03:27:19 +10:00
jahorton
3302ce56f1
chore(web): another PR suggestion
2021-07-12 05:32:13 +07:00
Joshua Horton
1a8295e1a2
chore(web): applies PR suggestion
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2021-07-12 05:29:37 +07:00
Keyman Build Agent
fb9432999c
auto: increment master version to 15.0.85
2021-07-09 14:01:23 -04:00
jahorton
d234f8332a
fix(common/core/web): state-key toggle as part of key event
2021-07-09 15:24:11 +07:00
jahorton
b3c70bf724
fix(web): state key management
2021-07-09 14:59:33 +07:00
jahorton
0beca3b260
refactor(web): cntd integration of new types
2021-07-09 09:02:37 +07:00
jahorton
66d7648ecf
refactor(web): OSKRow
2021-07-09 09:02:36 +07:00
Keyman Build Agent
603d1a4731
auto: increment master version to 15.0.84
2021-07-08 14:02:37 -04:00
Eberhard Beilharz
7d2f2cd928
refactor(common/core/desktop): Rename Load method
...
Rename KMX_Environment::Load to KMX_Environment::Set.
Fixes #5435 .
2021-07-08 09:07:32 +02:00
Joshua Horton
75e47c1ccc
Merge pull request #5387 from keymanapp/refactor/web/osk-centralized-gestures
...
refactor(web): longpresses, groundwork for additional gestures 🍕
2021-07-08 08:18:05 +07:00
Marc Durdin
37bb7b77cf
feat(common/core/desktop): add debug events
...
Adds debug events to the kmx processor and corresponding unit tests.
This corresponds largely to the way that keyman32 emits debug events,
but with one key change: debug events in keyman32 are processed
synchronously, whereas in Keyman Core, the full set of debug events will
be returned alongside the final action list for the key event.
Given this difference, there will likely need to be some more data
returned in individual debug events, specifically around intermediate
context manipulation, as required for step-by-step debugging. However,
that will come in a subsequent PR.
2021-07-08 11:16:58 +10:00
Marc Durdin
e114f31bba
chore(common): kmx fixtures need debug symbols
2021-07-08 09:43:19 +10:00
Marc Durdin
e7d955147d
chore: address review comments
2021-07-08 09:02:21 +10:00
Marc Durdin
fce011e47d
Merge pull request #5445 from keymanapp/refactor/core/issue-5436
...
refactor(common/core/desktop): Fix file and class names 🚧
2021-07-08 08:25:42 +10:00
Keyman Build Agent
824e5a1f1a
auto: increment master version to 15.0.83
2021-07-07 14:01:12 -04:00
Eberhard Beilharz
69a2e9ec27
refactor(common/core/desktop): Fix file and class names
...
- rename source files for `kmx_processor` -> `kmx_processor.*`
- rename class `KMX_Processor` -> `KMX_ProcessEvent` with source
files `kmx_processevent.*`
Closes #5436 .
2021-07-07 15:25:15 +02:00
jahorton
a54fecebcc
fix(common/models/types): fixes test script config
2021-07-07 12:05:44 +07:00
Keyman Build Agent
35e063b8a0
auto: increment master version to 15.0.82
2021-07-06 14:03:01 -04:00
Marc Durdin
29bc616b6d
chore: address review comments
2021-07-06 15:31:04 +10:00
Marc Durdin
b1c0cbf405
chore(common): cleanup cross-platform code
2021-07-06 15:31:01 +10:00
Marc Durdin
2992e1ed83
feat(common/core/desktop): kmx debugger basic infrastructure
...
Part of #5013 .
Adds all the debug infrastructure:
* public API headers
* public API implementation classes and functions
* basic unit tests
* helper classes for recording debug events
* minimal implementation of kmx-specific debug event signalling --
just BEGIN and END events.
* tangential: unit test assertion macros and coloured output
2021-07-06 15:30:19 +10:00
jahorton
de82e8dab7
refactor(web): help-page desktop OSK + related docs
2021-07-06 10:55:55 +07:00
jahorton
6afe3684aa
chore(common): Merge branch 'master' into chore/common/audit-fixes
2021-07-06 08:03:37 +07:00
jahorton
f6c217c629
fix(common/core/web): fixes recorder-core
2021-07-05 15:26:38 +07:00
Keyman Build Agent
4292885728
auto: increment master version to 15.0.81
2021-07-02 14:02:14 -04:00
jahorton
524a05d693
fix(common): more lodash attention
2021-07-02 15:23:45 +07:00
jahorton
4be81200e6
chore(web): karma update to fix lodash audit issue
2021-07-02 14:38:06 +07:00
jahorton
304e33093a
chore(web): Merge branch 'master' into refactor/web/osk-centralized-gestures
2021-07-02 09:14:56 +07:00
Keyman Build Agent
67b2130a93
auto: increment master version to 15.0.80
2021-07-01 14:04:14 -04:00
jahorton
abbeff8faa
chore(web): Merge branch 'master' into refactor/web/osk-centralized-gestures
2021-07-01 13:40:11 +07:00