summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus/qibusplatforminputcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* ibus: avoid a crash when context is not readyAleix Pol Gonzalez2024-01-191-1/+2
* IBus: Support a property ClientCommitPreeditInho Lee2024-01-161-4/+31
* Make flatpak check more backward compatibleIlya Fedin2023-04-041-2/+2
* ibus: support high dpi for cursor rectangleLiang Qi2023-01-031-3/+24
* IBus: Use portal in snapIlya Fedin2022-11-261-3/+4
* ibus: check object validity before honoring `inputMethodAccepted()`Phan Quang Minh2022-11-251-1/+1
* Fix QIBusPlatformInputContext leaksIlya Fedin2022-11-171-45/+48
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-021-7/+7
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-4/+4
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-9/+11
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+1
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-291-5/+0
* QIbusPlatformInputContextPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Remove QtDBus includesDavid Skoland2021-01-121-12/+15
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-041-1/+1
* IBus: Use WAYLAND_DISPLAY on Wayland sessions to make up socket namesTakao Fujiwara2020-05-151-11/+27
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-2/+2
* Calculate Qt::Key from keysym for IBus ForwardKeyEvent signalTakao Fujiwara2019-03-251-4/+10
* 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
|/
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-271-2/+2
* IBus: connect to ibus-daemon when it restarts in FlatpakTakao Fujiwara2018-08-101-11/+38
* IBus: Support the portal, needed for Flatpak environmentRobin Lee2018-08-081-11/+53
* 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
* Support ForwardKeyEvent signal in ibus input contextPeng Wu2017-12-041-0/+37
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-0/+11
|\
| * Hide ibus IM on password fieldsAllan Sandfeld Jensen2017-09-181-0/+11
* | XCB/Input methods: Implement IBus HidePreeditText and ShowPreeditTextSebastian Sauer2017-09-211-3/+31
|/
* 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-261-0/+6
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-1/+1
|\
| * QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
* | QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-201-1/+1
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-181-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-2/+31
|\
| * IBus: Implement QPlatformInputContext::locale()Takao Fujiwara2015-11-021-2/+31
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-17/+89
|\|
| * Qt IBus plugin connects to IBus Bus again if ibus-daemon does not runTakao Fujiwara2015-09-251-17/+89
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-14/+30
|\|
| * ibus: Return correct scan code to windowsTakao Fujiwara2015-08-251-14/+30
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-0/+2
|/