summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/qeglfsintegration.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add eglfs cursor supportGirish Ramakrishnan2012-05-161-0/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* eglfs: rework hooks designGirish Ramakrishnan2012-04-111-1/+1
* Extend eglhooks to include hasCapabilityDonald Carr2012-04-111-0/+4
* eglfs: Introduce hooks for the eglfs pluginGirish Ramakrishnan2012-04-041-1/+2
* eglfs: delete screen on exitGirish Ramakrishnan2012-04-031-2/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make show() default to sane sizing behaviour based on the platform.Samuel Rødal2012-01-121-0/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix debug output in eglfs with QEGL_EXTRA_DEBUG enabledJohannes Zellner2011-12-131-1/+1
* Make the window active in eglfs and minimal plaform plugins.Laszlo Agocs2011-10-141-1/+3
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-2/+2
* Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-261-0/+2
* make eglfs compileGunnar Sletta2011-08-081-1/+1
* Get the eglfs plugin compiling.Samuel Rødal2011-07-261-21/+21
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-3/+3
* Use Raster pixmaps for the EglFS pluginGunnar Sletta2011-06-061-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+109