aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: fixed linking issue to static buildsNico Vertriest2016-06-171-1/+1
* Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-0910-17/+2024
|\
| * Doc: Marked the C++ classes as \internalv5.7.0Venugopal Shivashankar2016-06-034-13/+3
| * Fix linking when using CONFIG+=lipi-toolkitMitch Curtis2016-06-021-3/+3
| * Fix path to lipi cfg fileMitch Curtis2016-06-021-1/+1
| * Fix static linking of apps using import QtQuick.VirtualKeyboardv5.7.0-rc1Kai Koehne2016-05-304-0/+2017
* | Rescind execute permissions from PNGs - they don't need them !Edward Welbourne2016-05-3019-0/+0
|/
* Fix default value of LIPI_ROOTJarkko Koivikko2016-05-261-1/+1
* Hide the selection handles if the handles are clipped awayJan Arve Saether2016-05-253-2/+51
* Add support for selection handles.Jan Arve Saether2016-05-2013-2/+359
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1935-32/+171
|\
| * Fix lipi plugin install locationJarkko Koivikko2016-05-1526-30/+154
| * remove redundant INSTALLS statementOswald Buddenhagen2016-05-131-6/+0
| * fix non-prefix buildsOswald Buddenhagen2016-05-134-0/+9
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-131-1/+1
| * Fix lipi-toolkit linkJarkko Koivikko2016-05-091-1/+4
| * Fix lipi-toolkit buildJarkko Koivikko2016-05-093-1/+6
| * Proper test for ARM architecture in t9writeSamuli Piippo2016-05-041-1/+1
| * Allow handwriting config together with lipi-toolkit or t9writeJarkko Koivikko2016-05-021-1/+1
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-05-181-1/+1
* | Fix hunspell build for Windows targetsJarkko Koivikko2016-05-022-2/+2
* | Fix t9write resource library buildJarkko Koivikko2016-05-021-0/+3
* | Bump version number to 2.1Mitch Curtis2016-04-2676-109/+112
* | Remove 'enterprise' from QML imports and QRC prefixesMitch Curtis2016-04-26117-221/+221
* | Remove non-QML references to "enterprise" or old project structureMitch Curtis2016-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-214-7/+8
|\|
| * Flatten example install path and directory structureMitch Curtis2016-04-202-6/+3
| * Rename "virtualkeyboard" example to "basic"Mitch Curtis2016-04-202-4/+4
| * Mention Windows Desktop as a supported platform.Mitch Curtis2016-04-151-1/+2
* | use saner location for lipi pluginsOswald Buddenhagen2016-04-132-3/+2
* | don't attempt to link qml plugins manuallyOswald Buddenhagen2016-04-131-9/+0
* | don't duplicate what qml_plugin/qt_plugin already doOswald Buddenhagen2016-04-132-17/+1
* | use qt_helper_lib.prf for helper librariesOswald Buddenhagen2016-04-136-95/+45
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-1333-465/+120
|\|
| * centralize lipi build systemOswald Buddenhagen2016-04-0819-397/+62
| * don't pretend that we're tracking the qtqml moduleOswald Buddenhagen2016-04-081-1/+1
| * include header list from common projectOswald Buddenhagen2016-04-084-36/+35
| * remove excess empty lines in INSTALLSOswald Buddenhagen2016-04-083-3/+0
| * remove explicit DEPENDPATH additionsOswald Buddenhagen2016-04-081-4/+0
| * standardize subproject dependenciesOswald Buddenhagen2016-04-087-20/+18
| * fix subdirs orderOswald Buddenhagen2016-04-081-4/+4
* | Use logging category for debuggingJan Arne Petersen2016-03-232-6/+6
* | Default to building all languages in developer builds.Volker Krause2016-03-221-3/+9
* | Don't perform lookup twice with associative containersAnton Kudryavtsev2016-03-223-15/+22
* | Fix namespaced build.Volker Krause2016-03-211-0/+2
* | Hangul: fix typo.Anton Kudryavtsev2016-03-181-1/+1
* | Hangul: use QMap::key() instead of homebrew algorithmAnton Kudryavtsev2016-03-171-12/+2
* | Use {QFile,QFileInfo}::exists(f) instead of {QFile,QFileInfo}(f).exists().Anton Kudryavtsev2016-03-175-6/+6
* | InputEngine: enable (N)RVO for gccAnton Kudryavtsev2016-03-101-4/+4
* | Use reserve() to optimize memory allocationAnton Kudryavtsev2016-03-102-0/+5