summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/compose
Commit message (Expand)AuthorAgeFilesLines
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-8/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* 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
* Use SPDX license identifiersLucie Gérard2022-05-163-114/+6
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-2/+4
* QComposePlatformInputContextPlugin: includemocsMarc Mutz2022-04-281-0/+2
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* xkb.compose: get locale from user env settingsLiang Qi2021-06-211-4/+10
* Remove unnecessary class memberAleix Pol2021-03-121-1/+0
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-2/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-25/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-19/+0
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-092-0/+2
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+1
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+3
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-4/+4
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-7/+6
* Regenerate src/*Alexandru Croitor2019-11-142-2/+2
* Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
* Regenerate platforminputcontexts pluginsAlexandru Croitor2019-10-082-2/+25
* cmake: Add missing CLASS_NAMEAlbert Astals Cid2019-10-031-0/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-1/+9
|\
| * platforminputcontexts: future-proof compose pluginGatis Paeglis2019-04-261-1/+9
* | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-167-1064/+106
|\|
| * 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
| * src/3rdparty: remove xkbcommonGatis Paeglis2018-11-301-6/+1
* | cmake: enable the compose pluginAlbert Astals Cid2019-02-111-0/+27
|/
* Add missing dead key symbolsMatt Whitlock2018-01-151-1/+31
* 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
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-6/+6
|/
* QTableGenerator: Fix handling of illegal characters in fromBase8Robert Loehning2017-08-231-1/+1
* 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
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* | | Clean up xkbcommon.priLars Knoll2016-08-191-2/+0
* | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
|/ /
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1