summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativetimer_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-191-1/+3
| | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* Add exports for BauhausThomas Hartmann2010-09-211-1/+1
| | | | | | The QmlDesigner(Bauhaus) should not rely on -nokia-developer Reviewed-by: Marco Bubke
* Don't export declarative private classesMartin Jones2010-07-011-1/+1
| | | | | Those required by creator are still exported. Everything else is no longer exported.
* Add parent property to TimerMartin Jones2010-04-161-0/+1
| | | | Task-number: QTBUG-9949
* Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-051-3/+6
| | | | Reviewed-by: akennedy
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+109
QDeclarativeXXX.