summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Rid of 'special case' markersAlexey Edelev2023-04-131-2/+2
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-108-45/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-5/+5
* Port from container.count()/length() to size()Marc Mutz2022-10-041-12/+12
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-027-7/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* Add license headers to cmake filesLucie Gérard2022-08-038-0/+24
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1623-884/+56
* QTuioTouchPlugin: includemocsMarc Mutz2022-04-291-0/+2
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-067-7/+7
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-247-7/+7
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-47/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0710-162/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-304-4/+4
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-098-0/+8
* Add missing #includes for FreeBSD buildAdriaan de Groot2020-09-141-0/+1
* Change QByteArray to handle large arraysLars Knoll2020-08-272-4/+4
* tslib: Add missing override annotationFabian Kosmale2020-07-281-1/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-103-25/+24
* Use QList instead of QVector in pluginsJarek Kobus2020-07-064-8/+8
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-10/+9
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-162-11/+14
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+1
* Add missing overrideAlexander Volkov2020-05-212-2/+2
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-278-8/+8
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-058-38/+23
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-20/+20
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-20/+20
* | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-278-24/+24
* | Regenerate src/*Alexandru Croitor2019-11-148-8/+8
* | Regenerate everything under ./srcAlexandru Croitor2019-11-128-8/+0
* | Regenerate generic pluginsAlexandru Croitor2019-10-0810-17/+56
* | cmake: Add missing CLASS_NAMEAlbert Astals Cid2019-10-036-0/+6
* | Add some missing CLASS_NAME values to pluginsAlexandru Croitor2019-07-221-0/+1
* | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-169-34/+77
|\|
| * Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-5/+5
* | cmake: Find tslib and build the tslib plugin if foundAlbert Astals Cid2019-02-112-1/+20
* | cmake: build libinput pluginAlbert Astals Cid2019-02-112-1/+20
* | cmake: build the tuiotouch pluginAlbert Astals Cid2019-02-112-1/+27
* | cmake: enable evdevtablet pluginAlbert Astals Cid2019-02-112-1/+20
* | cmake: Enable evdevkeyboard pluginAlbert Astals Cid2019-02-112-1/+20
* | cmake: enable evdevtouch pluginAlbert Astals Cid2019-02-112-1/+20
* | cmake: Enable evdevmouse pluginAlbert Astals Cid2019-02-112-0/+46
|/
* Fix build with -no-feature-networkUlf Hermann2017-12-211-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-194-4/+4