summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-1/+9
|\
| * platforminputcontexts: future-proof compose pluginGatis Paeglis2019-04-261-1/+9
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-263-10/+17
|\|
| * Calculate Qt::Key from keysym for IBus ForwardKeyEvent signalTakao Fujiwara2019-03-253-10/+17
* | More nullptr usage in headersKevin Funk2019-03-143-5/+5
|/
* 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
* build compose input context plugin not only for XCB platformGatis Paeglis2019-02-261-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+1
|\
| * Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-061-1/+1
* | ibus: allow filterEvent() from QWindowSystemEventHandler::sendEvent()Gatis Paeglis2019-02-061-15/+16
* | ibus: send batched QInputMethodQueryEvent eventGatis Paeglis2019-01-041-9/+6
|/
* src/3rdparty: remove xkbcommonGatis Paeglis2018-11-301-6/+1
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-272-3/+5
* IBus: connect to ibus-daemon when it restarts in FlatpakTakao Fujiwara2018-08-102-11/+40
* IBus: Support the portal, needed for Flatpak environmentRobin Lee2018-08-085-11/+140
* Fix read-only text browser sometimes jump to the top of the documentJarek Kobus2018-04-041-0/+6
* Fix display recognition for IBUSLars Knoll2018-03-201-1/+1
* IBus: Delete deprecated DBus APIsTakao Fujiwara2018-01-162-22/+73
* Add missing dead key symbolsMatt Whitlock2018-01-151-1/+31
* Support ForwardKeyEvent signal in ibus input contextPeng Wu2017-12-042-0/+38
* 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
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-262-0/+12
|\|
| * Hide ibus IM on password fieldsAllan Sandfeld Jensen2017-09-182-0/+12
* | XCB/Input methods: Implement IBus HidePreeditText and ShowPreeditTextSebastian Sauer2017-09-212-3/+33
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-194-15/+15
|/
* QTableGenerator: Fix handling of illegal characters in fromBase8Robert Loehning2017-08-231-1/+1
* Fix composition on xcb with misconfigured ibusAllan Sandfeld Jensen2017-07-311-1/+1
* Fix GCC 8 warnings about ignored const on cast result typesMarc Mutz2017-06-281-2/+2
* Check for qApp before using it in ibus pluginUlf Hermann2017-04-251-0/+3
* Respect XDG_CONFIG_HOME when getting ibus socket locationFlorian Bruhin2017-02-171-1/+2
* 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
* | | Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-262-0/+8
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-2/+2
* | | Clean up xkbcommon.priLars Knoll2016-08-191-2/+0
* | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
* | | Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-131-4/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\| |
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1