summaryrefslogtreecommitdiffstats
path: root/tools/qml/qmlruntime.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tune plugin import mechanismmae2010-04-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | In shadow build environments, we cannot enforce that shared library objects for plugins are located in the same directory as the qmldir file. This makes it hard for Creator to support mixed projects (qml/c++). In order to gain more flexibility, the patch introduces a pluginPathList to QDeclarativeEngine, which completes the existing importsPathList. The pluginPathList defaults to ["."], which indicates the directory where the qmldir file is located in. The qml viewer tool gains a command line option -P to add to the pluginPathList. For consistency, the -L option ("Library") has been renamed to -I ("Import"). QDeclarativeEngine::importExtension() has been renamed to QDeclarativeEngine::importPlugin(). The documentation has been adjusted accordingly. Done with erikv. Reviewed-by: erikv
* Minor cleanup for visual test framework.Michael Brasser2010-03-311-1/+1
|
* Fix viewer resizing on reload and File->openMartin Jones2010-03-301-17/+16
| | | | Task-number: QTBUG-9325
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-5/+0
|
* Don't destroy cookie jar until while someone may be using it.Martin Jones2010-03-181-24/+34
|
* Enable GL samplebuffers by default on Mac OS XAaron Kennedy2010-03-121-0/+5
|
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-1/+1
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+1468
QDeclarativeXXX.