Commit graph

3486 commits

Author SHA1 Message Date
Marc Durdin
62dcadad4d fix(windows): show error if tsysinfo fails to start 2020-03-27 06:55:25 +11:00
Marc Durdin
850d789764 chore: typo fix 2020-03-25 17:49:08 +11:00
Marc Durdin
8fc7e873bd chore(windows): remove unminified sentry.bundle.js 2020-03-25 17:48:13 +11:00
Marc Durdin
1013429760 chore(windows): rename target for sentry.init.js 2020-03-25 17:46:47 +11:00
Marc Durdin
2cb5f170a8 chore(windows): remove debug code 2020-03-25 17:46:11 +11:00
Marc Durdin
e00d4ebe8e feat(windows): crash reports in CEF 2020-03-25 17:42:06 +11:00
Marc Durdin
4846127985
Merge pull request #2886 from keymanapp/feat/windows/sentry-cpp-wrapper
feat(windows): sentry c++ wrappers
2020-03-25 12:45:07 +11:00
Marc Durdin
a467006bb8 chore(windows): address review comments 2020-03-25 12:33:36 +11:00
Marc Durdin
2cf8b3a098 fix(windows): force add sentry.lib 2020-03-25 07:50:24 +11:00
Marc Durdin
a5c3213470 fix(windows): report error to console 2020-03-25 07:43:45 +11:00
Marc Durdin
b75e506782 feat(windows): sentry c++ wrappers 2020-03-25 07:38:29 +11:00
Marc Durdin
9c224a000a fix(windows): whitespace issues 2020-03-24 16:08:04 +11:00
Marc Durdin
1e755385a6 feat(windows): new error notification dialog 2020-03-23 16:50:24 +11:00
Marc Durdin
17e2a17c08 fix(windows): sentry proxy support 2020-03-23 07:55:08 +11:00
Marc Durdin
026b8b1d68 fix(windows): use Sentry canary exception 2020-03-23 07:49:25 +11:00
Marc Durdin
58a99b305a fix(windows): some sentry symbolication was not working 2020-03-23 07:44:50 +11:00
Marc Durdin
c1ce3974a9 fix(windows): include sources for sentry 2020-03-21 09:04:22 +11:00
Marc Durdin
520fd5b131 fix(windows): ignore sentry.dll in sigcheck 2020-03-18 21:12:32 +11:00
Marc Durdin
1533727e80 fix(windows): release build test depended on version.txt 2020-03-18 20:50:32 +11:00
Marc Durdin
b61949ca41 fix(windows): remove makejcldbg references 2020-03-18 20:26:55 +11:00
Marc Durdin
f2f2add7a6 fix(windows): jvcl build failing
Re-enable jcl build so it hopefully fixes the failing
jvcl package build (e.g. Jcl.dpk(33) Fatal: F2084 Internal Error: AV0052D05C-R5071176D-0
received during build)
2020-03-18 20:12:51 +11:00
Marc Durdin
03b421843d fix(windows): various fixes for sentry 2020-03-18 17:25:40 +11:00
Marc Durdin
948bc3d239 fix(windows): tier.md and version.md reading 2020-03-18 17:25:39 +11:00
Marc Durdin
4e82cd0670 fix(windows): additional makefile changes 2020-03-18 17:25:39 +11:00
Marc Durdin
4f37651b2e fix(windows): typo for version info 2020-03-18 17:25:39 +11:00
Marc Durdin
eade8c34f3 refactor(windows): Use 14.0-style versioning
Moves all version construction to use VERSION.md and
TIER.md and reduces intermediate file usage, so we can
present sensible versions across the project.
2020-03-18 17:25:39 +11:00
Marc Durdin
2121f5ea94 feat(windows): consume new sentry api in delphi projects
Updates Delphi projects to use Sentry API instead of legacy
reporting mechanisms, and strips out existing text-based
reports. Not yet complete: reporting from kmcomapi and
hosted web controls, release number. These are flagged
as build hints.
2020-03-18 17:25:38 +11:00
Marc Durdin
9bf1efa6e2 feat(windows): add sentry.dll and build 2020-03-18 17:25:38 +11:00
Marc Durdin
7be25b6e4e feat(windows): Integrate Sentry
First stage of Sentry integration. Adds a basic library
for handling errors through Sentry. Does not include
integration into external handler or Keyman apps as yet.
2020-03-18 17:25:37 +11:00
Marc Durdin
a61838f507
Merge pull request #2806 from keymanapp/feat/windows/sentry-tooling
feat(windows): add sentry tooling
2020-03-18 17:23:45 +11:00
Marc Durdin
6c322cf2b2 fix(windows): address review comments 2020-03-18 16:56:32 +11:00
Marc Durdin
c75aab5886 feat(windows): add paths to syms 2020-03-13 12:38:23 +11:00
Marc Durdin
f94ffa6578
Merge pull request #2680 from keymanapp/chore/windows/improve-build-script-tests
chore(windows): improve build script tests
2020-03-13 07:44:49 +11:00
Marc Durdin
c97a5f985c feat(windows): upload difs during build 2020-03-11 06:25:12 +11:00
Marc Durdin
9d01e98249 fix(windows): enable map files for sym support 2020-03-11 04:36:33 +11:00
Marc Durdin
edfbb4c339 feat(windows): add sentry file prep to build 2020-03-10 21:37:30 +11:00
Marc Durdin
b73be8042f feat(windows): sentrytool app
This app prepares Delphi executables for PDB-style
symbol information and creates a breakpad .sym file
from a corresponding .map file. x86 only at this point
but will work on x64 later. The differences are likely
to be minor. While this does not generate a .pdb file,
sentrytool could be extended to do this. So far, this
is just sentrytool; the build changes to use sentrytool
will come next.
2020-03-10 21:21:55 +11:00
Marc Durdin
2dc1dd6d9d
Merge pull request #1720 from keymanapp/windows-use-chromium
feat(windows): Chromium replacement for embedded MSHTML in for Keyman Desktop
2020-03-08 20:36:41 +11:00
Marc Durdin
0d96f4dc7f chore: address review comments 2020-03-08 20:36:22 +11:00
Marc Durdin
f9484b13a7
Merge pull request #2741 from keymanapp/feat/developer/iso9995-identifiers
feat(developer): allow use of ISO9995 in key ids
2020-03-04 13:41:05 +11:00
Marc Durdin
3dcfccd337 fix(windows): char const for copyright 2020-03-01 08:21:06 +07:00
Marc Durdin
fd502e6f9c chore(developer): restore CEF in installer 2020-03-01 08:17:42 +07:00
Marc Durdin
e38ae8c613 chore(windows): cleanup for review 2020-02-29 20:27:44 +07:00
Marc Durdin
7638b32bc8 feat(windows): asynchronous hint window 2020-02-29 20:08:51 +07:00
Marc Durdin
ea140c5c9a feat(developer): report on ISO key positions
Virtual Key Tester now shows the ISO key positions and
scan codes, which can help when understanding different
hardware keyboards.
2020-02-29 13:04:10 +07:00
Marc Durdin
7ff7d12f4e feat(windows): etl2log build 2020-02-29 12:03:31 +07:00
Marc Durdin
d828c7d33d feat(windows): etl2log support tool
Converts .etl logs from Keyman debug log
into .log files for simpler analysis.
2020-02-29 11:51:58 +07:00
Marc Durdin
6d0caaf3d2 feat(developer): allow use of ISO9995 in key ids
ISO9995 describes keys by positions, where E00 is 5th (top) row,
left-most key. This feature allows keyboard developers to use
clearly positional identifiers in place of K_ identifiers.
2020-02-26 23:25:08 +07:00
Marc Durdin
63d2efb927
Merge pull request #2739 from keymanapp/fix/developer/2730-smp-in-debugger-splits-on-bksp
fix(developer): debugger breaking smp with bksp
2020-02-26 21:01:08 +07:00
Marc Durdin
4ed0667252 fix(developer): debugger breaking smp with bksp
In the past, we received two bksp events when deleting smp,
but that code was eliminated a version or two ago, and this missed
the cut then.

Fixes #2730.
2020-02-26 20:30:19 +07:00