summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts
Commit message (Expand)AuthorAgeFilesLines
...
| * Use QFile::exists(f) instead of QFile(f).exists().Anton Kudryavtsev2016-01-271-3/+3
* | Updated license headersJani Heikkinen2016-01-1510-140/+200
* | QComposeInputContext: reduce composeBuffer to QT_KEYSEQUENCE_MAX_LENAnton Kudryavtsev2016-01-092-2/+2
* | Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-181-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-3/+3
|\|
| * Check for any existing file in XCOMPOSEFILE.Giuseppe D'Angelo2015-12-091-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-046-7/+227
|\|
| * IBus: Implement QPlatformInputContext::locale()Takao Fujiwara2015-11-026-7/+227
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-17/+97
|\|
| * Qt IBus plugin connects to IBus Bus again if ibus-daemon does not runTakao Fujiwara2015-09-252-17/+97
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-254-20/+38
|\|
| * Pretend the X11 "compose" platform input context plugin to be "xim" tooThiago Macieira2015-09-212-2/+3
| * ibus: Return correct scan code to windowsTakao Fujiwara2015-08-252-18/+35
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
|/
* Use ibus ProcessKeyEvent asynchronously.Takao Fujiwara2015-07-252-10/+133
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-271-2/+4
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-032-2/+2
|\
| * QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-132-2/+2
* | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-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
|/
* ibus: Get display number when screen number is omitted.Takao Fujiwara2015-03-271-0/+2
* 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-1114-74/+74
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-034-13/+13
* Merge TextFormat attributes for identical ranges in QInputMethodEventsEike Hein2014-11-062-4/+25
* 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-092-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-2410-190/+110
* IBus Input Method: Check in commit whether we need to commitDaniel Teske2014-08-311-3/+5
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-012-9/+15
|\
| * Compose key plugin: expand "%L" to full path.Gatis Paeglis2014-06-112-9/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-113-0/+4
|\|
| * make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-092-0/+2
| * Be less verbose about invalid keysymsGatis Paeglis2014-04-031-0/+2
* | IBus: Implement IBus' surrounding text featureTrung Ngo2014-04-022-2/+57
* | IBus: Implement QDBusArgument serialization operatorsTrung Ngo2014-04-024-48/+132
* | IBus: New version of IBus.InputContext DBus declaration fileTrung Ngo2014-04-023-4/+23
|/
* Update bundled libxkbcommon version to 0.4.0Gatis Paeglis2014-03-193-29/+4
* 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
|\|