summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/codingconventions.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-10/+10
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Added QML coding convention for "private" properties.Jerome Pasion2010-12-061-3/+15
| | | | | | Private properties start with two underscores. __property Reviewed-by: David Boddie
* 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.
* Doc: More work on the QML documentation.David Boddie2010-08-271-1/+1
|
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Doc improvementsBea Lam2010-05-111-1/+0
|
* Doc fixesBea Lam2010-04-301-3/+3
|
* Fix doc linksBea Lam2010-04-211-0/+1
|
* Rename section so that it's not linked to by references to "JavaScript"Bea Lam2010-04-151-1/+1
|
* doc fixesYann Bodson2010-04-121-2/+2
|
* Start documenting coding conventionsYann Bodson2010-04-121-0/+131
Task-number: QT-2845