summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/compose
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-1/+9
|\
| * platforminputcontexts: future-proof compose pluginGatis Paeglis2019-04-261-1/+9
* | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-167-1064/+106
|\|
| * XCB/libxkbcommon input context: Fix crash when invalid local is setFriedemann Kleint2019-03-051-1/+3
| * platforminputcontexts: use libxkbcommon compose key APIGatis Paeglis2019-03-016-1047/+90
| * src/3rdparty: remove xkbcommonGatis Paeglis2018-11-301-6/+1
* | cmake: enable the compose pluginAlbert Astals Cid2019-02-111-0/+27
|/
* Add missing dead key symbolsMatt Whitlock2018-01-151-1/+31
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+1
|\
| * Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\|
| * QTableGenerator: Fix handling of illegal characters in fromBase8 againRobert Loehning2017-10-191-1/+1
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-6/+6
|/
* QTableGenerator: Fix handling of illegal characters in fromBase8Robert Loehning2017-08-231-1/+1
* Fix build without features.temporaryfileTasuku Suzuki2017-01-251-1/+8
* Plugins: use reserve() to optimize memory allocationsAnton Kudryavtsev2016-10-211-0/+1
* Make sure X11 paths are properly set in pluginsKai Koehne2016-10-061-2/+4
* QTableGenerator: give some TLC to the sorting predicateMarc Mutz2016-10-063-22/+26
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-212-10/+18
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-162-10/+18
| |\
| | * QTableGenerator: Fix uninit'ed valuesMarc Mutz2016-09-161-7/+7
| | * Fix handling of bad compose tableSune Vuorela2016-09-151-3/+11
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* | | Clean up xkbcommon.priLars Knoll2016-08-191-2/+0
* | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
|/ /
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+5
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-3/+3
|\|
| * Use QFile::exists(f) instead of QFile(f).exists().Anton Kudryavtsev2016-01-271-3/+3
* | Updated license headersJani Heikkinen2016-01-155-70/+100
* | QComposeInputContext: reduce composeBuffer to QT_KEYSEQUENCE_MAX_LENAnton Kudryavtsev2016-01-092-2/+2
|/
* Check for any existing file in XCOMPOSEFILE.Giuseppe D'Angelo2015-12-091-3/+3
* Pretend the X11 "compose" platform input context plugin to be "xim" tooThiago Macieira2015-09-212-2/+3
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+1
|\
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-15/+24
|\|
| * Fix regression in compose table parsingGatis Paeglis2015-04-161-0/+4
| * Speed up application startup on X11Simon Hausmann2015-04-102-14/+19
| * Speed up compose file parsing in the X11 composition input method pluginSimon Hausmann2015-04-101-1/+1
* | Optimize QApplication startup time by caching the Compose fileUrsache Vladimir2015-04-083-35/+206
|/
* QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-091-1/+1
* compose: Rename main.cpp to qcomposeplatforminputcontextmain.cpphjk2015-02-172-2/+2
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-132-2/+2
* Simplify QTableGenerator::printComposeTable()Marc Mutz2015-02-121-15/+9
* Update copyright headersJani Heikkinen2015-02-115-35/+35
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-6/+6
* QTableGenerator: replace a call to a member function with direct element accessMarc Mutz2014-10-131-1/+1
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1