Skip to content
Open
Changes from 1 commit
Commits
Show all changes
286 commits
Select commit Hold shift + click to select a range
3af9cca
feat(developer): kmc-convert massive tidy up
SabineSIL Dec 20, 2024
a99abc9
feat(developer): kmc-convert remove unused functions
SabineSIL Jan 6, 2025
c102d83
feat(developer): kmc-convert seperate write into 3 functions
SabineSIL Jan 6, 2025
ce1a49e
feat(developer): kmc-convert use class Rules instead of array of rule…
SabineSIL Jan 8, 2025
a03c921
feat(developer): kmc-convert C0, C1, C2, C4 create correct data
SabineSIL Jan 14, 2025
958373e
feat(developer): kmc-convert use object for writing out all rules
SabineSIL Jan 15, 2025
29d0810
feat(developer): kmc-convert print C0, C1, C2, C4 OK
SabineSIL Jan 15, 2025
95a951e
feat(developer): remove RuleObject elements
SabineSIL Jan 15, 2025
6311c03
feat(developer): kmc-convert complex multidimensional (C3) rules can …
SabineSIL Jan 17, 2025
aeaa66c
feat(developer): kmc-convert: produce Warnings for duplicate/ambiguou…
SabineSIL Jan 24, 2025
d759c35
feat(developer): kmc-convert: warnings finished
SabineSIL Jan 27, 2025
fd35e2b
feat(developer): kmc-convert tidy up, add variable types
SabineSIL Jan 31, 2025
c9a5188
feat(developer): kmc-convert new findAmbiguousRules
SabineSIL Feb 6, 2025
d3db314
feat(developer): kmc-convert tidy up; split read() into read + convert()
SabineSIL Feb 6, 2025
c4d2400
feat(developer): kmc-convert ambiguous/duplicate rules across C0-C3
SabineSIL Feb 12, 2025
099b0c0
feat(developer): kmc-convert more ambiguous/duplicate rules across C0-C3
SabineSIL Feb 13, 2025
fe0f4b2
feat(developer): kmc-convert new approach ambiguous/duplicate rules C…
SabineSIL Feb 17, 2025
44bedec
feat(developer): kmc-convert new approach ambiguous/duplicate rules C…
SabineSIL Feb 18, 2025
1ee0990
feat(developer): kmc-convert tidy up
SabineSIL Feb 19, 2025
c10313e
feat(developer): kmc-convert more tidy up
SabineSIL Feb 19, 2025
176550e
feat(developer): kmc-convert even more tidy up
SabineSIL Feb 19, 2025
b649e75
feat(developer): review createRuleData to simplify creation of C2 and…
SabineSIL Feb 21, 2025
f7a0ac8
feat(developer): change trimValues to false to allow space to be output
SabineSIL Feb 21, 2025
356dd35
feat(developer): check code according to stye guides
SabineSIL Feb 21, 2025
7e2c5b4
feat(developer): check more code according to style guides
SabineSIL Feb 24, 2025
3bc4b81
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Feb 24, 2025
f3f7155
feat(developer): start function comments and tests
SabineSIL Feb 27, 2025
5ba3201
feat(developer): untrack files (kmn and keylayout)
SabineSIL Feb 27, 2025
a2c592e
feat(developer): small changes in src due to new tests
SabineSIL Mar 5, 2025
3bbbc91
feat(developer): tests for kmc-convert
SabineSIL Mar 5, 2025
3bd2c5e
feat(developer): more tests for kmc-convert
SabineSIL Mar 6, 2025
794db98
feat(developer): comment out first occurance+write out later occuranc…
SabineSIL Mar 17, 2025
454b035
feat(developer): add semicolon where needed; function names
SabineSIL Mar 17, 2025
169cad7
feat(developer): print codepoints instead of numeric character ref. a…
SabineSIL Mar 18, 2025
cdada43
feat(developer): review, tidy up
SabineSIL Mar 20, 2025
b36b0f6
feat(developer): add test for converter
SabineSIL Mar 21, 2025
6505f09
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Mar 24, 2025
647fb0a
feat(developer): remove markers, checkIfCapsIsUsed for upper/lower/mi…
SabineSIL Mar 24, 2025
40e3bec
feat(developer): split createRuleData to createRuleData and reviewRul…
SabineSIL Mar 24, 2025
56c21bd
feat(developer): add several .keylayout files to git; rearrange methods
SabineSIL Mar 26, 2025
7315f6c
feat(developer): enable use without specified output file name
SabineSIL Mar 26, 2025
c9570b5
feat(developer): order of modifiers, final check prevent unwritten ru…
SabineSIL Mar 27, 2025
caf11a0
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Mar 27, 2025
85047d6
Delete developer/src/kmc-convert/data/My_dk_Keyboard.keylayout
SabineSIL Mar 27, 2025
734c50b
Delete developer/src/kmc-convert/data/MySample.keylayout
SabineSIL Mar 27, 2025
8cd457d
feat(developer): add/remove input files
SabineSIL Mar 28, 2025
c25e3d2
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Mar 28, 2025
f24ee13
feat(developer): add warning for superior rules
SabineSIL Mar 28, 2025
91153a3
feat(developer): switch to write/not write rules with associated warn…
SabineSIL Mar 28, 2025
0fe56a4
feat(developer): change use of Backslash as Path Separator; remove al…
SabineSIL Mar 31, 2025
e3e8874
feat(developer): rename test files according to new standard
SabineSIL Mar 31, 2025
b89d55e
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Mar 31, 2025
c39eeff
feat(developer): use fs and path from callbacks
SabineSIL Apr 1, 2025
c08642f
feat(developer): move read() and write() to modules
SabineSIL Apr 2, 2025
ba12920
feat(developer): move tests for kmn-file-writer and keylayout-file-re…
SabineSIL Apr 3, 2025
91bdddf
feat(developer): move convertToUnicodeCodePoint to util.ts
SabineSIL Apr 3, 2025
b07202b
feat(developer): add constant for file subfolder; rename rule_object-…
SabineSIL Apr 3, 2025
2a2b214
feat(developer): use chai-as-promised instead of { assert } from 'chai'
SabineSIL Apr 4, 2025
b8e4a79
feat(developer): use NodeAssert.rejects for tests of run() only; othe…
SabineSIL Apr 8, 2025
1634cc0
feat(developer): remove interface rule_object and use Rule instead
SabineSIL Apr 14, 2025
60f588e
feat(developer): delete interface rule_object; unversion and move tes…
SabineSIL Apr 15, 2025
ca3697b
feat(developer): create our own test.keylayout and use it in tests
SabineSIL Apr 16, 2025
94d3e54
feat(developer): use test.keylayout in all tests; use single paths in…
SabineSIL Apr 16, 2025
a10849b
feat(developer): replace empty output in test.keylayout
SabineSIL Apr 16, 2025
cb795f2
feat(developer): use callback for error msg
SabineSIL Apr 22, 2025
6ac48da
feat(developer): use callback for error msg in kmn-file-writer
SabineSIL Apr 24, 2025
5c7d217
feat(developer): converter messages
SabineSIL Apr 24, 2025
c7f6d15
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Apr 25, 2025
b401a26
feat(developer): start validation: add new keylayout validator (= cop…
SabineSIL Apr 30, 2025
b2413a9
feat(developer): change xml version
SabineSIL May 5, 2025
ab46494
feat(developer): edit comments in file header, edit layout of error msg
SabineSIL May 12, 2025
ae0b032
feat(developer): add first steps for validating
SabineSIL May 12, 2025
6193f39
feat(developer): used_key_count, start change throw Error-> callbacks…
SabineSIL May 14, 2025
ebd1514
feat(developer): validation create keylayout.schema.json
SabineSIL May 19, 2025
a9b8d54
feat(developer): push directly to 2D array; add Errors to ConverterMe…
SabineSIL May 20, 2025
00158fd
feat(developer): readme; add keylayout to schema-bundler.js; remove c…
SabineSIL May 21, 2025
02f450b
feat(developer): solution to ignore the ?xml Prolog
SabineSIL May 21, 2025
d5b1b67
feat(developer): first step to use fixup-schema
SabineSIL May 22, 2025
ac649a7
feat(developer): add comments
SabineSIL May 23, 2025
b400d57
feat(developer): kmn-file writer print out UnicodeCharacters, edit te…
SabineSIL May 26, 2025
91754a6
feat(developer): first step for fixup-keylayout-schema.js
SabineSIL May 26, 2025
e345798
feat(developer): work on more comments:
SabineSIL Jun 24, 2025
072ecbe
feat(developer): work on comments of PR 12564: replace if/else with a…
SabineSIL Jun 25, 2025
f86bd1f
feat(developer): started with run returning artifacts
SabineSIL Jun 25, 2025
96025af
feat(developer): write output to in-memory artifact finished
SabineSIL Jun 26, 2025
04a08a9
feat(developer): type added for definition of result
SabineSIL Jun 26, 2025
e0a7d70
feat(developer): typos
SabineSIL Jun 26, 2025
c6da546
feat(developer): remove import
SabineSIL Jun 26, 2025
3719251
Merge branch 'feat/developer/kmc-convert-useArtifacts' of https://git…
SabineSIL Jun 26, 2025
615ebe6
feat(developer):kmc-convert write ConverterToKmnResult instead of Con…
SabineSIL Jun 26, 2025
5984b15
feat(developer): input filenae - remove process.cwd(), create outputF…
SabineSIL Jun 27, 2025
33ce348
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Jun 27, 2025
c0d64f8
feat(developer): remove my own tests
SabineSIL Jun 27, 2025
82a965b
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Jun 27, 2025
b50d8e9
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Jun 27, 2025
855ae40
feat(developer): set timeout to 10000 ms for tests of the run() function
SabineSIL Jun 27, 2025
e85c456
feat(developer): change timeout for run() test
SabineSIL Jun 27, 2025
cdb3634
feat(developer): interfaces for attributes/nodes
SabineSIL Jun 28, 2025
70965c0
feat(developer): validate: edit xsd-file-> validates files OK
SabineSIL Jul 2, 2025
0e590a1
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Jul 2, 2025
9937ce1
feat(developer): add keylayout to xml-utils
SabineSIL Jul 2, 2025
4d307a5
feat(developer): remove commented code
SabineSIL Jul 3, 2025
cebbda9
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Jul 3, 2025
0e69f91
feat(developer): merged changes from 12564 into feat/developer/kmc-co…
SabineSIL Jul 3, 2025
de9820d
feat(developer): validation OK
SabineSIL Jul 4, 2025
faaf5c9
feat(developer): validation finished
SabineSIL Jul 7, 2025
6d850f9
feat(developer): remove fixup-keylayout-schema
SabineSIL Jul 7, 2025
f03611a
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Jul 7, 2025
01830a4
Merge branch 'feat/developer/kmc-convert-useArtifacts' of https://git…
SabineSIL Jul 7, 2025
952dba6
feat(developer): remove linebreak in Errormessages
SabineSIL Jul 7, 2025
1669649
feat(developer): include create_schems.sh and configure in build.sh
SabineSIL Jul 7, 2025
59cf3a0
feat(developer): changes in makePathToFixture in tests
SabineSIL Jul 8, 2025
979d748
feat(developer): failing test write(): convert() use correct filepath
SabineSIL Jul 8, 2025
042a6a5
feat(developer): adapt path in makePathToFixture
SabineSIL Jul 8, 2025
a81a3f8
feat(developer): remove line
SabineSIL Jul 8, 2025
4617178
feat(developer): version with broken schema.bundler
SabineSIL Jul 8, 2025
485b472
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Jul 8, 2025
9ecbd58
feat(developer): add keylayout-xml.ts
SabineSIL Jul 8, 2025
f81c544
Merge branch 'feat/developer/kmc-convert-validateKeylayout' of https:…
SabineSIL Jul 8, 2025
761403c
feat(developer): remove unnecessary code
SabineSIL Jul 9, 2025
5f25f64
feat(developer): changes in build.sh
SabineSIL Jul 9, 2025
87d6e07
feat(developer): change path in makePathToFixture
SabineSIL Jul 9, 2025
f5ec11d
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Jul 9, 2025
2dfa57c
feat(developer): changes in build.sh, fixup-schema
SabineSIL Jul 9, 2025
1a522bf
feat(developer): add header comment for keylayot-xml.ts
SabineSIL Jul 9, 2025
558676c
feat(developer): concatenating path for makePathToFixture
SabineSIL Jul 9, 2025
4ddc726
feat(developer): change path in makePathToFixture
SabineSIL Jul 9, 2025
5801a56
feat(developer): change path in makePathToFixture
SabineSIL Jul 9, 2025
e5fc0a1
Merge branch 'feat/developer/kmc-convert-useArtifacts' of https://git…
SabineSIL Jul 9, 2025
b781c95
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Jul 9, 2025
d2b2193
feat(developer): remove call of validate
SabineSIL Jul 10, 2025
ca41381
feat(developer): add call of validate
SabineSIL Jul 10, 2025
1f7134f
feat(developer): permissions for create_keylayout_schema.sh
SabineSIL Jul 11, 2025
b5952df
feat(developer): permissions for create_keylayout_schema.sh
SabineSIL Jul 11, 2025
af9a80e
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Jul 11, 2025
3d1972b
feat(developer): add tests for validate()
SabineSIL Jul 11, 2025
3a34818
Merge branch 'feat/developer/kmc-convert-validateKeylayout' of https:…
SabineSIL Jul 11, 2025
77ec572
feat(developer): remove comments
SabineSIL Jul 11, 2025
e429923
feat(developer): remove comments, rename write()->writeToFile(), writ…
SabineSIL Jul 11, 2025
7e1aa09
feat(developer): changed copyright, imports, duplicate validationErro…
SabineSIL Jul 14, 2025
8a52e5a
Merge pull request #14013 from keymanapp/feat/developer/kmc-convert-v…
SabineSIL Jul 18, 2025
274550d
feat(developer): comments and formatting of Error_ in converterMessages
SabineSIL Jul 21, 2025
86b7a70
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Jul 21, 2025
d48cd56
feat(developer): add import KeylayoutXMLSourceFile, add ERROR_Invalid…
SabineSIL Jul 21, 2025
5c8ac8c
feat(developer): use Arrays of objects instead of 2D arrays (runs OK-…
SabineSIL Jul 23, 2025
9cc6ecc
feat(developer): use Arrays of objects instead of 2D arrays finished,…
SabineSIL Jul 25, 2025
f3d5cc4
feat(developer): add tests
SabineSIL Aug 1, 2025
1997a71
feat(developer): add and edit tests
SabineSIL Aug 9, 2025
0d38c05
feat(developer): tidy up, ''' -> "'" and tests
SabineSIL Aug 9, 2025
b729638
feat(developer): test for NCAPS-> NCAPS
SabineSIL Aug 9, 2025
84ac9c0
feat(developer): tests for kmn-file-writer
SabineSIL Aug 12, 2025
73a0e48
feat(developer): add testfiles
SabineSIL Aug 12, 2025
0291997
feat(developer):output of message re control character in C2, C3 rules
SabineSIL Aug 12, 2025
1876826
Merge branch 'feat/developer/kmc-convert-addTests' of https://github.…
SabineSIL Aug 13, 2025
ff9b70b
feat(developer): kmc-convert nits from review: typo and Layout of Err…
SabineSIL Aug 13, 2025
c505a5c
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Aug 13, 2025
12b17e4
feat(developer): add tests for lower-level functions
SabineSIL Aug 14, 2025
406391c
feat(developer): rename writeData_Stores() -> write_KmnFileHeader()
SabineSIL Aug 15, 2025
fb76602
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Aug 19, 2025
d8be696
feat(developer): import KeylayoutXMLSourceFile
SabineSIL Aug 19, 2025
4dbdf7e
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Aug 19, 2025
cec9437
Merge pull request #14233 from keymanapp/feat/developer/kmc-convert-u…
SabineSIL Aug 21, 2025
ff4e7c9
feat(developer): solve merge conflicts
SabineSIL Aug 25, 2025
57c01ae
remove unused function
SabineSIL Aug 25, 2025
d5996b9
feat(developer): layout of error-msg
SabineSIL Aug 25, 2025
b94c336
feat(developer): move callbacks.reportMessage
SabineSIL Aug 25, 2025
5152b1a
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-con…
SabineSIL Aug 25, 2025
1644ebb
Merge pull request #14481 from keymanapp/feat/developer/kmc-convert-a…
SabineSIL Aug 27, 2025
8def937
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Aug 28, 2025
3d60a6c
chore(developer): update kmc-convert create_keylayout_schema.sh with …
SabineSIL Aug 29, 2025
bfcff5c
feat(developer): move kmcConvert-util functions from util to kmn-file…
SabineSIL Sep 2, 2025
754343b
feat(developer): use convertToUnicodeCodePoint,convertToUnicodeCharac…
SabineSIL Sep 2, 2025
ad1d30a
feat(developer): add ameliorated version of new file convert-utils.ts
SabineSIL Jan 8, 2026
0669417
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Jan 8, 2026
b711662
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Jan 8, 2026
ead2552
feat(developer): add changed package-lock.json
SabineSIL Jan 9, 2026
cdca47c
feat(developer): add comment
SabineSIL Jan 12, 2026
fe51602
feat(developer): comment out convertToUnicodeCharacter and convertToU…
SabineSIL Jan 12, 2026
b5cdae5
feat(developer): delete convert-utils.ts for convertToUnicodeCharacte…
SabineSIL Jan 13, 2026
17704a9
feat(developer): delete content of kmcconvertUtils.ts for convertToUn…
SabineSIL Jan 13, 2026
13a8157
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Jan 13, 2026
39ef400
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Feb 3, 2026
3888fe7
feat(developer): remove kmcConvertUtil.ts
SabineSIL Feb 16, 2026
9c9f13c
feat(developer): remove empty file, whitespace, comment; add/remove e…
SabineSIL Feb 16, 2026
7c4ea1b
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Feb 16, 2026
05357d9
feat(developer): remove underscores from all symbol names (e.g. input…
SabineSIL Feb 17, 2026
7d51d87
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Feb 17, 2026
0033e2c
feat(developer):
SabineSIL Feb 17, 2026
0a07164
feat(developer): rework findUsedKeysCount;
SabineSIL Feb 17, 2026
d654c2a
feat(developer): move failure conditions; use inputfilename as parame…
SabineSIL Feb 18, 2026
86f18a0
feat(developer): remove do_kmc_convert_test from build.sh
SabineSIL Feb 18, 2026
ed1257b
feat(developer): completely remove do_kmc_convert_test() from build.sh
SabineSIL Feb 18, 2026
8383a9c
feat(developer): dummy change to start TC
SabineSIL Feb 23, 2026
8b795e0
feat(developer): place ajv under devDependencies; remove from depemde…
SabineSIL Feb 23, 2026
154f119
feat(developer): allow longer timeout for est of run(inputFilename, n…
SabineSIL Feb 23, 2026
6819c7c
feat(developer): small changes: copyright;consolidate imports;typos
SabineSIL Feb 24, 2026
0d3b854
feat(developer): mostly naming, whitespace changes
SabineSIL Mar 13, 2026
3201d7f
feat(developer): add comments, declare var const inside loop, rewrite…
SabineSIL Mar 13, 2026
c6a5bb5
feat(developer): renaming variables to not contain "array" in name; b…
SabineSIL Mar 13, 2026
34c4bd2
feat(developer): make some members public readonly,
SabineSIL Mar 13, 2026
a2bacd8
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Mar 13, 2026
cc05ea4
feat(developer): add description of interfaces
SabineSIL Mar 13, 2026
0b0aa1e
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Mar 13, 2026
7acda32
feat(developer): dummy change to start TC
SabineSIL Mar 13, 2026
e038a85
feat(developer): change function createKmnModifier()
SabineSIL Mar 16, 2026
2faf0a7
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Mar 16, 2026
8633cb5
feat(developer): rework createKmnModifier(), checkIfCapsIsUsed() and …
SabineSIL Mar 16, 2026
c7da0a9
feat(developer): remove Error-Msg in keylayout-to-kmn-converter.ts‎ a…
SabineSIL Mar 17, 2026
9ec99d1
feat(developer): report what err is in write()
SabineSIL Mar 18, 2026
70544af
feat(developer): getActionIndexFromActionId return -1 if not found; a…
SabineSIL Mar 18, 2026
009807c
feat(developer): getActionIndexFromActionId return -1 if not found; a…
SabineSIL Mar 18, 2026
dd71f2a
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Mar 18, 2026
5096644
feat(developer): UnsupportedCharactersDetected as error + test
SabineSIL Mar 18, 2026
5cb2b1e
feat(developer): start rework read function first step (Uint8Array-> …
SabineSIL Mar 19, 2026
e7b56f9
feat(developer): rework read function
SabineSIL Mar 20, 2026
67204d2
feat(developer): use read function with Uint8Array as input using fas…
SabineSIL Mar 23, 2026
07dc16e
feat(developer): reading to binary done in keylayout-to-kmn-converter…
SabineSIL Mar 23, 2026
21caa52
feat(developer): tidy up
SabineSIL Mar 23, 2026
516c169
feat(developer): change test output
SabineSIL Mar 23, 2026
8e93082
feat(developer): change test
SabineSIL Mar 23, 2026
8eb61fd
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Mar 23, 2026
e444bc5
feat(developer): change 1 test
SabineSIL Mar 23, 2026
05aa3be
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Mar 31, 2026
5d93574
feat(developer): change 1 test
SabineSIL Mar 31, 2026
f5d3289
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Mar 31, 2026
e4fecda
feat(developer): change test
SabineSIL Mar 31, 2026
2f615c9
feat(developer): change test
SabineSIL Mar 31, 2026
20de41a
feat(developer): change timeout for 1 test
SabineSIL Mar 31, 2026
fcfe4f7
feat(developer): add console.log for 1 test
SabineSIL Mar 31, 2026
718d608
feat(developer): change 1 test
SabineSIL Mar 31, 2026
e96a9fb
feat(developer): change 1 test
SabineSIL Mar 31, 2026
8aa9674
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Mar 31, 2026
023223d
feat(developer): use correct filename for test
SabineSIL Mar 31, 2026
9920442
feat(developer): remove some tests
SabineSIL Mar 31, 2026
0e67a66
feat(developer): use KeymanXMLReader instead of XMLParser
SabineSIL Apr 2, 2026
870f75d
feat(developer): removed removeWhitespace(), removeWhitespaceBoxArray()
SabineSIL Apr 3, 2026
64df04d
feat(developer): writing of control characters
SabineSIL Apr 8, 2026
435a0f4
feat(developer): move finding of control characters to function write…
SabineSIL Apr 8, 2026
2b5782d
feat(developer): tidy up and new test for ExtraWarning
SabineSIL Apr 9, 2026
cc31feb
feat(developer): remove tests for convertToUnicodeCodePoint
SabineSIL Apr 9, 2026
fa19344
feat(developer): some tidy up in tests
SabineSIL Apr 9, 2026
e85e965
feat(developer): more tidy up in tests
SabineSIL Apr 9, 2026
f061a46
feat(developer): Errormessage, remove keyboard tests, duplicate line …
SabineSIL Apr 21, 2026
0348553
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Apr 21, 2026
9a9d33b
feat(developer):
SabineSIL Apr 27, 2026
461fdd8
feat(developer): replace all any-datatypes
SabineSIL Apr 28, 2026
7e98c93
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
SabineSIL Apr 28, 2026
620851a
feat(developer): edit comments
SabineSIL Apr 28, 2026
89557a6
Merge branch 'feat/developer/kmc-convert' of https://github.com/keyma…
SabineSIL Apr 28, 2026
1c3524e
feat(developer): typos, tidy up
SabineSIL Apr 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(developer): kmc-convert use class Rules instead of array of rule…
… data
  • Loading branch information
SabineSIL committed Jan 8, 2025
commit ce1a49ede204fe64b4ef67c411cc82750371bd16
Loading