summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Renamed 'source' property from SpringFollow to 'to'Leonardo Sobral Cunha2010-04-084-11/+11
| | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-083-0/+80
| | | | |\ \
| | | | | * | Cleanup handling of errors in bindings and scriptsAaron Kennedy2010-04-083-0/+80
| | | | * | | Add running of examples to quality gate.Warwick Allison2010-04-082-3/+4
| | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-0813-4/+302
| | | | |\ \
| | | | | * | Fix tst_qdeclarativesmoothedanimation::behaviorLeonardo Sobral Cunha2010-04-081-2/+3
| | | | | * | Add SmoothedFollow element to qmlLeonardo Sobral Cunha2010-04-089-1/+279
| | | | | * | Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057edAaron Kennedy2010-04-082-1/+19
| | | | | * | Fix test.Michael Brasser2010-04-081-0/+1
| | | | * | | Test readonly valuetypes. Fails for field.Warwick Allison2010-04-085-0/+51
| | | | * | | Fix AnimatedImage for remote image test. Fix and test sourceSize property.Warwick Allison2010-04-083-0/+37
| | | | * | | Ignore current spurious warnings.Warwick Allison2010-04-081-0/+10
| | | | * | | unwarnWarwick Allison2010-04-081-0/+2
| | | | |/ /
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-084-13/+13
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0811-301/+286
| | | | | |\ \
| | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-084-78/+202
| | | | | |\ \ \
| | | | | * | | | Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-084-13/+13
| | | | * | | | | Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-081-4/+3
| | | | * | | | | Test import of a script requires qualifier.Warwick Allison2010-04-083-0/+6
| | | | * | | | | Remove error-tests of obsolete Script element.Warwick Allison2010-04-0825-120/+0
| | | | | |_|/ / | | | | |/| | |
| | | | * | | | Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-081-3/+1
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-083-20/+67
| | | | |\ \ \ \ | | | | | | |/ / | | | | | |/| |
| | | | | * | | Revert "Add QListModelInterface::modelReset() signal and emit this in"Bea Lam2010-04-081-20/+34
| | | | | * | | Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-082-0/+33
| | | | * | | | Remove usage of Script where not actually testing the obsolete construct.Warwick Allison2010-04-088-293/+279
| | | | * | | | Pass again, now that version must exist in order to be imported.Warwick Allison2010-04-082-5/+6
| | | | |/ / /
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-087-0/+123
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-089-192/+34
| | | | | |\ \
| | | | | | * | Revert "Support QList<QObject*> properties"Aaron Kennedy2010-04-087-192/+0
| | | | | | * | Document behavior of conflicting when clauses.Michael Brasser2010-04-082-0/+34
| | | | | * | | Don't emit clicked() after pressAndHold()Martin Jones2010-04-082-0/+44
| | | | | |/ /
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-087-0/+192
| | | | | |\ \
| | | | | | * | Support QList<QObject*> propertiesAaron Kennedy2010-04-087-0/+192
| | | | | * | | Fix setting of pointSize and pixelSize in different items.Martin Jones2010-04-083-0/+45
| | | | | |/ /
| | | | * | | Give error if attempt to import from a version that is not installed.Warwick Allison2010-04-081-3/+8
| | | | * | | Test actual error messages. Fix error messages. Test module-not-available error.Warwick Allison2010-04-081-57/+129
| | | | |/ /
| | | | * | Visual test updates.Michael Brasser2010-04-0711-3/+36
| | | | * | Make sure tests cleanup after themselves.Michael Brasser2010-04-073-3/+67
| | | | * | Disallow nested elements in ListModelAaron Kennedy2010-04-071-3/+5
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-075-34/+93
| | | | |\ \
| | | | | * | Allow iteration over the Item.children propertyAaron Kennedy2010-04-073-0/+68
| | | | | * | Add QListModelInterface::modelReset() signal and emit this inBea Lam2010-04-071-34/+20
| | | | | * | Expand test.Michael Brasser2010-04-071-0/+5
| | | | * | | Allow MouseArea.Drag.target to be reset.Martin Jones2010-04-072-6/+67
| | | | |/ /
| | | | * | Don't crash if a target isn't specified for AnchorChanges.Michael Brasser2010-04-062-0/+29
| | | | |/
| * | | | Add some TextInput properties and methodsAlan Alpert2010-04-1221-189/+4651
| | |_|/ | |/| |
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-129-10/+128
|\ \ \ \ | |_|/ / |/| | |
| * | | Autotest: Use the file in the non-writeable areaThiago Macieira2010-04-111-3/+3
| * | | Autotest: moved these to the qtest/ dirThiago Macieira2010-04-112-4/+3
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-04-092-2/+4
| |\ \ \