Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update docs on importing javascript files | Bea Lam | 2010-12-20 | 1 | -1/+3 |
| | |||||
* | Some doc clarification for components and javascript integration | Bea Lam | 2010-12-06 | 1 | -3/+2 |
| | |||||
* | Qt.include() docs weren't being picked up by qdoc | Bea Lam | 2010-12-06 | 1 | -0/+25 |
| | | | | | | | This moves the Qt.include() docs to qdeclarativeengine.cpp and also documents it in the "Integrating JavaScript" page. Task-number: QTBUG-15855 | ||||
* | Add 'Writing New Components' docs, and document the connect() function. | Bea Lam | 2010-12-03 | 1 | -0/+19 |
| | | | | | | | | The 'Writing QML Components' is mainly a restructuring of the 'Extending types from QML' page. It also documents the signal connect() function that was previously undocumented. Task-number: QTBUG-15718, QTBUG-15138 | ||||
* | Doc: Fixed the in-repository licenses for the documentation. | David Boddie | 2010-10-04 | 1 | -5/+5 |
| | | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files. | ||||
* | Document difference between property binding and assignment | Bea Lam | 2010-09-08 | 1 | -0/+34 |
| | | | | Task-number: QTBUG-12629 | ||||
* | Document 'this' as undefined in QML | Martin Jones | 2010-07-27 | 1 | -0/+25 |
| | | | | | Task-number: QTBUG-12396 Reviewed-by: Aaron Kennedy | ||||
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 1 | -6/+8 |
| | |||||
* | Collection of small doc improvements | Martin Jones | 2010-04-23 | 1 | -0/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2010-04-16 | 1 | -2/+2 |
| | |||||
* | Documentation typo. | Yann Bodson | 2010-04-16 | 1 | -8/+8 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-04-12 | 1 | -29/+29 |
|\ | | | | | | | | | Conflicts: doc/src/declarative/javascriptblocks.qdoc | ||||
| * | Start documenting coding conventions | Yann Bodson | 2010-04-12 | 1 | -36/+36 |
| | | | | | | | | Task-number: QT-2845 | ||||
* | | Doc fixes | Bea Lam | 2010-04-12 | 1 | -10/+9 |
|/ | |||||
* | Doc fixes | Bea Lam | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Fix doc link | Bea Lam | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2010-03-24 | 1 | -0/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2010-03-23 | 1 | -75/+100 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -2/+2 |
| | | | | QDeclarativeXXX. | ||||
* | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | Reviewed-by: Trust Me | ||||
* | We use JavaScript, not ECMAScript. | Martin Jones | 2010-02-03 | 1 | -0/+225 |
Task-number: QTBUG-7720 |