summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-0433-527/+452
| | | |\ \ \ \ \
| | | | * | | | | Remove QMatrix4x4& return values in response to API review feedbackRhys Weatherley2009-11-043-80/+65
| | | | * | | | | Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-0411-285/+197
| | | | * | | | | Fixed QPainterPath::addRoundedRect() for paths with Qt::WindingFill.Kim Motoyoshi Kalland2009-11-031-10/+10
| | | | * | | | | Merge branch 'statemachine-api-changes' into 4.6Eskil Abrahamsen Blomfeldt2009-11-0319-151/+171
| | | | |\ \ \ \ \
| | | | | * | | | | Rename QState::polished() signal to "propertiesAssigned"Eskil Abrahamsen Blomfeldt2009-11-039-40/+47
| | | | | * | | | | Change name of QMouseEventTransition::path() to hitTestPath().Eskil Abrahamsen Blomfeldt2009-11-034-14/+14
| | | | | * | | | | Change name of modifiersMask property to "modifierMask"Eskil Abrahamsen Blomfeldt2009-11-038-49/+49
| | | | | * | | | | Remove return type of QState::addTransition(QAbstractTransition*)Eskil Abrahamsen Blomfeldt2009-11-033-23/+36
| | | | | * | | | | Change name of DoNotRestoreProperties enum to DontRestorePropertiesEskil Abrahamsen Blomfeldt2009-11-033-9/+9
| | | | | * | | | | Change name of QStateMachine::animationsEnabled property to "animated"Eskil Abrahamsen Blomfeldt2009-11-034-16/+16
| | | | * | | | | | Fixed fillRect on QImage::Format_ARGB32 images.Kim Motoyoshi Kalland2009-11-031-1/+9
| | | * | | | | | | Fixed tst_qgraphicsitem::hitTestGraphicsEffectItem, caching makesGunnar Sletta2009-11-031-14/+0
| | | |/ / / / / /
| | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-035-40/+16
| | | |\ \ \ \ \ \
| | | | * | | | | | Fixed some compiler warnings.Samuel Rødal2009-11-033-35/+7
| | | | * | | | | | Made QPainter::drawText() respect Qt::TextDontClip flag.Samuel Rødal2009-11-031-1/+1
| | | | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-0326-157/+687
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Fixed crash in QPixmap::fromImage with an Indexed8 without a colortable.Gunnar Sletta2009-11-031-4/+8
| | | * | | | | | | | Check for QPixmap::isNull() in QPainter::drawPixmap()Gunnar Sletta2009-11-031-1/+1
| | | * | | | | | | | Compile...Gunnar Sletta2009-11-031-2/+2
| | | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-03366-32090/+11669
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-038-76/+127
| | | |\ \ \ \ \ \ \ \ \ | | | | | |_|/ / / / / / | | | | |/| | | | | | |
| | | | * | | | | | | | Removed usage of CompositionMode_Source in QGraphicsView for X11.Trond Kjernåsen2009-11-032-3/+10
| | | | * | | | | | | | Embed code examples in state machine overviewEskil Abrahamsen Blomfeldt2009-11-031-13/+6
| | | | | |_|/ / / / / | | | | |/| | | | | |
| | | | * | | | | | | doc: Polish documentation for state machine frameworkEskil Abrahamsen Blomfeldt2009-11-033-66/+93
| | | | * | | | | | | Protect the OpenVG engine from null QPixmapData objectsRhys Weatherley2009-11-023-0/+24
| | | * | | | | | | | Adapt testcase to cosmetic pen workarounds in codeGunnar Sletta2009-11-031-2/+2
| | | |/ / / / / / /
| | | * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-0216-79/+511
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Fixed holes in thick strokes.Kim Motoyoshi Kalland2009-11-021-2/+21
| | | | * | | | | | | Minor doc fixes for QGLContext::BindOption.Samuel Rødal2009-11-021-1/+3
| | | | * | | | | | | Fixed compiler warning on GCC about empty while statement.Samuel Rødal2009-11-021-1/+1
| | | | * | | | | | | Made QGraphicsEffectSource::draw() use cached pixmap if possible.Samuel Rødal2009-11-021-1/+17
| | | | * | | | | | | Optimized animated blur radii in the GL 2 paint engine.Samuel Rødal2009-11-023-12/+369
| | | | * | | | | | | Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.Samuel Rødal2009-11-028-55/+71
| | | | * | | | | | | Added strict size parameter to QGLFramebufferObject pool.Samuel Rødal2009-11-022-4/+17
| | | | * | | | | | | Optimized graphics effects to not needlessly invalidate cache.Samuel Rødal2009-11-022-2/+9
| | | | * | | | | | | Check for null pixmapGunnar Sletta2009-11-021-2/+4
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | Better cosmetic pen scaling for beziers in tristroker.Gunnar Sletta2009-11-021-1/+1
| | | * | | | | | | Fixed test, QGraphicsSourceEffect::pixmap(), caching caused failure.Gunnar Sletta2009-11-021-0/+8
| | | * | | | | | | Safeguard isNull() pixmaps in bindTexture and remove a compile warningGunnar Sletta2009-11-022-1/+40
| | | |/ / / / / /
| | | * | | | | | Remove partial shader support from QGLShader/QGLShaderProgramRhys Weatherley2009-11-012-185/+6
| | | * | | | | | Fix some test failures in the qgl test on 16 bit servers.Trond Kjernåsen2009-10-301-0/+22
| | | * | | | | | Implement a simple caching algorithm for shader programs.Tom Cooksey2009-10-302-31/+53
| | | * | | | | | Rename qglEngineShaderSourceCode to qShaderSnippetsTom Cooksey2009-10-302-71/+93
| | | * | | | | | Refactor of shader manager to not use partial shadersTom Cooksey2009-10-304-217/+211
| | | * | | | | | Lazily construct QPixmapData's for null pixmapsGunnar Sletta2009-10-308-38/+75
| | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-308-45/+76
| | | |\ \ \ \ \ \
| | | | * | | | | | Avoid infinite loop when laying out text with unconvertible charsEskil Abrahamsen Blomfeldt2009-10-292-38/+48
| | | | * | | | | | Added QImagePixmapCleanupHooks functions for enabling hooks.Samuel Rødal2009-10-296-7/+28
| | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-032-2/+118
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |