summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscript.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-87/+0
| | | | QDeclarativeXXX.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* We use JavaScript, not ECMAScript.Martin Jones2010-02-031-1/+1
| | | | Task-number: QTBUG-7720
* Small doc fixes.Martin Jones2009-11-251-2/+2
|
* Doc improvmentsBea Lam2009-11-251-13/+18
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Make Script an instrinsic typeAaron Kennedy2009-10-071-0/+82
This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts.