Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: A few cleanups, fixes and improvements. | Volker Hilsheimer | 2009-07-19 | 1 | -1/+1 |
| | |||||
* | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+582 |
| | |||||
* | Another breakage in 1bbe23c5 - move qpaintengineex_opengl2_p.h include up | Rhys Weatherley | 2009-06-09 | 1 | -3/+6 |
| | | | | | | | | Moving qpaintengineex_opengl2_p.h down caused it to come after an include of <X11/Xlib.h>, which causes problems on some platforms. Move it back up again. Reviewed-by: trustme | ||||
* | Make OpenGL/ES 1.1 work again for Qt/Embedded | Rhys Weatherley | 2009-06-09 | 1 | -2/+3 |
| | | | | Reviewed-by: trustme | ||||
* | Moved QGL2PaintEngineExPrivate into GL2 paint engine header file. | Samuel Rødal | 2009-05-28 | 1 | -2/+1 |
| | | | | Reviewed-by: Tom | ||||
* | Made PixelBuffer/FramebufferObject report correct DPI based metrics. | Samuel Rødal | 2009-05-25 | 1 | -7/+8 |
| | | | | | | | We need to use both qt_defaultDpiX and qt_defaultDpiY, and round the resulting metric values. Reviewed-by: Trond | ||||
* | Make QtOpenGL compile on OpenGL ES 1.1 again | Tom Cooksey | 2009-05-14 | 1 | -3/+7 |
| | |||||
* | Reverted use of GL 2 engine as default on desktop. | Samuel Rødal | 2009-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Using GL 2 as default engine breaks the use cases where OpenGL commands are inter-mixed with QPainter commands, such as when using raw OpenGL in graphicsview. For now we'll use the old OpenGL engine for QGLWidget, QGLPixelBuffer, and QGLFramebufferObject on desktop, and the OpenGL 2 paint engine when the OpenGL graphics system is used. Reviewed-by: Trond | ||||
* | Enabled compilation of both GL and GL2 paint engine. | Samuel Rødal | 2009-05-13 | 1 | -8/+11 |
| | | | | | | | Compile both GL and GL2 paint engine on desktop, and choose between them at run-time based on GL version flags. Reviewed-by: Tom | ||||
* | Merge branch 'gl2text' of ..\qt-main | Kim Motoyoshi Kalland | 2009-04-01 | 1 | -3/+7 |
| | |||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+582 |