summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmldom
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-247-1338/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-161-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| | * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Make QmlDom API internalKai Koehne2010-02-181-1/+1
|/ / | | | | | | | | | | | | It's still used by QmlDesigner, therefore the symbols have to be exported. Task-number: QTBUG-6845
* | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6Friedemann Kleint2010-02-161-1/+1
|/ | | | Fix messages in test data.
* Fix declarative/qmldom::loadDynamicProperty autotestLeonardo Sobral Cunha2010-02-111-1/+1
| | | | Reviewed-by: akennedy
* Rename QML Object to QtObjectAaron Kennedy2009-11-191-3/+3
|
* QmlDom testsAaron Kennedy2009-11-111-0/+120
|
* QmlDom testsAaron Kennedy2009-11-112-0/+932
|
* fix headersWarwick Allison2009-10-291-0/+40
|
* Make more mac friendlyAaron Kennedy2009-10-281-0/+2
|
* Add support for value interceptors to the DOM.Michael Brasser2009-10-261-3/+27
|
* Follow -> SpringFollowWarwick Allison2009-10-081-2/+2
|
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-0/+2
| | | | | New QmlDomObject::objectTypeMajorVersion && objectTypeMinorVersion accessors expose import library information.
* Fix qmldom test casesKai Koehne2009-08-211-33/+44
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-234-0/+8
| | | | | Adjust examples and demos accordingly. As per QT-558
* Expose qml import statements in QmlDomKai Koehne2009-07-155-2/+44
|
* Fix broken qmldom autotestsKai Koehne2009-07-152-0/+6
|
* 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