summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/javascriptblocks.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Update docs on importing javascript filesBea Lam2010-12-201-1/+3
|
* Some doc clarification for components and javascript integrationBea Lam2010-12-061-3/+2
|
* Qt.include() docs weren't being picked up by qdocBea Lam2010-12-061-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 Lam2010-12-031-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 Boddie2010-10-041-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 assignmentBea Lam2010-09-081-0/+34
| | | | Task-number: QTBUG-12629
* Document 'this' as undefined in QMLMartin Jones2010-07-271-0/+25
| | | | | Task-number: QTBUG-12396 Reviewed-by: Aaron Kennedy
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Replace usage of print() with console.log().Michael Brasser2010-04-231-6/+8
|
* Collection of small doc improvementsMartin Jones2010-04-231-0/+3
|
* DocAaron Kennedy2010-04-161-2/+2
|
* Documentation typo.Yann Bodson2010-04-161-8/+8
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-04-121-29/+29
|\ | | | | | | | | Conflicts: doc/src/declarative/javascriptblocks.qdoc
| * Start documenting coding conventionsYann Bodson2010-04-121-36/+36
| | | | | | | | Task-number: QT-2845
* | Doc fixesBea Lam2010-04-121-10/+9
|/
* Doc fixesBea Lam2010-04-091-1/+1
|
* Fix doc linkBea Lam2010-03-291-1/+1
|
* DocAaron Kennedy2010-03-241-0/+1
|
* DocAaron Kennedy2010-03-231-75/+100
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-2/+2
| | | | QDeclarativeXXX.
* Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|
* Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | Reviewed-by: Trust Me
* We use JavaScript, not ECMAScript.Martin Jones2010-02-031-0/+225
Task-number: QTBUG-7720