Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | Re-apply change 6125aabeccb01a07c706fe4227279eb827e8e890 by Jocelyn Turcotte | Jocelyn Turcotte | 2009-11-03 | 1 | -2/+6 | |
| | | * | | | | Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit-4.6-snapshot-20091... | Jocelyn Turcotte | 2009-11-03 | 492 | -4844/+14466 | |
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6 | David Boddie | 2009-11-03 | 15 | -155/+45 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Doc/i18n: Fixed source strings for translation. | David Boddie | 2009-11-03 | 11 | -23/+23 | |
| | | | * | | | | Doc: Fixed license information. | David Boddie | 2009-11-03 | 1 | -1/+1 | |
| | | | * | | | | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-02 | 2 | -3/+3 | |
| | | | * | | | | Doc: i18n overhaul for QObject::tr() and the Qt Linguist manual. | David Boddie | 2009-11-02 | 1 | -128/+18 | |
| | | * | | | | | Revert "Compile fix until configure.exe is rebuilt for Windows" | Daniel Molkentin | 2009-11-03 | 1 | -2/+1 | |
| | * | | | | | | Remove QMatrix4x4& return values in response to API review feedback | Rhys Weatherley | 2009-11-04 | 2 | -78/+61 | |
| | * | | | | | | Incorporate API review feedback for math3d classes. | Rhys Weatherley | 2009-11-04 | 6 | -133/+165 | |
| | * | | | | | | 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 | 14 | -99/+104 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Rename QState::polished() signal to "propertiesAssigned" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 4 | -11/+17 | |
| | | * | | | | | | 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 | 2 | -9/+8 | |
| | | * | | | | | | Change name of DoNotRestoreProperties enum to DontRestoreProperties | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 2 | -5/+5 | |
| | | * | | | | | | Change name of QStateMachine::animationsEnabled property to "animated" | Eskil Abrahamsen Blomfeldt | 2009-11-03 | 3 | -11/+11 | |
| | * | | | | | | | Fixed fillRect on QImage::Format_ARGB32 images. | Kim Motoyoshi Kalland | 2009-11-03 | 1 | -1/+9 | |
| | * | | | | | | | 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 | 22 | -84/+590 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | 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 | 235 | -1923/+4768 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | / / / / / | | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Removed usage of CompositionMode_Source in QGraphicsView for X11. | Trond Kjernåsen | 2009-11-03 | 2 | -3/+10 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Protect the OpenVG engine from null QPixmapData objects | Rhys Weatherley | 2009-11-02 | 3 | -0/+24 | |
| | * | | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-11-02 | 15 | -79/+507 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | 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 | 7 | -55/+67 | |
| | | * | | | | | | | 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 | |
| | * | | | | | | 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 | 7 | -45/+63 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Avoid infinite loop when laying out text with unconvertible chars | Eskil Abrahamsen Blomfeldt | 2009-10-29 | 1 | -38/+35 | |
| | | * | | | | | | Added QImagePixmapCleanupHooks functions for enabling hooks. | Samuel Rødal | 2009-10-29 | 6 | -7/+28 | |