summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelayoutitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | | | | | | 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
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-7/+0
|
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
| | | | ...and a set of functional group pages.
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-1/+4
| | | | examples from class docs and improve assorted docs
* Rename example layoutItem -> layoutitem and improve docsBea Lam2010-05-311-5/+6
|
* Update old keyword in docsAlan Alpert2010-05-191-1/+1
|
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+114
QDeclarativeXXX.