summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-2131-519/+947
|\
| * Quick-and-dirty grabWindoe() implementation for the VNC pluginPaul Olav Tvete2010-07-212-10/+36
| |
| * Less ugly hack to make QtOpenGL compile on LighthousePaul Olav Tvete2010-07-212-2/+1
| | | | | | | | This cleans up after commit bc5f5d99078d9ca1f4fc80fc7d0fe753d5ef396a
| * Made the rest of QWindowSystemInterface callback functions thread safeJørgen Lind2010-07-219-338/+565
| | | | | | | | and cleaned up the headerfile
| * Cleanup directfb input handling in lighthouseJørgen Lind2010-07-206-108/+74
| |
| * Eventloop integration in LighthouseJørgen Lind2010-07-2015-62/+272
| | | | | | | | This is exprimental and does not work with the glib eventloop.
* | Autotest fixes for LighthousePaul Olav Tvete2010-07-211-2/+15
| |
* | Header file cleanupPaul Olav Tvete2010-07-211-1/+1
| | | | | | | | Make the "headers" autotest pass on Lighthouse
* | Skip QSound autotest on LighthousePaul Olav Tvete2010-07-211-1/+6
| | | | | | | | QSound is not implemented.
* | Don't turn off exceptions by default in LighthousePaul Olav Tvete2010-07-211-3/+0
| |
* | Add Lighthouse #ifdefsPaul Olav Tvete2010-07-201-7/+7
| |
* | Merge remote branch 'remotes/lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-19242-198/+24886
|\ \ | |/ | | | | | | Conflicts: src/opengl/qgl_p.h
| * Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-1946-539/+809
| |\
| * | Remove qDebug()Paul Olav Tvete2010-07-151-3/+3
| | |
| * | Temporary hack so QtOpenGL compiles for LighthousePaul Olav Tvete2010-07-142-2/+4
| | |
| * | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-14855-15948/+23127
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/image/image.pri src/gui/image/qpixmapdatafactory.cpp src/gui/painting/qgraphicssystem.cpp
| * | | Add full-screen EGL-based GL backendPaul Olav Tvete2010-07-134-0/+625
| | | | | | | | | | | | | | | | QGLWidget doesn't work yet
| * | | Lighthouse egl refactoringJørgen Lind2010-07-127-250/+327
| | | | | | | | | | | | | | | | | | | | Moved the openkode egl code into a convenience directory so it can be used by other plugins
| * | | clean up QPlatformWindowFormatJørgen Lind2010-07-124-368/+25
| | | |
| * | | Added QPlatformWindowFormatJørgen Lind2010-07-0911-93/+1891
| | | | | | | | | | | | | | | | | | | | | | | | Its mostly a copy of QGLFormat Only plugin that uses it is the openkode, and thats just a poc.
| * | | cleaning up QOpenKODEWindowJørgen Lind2010-07-082-24/+13
| | | |
| * | | Fix deletion of QPlatformGLContextJørgen Lind2010-07-082-28/+10
| | | | | | | | | | | | | | | | | | | | it is owned by the QPlatformWindow, and should thus be delted by it, even for QGLContext
| * | | Make tempcontext use new lighthouse apiJørgen Lind2010-07-081-3/+5
| | | |
| * | | Make openkode work with new interfaces and moved egl stuff into pluginJørgen Lind2010-07-088-235/+239
| | | |
| * | | Never compile lighthouse with EGL supportJørgen Lind2010-07-073-6/+6
| | | | | | | | | | | | | | | | it should reside in the plugin, not in the opengl module nor in gui
| * | | check for a null new parent before trying to access its platformWindowJeremy Katz2010-06-301-1/+1
| | | | | | | | | | | | | | | | This fixes a crash seen in the arora browser when exiting
| * | | Compile after _qpa renamingPaul Olav Tvete2010-06-292-2/+2
| | | |
| * | | Compile fix for testlite pluginJørgen Lind2010-06-242-0/+4
| | | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-06-241786-46515/+35844
| |\ \ \
| * | | | Removed QGraphicsSystem include from QPlatformIntegrationJørgen Lind2010-06-241-3/+9
| | | | |
| * | | | Refactored classes and functions using liteJørgen Lind2010-06-2416-76/+75
| | | | |
| * | | | Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-2414-75/+79
| | | | |
| * | | | Remove QSound for LighthouseJørgen Lind2010-06-242-78/+9
| | | | |
| * | | | Adding -qpa configure switchJørgen Lind2010-06-2421-101/+94
| | | | | | | | | | | | | | | | | | | | also renaming the embedded_lite qmake switch to be qpa
| * | | | Renamed files from *_lite* to *_qpa*Jørgen Lind2010-06-2441-56/+56
| | | | |
| * | | | Say hello to Q_WS_QPA!Jørgen Lind2010-06-2445-129/+129
| | | | | | | | | | | | | | | | | | | | Rename Q_WS_LITE -> Q_WS_QPA
| * | | | Disable the all native child widgets on lighthouseJørgen Lind2010-06-235-40/+47
| | | | | | | | | | | | | | | | | | | | | | | | | and make the mapping of native child widgets work with nativeParentWidget
| * | | | Removing the default graphicsystem from lighthouseJørgen Lind2010-06-235-142/+4
| | | | | | | | | | | | | | | | | | | | Reviewed-by: paul
| * | | | Compile openkode plugin.Bjørn Erik Nilsen2010-06-234-40/+3
| | | | | | | | | | | | | | | | | | | | Reviewed-by: jorgen
| * | | | Remove dead code (QPlatformGLWidgetSurface).Bjørn Erik Nilsen2010-06-231-9/+0
| | | | | | | | | | | | | | | | | | | | Reviewed-by: jorgen
| * | | | Remove unused function (declared, but not implemented).Bjørn Erik Nilsen2010-06-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't compile on the Mac without this fix. Reviewed-by: Paul
| * | | | Support multiple display IDs for Lighthouse QVFb pluginPaul Olav Tvete2010-06-213-19/+22
| | | | |
| * | | | Copied VNC crash fixes from QWSPaul Olav Tvete2010-06-211-2/+2
| | | | | | | | | | | | | | | | | | | | Copied from commit 71b840ef81a9 and commit 57fcc060f
| * | | | document VNC options for multiple screensJeremy Katz2010-06-211-0/+5
| | | | |
| * | | | Compile testlite plugin without OpenGL (QT_NO_OPENGL).Bjørn Erik Nilsen2010-06-211-1/+7
| | | | | | | | | | | | | | | | | | | | Reviewed-by: jorgen
| * | | | Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-184250-138132/+427831
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure mkspecs/common/qws.conf src/corelib/io/qresource.cpp src/gui/image/qpixmapdata_p.h src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication_p.h src/gui/painting/qpaintengine_raster.cpp src/gui/text/qfontdatabase.cpp src/opengl/qgl_p.h src/plugins/mediaservices/gstreamer/gstreamer.pro
| * | | | | Tslib mouse input for LighthousePaul Olav Tvete2010-06-174-0/+312
| | | | | |
| * | | | | Adding support for setParent api in pluginsJørgen Lind2010-06-175-17/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is work in progress, but boxes and wolfenqt works in testlite:)
| * | | | | update QDesktopWidget geometry when screens are added, removed, or resizedJeremy Katz2010-06-162-2/+5
| | | | | |
| * | | | | Disable Qt3Support for LighthousePaul Olav Tvete2010-06-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This turns it off hard, ignoring configure options to the contrary. Reviewed-by: Jørgen