- 24 Aug, 2017 - 2 commits
-
-
Jarkko Koivikko authored
Specific rules need to be executed in certain order. Wrap the UNPACK_RULES to a list, so the order of the rules can be specified. Change-Id: Ib160a814b49ed25fd0ed85337cfddf80afa0ccd7 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
Jarkko Koivikko authored
[ChangeLog] Added Hebrew keyboard layout. Change-Id: I7779db4e5ac3c5a99937a0d7b7e572db65f0d811 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 21 Aug, 2017 - 2 commits
-
-
Jarkko Koivikko authored
[ChangeLog] Added Arabic handwriting. Change-Id: Ica0601da2df262369159415d28fdb183e6f63736 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
Jarkko Koivikko authored
The commit bc84550e added an option to unpack a directory. However, the feature was not compatible with python 3 due to incorrect chmod parameter. This change fixes the parameter so it works with python 2 and 3. Change-Id: Iaf74f2be660d6ee5de6cd58cc9c983707b2a9364 Reviewed-by:
Liang Qi <liang.qi@qt.io> Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 16 Aug, 2017 - 2 commits
-
-
Jarkko Koivikko authored
This change allows the rules with same input file name (but with different directory prefix) to co-exist. It works by removing the already matched input file from the "zip list". However, this only works if the rules are ordered correctly, i.e. the most exact ones being first in the list. Consider the following example: 'data/arabic': [ '*/Arabic/_databas_le.bin', ], 'data': [ '*/_databas_le.bin', ] Without this change the later rule will override the file entry already copied for 'data/arabic'. But with 'Arabic/_databas_le.bin' removed from the input list, it will not be matched. Change-Id: Ifd06125d1519c45dba077e50f69769fdb0070351 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
Jarkko Koivikko authored
Accept directory as an input argument in addition to zip file. Change-Id: I2faf446f7636d190941fae0f76e569cb1e7c332e Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 08 Jul, 2017 - 1 commit
-
-
Jarkko Koivikko authored
This change adds support for handwriting in Simplified Chinese. The integration is based on T9 Write CJK SDK v7.8.1. [ChangeLog] Added support for CJK (Chinese/Japanese/Korean) handwriting via T9 Write. Change-Id: I18481cfd897987ecb471c49ecfcac62ea0c3489c Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> Reviewed-by:
Liang Qi <liang.qi@qt.io>
-
- 18 Dec, 2016 - 1 commit
-
-
Jarkko Koivikko authored
qtt9write_db library was not generated due to missing QT=core. Change-Id: I4005008b72ac55023f6c78158d1b6464fdec3a40 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 04 May, 2016 - 1 commit
-
-
Samuli Piippo authored
CROSS_COMPILE is not reliable way to determine if ARM files should be used. Change-Id: Ie15f823da822776836dee61bc54df3e4a5aaabd2 Reviewed-by:
Kalle Viironen <kalle.viironen@theqtcompany.com> Reviewed-by:
Andy Nichols <andy.nichols@qt.io>
-
- 02 May, 2016 - 1 commit
-
-
Jarkko Koivikko authored
Change-Id: Ica7c278e9cee0af5dab86dd7fb1e092df420fc54 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
-
- 13 Apr, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
this ensures naming and installation uniformity. hunspell is now built statically, for the same reason. Change-Id: I722f16bda4671a71419920f3ab3bedf03df92f0e Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 07 Dec, 2015 - 1 commit
-
-
Jarkko Koivikko authored
Add new configuration flags to simplify the customization process of the virtual keyboard. - lang-<code> flag enables the specified language. - lang-all flag enables all the languages. - handwriting flag enables the handwriting input method (t9write or lipi-toolkit) Updated test cases and also fixed the virtual keyboard for single language support. Change-Id: I599816bed591bd193ad26cef0e9bf4812146e865 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Mitch Curtis <mitch.curtis@theqtcompany.com>
-
- 07 Oct, 2015 - 1 commit
-
-
Jarkko Koivikko authored
This change adds T9Write implementation of HandwritingInputMethod. To use the T9Write, the contents of T9Write sdk must be extracted to srv/virtualkeyboard/3rdparty/t9write directory and the qmake command line must contain CONFIG+=t9write. Change-Id: Ib56d1d3dc553bb5d5677ab03e213dc8fed43ac68 Reviewed-by:
Mitch Curtis <mitch.curtis@theqtcompany.com>
-