summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-10/+10
|\
| * Fix build of egl integrationStephan Binner2015-02-021-10/+10
* | eglfs: Update screen destruction to follow the new approachLaszlo Agocs2015-01-091-0/+5
* | Pluginize the eglfs hooksLaszlo Agocs2014-12-081-23/+18
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* | EGLFS: Add support for multiple displaysLouai Al-Khanji2014-10-101-16/+8
* | eglfs: Add support for systems without pbuffer supportLaszlo Agocs2014-10-101-3/+10
* | EGLFS: Fix plugin destruction (again)Louai Al-Khanji2014-10-031-0/+1
* | EGLFS: Fix plugin destructionLouai Al-Khanji2014-10-011-5/+5
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | eglfs: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
|/
* eglfs: Fix regression in config selectionLaszlo Agocs2014-09-031-5/+4
* Support adopting an existing EGLContext in eglfs and xcbLaszlo Agocs2014-05-091-2/+14
* QOpenGLWidget and new-style compositing on eglfsLaszlo Agocs2014-02-131-11/+14
* eglfs: Mouse hotplugging supportLaszlo Agocs2014-01-311-17/+1
* eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-171-174/+15
* Disable the eglfs input handlers by Environment variableDominik Holland2013-12-101-1/+4
* Add missing Q_INIT_RESOURCETor Arne Vestbø2013-11-071-0/+6
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-011-1/+6
* eglfs: Perform initialization in initialize() instead of the constructorLaszlo Agocs2013-10-251-22/+25
* eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-091-13/+14
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-071-8/+16
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-7/+4
* eglfs: Unify the native resource gettersLaszlo Agocs2013-09-211-18/+52
* Add a WindowManagement capability to QPlatformIntegrationLaszlo Agocs2013-09-201-0/+1
* eglfs: Support multiple raster windowsLaszlo Agocs2013-09-201-7/+18
* eglfs: Set swap interval only when there is a context availableLaszlo Agocs2013-09-131-10/+0
* eglfs: Check for a valid window handle before attempting to retrieve resources.Robin Burchell2013-09-041-1/+1
* eglfs: Implement nativeResourceForWindowJan Arne Petersen2013-08-061-0/+14
* eglfs: Implement nativeResourceFunctionForContextJan Arne Petersen2013-08-061-0/+22
* Re-enable automatic evdev support in EGLFS for Qt on embedded Android.Samuel Rødal2013-05-071-2/+2
* eglfs: Make sure virtual functions are not called from ctorEskil Abrahamsen Blomfeldt2013-04-151-1/+2
* Let EglFS pick up a platform input context if installedGunnar Sletta2013-04-021-0/+4
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-2/+2
* EGLFS: Replace the global static 'hooks' variable with a functionThiago Macieira2013-02-261-7/+7
* Added QOffscreenSurface class.Yoann Lopes2013-02-181-0/+8
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | | Support shared GL contexts in eglfs.Michael Brasser2013-01-231-1/+1
|/ /
* / eglfs: Introduce way of filtering out unwanted EGL configs.Samuel Rødal2013-01-181-1/+27
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Guard evdev specifics with QT_NO_EVDEV.Robin Burchell2012-06-241-0/+4
* eglfs refactor: move window creation into qeglfswindowGirish Ramakrishnan2012-06-121-16/+3
* eglfs refactor: Move egl initialization to the integrationGirish Ramakrishnan2012-06-051-1/+38
* eglfs: Create mouse, keyboard and touch handlers by defaultGirish Ramakrishnan2012-06-021-2/+14
* eglfs: rename QEglIntegration to QEglFSIntegrationGirish Ramakrishnan2012-05-291-3/+3
* Fix compiler warnings in QtGui, QtWidgets.Friedemann Kleint2012-05-231-1/+1
* Handle EglDisplay and EglContext in the native interface of eglfs.Samuel Rødal2012-05-161-0/+31