summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/linuxfb
Commit message (Expand)AuthorAgeFilesLines
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-9/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-024-8/+8
* 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-167-266/+14
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-043-14/+20
* QLinuxFbIntegrationPlugin: includemocsMarc Mutz2022-04-282-0/+4
* 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-3/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-43/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-30/+0
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-041-0/+1
* Export gbm device integration to build it outsideElvis Lee2020-10-231-0/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-4/+4
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-043-3/+0
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-202-26/+17
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in pluginsJarek Kobus2020-07-061-1/+1
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-064-1/+4
* Move UNIX services into QtGuiFriedemann Kleint2020-06-184-4/+1
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-154-4/+2
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-104-4/+2
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-28/+10
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-10/+10
* Regenerate src/*Alexandru Croitor2019-11-142-6/+6
* Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-1/+1
|\
| * Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-1/+1
* | Regenerate platforms plugins part 5Alexandru Croitor2019-10-082-2/+56
* | cmake: implement default qpa plugin behavior for static buildsJean-Michaël Celerier2019-07-051-0/+1
* | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-051-10/+24
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-8/+54
|\|
| * Fix remaining Q_DECL_OVERRIDE instancesAllan Sandfeld Jensen2019-04-021-1/+1
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-2/+3
| * Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-252-6/+51
* | cmake: build linuxfb platform pluginAlbert Astals Cid2019-02-111-0/+44
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-3/+3
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-3/+3
* | linuxfb/drm: Pick up the format from the config fileLaszlo Agocs2017-10-171-10/+66
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-192-10/+10
|/
* Use correct DRM event context versionJonathan Liu2017-07-261-1/+1
* Fix warning for -no-feature-evdevTasuku Suzuki2017-04-261-2/+3
* Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-171-5/+5
* DRM/KMS config: add support for specifying the primary screenLaszlo Agocs2017-01-181-2/+5
* linuxfb: add experimental support for DRM dumb buffersLaszlo Agocs2016-11-246-9/+505