summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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-294-1/+41
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-295-3/+18
| |\ \ \ \ \ \
| | * | | | | | Add missing pro file.Michael Brasser2010-03-291-0/+7
| | * | | | | | Don't emit QDeclarativePropertyMap::valueChanged() before the value hasMichael Brasser2010-03-291-1/+3
| * | | | | | | Optimization: Don't use QVariant in QDeclarativeVMEMetaObjectAaron Kennedy2010-03-292-0/+31
* | | | | | | | 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
* | | | | | | docWarwick Allison2010-03-281-0/+3
|/ / / / / /
* | | | | | QTBUG-9367 has been fixed. Expect pass.Warwick Allison2010-03-281-1/+0
* | | | | | Source resizing for QDeclarativeImageProvider too.Warwick Allison2010-03-281-10/+20
* | | | | | Installed imports are no longer searched relative to caller.Warwick Allison2010-03-281-0/+1
* | | | | | Recompute the source location of regexp literals.Roberto Raggi2010-03-261-1/+1
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-265-12/+16
|\ \ \ \ \ \
| * | | | | | Added highlight ranges/modes to PathViewMartin Jones2010-03-265-12/+16
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-2657-74/+2956
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Test and fix order of transform application.Warwick Allison2010-03-261-4/+10
| * | | | | | Test transforms.Warwick Allison2010-03-261-0/+21
| * | | | | | sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-261-4/+3
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-266-8/+27
| |\ \ \ \ \ \
| | * | | | | | Update test.Michael Brasser2010-03-261-3/+1
| | * | | | | | Add autotest for QTBUG-9367.Michael Brasser2010-03-263-0/+23
| | * | | | | | Remove Q prefix from the validators.Michael Brasser2010-03-262-5/+3
| * | | | | | | Control of image rendered size (esp. SVG).Warwick Allison2010-03-266-8/+112
| |/ / / / / /
| * | | | | | Fix where data() is called before xml is loaded. Also add status tests.Bea Lam2010-03-251-0/+43
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-2544-58/+2748
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Use QTRY_COMPARE after QTest::qWaitForWindowShown()Kent Hansen2010-03-251-1/+1
| | * | | | | QtScript: Add API for reporting additional memory costsKent Hansen2010-03-251-0/+19
| | * | | | | Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-2588-1343/+630
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Fix CI sytem build breakage.Morten Johan Sørvig2010-03-251-0/+0
| | * | | | | Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-251-0/+10
| | * | | | | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-241-0/+0
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Do not use _NET_ACTIVE_WINDOW for nonmanaged windows.Denis Dzyubenko2010-03-241-1/+1
| | * | | | | QtScript: Add QObjectWrapOption for not exposing slotsKent Hansen2010-03-241-0/+87
| | * | | | | Add unit tests for QTranslator.David Sansome2010-03-243-1/+25
| | * | | | | Revert "Optimized QLocale to access system locale on demand."Morten Johan Sørvig2010-03-241-6/+0
| | * | | | | Mac: new auto test: macnativeeventsRichard Moe Gustavsen2010-03-248-0/+1317