summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_qpa.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling in commentJørgen Lind2010-12-021-1/+1
|
* Make QtOpenGL use shared contextexts on LighthouseJørgen Lind2010-11-261-11/+13
|
* Lighthouse: move the currentContext functionality to QPlatformGLContextJørgen Lind2010-11-221-0/+12
| | | | | | | | | This means the threading functionality has been delegated down to QPlatformGLContext. However, it is still possible to use QGLContext::currentContext to retrieve the QGLContext. This so that QGLFunctions, QGLShaderProgram etc can be used without a QGLWidget. Reviewed-by: paul
* Lighthouse: Make sure that we call QPlatformWindow::setVisibleJørgen Lind2010-11-221-19/+16
| | | | | | on native child widgets. Reviewed-by: paul
* No more windowsurface for QGLWidget in LighthouseJørgen Lind2010-11-221-2/+5
| | | | Reviewed-by: paul
* Lighthouse: fix reparenting from topLevel to child widgetJørgen Lind2010-09-071-8/+10
| | | | also fix Directfb with a hack so that moving windows works
* Lighthouse:Only native children uses setParentJørgen Lind2010-08-181-3/+5
|
* Make QWidget::setPlatformWindowFormat recreate platformWindowJørgen Lind2010-08-041-14/+27
| | | | | if the platformWindow is visible. Also had to make sure that the QGLContext of a QGLWidget was recreated.
* Make openkode plugin handle eventsJørgen Lind2010-08-021-0/+3
| | | | And make it also work without a gui manager
* Destroy subwindows in lighthouseJørgen Lind2010-07-261-4/+12
|
* Make it possible to have shared contexts to LighthouseJørgen Lind2010-07-231-1/+1
| | | | | | | | This adds a getter to QPlatformGLContext for the "default shared context". The setter is protected as it is the plugins responsibillity to create it or not. QPlatformWindowFormat has also gotten a pointer to a QPlatformGLContext for a non default shared context. Only implemented shared contexts in testlite for now.
* Handle behavior change in resize and move events in LighthouseJørgen Lind2010-07-231-0/+1
| | | | | | Dont post the resize event and move event seperatly on the windowsystemintegration event queue, but as one event which will be processed in one go.
* Implement reparenting a created toplevel windowPaul Olav Tvete2010-07-221-5/+10
|
* Added QPlatformWindowFormatJørgen Lind2010-07-091-0/+52
| | | | | | Its mostly a copy of QGLFormat Only plugin that uses it is the openkode, and thats just a poc.
* 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
* Refactored classes and functions using liteJørgen Lind2010-06-241-3/+3
|
* Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-241-2/+2
|
* Renamed files from *_lite* to *_qpa*Jørgen Lind2010-06-241-0/+809