Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling in comment | Jørgen Lind | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | Make QtOpenGL use shared contextexts on Lighthouse | Jørgen Lind | 2010-11-26 | 1 | -11/+13 |
| | |||||
* | Lighthouse: move the currentContext functionality to QPlatformGLContext | Jørgen Lind | 2010-11-22 | 1 | -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::setVisible | Jørgen Lind | 2010-11-22 | 1 | -19/+16 |
| | | | | | | on native child widgets. Reviewed-by: paul | ||||
* | No more windowsurface for QGLWidget in Lighthouse | Jørgen Lind | 2010-11-22 | 1 | -2/+5 |
| | | | | Reviewed-by: paul | ||||
* | Lighthouse: fix reparenting from topLevel to child widget | Jørgen Lind | 2010-09-07 | 1 | -8/+10 |
| | | | | also fix Directfb with a hack so that moving windows works | ||||
* | Lighthouse:Only native children uses setParent | Jørgen Lind | 2010-08-18 | 1 | -3/+5 |
| | |||||
* | Make QWidget::setPlatformWindowFormat recreate platformWindow | Jørgen Lind | 2010-08-04 | 1 | -14/+27 |
| | | | | | if the platformWindow is visible. Also had to make sure that the QGLContext of a QGLWidget was recreated. | ||||
* | Make openkode plugin handle events | Jørgen Lind | 2010-08-02 | 1 | -0/+3 |
| | | | | And make it also work without a gui manager | ||||
* | Destroy subwindows in lighthouse | Jørgen Lind | 2010-07-26 | 1 | -4/+12 |
| | |||||
* | Make it possible to have shared contexts to Lighthouse | Jørgen Lind | 2010-07-23 | 1 | -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 Lighthouse | Jørgen Lind | 2010-07-23 | 1 | -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 window | Paul Olav Tvete | 2010-07-22 | 1 | -5/+10 |
| | |||||
* | Added QPlatformWindowFormat | Jørgen Lind | 2010-07-09 | 1 | -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 platformWindow | Jeremy Katz | 2010-06-30 | 1 | -1/+1 |
| | | | | This fixes a crash seen in the arora browser when exiting | ||||
* | Refactored classes and functions using lite | Jørgen Lind | 2010-06-24 | 1 | -3/+3 |
| | |||||
* | Refactored QGraphicsSystemCursor -> QPlatformCursor | Jørgen Lind | 2010-06-24 | 1 | -2/+2 |
| | |||||
* | Renamed files from *_lite* to *_qpa* | Jørgen Lind | 2010-06-24 | 1 | -0/+809 |