summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Document and test paintedWidth and paintedHeight properties of ImageYann Bodson2010-10-052-0/+50
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0546-353/+739
| |\ \ \ |/ / / /
| * | | Add missing license header.Michael Brasser2010-10-041-0/+41
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0446-353/+698
| |\ \ \
| | * | | Improve test coverage for declarative module.Michael Brasser2010-10-049-4/+76
| | * | | Avoid potential null dereference.Martin Jones2010-10-042-2/+2
| | * | | Add autotest for reserved words in QML.Michael Brasser2010-10-041-0/+76
| | * | | Prevent crash in XmlListModel when appending an empty role.Michael Brasser2010-10-043-1/+19
| | * | | Remove unused, unexported class.Michael Brasser2010-10-043-260/+0
| | * | | Fix clipping behavior for non-cached text.Michael Brasser2010-10-042-2/+1
| | * | | CompileAaron Kennedy2010-10-042-0/+55
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-0128-85/+470
| | |\ \ \
| | | * | | Only cache textlayout in paint engines that support transformationsAaron Kennedy2010-10-011-1/+6
| | | * | | QmlDebugService: Fix compiler warning about cast from asciiKai Koehne2010-10-011-2/+2
| | | * | | Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-015-9/+58
| | | * | | Doc: add missing image.Yann Bodson2010-10-012-7/+7
| | | * | | Doc: typographical and spelling errors.Yann Bodson2010-10-0114-28/+28
| | | * | | Doc: remove unfinished and confusing mention to focus panels.Yann Bodson2010-10-011-10/+0
| | | * | | Apply the QStaticText text-caching strategy for QMLAaron Kennedy2010-10-016-28/+369
| | | * | | Documentation: input to Qt.rgba should be from 0-1, not 0-255.Michael Brasser2010-10-011-1/+1
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-044-27/+40
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix QTBUG-13730. QGraphicsScene::render clipping bug. Includes test case.Chris Meyer2010-10-044-27/+40
* | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-10-0412-40/+235
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-10-0414-40/+244
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-09-302-0/+9
| | |\ \ \ \
| | | * | | | Build fix for -qtnamespace.Leandro Melo2010-09-302-0/+9
| | |/ / / /
| | * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4....Qt Continuous Integration System2010-09-2312-35/+235
| | |\ \ \ \
| | | * | | | Fix compile failure in QtMultimedia.Andrew den Exter2010-09-231-3/+3
| | | * | | | Verify the audio format before trying to open an audio device.Andrew den Exter2010-09-2212-35/+235
| | |/ / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-0439-862/+405
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Fixed antialiased rendering error in raster engine due to wrong merge.Samuel Rødal2010-10-011-2/+0
| * | | | FocusOut even when QGraphicsItem gets hidden.Frederik Gladhorn2010-10-012-3/+39
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-0138-857/+366
| |\ \ \ \ |/ / / / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-10-0138-857/+366
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-3038-857/+366
| | |\ \ \
| | | * | | Stabilize tst_QGraphicsWidget::QT_BUG_13865_doublePaintWhenAddingASubItemBjørn Erik Nilsen2010-09-301-0/+1
| | | * | | Fixed accessing freed memory in raster engine.Kim Motoyoshi Kalland2010-09-301-2/+2
| | | * | | Build fix for -qtnamespace.Leandro Melo2010-09-302-0/+9
| | | * | | Fixed parsing of SVGs with absolute font sizes.Kim Motoyoshi Kalland2010-09-301-1/+32
| | | * | | Moving QPdf::stripSpecialCharacter to fontengineJørgen Lind2010-09-307-37/+23
| | | * | | Revert "Fix (implement!) hfw/wfh in QGridLayoutEngine"Thierry Bastian2010-09-305-678/+17
| | | * | | Fixed a layout issue where you could get NaN as dimensionsThierry Bastian2010-09-301-12/+11
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-3023-136/+312
| | | |\ \ \
| | | | * | | QTextCodec: Fix valgrind warning when using QTextCodec in destructions funct...Olivier Goffart2010-09-292-24/+37
| | | | * | | Fix double painting when adding an item into a linear layoutThierry Bastian2010-09-292-2/+46
| | | | * | | Fixed antialiased rasterization bug in raster engine.Samuel Rødal2010-09-293-7/+41
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-2818-103/+188
| | | | |\ \ \
| | | | | * | | Fixed potential crash when loading corrupt GIFs.Kim Motoyoshi Kalland2010-09-281-2/+11
| | | | | * | | Work around an ATI driver problem with mutli-sampled pbuffers.Trond Kjernåsen2010-09-281-11/+18
| | | | | * | | tst_qstatemachine.cpp: fix compilation with Sun StudioOlivier Goffart2010-09-281-1/+1