summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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
* Remove Maliit input context.Robin Burchell2013-08-2812-1438/+1
* 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-072-1/+10
* 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-219-0/+1087
* Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
* Remove unused variables and functions from the source codeThiago Macieira2013-02-021-20/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1818-18/+18
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-102-0/+2
* Change license header from Nokia to DigiaSergio Ahumada2012-11-264-4/+4
* beef up qt_plugin.prfOswald Buddenhagen2012-11-012-10/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2214-338/+338
* Move QPlatformInputContextPlugin/Factory to QtGuiWeng Xuetian2012-06-282-2/+2
* Fix warning when ibus is not available.David Faure2012-06-262-11/+3
* Use QPointer, not QWeakPointer.Thiago Macieira2012-06-141-1/+1
* Remove QFactoryInterface from the input pluginsLars Knoll2012-06-082-12/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-076-6/+6
* Adapt Maliit input context to new input method interfacesPekka Vuorela2012-04-032-37/+22
* Added some convenience API for platform input contextsPekka Vuorela2012-04-012-10/+11
* Rename remaining references to QInputPanelPekka Vuorela2012-02-282-2/+2
* Use new plugin system for Input Context plugins.Friedemann Kleint2012-02-216-4/+20
* Fix warnings in input contexts.Friedemann Kleint2012-02-082-2/+2