summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-1/+1
* tuiotouch: Finish categorizing all loggingRobin Burchell2017-04-303-23/+24
* BSD plugins: Replace LGPL21 with LGPL license headerKai Koehne2017-03-037-96/+138
* Fix build with -no-feature-tableteventPaul Olav Tvete2017-03-011-1/+3
* Fix libs build with msvc on Chinese locale on WindowsLiang Qi2017-02-011-1/+1
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-1512-12/+12
* Convert the old feature systemLars Knoll2016-09-151-4/+2
* Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* tuiotouch: clean upMarc Mutz2016-09-038-58/+53
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-3/+3
* employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
* Added QInputDeviceManager device tracking for bsdkeyboard and bsdmouseOleksandr Tymoshenko2016-07-142-0/+8
* Added bsdmouse and bsdkeyboard input plugins for FreeBSDOleksandr Tymoshenko2016-07-0512-0/+1555
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+0
|\