summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/compose
Commit message (Expand)AuthorAgeFilesLines
* QTableGenerator: Fix uninit'ed valuesMarc Mutz2016-09-161-7/+7
* Fix handling of bad compose tableSune Vuorela2016-09-151-3/+11
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
* Use QFile::exists(f) instead of QFile(f).exists().Anton Kudryavtsev2016-01-271-3/+3
* 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
* Update license headers and add new license filesMatti Paaso2014-09-245-95/+55
* Compose key plugin: expand "%L" to full path.Gatis Paeglis2014-06-112-9/+15
* make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-091-0/+1
* Be less verbose about invalid keysymsGatis Paeglis2014-04-031-0/+2
* Update bundled libxkbcommon version to 0.4.0Gatis Paeglis2014-03-192-26/+2
* Append additional compose file search pathsGatis Paeglis2014-03-062-8/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+1
|\
| * Compose: Fix assert for non-UTF8 locales in table generatorGabriel de Dietrich2014-02-071-1/+1
* | Use pkg-config to find the prefix for X11 installGabriel de Dietrich2014-01-202-7/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-4/+2
|\|
| * Don't check if a file exists before opening itThiago Macieira2014-01-101-4/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-262-10/+55
|\|
| * Look at locale aliases if initial search in compose.dir failsGatis Paeglis2013-11-212-10/+55
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+1
|\|
| * Fix compilation with Clang and libc++ under LinuxMarcel Krems2013-10-161-0/+1
* | Fix clang build for libc++Donald Carr2013-10-021-0/+1
|/
* Remove deprecated QtAlgorithms calls from the compose inputcontextGiuseppe D'Angelo2013-09-052-2/+6
* Cut away 2/3 of the startup time on LinuxLars Knoll2013-08-154-87/+138
* Make access to xkbcommon_workaround.h more genericGatis Paeglis2013-05-073-106/+11
* Utilize libxkbcommon API for the keyboard backend on X11Gatis Paeglis2013-05-071-1/+0
* Add libxkbcommon to 3rd party libsGatis Paeglis2013-05-071-0/+9
* Fix memory access violationKonstantin Ritt2013-04-231-2/+1
* Fix typo in qWarning()Sergio Martins2013-04-171-1/+1
* s/uint32_t/quint32/Tobias Hunger2013-04-122-6/+6
* Fix access to invalid memoryKai Koehne2013-04-101-1/+2
* Remove unused header file.Gatis Paeglis2013-03-301-2/+0
* Introducing QComposeInputContextGatis Paeglis2013-03-218-0/+1081