summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativefocusscope.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-5/+0
|
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+2
| | | | ...and a set of functional group pages.
* Docs - add more links to relevant examplesBea Lam2010-06-301-0/+2
| | | | Task-number: QTBUG-11754
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* Minor construction optimizations.Michael Brasser2010-03-111-1/+4
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+71
QDeclarativeXXX.