summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/codingconventions
Commit message (Collapse)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-5/+5
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Doc: More work on the QML documentation.David Boddie2010-09-145-5/+5
|
* Doc: Updated example license to three clause BSD license.David Boddie2010-06-105-139/+134
| | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Add license headers for .qml files.Jason McDonald2010-05-215-0/+205
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* import Qt 4.6 -> import Qt 4.7Yann Bodson2010-04-125-5/+5
|
* doc fixesYann Bodson2010-04-121-1/+1
|
* Start documenting coding conventionsYann Bodson2010-04-126-0/+136
Task-number: QT-2845