summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fixup mistakes following renaming filesAaron Kennedy2009-10-3013-21/+21
|
* Make private headers _pAaron Kennedy2009-10-3020-33/+33
|
* Rename qfx files to qmlgraphics filesAaron Kennedy2009-10-3022-29/+29
|
* Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-3018-325/+325
|
* Add attached properties typeinfoAaron Kennedy2009-10-292-0/+2
|
* Testcase for warnings at shutdownAaron Kennedy2009-10-292-0/+30
|
* Avoid unnecessary viewport scrolling when bringing currentItem into view.Martin Jones2009-10-291-0/+1
| | | | Task-number: QT-2399
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-282-1/+28
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * missing commitWarwick Allison2009-10-281-0/+27
| |
| * Mac-safe sanity check.Warwick Allison2009-10-281-1/+1
| | | | | | | | QT-2398 fix
* | Add missing fileAlan Alpert2009-10-281-0/+8
|/ | | | Task-number: QT-2401
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-282-4/+44
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-2832-7/+98
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Test visibility.Warwick Allison2009-10-282-4/+16
| | | | | | | | | | | | Add refs back to JIRA items.
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-282-0/+14
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-278-2/+102
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Test remote QML contentWarwick Allison2009-10-271-0/+28
| | | | | | | | | | | | | | | | | | | | (test data will appear on qt-test-server.qt-test-net shortly)
* | | | | Make test more robustAaron Kennedy2009-10-281-8/+17
| |_|_|/ |/| | |
* | | | Make more mac friendlyAaron Kennedy2009-10-2829-6/+51
| | | |
* | | | WhoopsAaron Kennedy2009-10-281-1/+0
| | | |
* | | | Ensure all tests appear in pro fileAaron Kennedy2009-10-281-0/+3
| | | |
* | | | Test for QT-2373Aaron Kennedy2009-10-283-0/+44
| |_|/ |/| | | | | | | | Ensure that transient binding errors are not displayed.
* | | Support return values in synthesized methodsAaron Kennedy2009-10-272-0/+14
| |/ |/|
* | Alias cleanup testcaseAaron Kennedy2009-10-272-0/+41
| |
* | Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-273-0/+41
| |
* | Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-275-2/+20
|/ | | | This crashed as the metatype of QVariant is -1.
* Add support for value interceptors to the DOM.Michael Brasser2009-10-261-3/+27
|
* Clear exceptions after a binding evaluationAaron Kennedy2009-10-232-0/+28
|
* Autotest for QfxAnimatedImageDamian Jansen2009-10-233-0/+61
|
* Fix test failures.Aaron Kennedy2009-10-222-3/+9
| | | | Also add a test for script errors within signal handlers.
* Use the correct context when resolving alias propertiesAaron Kennedy2009-10-223-0/+32
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-224-1/+57
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Support assigning scripts to QML propertiesAaron Kennedy2009-10-224-1/+57
| |
* | Test createQmlObject URL resolution (must be relative to calling context).Warwick Allison2009-10-223-11/+25
|/ | | | | | Task-number:QT-2339 See also c1a241652c587e6da92bf853608aed37938e1e48 Also make test more data-driven (and hence independently reported).
* Give QmlPropertyMap a more complete API.Michael Brasser2009-10-211-9/+42
|
* Rename QBindableMap to QmlPropertyMap.Michael Brasser2009-10-212-12/+12
| | | | Task-number: QT-2316
* Update qfxtext/elide/multilength.qml test, commit X11 visuals.Warwick Allison2009-10-203-1/+303
|
* Fix 5ab4ccf0e0d3618e799dcfc82bd7fcf3fd560e78Warwick Allison2009-10-201-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-166-7/+59
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-154-3/+29
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Final can be longer.Warwick Allison2009-10-151-1/+1
| | |
| | * Multilength strings test.Warwick Allison2009-10-151-0/+20
| | |
| | * Fix for when multiple tests share a data director.Warwick Allison2009-10-151-1/+1
| | |
| | * Test Unicode namespaceWarwick Allison2009-10-152-0/+6
| | |
| | * Fix (was creating lower-case).Warwick Allison2009-10-151-2/+2
| | |
| * | Add cursorDelegate test to QFxTextInput autotestsAlan Alpert2009-10-152-4/+27
| | | | | | | | | | | | | | | Also cleaned up the QFxTextEdit version, and fixed a bug the new test uncovered.
| * | Make tests 'pass' for qfxtextedit and qfxtextinputAlan Alpert2009-10-152-0/+3
| |/ | | | | | | | | One test is acutally XFAIL instead of PASS, because what it is 'testing' hasn't been implemented yet.
* | Fix failing test on case insensitive filesystemsAaron Kennedy2009-10-152-2/+2
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-143-2/+75
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-146-11/+28
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui