summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/ibus
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-1610-45/+180
* IBus: fix missing Q_SLOTSIlya Fedin2023-04-051-1/+1
* Make flatpak check more backward compatibleIlya Fedin2023-04-041-2/+2
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-6/+0
* ibus: support high dpi for cursor rectangleLiang Qi2023-01-031-3/+24
* ibus: add SetCursorLocationRelative in InputContext.xmlLiang Qi2023-01-032-0/+13
* 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-022-8/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-165-190/+10
* includemocs (updated script)Marc Mutz2022-05-053-0/+3
* 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-042-10/+14
* 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
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-2/+1
* Remove QtDBus includesDavid Skoland2021-01-126-37/+46
* Remove the qmake project filesJoerg Bornemann2021-01-071-23/+0
* 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
| |/