summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-1329-9/+305
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tests/auto/declarative/qmlparser/tst_qmlparser.cpp
| * More testsAaron Kennedy2009-05-132-0/+15
| |
| * More testsAaron Kennedy2009-05-128-1/+31
| |
| * Remove accidentally commited CXX flagsAaron Kennedy2009-05-121-1/+1
| |
| * More testsAaron Kennedy2009-05-1220-6/+257
| |
* | Add two more test cases to tst_qmlparser.Michael Brasser2009-05-125-1/+11
|/
* More QML testsAaron Kennedy2009-05-1229-2/+380
|
* Clean up qmlparser testAaron Kennedy2009-05-1246-234/+168
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-111-1/+1
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tests/auto/declarative/qmlbindengine/tst_qmlbindengine.cpp
| * Add support for removing anchors.Michael Brasser2009-05-111-1/+1
| | | | | | | | | | This makes it possible to remove an anchor that was previously set. Trying to set a new anchor after one was removed isn't working yet.
| * Add context property testAaron Kennedy2009-05-111-1/+29
| |
* | Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-1/+71
|/
* Detect binding loops.Michael Brasser2009-05-111-2/+37
| | | | | Don't crash when a looping binding has been established. Instead, print a warning and stop looping.
* Add simple loop detection to anchoring system.Michael Brasser2009-05-114-0/+81
|
* Add autotest for crash when compiling "Component {}"Kai Koehne2009-05-081-0/+9
|
* Autotest format conversion.Michael Brasser2009-05-0840-302/+582
|
* Get autotests compiling again. Start converting syntax.Michael Brasser2009-05-0812-68/+69
|
* Fix loading of components containing sub components through QmlDomKai Koehne2009-05-071-2/+11
| | | | | Pass a (optional) url to QmlDomDocument::load so that the compiler can find referenced components
* Add test case for QmlDom - loading a component with sub componentsKai Koehne2009-05-072-1/+17
| | | | | Right now QmlDomDocument::load returns false with error message "QmlDomDocument supports local types only"
* Extended the test for QmlDomValueValueSource.Erik Verbruggen2009-05-041-1/+15
|
* Added (failing) testcase for QmlDomValueValueSource.Erik Verbruggen2009-05-041-0/+19
|
* Fix script snippet in test exampleKai Koehne2009-05-041-1/+1
|
* Added simple autotests for QmlDom classesKai Koehne2009-04-302-0/+93
|
* Make declarative autotests compile.Aaron Kennedy2009-04-235-23/+23
| | | | No guarentees are made as to whether they pass.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-22136-0/+5072