summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/directfb
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-1/+1
* Mark all remaining RAII/smart pointer class ctors [[nodiscard]]Marc Mutz2023-06-221-1/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-14/+1
* directfb: Fix compilationEskil Abrahamsen Blomfeldt2022-08-3110-48/+60
* 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-1623-874/+46
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-1/+3
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+1
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-031-1/+1
* 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-1/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-56/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-50/+0
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-074-6/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-6/+6
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-2/+2
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-134-8/+5
* Move UNIX services into QtGuiFriedemann Kleint2020-06-184-5/+2
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-154-5/+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-22/+10
* Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-12/+12
* Regenerate src/*Alexandru Croitor2019-11-142-8/+8
* Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
* Regenerate platforms plugins part 5Alexandru Croitor2019-10-082-1/+69
* Add CMake support for directfb plug-inJean-Michaël Celerier2019-09-301-0/+72
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-192-2/+4
* fix directfb build without EGLOswald Buddenhagen2016-12-161-1/+2
* fix directfb buildOswald Buddenhagen2016-11-151-1/+1
* rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-3/+0
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-153-7/+10
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\
| * Add X11 support for the DRIVE CXLaszlo Agocs2016-08-101-1/+1
* | Add QPlatformBackingStore::toImage() implementationsAndy Nichols2016-04-302-0/+7
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-224-15/+16
|\|
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-5/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+5
| | |\
| | | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+5
| * | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-1/+1
| |/ /
| * | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-072-5/+5
| |\ \
| | * | DirectFB: Fix build in C++98 modev5.6.0Thiago Macieira2016-03-032-5/+5
| | |/
| * | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-011-3/+4
| * | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-2/+2
* | | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-8/+3
|/ /
* | Updated license headersJani Heikkinen2016-01-1523-322/+460