summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativetimeline.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed spelling mistakes in documented functions, classes, etc. Part of ↵Jerome Pasion2010-07-291-2/+2
| | | | QTBUG-11938 and QTBUG-10801
* Remove obsolete doc groupings.Michael Brasser2010-05-041-2/+0
|
* Avoid divisions by zero in qdeclarativetimelineLeonardo Sobral Cunha2010-04-301-3/+10
| | | | Reviewed-by: Martin Jones
* 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/+942
QDeclarativeXXX.