Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stabilize auto test added in 8ebe882b077fffedc3ff80fb80d2e181d5e56ab8 | Bjoern Erik Nilsen | 2009-04-27 | 1 | -0/+4 |
| | | | | | QWidget::repaint() is not immediate on the Mac; it has to go through the event loop. | ||||
* | Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent. | Bjoern Erik Nilsen | 2009-04-27 | 1 | -0/+61 |
| | | | | | | | | | | | | | | QGLWidget does not support partial updates unless the context is single buffered and auto-fill background is disabled. The problem was that QPaintEvent::region() returned the requested update region without taking into account the limitation of QGLWidget. If QGLWidget doesn't support partial updates, it means everything has to be updated, and QPaintEvent::region() must return the whole widget rect. Auto test included. Task-number: 241785 Reviewed-by: Trond | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 3 | -0/+419 |