summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests: remove unnecessary calls to QML_DECLARE_TYPEBea Lam2010-04-191-2/+0
|
* Should work now, don't skip.Warwick Allison2010-04-151-1/+0
|
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+1
|
* Test imports with realistic paths (previously passed accidentally).Warwick Allison2010-03-224-4/+5
| | | | Fix failure when import path is ancestor dir of other import path.
* Skip until after CI succeedsMartin Jones2010-03-191-0/+3
|
* remove debuggerWarwick Allison2010-03-031-1/+0
|
* Introduced QDeclarativeExtensionPlugin::registerTypes(uri).Roberto Raggi2010-02-254-8/+6
| | | | | | Now, you have to reimplement registerTypes(uri) to expose native QML types, and initializeEngine(engine,uri) to add instances to the QML engine's root context.
* Simplify QML element registration headersAaron Kennedy2010-02-241-0/+1
|
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-4/+4
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-246-0/+225
QDeclarativeXXX.