summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/openwfd
Commit message (Expand)AuthorAgeFilesLines
* Plugins: use reserve() to optimize memory allocationsAnton Kudryavtsev2016-10-211-0/+1
* rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-2/+0
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-152-3/+5
* employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+2
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-131-5/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+4
| |\
| | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+4
* | | QOpenWFDDevice: fix BrE spelling and grammar in qDebug() outputMarc Mutz2016-03-121-1/+1
* | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-126-20/+20
|/ /
* | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-011-1/+5
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-3/+3
* | Updated license headersJani Heikkinen2016-01-1523-322/+460
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-4/+3
|/
* 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
* Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-233-1/+7
* Update license headers and add new license filesMatti Paaso2014-09-2423-437/+253
* deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-302-6/+3
* Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1823-23/+23
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2223-558/+558
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-112-2/+2
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* Add QPA prefix and version number to QPA plugin factory interfaces.Friedemann Kleint2012-06-271-1/+1
* Use the new plugin systemLars Knoll2012-06-251-2/+1
* Remove the QFactoryInterface dependency from platform pluginsLars Knoll2012-06-081-8/+0
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-051-0/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-077-8/+8
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3023-23/+23
* Update contact information in license headers.Jason McDonald2012-01-2323-23/+23
* Update copyright year in license headers.Jason McDonald2012-01-0523-23/+23
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-062-3/+3
* Fix missing/incorrect license headersJason McDonald2011-09-151-0/+41
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-296-10/+10
* Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-283-7/+8
* Initial OpenWFD supportJørgen Lind2011-07-2724-0/+2344