summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/declarative/codingconventions
Commit message (Collapse)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-016-12/+12
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-116-6/+6
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Consistent DocsAlan Alpert2011-01-131-3/+11
| | | | | | Example contradicted later docs. Fixed example. Task-number: QTBUG-16596
* Update copyright year to 2011.Jason McDonald2011-01-106-6/+6
| | | | Reviewed-by: Trust Me
* Added QML coding convention for "private" properties.Jerome Pasion2010-12-061-0/+49
| | | | | | Private properties start with two underscores. __property Reviewed-by: David Boddie
* 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