summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into kinetic-declara...Warwick Allison2010-02-0278-65/+1595
|\
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-011-1/+1
| |\
| | * Fix autotest memory leakKent Hansen2010-01-291-1/+1
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-293-0/+118
| |\ \ | | |/ | |/|
| | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-293-0/+118
| | |\
| | | * Add QFontMetrics benchmark.Michael Brasser2010-01-293-0/+118
| * | | Fixed `make test' for xmlpatternsxqts.Rohan McGovern2010-01-291-1/+0
| |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-01-288-3/+10
| |\ \
| | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6Jan-Arve Sæther2010-01-2814-50/+951
| | |\ \ | | | |/
| | * | Fix a regression: icons with slightly wrong ICO header did not load.Jan-Arve Sæther2010-01-288-3/+10
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-284-3/+39
| |\ \ \
| | * \ \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-os1Prasanth Ullattil2010-01-282-0/+708
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-271-0/+86
| | * | | Stabilize tst_QGraphicsScene::polishItems2 (new test)Bjørn Erik Nilsen2010-01-271-2/+2
| | * | | Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-271-2/+32
| | * | | Another ASSERT while deleting spansGabriel de Dietrich2010-01-271-0/+8
| | * | | Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-271-2/+41
| | * | | QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-271-0/+25
| | * | | revert parts of 10392eef4fd4f9Joerg Bornemann2010-01-271-26/+24
| | * | | Don't crash when comparing JSCore value without engine to non-JSCore valueKent Hansen2010-01-271-0/+14
| | * | | Autotest: make the test valid for multiple Qt versionsThiago Macieira2010-01-262-3/+3
| | * | | Autotest: add a test for allowing hostnames ending in dotThiago Macieira2010-01-221-0/+22
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int...Qt Continuous Integration System2010-01-2860-57/+719
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | don't falsely complain about mismatched codecfortrOswald Buddenhagen2010-01-2710-0/+150
| | * | | add directories with sources to list of project rootsOswald Buddenhagen2010-01-275-0/+120
| | * | | sanitize lupdate's behavior regarding SUBDIRS projectsOswald Buddenhagen2010-01-2740-3/+423
| | * | | absorb cmdline tests into "good" structureOswald Buddenhagen2010-01-276-42/+4
| | * | | add ability to set working dir for testOswald Buddenhagen2010-01-271-7/+13
| | * | | support multiple output filesOswald Buddenhagen2010-01-271-10/+14
| | * | | fix printing output from failed commandOswald Buddenhagen2010-01-271-1/+1
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-i...Qt Continuous Integration System2010-01-282-0/+708
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add additional text and painting benchmarks.Michael Brasser2010-01-282-0/+708
* | | | | Fix test timingsAlan Alpert2010-02-011-8/+7
* | | | | Revert "Qt has more stuff in rich text now."Alan Alpert2010-02-011-1/+0
* | | | | Support animating attached properties.Michael Brasser2010-02-012-0/+46
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2010-01-2926-1070/+761
|\ \ \ \ \
| * | | | | Remove benchmarks that have been migrated to 4.6.Michael Brasser2010-01-297-1016/+0
| * | | | | Convert lists to variants on assignment.Aaron Kennedy2010-01-282-1/+21
| * | | | | Support builtin string converters in every contextAaron Kennedy2010-01-283-2/+298
| * | | | | Assigning undefined resets QObject propertiesAaron Kennedy2010-01-283-1/+50
| * | | | | Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-281-0/+93
| * | | | | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2010-01-2714-50/+299
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixes visibility update missing when doing setParentItem on graphicsitemLeonardo Sobral Cunha2010-01-261-0/+86
| | * | | | Stabilize tst_QGraphicsScene::polishItems2 (new test)Bjørn Erik Nilsen2010-01-261-2/+2
| | * | | | Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-251-2/+32
| | * | | | Another ASSERT while deleting spansGabriel de Dietrich2010-01-251-0/+8
| | * | | | Potential crash when adding items from QGraphicsWidget::polishEvent().Bjørn Erik Nilsen2010-01-221-2/+41
| | * | | | QGraphicsWidget is painted twice on the inital show.Bjørn Erik Nilsen2010-01-221-0/+25
| | * | | | revert parts of 10392eef4fd4f9Joerg Bornemann2010-01-221-26/+24
| | | |/ / | | |/| |
| | * | | Revert "Make an empty QUrl also be considered non-detached (d == 0)."Thiago Macieira2010-01-211-20/+0