| Commit message (Expand) | Author | Age | Files | Lines |
* | Lighthouse: Fix QGLContext::currentContext for systems with limited | Jørgen Lind | 2010-11-24 | 3 | -5/+5 |
|
|
* | Lighthouse: move the currentContext functionality to QPlatformGLContext | Jørgen Lind | 2010-11-22 | 3 | -8/+10 |
|
|
* | Lighthouse: Make sure that we call QPlatformWindow::setVisible | Jørgen Lind | 2010-11-22 | 1 | -1/+0 |
|
|
* | Make phonon gst backend build properly | Jørgen Lind | 2010-09-07 | 1 | -1/+1 |
|
|
* | Lighthouse: Move shared context init | Jørgen Lind | 2010-09-02 | 1 | -12/+9 |
|
|
* | Initial pluggable fontdatabase | Jørgen Lind | 2010-09-02 | 4 | -11/+31 |
|
|
* | Fix typo in glxintegration | Jørgen Lind | 2010-08-11 | 1 | -4/+3 |
|
|
* | Added reduced config to glxconfig | Jørgen Lind | 2010-08-06 | 2 | -19/+50 |
|
|
* | Fixed Lighthouse tempcontext to reset to current context | Jørgen Lind | 2010-08-06 | 1 | -5/+12 |
|
|
* | Make testlite work without glx | Jørgen Lind | 2010-08-06 | 3 | -8/+12 |
|
|
* | Make the GLX integration give more correct format | Jørgen Lind | 2010-08-06 | 3 | -86/+105 |
|
|
* | Make QWidget::setPlatformWindowFormat recreate platformWindow | Jørgen Lind | 2010-08-04 | 1 | -1/+1 |
|
|
* | Make it possible to view what format a QPlatformGlContext has | Jørgen Lind | 2010-08-03 | 2 | -4/+57 |
|
|
* | Made QPlatformWidnow::glContext a const function | Jørgen Lind | 2010-07-27 | 3 | -11/+5 |
|
|
* | Make it possible to have shared contexts to Lighthouse | Jørgen Lind | 2010-07-23 | 3 | -60/+134 |
|
|
* | Compile fix for testlite plugin | Jørgen Lind | 2010-06-24 | 2 | -0/+4 |
|
|
* | Refactored QGraphicsSystemCursor -> QPlatformCursor | Jørgen Lind | 2010-06-24 | 1 | -3/+3 |
|
|
* | Disable the all native child widgets on lighthouse | Jørgen Lind | 2010-06-23 | 1 | -14/+3 |
|
|
* | Compile testlite plugin without OpenGL (QT_NO_OPENGL). | Bjørn Erik Nilsen | 2010-06-21 | 1 | -1/+7 |
|
|
* | Adding support for setParent api in plugins | Jørgen Lind | 2010-06-17 | 2 | -5/+18 |
|
|
* | Added QPlatformGLContext to QPlatformWindow | Jørgen Lind | 2010-06-11 | 6 | -200/+37 |
|
|
* | Small GL related fixes | Paul Olav Tvete | 2010-05-10 | 2 | -6/+37 |
|
|
* | add parameter support for platform integration plugins | Jeremy Katz | 2010-05-04 | 1 | -2/+3 |
|
|
* | Fix selecting GLXFBConfigs with depth/stencil/sample buffers | Tom Cooksey | 2010-04-30 | 1 | -5/+17 |
|
|
* | Use QGLPixmapData for testlite when in OpenGL mode | Tom Cooksey | 2010-04-30 | 1 | -0/+5 |
|
|
* | Add support for using OpenGL for window surfaces to testlite | Tom Cooksey | 2010-04-30 | 3 | -2/+21 |
|
|
* | Fix GL extention function pointer lookups in testlite | Tom Cooksey | 2010-04-30 | 1 | -1/+2 |
|
|
* | Remove windowSurface member from QTestLiteWindow | Tom Cooksey | 2010-04-30 | 3 | -7/+1 |
|
|
* | Fix re-parenting of QGLWidgets in testlite | Tom Cooksey | 2010-04-29 | 2 | -0/+24 |
|
|
* | Update testlite to use new GL integration API | Tom Cooksey | 2010-04-29 | 5 | -41/+206 |
|
|
* | Add QPlatformGLWidgetSurface to GL integrtation | Tom Cooksey | 2010-04-29 | 2 | -0/+0 |
|
|
* | Crash fix | Paul Olav Tvete | 2010-04-23 | 1 | -0/+2 |
|
|
* | Avoid copying code. | Paul Olav Tvete | 2010-04-22 | 1 | -49/+3 |
|
|
* | Rename files in platform plugins follow same pattern | Jørgen Lind | 2010-04-21 | 7 | -9/+9 |
|
|
* | Merge branch 'platform_window' into lighthouse | Jørgen Lind | 2010-04-21 | 7 | -1270/+1173 |
|\ |
|
| * | Renamed createWindowSurfaceForWindow | Jørgen Lind | 2010-04-21 | 2 | -4/+2 |
|
|
| * | Oops, don't crash in raise()/lower() | Paul Olav Tvete | 2010-04-13 | 4 | -7/+5 |
|
|
| * | Make the VNC plugin compile and largely work | Paul Olav Tvete | 2010-04-12 | 1 | -0/+1 |
|
|
| * | Refactoring TestLite | Paul Olav Tvete | 2010-04-09 | 6 | -1313/+1157 |
|
|
| * | This seems to fix the resize issues | Paul Olav Tvete | 2010-04-09 | 1 | -1/+0 |
|
|
| * | Compile after the QPlatformWindow change | Paul Olav Tvete | 2010-04-09 | 6 | -56/+119 |
|
|
* | | Make a top-level QGLWidget work once, 50% of the time | Tom Cooksey | 2010-04-08 | 1 | -3/+5 |
|
|
* | | Rename qglplatformintegration_lite.h & add QGLWidget surface | Tom Cooksey | 2010-04-08 | 1 | -1/+1 |
|
|
* | | Implement OpenGL support for testlite plugin using GLX | Tom Cooksey | 2010-04-08 | 5 | -1/+248 |
|/ |
|
* | Port "testlite" to the new plugin API | Paul Olav Tvete | 2010-04-06 | 6 | -41/+42 |
|
|
* | Refactoring GraphicsSystem to QPlatformIntegration | Jørgen Lind | 2010-03-31 | 8 | -0/+2476 |
|
|