summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-4/+4
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-091-0/+1
* Make xkb a private dependency of QtGuiJoerg Bornemann2020-09-162-0/+3
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-2/+2
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-043-3/+2
* IBus: Use WAYLAND_DISPLAY on Wayland sessions to make up socket namesTakao Fujiwara2020-05-151-11/+27
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-271-1/+1
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-051-4/+2
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-271-3/+3
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-244-8/+8
|\
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-153-7/+7
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | Regenerate src/*Alexandru Croitor2019-11-141-1/+1
* | Regenerate everything under ./srcAlexandru Croitor2019-11-121-1/+0
* | Regenerate platforminputcontexts pluginsAlexandru Croitor2019-10-081-1/+1
* | cmake: Add missing CLASS_NAMEAlbert Astals Cid2019-10-031-0/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-166-40/+50
|\|
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-262-5/+11
| |\
| | * Calculate Qt::Key from keysym for IBus ForwardKeyEvent signalTakao Fujiwara2019-03-252-5/+11
| * | More nullptr usage in headersKevin Funk2019-03-143-5/+5
| |/
| * 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
| |/
* / cmake: build the ibus pluginAlbert Astals Cid2019-02-111-0/+23
|/
* 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
* Support ForwardKeyEvent signal in ibus input contextPeng Wu2017-12-042-0/+38
* 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-192-9/+9
|/
* 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 with various QT_NO_* definesNick Shaforostoff2016-08-262-0/+8
* Remove last uses of Java-style (non-mutable) iterators from QtBaseMarc Mutz2016-08-131-4/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-225-166/+141
|\
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-5/+5
| |\
| | * 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
| * | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
| * | | ibus: remove some unneeded member init'ingMarc Mutz2016-03-111-17/+1
| * | | QIBusEngineDesc: initialize all members when deserializing from older versionsMarc Mutz2016-03-101-17/+21