summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativescalegrid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Optimization for sci file loading.Michael Brasser2010-06-011-2/+3
| | | | Reviewed-by: Martin Jones
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-1/+1
| | | | QTBUG-9726
* 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/+212
QDeclarativeXXX.