summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/directfb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-181-2/+2
|/
* DirectFB: Use correct pixel format for Texture Glyph CacheAndy Nichols2015-10-121-1/+1
* Fix incorrect expression in directfb keyboard codeHolger Hans Peter Freyther2015-06-081-1/+1
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* Update copyright headersJani Heikkinen2015-02-1123-161/+161
* Reorganize devicediscovery headerLaszlo Agocs2014-11-261-2/+0
* Fix warning about QDeviceDiscovery violating ODR ruleThiago Macieira2014-11-231-0/+2
* Update license headers and add new license filesMatti Paaso2014-09-2423-437/+253
* DirectFB: Add QT_DIRECTFB_BLITTER_DEBUGPAINT environment variableAndy Nichols2014-09-032-7/+67
* DirectFB Fix issue with showing dialogsAndy Nichols2014-08-251-15/+3
* DirectFB Unbreak mouse input for child windowsAndy Nichols2014-08-252-13/+3
* DirectFB Make usable again with QWidgetAndy Nichols2014-08-251-36/+52
* DirectFB Provide a native interfaceAndy Nichols2014-08-252-2/+8
* DirectFB Add QGenericUnixServices and inputContextAndy Nichols2014-08-252-0/+14
* Add support for accelerated glyph rendering in the directfb pluginSimon Hausmann2014-08-152-1/+139
* DirectFB fix build error in QDirectFBWindowAndy Nichols2014-08-151-1/+1
* DirectFB define platform integration capabilitiesAndy Nichols2014-08-152-0/+15
* Make the expose region local on all platformsLaszlo Agocs2014-08-121-1/+1
* directfb: fix QThread destroyed while runningLucile Quirion2014-06-163-3/+4
* deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-101-2/+1
* Extend multimedia keysAllan Sandfeld Jensen2014-01-021-0/+4
* Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-151-0/+4
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-6/+3
* remove unnecessary beginPaint and endPaint overridesShawn Rutledge2013-09-162-13/+0
* Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-1/+3
|\
| * DirectFB: Improve mapping of multimedia keysAllan Sandfeld Jensen2013-07-121-1/+3