summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/kms
Commit message (Expand)AuthorAgeFilesLines
* Remove unused kms pluginLouai Al-Khanji2015-08-2519-2006/+0
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-1117-119/+119
* Add a function for QPA plugins to explicitly destroy QScreensGiulio Camuffo2014-12-231-1/+1
* Add some missing nativeResourceForIntegration imlementationsJørgen Lind2014-12-222-1/+25
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-036-20/+20
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-1/+0
|\
| * Reorganize devicediscovery headerLaszlo Agocs2014-11-261-1/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-0/+1
|\|
| * Fix warning about QDeviceDiscovery violating ODR ruleThiago Macieira2014-11-231-0/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0911-25/+124
|\|
| * kms: Support QOpenGLWidget and QQuickWidgetLaszlo Agocs2014-09-309-17/+99
| * kms: Support non-64x64 cursorsLaszlo Agocs2014-09-302-8/+25
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2917-323/+187
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-2417-323/+187
* | QKmsScreen: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/
* kms: Move debug output behind a category.Robin Burchell2014-09-052-4/+8
* kms: Also initialize in resize(), if required.Robin Burchell2014-08-171-0/+5
* kms plugin: use first returned mode if no preferred one is presentRolf Eike Beer2014-05-081-2/+6
* kms plugin: do not needlessly query drm information twiceRolf Eike Beer2014-05-083-16/+8
* deprecate import_qpa_plugin and qpa_minimal_pluginOswald Buddenhagen2014-04-241-0/+1
* kms: Adapt to initialize() patternLaszlo Agocs2014-02-112-22/+29
* Remove unused private member (fixes compilation with Clang 3.4)Thiago Macieira2014-02-062-2/+0
* Disable terminal keyboard on eglfs and linuxfbLaszlo Agocs2014-01-245-176/+8
* Fix namespaced build on LinuxDonald Carr2014-01-102-3/+5
* Fix warnings about forward declarations (-Wmismatched-tags)Sérgio Martins2013-12-202-3/+3
* Use case insensitive comparison when checking platform plugin keys.Friedemann Kleint2013-12-031-1/+1
* Remove the GLES 2 dependency for eglfs and kmsJorgen Lind2013-11-193-3/+10
* 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-5/+0
* Fix malformed assignment in QKmsScreenLaszlo Agocs2013-09-101-1/+1
* Added automatic input device discovery to kms plugin.Samuel Rødal2013-08-061-0/+12
* Find primary GPU onlyPier Luigi Fiorini2013-08-061-1/+1
* Bump QPA-API-version.Friedemann Kleint2013-07-231-1/+1
* Use QUDeviceHelper instead of custom code.Hannu Lyytinen2013-06-089-452/+29
* KMS QPA Plugin: use preferred mode when selecting modeanknight2013-02-181-4/+8
* KMS QPA Plugin: use GBM cursor writeranknight2013-02-182-56/+19
* KMS QPA Plugin: .pro file improvementsanknight2013-02-181-2/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2225-25/+25
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1825-25/+25
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-2/+3
|/
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2225-601/+601
* kms: Restore VT settings when crashedLaszlo Agocs2012-08-102-2/+29
* Properly manage window geometry in kmsLaszlo Agocs2012-08-072-4/+9
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* Disable tty keyboard in kmsLaszlo Agocs2012-07-255-2/+150
* Fix keyboard input in kmsLaszlo Agocs2012-07-251-1/+3