Commit graph

1244 commits

Author SHA1 Message Date
jahorton
ae988b6e5f chore(developer): history.md 2020-07-15 15:57:07 +07:00
Marc Durdin
8b066d0fb3 chore: history 2020-06-03 14:10:35 +10:00
Marc Durdin
9a2e54ae6d fix(developer/compiler): normalise touch layout on compile
Works around #119 on the compiler side. This normalises the touch layout file in the
compile phase, fixing integers which should be strings, etc. This means that
we no longer need to correct the issue in the Engine; a rebuild of affected
keyboards is sufficient (although of course we'll need a version bump in order
for them to be distributed.
2020-06-03 14:10:20 +10:00
Marc Durdin
8b9b4621f0 chore: history 2020-02-26 16:48:27 +07:00
Marc Durdin
dfaf93a7b7 fix(developer): insert from charmap into touch editor
Double-click to insert a character from char map into the touch layout
editor would not work reliably after focus changes.

Fixes #2702.
2020-02-26 16:45:01 +07:00
Marc Durdin
c05bc5e22f chore: history 2020-02-24 22:10:37 +07:00
Marc Durdin
34db69a046 fix(developer): crash when switching layout templates
Keyman Developer could crash if a specific sequence was invoked
importing a keyboard into a touch layout and then changing the
template. Fixes #2712.
2020-02-24 22:05:42 +07:00
Marc Durdin
148400f756 chore(windows): cleanup documentation
* Add QR Code help
* Remove unused images and ancient conent
2020-02-19 10:11:28 +11:00
Marc Durdin
cee5cb9c79
Merge pull request #2672 from keymanapp/fix/developer/2667-upgrade-removes-preferences-beta
fix(developer): upgrade removes preferences 🍒
2020-02-18 16:03:03 +11:00
Marc Durdin
c533834ac4 chore(developer): history
Fixes a compile hint as a rider
2020-02-18 14:03:26 +11:00
Marc Durdin
bdeb2b1baa fix(developer): upgrade removes preferences
The uninstall is supposed to remove HKCU settings for developer. However
a side-effect is that an upgrade (which msi treats as uninstall/
install internally) also removes HKCU settings. This is sad and it is
probably better overall to leave a dangling HKCU key after uninstall.

Fixes #2667.
2020-02-18 14:02:59 +11:00
Marc Durdin
38761ca249
Merge pull request #2663 from keymanapp/fix/developer/crash-importing-blank-osk-in-touch-editor
fix(developer): crash importing blank OSK
2020-02-17 18:01:45 +11:00
Marc Durdin
0c328a305a fix(developer): crash importing blank OSK
Fixes sillsdev/keyman-issues#6231.
Fixes sillsdev/keyman-issues#6125.
Fixes sillsdev/keyman-issues#5914.
Fixes sillsdev/keyman-issues#5902.
Relates to #2656.

If you attempt to import a blank OSK into the touch layout editor,
nothing happens, but behind the scenes the state was corrupted, meaning
when you attempt to continue work at some point the app will crash.
2020-02-17 17:07:34 +11:00
Marc Durdin
616fe39cfc fix(developer): crash in context help
Fixes sillsdev/keyman-issues#6207.
Fixes sillsdev/keyman-issues#5801.
Fixes sillsdev/keyman-issues#5742.
Fixes sillsdev/keyman-issues#6186.
Fixes sillsdev/keyman-issues#6124.
Fixes sillsdev/keyman-issues#5647.
Fixes sillsdev/keyman-issues#5726.
Fixes sillsdev/keyman-issues#6149.
Fixes sillsdev/keyman-issues#6228.
Fixes sillsdev/keyman-issues#6001.
Fixes sillsdev/keyman-issues#6148.
Fixes sillsdev/keyman-issues#6159.
Fixes sillsdev/keyman-issues#6171.

This fixes a crash when context help is unable to determine the
current context.
2020-02-17 15:48:06 +11:00
Marc Durdin
02a8f23e28
Merge branch 'beta' into fix/developer/ide/2632-model-editor-wordlist-tab-modified-state 2020-02-13 05:35:07 +11:00
Marc Durdin
a5f0a164c4 chore(developer): history 2020-02-12 08:58:22 +11:00
Marc Durdin
d5dc0934a3 chore(developer): history 2020-02-12 08:54:56 +11:00
Marc Durdin
58456a2822 fix(developer/ide): various model editor
Fixes #2437.

* add context help
* add Ctrl+PgUp/Ctrl+PgDn hotkeys for switching pages
* add Alt+Left/Alt+Right hotkeys for switching views
* remove old TODO items
* saving file from source view now gets latest changes correctly
2020-02-12 08:46:01 +11:00
Marc Durdin
a1ff4bc3c5 fix(developer/ide): model editor wordlist tab modified state
Fixes #2632.

The model editor was not being notified of changes in wordlist tabs,
which meant that it would never be set into modified state for changes
exclusively in a wordlist.
2020-02-11 20:17:40 +11:00
Marc Durdin
a0001a7caa fix(developer/ide): model debugger mime type mismatch
Fixes #2630.

The MIME type for .js was being read from the registry, which on some
systems has been corrupted to text/plain, which causes Chrome to abort
loading the script. The fix is to avoid loading the system registered
MIME types, which we don't need anyway, because all the MIME types we
are using are in the default hard-coded list.
2020-02-11 20:10:22 +11:00
Marc Durdin
f9b893726d
Merge branch 'beta' into fix/developer/compiler/2498-merge-reports-touch-incorrectly-from-kmx 2020-02-11 17:06:52 +11:00
Marc Durdin
6828247f13
Merge pull request #2620 from keymanapp/fix/developer/compiler/2555-mismatching-version-package-compiler-error
fix(developer/compiler): package: version mismatch
2020-02-11 17:06:33 +11:00
Marc Durdin
cf91cb581c chore(developer): history 2020-02-11 11:06:28 +11:00
Marc Durdin
f2f269545a fix(developer/compiler): merge reports touch badly
Fixes #2498.

The .keyboard_info merge was incorrectly assuming the presence of a .js
in the .kmp file if the source .kmn file asserted support for touch
platforms, when testing the .kmx files. Now, platform support for
Android and iOS will only be added if the package actually includes the
.js file that makes that possible.
2020-02-11 11:01:56 +11:00
Marc Durdin
739258a9a2 chore(developer/compiler): history 2020-02-11 09:25:21 +11:00
Marc Durdin
5b096c53f0 fix(developer/compiler): package: version mismatch
Fixes #2555.

The package compiler would give a misleading error when it was verifying
keyboard version numbers if one of the files could not be found; it
would say the keyboard file versions (between .kmx and .js) mismatched
instead of complaining about the missing file.

This reduces this error to a warning, allowing the verification to
continue, and the resulting log shows that the file is missing and
fails the build more logically.
2020-02-11 09:20:10 +11:00
Marc Durdin
666fbc9072 fix(developer): touch layout editor character map integration
Fixes #2577.

The touch layout editor was not accepting characters inserted from
character map by double-clicking or using the menu, only by drag+drop.
2020-02-11 09:04:22 +11:00
Marc Durdin
5da8282348 chore(windows): history 2020-02-04 20:14:59 +11:00
Marc Durdin
1ebe2f5fa1 fix(windows): Windows touch keyboard would cancel on each keystroke
Fixes #2450. When Keyman serialized input, it would cause the touch keyboard to cancel
because the touch keyboard thought the received event meant the user was touching the
physical keyboard. This resolves that problem, using a watch timer to check the visibility
of the touch input panel.
2020-02-04 16:18:18 +11:00
Marc Durdin
3087b09e97 chore: version numbers in history 2020-01-28 15:16:26 +11:00
Marc Durdin
d6a5694d4d
Merge pull request #2531 from keymanapp/chore/history-beta
chore: history for 13.0 beta
2020-01-28 14:01:04 +11:00
Marc Durdin
105a1b3af0 fix(developer): model editor requires wordBreaker
The model editor would not recognise a source file
if it did not include a wordBreaker reference.
2020-01-26 16:16:36 +11:00
Marc Durdin
77ffd17d88 fix(developer): model kpj template included tsv
The model template .kpj file still included
the wordlist.tsv file directly instead of
it being referenced via the .model.ts only
2020-01-26 16:16:05 +11:00
Marc Durdin
5c6530662f fix(developer): Project MRU showed garbage text
The project MRU showed additional characters after
the end of the filename after ellipsis treatment.
2020-01-26 16:15:11 +11:00
Marc Durdin
e470e3fa58 fix(developer): char drop onto OSK was wrong
On Screen Keyboard character map drop was
still dropping codes instead of chars.
2020-01-26 16:14:35 +11:00
Marc Durdin
43757fd10e fix(developer): new format hotkeys not parsing
The keyboard editor did not recognise the
new format hotkeys (unquoted) as valid.
2020-01-26 16:13:56 +11:00
Marc Durdin
5f0308b75b fix(developer): F7 was not working in editors
This was happening because F7 was assigned to
two actions, so they would conflict with each
other.
2020-01-26 16:12:37 +11:00
Marc Durdin
5894d497b4 chore: history for 13.0 beta 2020-01-24 10:59:35 +11:00
Marc Durdin
c2a6bcb733
Merge pull request #2500 from keymanapp/fix/windows/2467-start-product-shortcut-broken
fix(windows): '(Start Product)' shortcuts
2020-01-21 13:27:15 +11:00
Marc Durdin
9e151b9466
Merge pull request #2416 from keymanapp/fix/developer/2380-data-loss-with-unicode-in-ansi-document
fix(developer): data was lost when editing ansi keyboards
2020-01-21 13:26:48 +11:00
Marc Durdin
677b834d46
Merge pull request #2494 from keymanapp/chore/windows/kmdecomp-winsdk-version
chore(windows): kmdecomp winsdk version to 8.1
2020-01-21 06:05:33 +11:00
Marc Durdin
5e96b7cd54
Merge branch 'master' into fix/developer/2466-charmap-insert-text-editor 2020-01-20 14:56:44 +11:00
Marc Durdin
deb3ba6f24 chore: history 2020-01-20 11:50:08 +11:00
Marc Durdin
a2a8e34653 fix(developer): char map drop into text editor
With changes to the text editor relating to focus,
double-clicking and drag-dropping from character
map no longer worked reliably. This patch resolves
this problem.

Fixes #2466.
2020-01-20 11:44:16 +11:00
Marc Durdin
c73549e002 chore: history 2020-01-20 10:55:08 +11:00
Marc Durdin
13494e35b9 fix(windows): '(Start Product)' shortcuts
Fixes #2467. This is a two part fix. First, the actual shortcuts
now work. Secondly, because the shortcut points to kmshell.exe,
Windows 10 Start Menu will hide it because it is identical to
the Keyman Desktop shortcut. So we add a uniquifier to un-hide
it. A bit silly, but makes sense in this instance.
2020-01-20 10:42:48 +11:00
Marc Durdin
bfd77ebf63
Merge branch 'master' into fix/developer/2380-data-loss-with-unicode-in-ansi-document 2020-01-20 07:07:57 +11:00
Marc Durdin
933994e08c chore(windows): kmdecomp winsdk version to 8.1 2020-01-17 14:47:15 +11:00
Marc Durdin
ffc312b9b3
Merge branch 'master' into feat/developer/1689-default-project-path 2019-12-13 15:44:04 +11:00
Marc Durdin
0b70ce0ff1 chore: remove needless path 2019-12-13 13:26:58 +11:00