Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -87/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | We use JavaScript, not ECMAScript. | Martin Jones | 2010-02-03 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-7720 | ||||
* | Small doc fixes. | Martin Jones | 2009-11-25 | 1 | -2/+2 |
| | |||||
* | Doc improvments | Bea Lam | 2009-11-25 | 1 | -13/+18 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -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. |