Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-04 | 33 | -527/+452 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Remove QMatrix4x4& return values in response to API review feedback | Rhys Weatherley | 2009-11-04 | 3 | -80/+65 | |
| | | | * | | | | | Incorporate API review feedback for math3d classes. | Rhys Weatherley | 2009-11-04 | 11 | -285/+197 | |
| | | | * | | | | | Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill. | Kim Motoyoshi Kalland | 2009-11-03 | 1 | -10/+10 | |
| | | | * | | | | | Merge branch 'statemachine-api-changes' into 4.6 | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 19 | -151/+171 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Rename QState::polished() signal to "propertiesAssigned" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 9 | -40/+47 | |
| | | | | * | | | | | Change name of QMouseEventTransition::path() to hitTestPath(). | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 4 | -14/+14 | |
| | | | | * | | | | | Change name of modifiersMask property to "modifierMask" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 8 | -49/+49 | |
| | | | | * | | | | | Remove return type of QState::addTransition(QAbstractTransition*) | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 3 | -23/+36 | |
| | | | | * | | | | | Change name of DoNotRestoreProperties enum to DontRestoreProperties | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 3 | -9/+9 | |
| | | | | * | | | | | Change name of QStateMachine::animationsEnabled property to "animated" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 4 | -16/+16 | |
| | | | * | | | | | | Fixed fillRect on QImage::Format_ARGB32 images. | Kim Motoyoshi Kalland | 2009-11-03 | 1 | -1/+9 | |
| | | * | | | | | | | Fixed tst_qgraphicsitem::hitTestGraphicsEffectItem, caching makes | Gunnar Sletta | 2009-11-03 | 1 | -14/+0 | |
| | | |/ / / / / / | ||||||
| | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-03 | 5 | -40/+16 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | Fixed some compiler warnings. | Samuel Rødal | 2009-11-03 | 3 | -35/+7 | |
| | | | * | | | | | | Made QPainter::drawText() respect Qt::TextDontClip flag. | Samuel Rødal | 2009-11-03 | 1 | -1/+1 | |
| | | | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-03 | 26 | -157/+687 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Fixed crash in QPixmap::fromImage with an Indexed8 without a colortable. | Gunnar Sletta | 2009-11-03 | 1 | -4/+8 | |
| | | * | | | | | | | | Check for QPixmap::isNull() in QPainter::drawPixmap() | Gunnar Sletta | 2009-11-03 | 1 | -1/+1 | |
| | | * | | | | | | | | Compile... | Gunnar Sletta | 2009-11-03 | 1 | -2/+2 | |
| | | * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-11-03 | 366 | -32090/+11669 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-03 | 8 | -76/+127 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / | | | | |/| | | | | | | | ||||||
| | | | * | | | | | | | | Removed usage of CompositionMode_Source in QGraphicsView for X11. | Trond Kjernåsen | 2009-11-03 | 2 | -3/+10 | |
| | | | * | | | | | | | | Embed code examples in state machine overview | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 1 | -13/+6 | |
| | | | | |_|/ / / / / | | | | |/| | | | | | | ||||||
| | | | * | | | | | | | doc: Polish documentation for state machine framework | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 3 | -66/+93 | |
| | | | * | | | | | | | Protect the OpenVG engine from null QPixmapData objects | Rhys Weatherley | 2009-11-02 | 3 | -0/+24 | |
| | | * | | | | | | | | Adapt testcase to cosmetic pen workarounds in code | Gunnar Sletta | 2009-11-03 | 1 | -2/+2 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-02 | 16 | -79/+511 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Fixed holes in thick strokes. | Kim Motoyoshi Kalland | 2009-11-02 | 1 | -2/+21 | |
| | | | * | | | | | | | Minor doc fixes for QGLContext::BindOption. | Samuel Rødal | 2009-11-02 | 1 | -1/+3 | |
| | | | * | | | | | | | Fixed compiler warning on GCC about empty while statement. | Samuel Rødal | 2009-11-02 | 1 | -1/+1 | |
| | | | * | | | | | | | Made QGraphicsEffectSource::draw() use cached pixmap if possible. | Samuel Rødal | 2009-11-02 | 1 | -1/+17 | |
| | | | * | | | | | | | Optimized animated blur radii in the GL 2 paint engine. | Samuel Rødal | 2009-11-02 | 3 | -12/+369 | |
| | | | * | | | | | | | Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint. | Samuel Rødal | 2009-11-02 | 8 | -55/+71 | |
| | | | * | | | | | | | Added strict size parameter to QGLFramebufferObject pool. | Samuel Rødal | 2009-11-02 | 2 | -4/+17 | |
| | | | * | | | | | | | Optimized graphics effects to not needlessly invalidate cache. | Samuel Rødal | 2009-11-02 | 2 | -2/+9 | |
| | | | * | | | | | | | Check for null pixmap | Gunnar Sletta | 2009-11-02 | 1 | -2/+4 | |
| | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | * | | | | | | | Better cosmetic pen scaling for beziers in tristroker. | Gunnar Sletta | 2009-11-02 | 1 | -1/+1 | |
| | | * | | | | | | | Fixed test, QGraphicsSourceEffect::pixmap(), caching caused failure. | Gunnar Sletta | 2009-11-02 | 1 | -0/+8 | |
| | | * | | | | | | | Safeguard isNull() pixmaps in bindTexture and remove a compile warning | Gunnar Sletta | 2009-11-02 | 2 | -1/+40 | |
| | | |/ / / / / / | ||||||
| | | * | | | | | | Remove partial shader support from QGLShader/QGLShaderProgram | Rhys Weatherley | 2009-11-01 | 2 | -185/+6 | |
| | | * | | | | | | Fix some test failures in the qgl test on 16 bit servers. | Trond Kjernåsen | 2009-10-30 | 1 | -0/+22 | |
| | | * | | | | | | Implement a simple caching algorithm for shader programs. | Tom Cooksey | 2009-10-30 | 2 | -31/+53 | |
| | | * | | | | | | Rename qglEngineShaderSourceCode to qShaderSnippets | Tom Cooksey | 2009-10-30 | 2 | -71/+93 | |
| | | * | | | | | | Refactor of shader manager to not use partial shaders | Tom Cooksey | 2009-10-30 | 4 | -217/+211 | |
| | | * | | | | | | Lazily construct QPixmapData's for null pixmaps | Gunnar Sletta | 2009-10-30 | 8 | -38/+75 | |
| | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-10-30 | 8 | -45/+76 | |
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | Avoid infinite loop when laying out text with unconvertible chars | Eskil Abrahamsen Blomfeldt | 2009-10-29 | 2 | -38/+48 | |
| | | | * | | | | | | Added QImagePixmapCleanupHooks functions for enabling hooks. | Samuel Rødal | 2009-10-29 | 6 | -7/+28 | |
| | * | | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-03 | 2 | -2/+118 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | |