summaryrefslogtreecommitdiffstats
path: root/tools/qml/qmlruntime.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.