aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use FDL license for all .qdoc filesKai Koehne2018-05-237-77/+63
* Fix encoding of path environment variablesJarkko Koivikko2018-05-235-8/+8
* Fix anchor warning in default stylesJarkko Koivikko2018-05-232-32/+53
* Doc: add screenshots of all layoutsMitch Curtis2018-04-2240-36/+238
* Doc: fix a couple of issues with the build documentationMitch Curtis2018-04-181-4/+2
* OpenWnnInputMethodPrivate::displayCandidates(): Add parentheses to assignment...Friedemann Kleint2018-04-171-2/+1
* Build all languages (layouts) by defaultMitch Curtis2018-04-163-9/+25
* pinyin: move time include to userdict.hMitch Curtis2018-04-162-4/+2
* Fix full screen edit mode with word candidate list always visiblev5.11.0-beta4Jarkko Koivikko2018-04-051-1/+1
* Fix emitting keyboardRectangleJarkko Koivikko2018-04-042-9/+16
* Revert "Revert "Compile QML files ahead of time in resources""v5.11.0-beta3Simon Hausmann2018-04-011-0/+1
* FullScreenMode: Send return key without modifiersv5.11.0-beta2Andy Shaw2018-03-091-1/+2
* Doc: Resolve all documentation warningsTopi Reinio2018-03-075-18/+62
* Use Qt Quick Controls 2 in the basic exampleMitch Curtis2018-03-062-6/+6
* Revert "Compile QML files ahead of time in resources"Simon Hausmann2018-03-061-1/+0
* Compile QML files ahead of time in resourcesSimon Hausmann2018-02-151-0/+1
* Fix typosJarek Kobus2018-02-142-2/+2
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-124-0/+1352
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-024-0/+1352
| |\
| | * Add qmldir and plugin.qmltypes for QtQuick.VirtualKeyboard.Settings importMitch Curtis2018-01-234-0/+1352
* | | Respect Qt::ImhNoTextHandlesJ-P Nurmi2018-02-071-1/+1
* | | Remove QtQuickCompiler workaroundsSamuli Piippo2018-02-053-16/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-207-91/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-185-90/+0
| |\|
| | * Delete unnecessary .qrc filesAlexander Volkov2017-12-225-90/+0
| * | Fix "Empty filename passed to function" warningMitch Curtis2018-01-091-1/+1
| * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-201-1/+1
| |\ \
| * | | Doc: Highlight the Qt Quick Virtual Keyboard exampleTopi Reinio2017-11-091-0/+3
* | | | Show all language options for the language selection listJarkko Koivikko2018-01-191-1/+1
* | | | Add support for external language switchJarkko Koivikko2018-01-194-4/+193
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-207-11/+49
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix build of pinyin plugin on platforms without pthreadJake Petroules2017-11-041-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-304-6/+6
| |\|
| | * Ensure that EnterKey.label is actually shownMitch Curtis2017-09-152-3/+3
| | * SelectionListModel: Fix use after freeMitch Curtis2017-09-122-3/+3
| * | HandwritingGestureRecognizer: Fix clazy-strict-iteratorsv5.10.0-beta3Friedemann Kleint2017-10-191-1/+2
| * | Doc: Update documentation for the examplev5.10.0-beta2v5.10.0-beta1Venugopal Shivashankar2017-09-211-3/+40
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-2/+2
* | | 3rdparty/t9write: Fix non-blocking recognitionJarkko Koivikko2017-09-084-144/+252
* | | 3rdparty/t9write: Add support for UCR modeJarkko Koivikko2017-09-081-19/+66
* | | 3rdparty/t9write: Don't discard pre-edit text on manual key inputJarkko Koivikko2017-09-081-1/+1
* | | 3rdparty/t9write: Show gestures for secondary word candidatesJarkko Koivikko2017-09-081-15/+70
* | | 3rdparty/t9write: Remove unused codeJarkko Koivikko2017-09-083-36/+12
* | | Cleanup: remove unneeded Q_UNUSED macro usagesPeter Varga2017-09-066-14/+2
|/ /
* | 3rdparty/t9write: Add support for multi-threadingv5.10.0-alpha1Jarkko Koivikko2017-08-301-0/+7
* | 3rdparty/t9write: Fix for T9 Write v8.0.0 API changesJarkko Koivikko2017-08-302-3/+16
* | 3rdparty/t9write: unpack.py: Fix ordering of unpack rulesJarkko Koivikko2017-08-241-5/+21
* | Add Hebrew keyboard layoutJarkko Koivikko2017-08-2418-4/+917
* | Clear toggle shift timer when appropriateJarkko Koivikko2017-08-243-2/+14