aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update docs with cmake package informationNico Vertriest2020-06-261-0/+1
* Fix compiler warnings for overrides that miss 'override' keywordVolker Hilsheimer2020-06-221-3/+3
* Fix cursor position in Japanese inputJanne Myöhänen2020-06-221-0/+2
* Port QtVirtualKeyboard from QTextCodec to QString{Converter|Decoder|Encoder}Karsten Heimrich2020-06-193-22/+23
* Qt6: Port QtVirtualKeyboard from QStringRef to QStringViewKarsten Heimrich2020-06-111-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-0914-29/+28
* Add missing overrideAlexander Volkov2020-05-2636-136/+141
* Remove setCodec calls for QTextStreamLiang Qi2020-05-191-2/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-142-0/+11
|\
| * Fix static build when using disable-layouts and no-builtin-styleMitch Curtis2020-05-062-0/+11
* | Initial CMake port of QtVirtualKeyboardMårten Nordheim2020-05-1285-26/+5609
* | Fix use of QTime as an elapsed timerThiago Macieira2020-05-051-2/+2
* | Fix T9Write library detection pathsLeander Beernaert2020-04-271-7/+7
* | Move qtvirtualkeyboard over to the new configure systemLeander Beernaert2020-04-0829-462/+1072
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-286-12/+17
|\|
| * Auto-capitalize only after space following a sentence-ending characterv5.15.0-beta3Volker Hilsheimer2020-03-262-6/+11
| * Doc: Don't use C++ types in QML reference documentationTopi Reinio2020-03-251-2/+2
| * Fix deprecation warnings about QString::SkipEmptyPartsFriedemann Kleint2020-03-253-4/+4
* | Prospective build fix with newer qtbaseSimon Hausmann2020-03-192-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-185-5/+0
|\|
| * Doc: Remove \contentspage commandsTopi Reinio2020-03-155-5/+0
* | Fix build with new meta-type systemSimon Hausmann2020-03-162-0/+2
* | Prospective build fix after meta-type changesSimon Hausmann2020-03-102-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-076-16/+47
|\|
| * Refactor desktop-detection logic to become an explicit propertyv5.15.0-beta2Volker Hilsheimer2020-03-034-19/+16
| * Make sure that the input panel receives events during modal sessionsVolker Hilsheimer2020-03-034-5/+39
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-221-4/+18
|\|
| * Fix the long press function on the symbol mode key v3v5.15.0-beta1Jarkko Koivikko2020-02-191-4/+18
| * Revert "Fix the long press function on the symbol mode key"Jarkko Koivikko2020-02-141-6/+2
| * Fix the long press function on the symbol mode keyJarkko Koivikko2020-02-141-2/+6
* | Remove usages of deprecated qBinaryFindSona Kurazyan2020-02-121-4/+8
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-211-0/+9
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-0/+9
| |\
| | * Fix arrow key navigation when shortcuts are set for arrow keysPeter Varga2020-01-151-0/+9
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-073-6/+6
|\| |
| * | ExtensionLoader: Use a QMultiHashFriedemann Kleint2020-01-033-6/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-176-2/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-146-2/+22
| |\|
| | * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-135-0/+21
| | |\
| | | * Fix warnings about Binding's new restoreMode propertyv5.14.0-rc2v5.14.0Mitch Curtis2019-12-055-0/+21
| | * | Allow shift toggle with Qt::ImhNoAutoUppercaseSamuli Piippo2019-12-091-2/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-102-1/+4
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-071-0/+3
| |\| |
| | * | QtQuick.VirtualKeyboard.Plugins: automatically register latest versionMitch Curtis2019-12-041-0/+3
| | |/
| * | Fix warning: TypeError: Cannot read property 'selectByMouse' of nullFrederik Gladhorn2019-12-051-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-031-1/+1
|\| |
| * | Respect selectByMouse property of inputItem when in fullscreen modeMitch Curtis2019-12-021-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-196-10/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-166-10/+16
| |\|
| | * Doc: Fix documentation warningsTopi Reinio2019-11-135-9/+15