summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-3027-155/+320
|\
| * Correctly construct boolean JSValue'sAaron Kennedy2010-03-302-0/+38
| * WorkerScript was receiving events after deletion and trying to processBea Lam2010-03-301-7/+4
| * Make visual tests run on windowsMartin Jones2010-03-301-1/+2
| * Finished file rename of qdeclarative easefollow to smoothedanimationLeonardo Sobral Cunha2010-03-3017-19/+19
| * Change and rename qml EaseFollow to SmoothedAnimationLeonardo Sobral Cunha2010-03-309-31/+160
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-303-0/+5
|\ \
| * | Hack .pro files on windows to define QT_NO_EGLTom Cooksey2010-03-303-0/+5
* | | Fix QStaticText test on MacEskil Abrahamsen Blomfeldt2010-03-301-5/+5
|/ /
* | Fix QDate::isLeapYear() for years < 1John Layt2010-03-301-8/+42
* | One more test for chinese codecsOlivier Goffart2010-03-301-0/+39
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-3010-18/+399
|\ \ | |/ |/|
| * QScriptEngine: Fix reentrency involving creation and desctructions of QScript...Olivier Goffart2010-03-291-0/+21
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-296-3/+109
| |\
| | * QVarLenghtArray: add some API to be consistant to QVectorOlivier Goffart2010-03-291-0/+13
| | * Fix a bug in greek shaping causing infinite loopsLars Knoll2010-03-261-0/+36
| | * Stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaintGabriel de Dietrich2010-03-261-3/+6
| | * QMetaObject::normalizeType: Fix parsing of type which contains "const" in namesOlivier Goffart2010-03-262-0/+17
| | * QMetaObject::normalizeType: fix uses of const and template.Olivier Goffart2010-03-263-0/+37
| * | Make QStaticText layout lazyEskil Abrahamsen Blomfeldt2010-03-291-1/+1
| * | Change QStaticText::setMaximumSize() to setTextWidth()Eskil Abrahamsen Blomfeldt2010-03-291-19/+32
| * | Respect QPainter::pen() in QPainter::drawStaticText()Eskil Abrahamsen Blomfeldt2010-03-291-0/+90
| |/
| * Synchronize rich text and plain text code paths in QStaticTextEskil Abrahamsen Blomfeldt2010-03-261-0/+36
| * Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-03-2538-58/+2469
| |\
| * | itemChange() is now called when transformation properties change.Yoann Lopes2010-03-251-1/+80
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-2583-1343/+486
| |\ \
| | * | stabilize tst_QTreeView::taskQTBUG_9216_setSizeAndUniformRowHeightsWrongRepaintOlivier Goffart2010-03-251-0/+6
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-251-0/+30
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-241-0/+30
| | | |\ \
| * | | | | Fix QFontMetrics::height() and QFontMetrics autotestEskil Abrahamsen Blomfeldt2010-03-251-1/+1
| | |_|/ / | |/| | |
| * | | | Auto test for commit 4a4458d1cf5ec7885c6f63f739b7ee80c70ad211Gabriel de Dietrich2010-03-241-0/+30
* | | | | Fix qdeclarativedom::loadDynamicProperty testAaron Kennedy2010-03-301-6/+4
* | | | | Pass test.Warwick Allison2010-03-291-0/+14
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-297-4/+103
|\ \ \ \ \
| * | | | | Visual test fixes.Michael Brasser2010-03-295-4/+4
| * | | | | Relayout items when Flow size changes.Martin Jones2010-03-292-0/+99
* | | | | | test error code tooWarwick Allison2010-03-291-3/+5
|/ / / / /
* | | | | Remove "variant" QML propertiesAaron Kennedy2010-03-292-2/+0
* | | | | Fix crash in QDeclarativePropertyMap.Michael Brasser2010-03-291-0/+16
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-292-1/+10
|\ \ \ \ \
| * | | | | Add missing pro file.Michael Brasser2010-03-291-0/+7
| * | | | | Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-291-1/+3
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-29690-238/+387
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix svg and big image auto tests on win32.Martin Jones2010-03-293-2/+8
| * | | | | Run a subset of 'stable' visual tests.Michael Brasser2010-03-282-3/+12
| * | | | | Rename visual test to qmlvisual.Michael Brasser2010-03-28676-24/+17
| * | | | | Syntax and other small fixes for the visual tests.Michael Brasser2010-03-2821-177/+192
| * | | | | Autotest tweaks.Michael Brasser2010-03-285-2/+45
| * | | | | Don't set status to Ready until model has been created (currently thisBea Lam2010-03-281-11/+86
| * | | | | Fix qdeclarativeimage autotest on the mac.Yann Bodson2010-03-283-2/+9