aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-121098-2843/+12478
* Remove references to demos.Casper van Donderen2011-07-111-9/+7
* Merge branch 'v8'Aaron Kennedy2011-07-0832-457/+1104
|\
| * Variants should compare as equalAaron Kennedy2011-07-014-2/+182
| * Merge branch 'master' into v8-cleanAaron Kennedy2011-07-016-5/+31
| |\
| * | Skip broken testAaron Kennedy2011-06-221-0/+2
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-221-0/+2
| |\ \
| * | | Make test more reliableAaron Kennedy2011-06-221-3/+3
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-2216-16/+885
| |\ \ \
| * | | | Reenable shared bindingsAaron Kennedy2011-06-201-1/+1
| * | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-171-1/+2
| |\ \ \ \
| * | | | | Fix autotestsAaron Kennedy2011-06-153-4/+6
| * | | | | Cleanup autotest pro fileAaron Kennedy2011-06-153-98/+109
| * | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-154-1/+75
| |\ \ \ \ \
| * | | | | | Update auto testsAaron Kennedy2011-06-146-91/+69
| * | | | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-1013-0/+327
| |\ \ \ \ \ \
| * | | | | | | Allow v8 autotest to run without QtAaron Kennedy2011-06-107-27/+177
| * | | | | | | Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-093-0/+141
| |\ \ \ \ \ \ \
| * | | | | | | | Allow methods to be changed by debuggerAaron Kennedy2011-06-081-0/+4
| * | | | | | | | Update error strings to match V8Aaron Kennedy2011-06-082-6/+6
| * | | | | | | | Implement ListModel in V8Aaron Kennedy2011-06-072-127/+118
| * | | | | | | | Dispose of WorkerScripts in correct IsolateAaron Kennedy2011-06-073-0/+32
| * | | | | | | | Merge branch 'master' into v8Michael Brasser2011-06-07166-2932/+2910
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Initial V8 integrationAaron Kennedy2011-06-0615-133/+431
* | | | | | | | | | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-08158-2762/+2762
* | | | | | | | | | Fix QSGBorderImage autotestsYann Bodson2011-07-073-9/+10
* | | | | | | | | | Fix QSGImage autotestsYann Bodson2011-07-073-42/+33
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fixed failure of tst_examples::namingConventionRohan McGovern2011-06-241-2/+0
* | | | | | | | | Improve failure message of tst_examples::namingConventionRohan McGovern2011-06-241-1/+4
* | | | | | | | | Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-231-2/+2
* | | | | | | | | Fix regression against 4.7Aaron Kennedy2011-06-234-0/+25
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Skip unreliable testAaron Kennedy2011-06-221-0/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix autotestsAaron Kennedy2011-06-224-15/+14
* | | | | | | QSKIP crashing tests until QTBUG-20017 is fixedAaron Kennedy2011-06-222-0/+3
* | | | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-208-4/+663
|\ \ \ \ \ \ \
| * | | | | | | Add "DELETE" support to XMLHttpRequestAaron Kennedy2011-06-204-3/+29
| * | | | | | | Add QDeclarativeChangeSet.Andrew den Exter2011-06-203-0/+632
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Don't leak memory in benchmarkAaron Kennedy2011-06-171-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-158-0/+210
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix QDeclarativeInstruction autotest failure.Michael Brasser2011-06-101-1/+1
| * | | | | Add QML translation autotests.Michael Brasser2011-06-108-0/+210
* | | | | | Fix failing test.Martin Jones2011-06-141-1/+1
* | | | | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-103-0/+74
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-06-091-0/+10
| * | | | Make TextEdit word selection more natural.Andrew den Exter2011-06-092-0/+44
| * | | | Ensure the TextEdit cursor delegate is repositioned on mouse events.Andrew den Exter2011-06-091-0/+20
| | |_|/ | |/| |
* | | | Add JavaScript benchmarkAaron Kennedy2011-06-1010-0/+310
* | | | Create property cache in case of Component{} rootAaron Kennedy2011-06-103-0/+17
|/ / /
* | / Optimized QDeclarativeScriptString constructor for QDeclarativeExpression.Michael Brasser2011-06-093-0/+141
| |/ |/|
* | Replace QPerformanceTimer with QElapsedTimer.Michael Brasser2011-06-035-100/+24