Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'remotes/lighthouse/4.7' into lighthouse-master | Paul Olav Tvete | 2010-07-19 | 242 | -198/+24886 |
|\ | | | | | | | | | Conflicts: src/opengl/qgl_p.h | ||||
| * | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-07-19 | 46 | -539/+809 |
| |\ | |||||
| * | | Remove qDebug() | Paul Olav Tvete | 2010-07-15 | 1 | -3/+3 |
| | | | |||||
| * | | Temporary hack so QtOpenGL compiles for Lighthouse | Paul Olav Tvete | 2010-07-14 | 2 | -2/+4 |
| | | | |||||
| * | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-07-14 | 855 | -15948/+23127 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/image/image.pri src/gui/image/qpixmapdatafactory.cpp src/gui/painting/qgraphicssystem.cpp | ||||
| * | | | Add full-screen EGL-based GL backend | Paul Olav Tvete | 2010-07-13 | 4 | -0/+625 |
| | | | | | | | | | | | | | | | | QGLWidget doesn't work yet | ||||
| * | | | Lighthouse egl refactoring | Jørgen Lind | 2010-07-12 | 7 | -250/+327 |
| | | | | | | | | | | | | | | | | | | | | Moved the openkode egl code into a convenience directory so it can be used by other plugins | ||||
| * | | | clean up QPlatformWindowFormat | Jørgen Lind | 2010-07-12 | 4 | -368/+25 |
| | | | | |||||
| * | | | Added QPlatformWindowFormat | Jørgen Lind | 2010-07-09 | 11 | -93/+1891 |
| | | | | | | | | | | | | | | | | | | | | | | | | Its mostly a copy of QGLFormat Only plugin that uses it is the openkode, and thats just a poc. | ||||
| * | | | cleaning up QOpenKODEWindow | Jørgen Lind | 2010-07-08 | 2 | -24/+13 |
| | | | | |||||
| * | | | Fix deletion of QPlatformGLContext | Jørgen Lind | 2010-07-08 | 2 | -28/+10 |
| | | | | | | | | | | | | | | | | | | | | it is owned by the QPlatformWindow, and should thus be delted by it, even for QGLContext | ||||
| * | | | Make tempcontext use new lighthouse api | Jørgen Lind | 2010-07-08 | 1 | -3/+5 |
| | | | | |||||
| * | | | Make openkode work with new interfaces and moved egl stuff into plugin | Jørgen Lind | 2010-07-08 | 8 | -235/+239 |
| | | | | |||||
| * | | | Never compile lighthouse with EGL support | Jørgen Lind | 2010-07-07 | 3 | -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 platformWindow | Jeremy Katz | 2010-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | This fixes a crash seen in the arora browser when exiting | ||||
| * | | | Compile after _qpa renaming | Paul Olav Tvete | 2010-06-29 | 2 | -2/+2 |
| | | | | |||||
| * | | | Compile fix for testlite plugin | Jørgen Lind | 2010-06-24 | 2 | -0/+4 |
| | | | | |||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouse | Jørgen Lind | 2010-06-24 | 1786 | -46515/+35844 |
| |\ \ \ | |||||
| * | | | | Removed QGraphicsSystem include from QPlatformIntegration | Jørgen Lind | 2010-06-24 | 1 | -3/+9 |
| | | | | | |||||
| * | | | | Refactored classes and functions using lite | Jørgen Lind | 2010-06-24 | 16 | -76/+75 |
| | | | | | |||||
| * | | | | Refactored QGraphicsSystemCursor -> QPlatformCursor | Jørgen Lind | 2010-06-24 | 14 | -75/+79 |
| | | | | | |||||
| * | | | | Remove QSound for Lighthouse | Jørgen Lind | 2010-06-24 | 2 | -78/+9 |
| | | | | | |||||
| * | | | | Adding -qpa configure switch | Jørgen Lind | 2010-06-24 | 21 | -101/+94 |
| | | | | | | | | | | | | | | | | | | | | also renaming the embedded_lite qmake switch to be qpa | ||||
| * | | | | Renamed files from *_lite* to *_qpa* | Jørgen Lind | 2010-06-24 | 41 | -56/+56 |
| | | | | | |||||
| * | | | | Say hello to Q_WS_QPA! | Jørgen Lind | 2010-06-24 | 45 | -129/+129 |
| | | | | | | | | | | | | | | | | | | | | Rename Q_WS_LITE -> Q_WS_QPA | ||||
| * | | | | Disable the all native child widgets on lighthouse | Jørgen Lind | 2010-06-23 | 5 | -40/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | and make the mapping of native child widgets work with nativeParentWidget | ||||
| * | | | | Removing the default graphicsystem from lighthouse | Jørgen Lind | 2010-06-23 | 5 | -142/+4 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: paul | ||||
| * | | | | Compile openkode plugin. | Bjørn Erik Nilsen | 2010-06-23 | 4 | -40/+3 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: jorgen | ||||
| * | | | | Remove dead code (QPlatformGLWidgetSurface). | Bjørn Erik Nilsen | 2010-06-23 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: jorgen | ||||
| * | | | | Remove unused function (declared, but not implemented). | Bjørn Erik Nilsen | 2010-06-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't compile on the Mac without this fix. Reviewed-by: Paul | ||||
| * | | | | Support multiple display IDs for Lighthouse QVFb plugin | Paul Olav Tvete | 2010-06-21 | 3 | -19/+22 |
| | | | | | |||||
| * | | | | Copied VNC crash fixes from QWS | Paul Olav Tvete | 2010-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Copied from commit 71b840ef81a9 and commit 57fcc060f | ||||
| * | | | | document VNC options for multiple screens | Jeremy Katz | 2010-06-21 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Compile testlite plugin without OpenGL (QT_NO_OPENGL). | Bjørn Erik Nilsen | 2010-06-21 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: jorgen | ||||
| * | | | | Merge remote branch 'qt/4.7' into lighthouse | Paul Olav Tvete | 2010-06-18 | 4250 | -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 Lighthouse | Paul Olav Tvete | 2010-06-17 | 4 | -0/+312 |
| | | | | | | |||||
| * | | | | | Adding support for setParent api in plugins | Jørgen Lind | 2010-06-17 | 5 | -17/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is work in progress, but boxes and wolfenqt works in testlite:) | ||||
| * | | | | | update QDesktopWidget geometry when screens are added, removed, or resized | Jeremy Katz | 2010-06-16 | 2 | -2/+5 |
| | | | | | | |||||
| * | | | | | Disable Qt3Support for Lighthouse | Paul Olav Tvete | 2010-06-16 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This turns it off hard, ignoring configure options to the contrary. Reviewed-by: Jørgen | ||||
| * | | | | | Set the desktop widget geometry to reflect the size of the screen(s) | Jeremy Katz | 2010-06-16 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also removed a stray debug message | ||||
| * | | | | | fix minimizing VNC and LinuxFB top levels | Jeremy Katz | 2010-06-15 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | fix repaint of resized widgets that span multiple screens | Jeremy Katz | 2010-06-15 | 1 | -3/+5 |
| | | | | | | |||||
| * | | | | | LinuxFB compilation fix | Jeremy Katz | 2010-06-15 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | virtual desktop multiscreen support - VNC plugin | Jeremy Katz | 2010-06-15 | 7 | -33/+100 |
| | | | | | | |||||
| * | | | | | fixed software cursor rendering when the widget under the cursor is redrawn | Jeremy Katz | 2010-06-15 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also check if the cursor exists before checking if it is dirty when considering an early exit from QFbScreen::doRedraw() | ||||
| * | | | | | Add support for native children in QtGui again | Jørgen Lind | 2010-06-11 | 2 | -11/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | no pluginsupport though | ||||
| * | | | | | Added QPlatformGLContext to QPlatformWindow | Jørgen Lind | 2010-06-11 | 16 | -322/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | and removed the the creator function. Child QGLWidgets don't work | ||||
| * | | | | | litehouse multiscreen support | Jeremy Katz | 2010-06-11 | 15 | -43/+264 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds QPlatformIntegration::moveToScreen(), which requests that a widget be moved to another screen. The default implementation ignores the request. The VNC plugin has been updated accordingly. It currently only supports non-virtual desktops. Review by: Jørgen | ||||
| * | | | | | software cursor cleanup | Jeremy Katz | 2010-06-03 | 3 | -13/+21 |
| | | | | | | |||||
| * | | | | | Use the QBlittable::drawPixmap implementation for pixmaps when we can | Jørgen Lind | 2010-06-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | just enable a few more states |