summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepath_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Re-insert and emit the correct NOTIFY signals following the removalBea Lam2010-08-251-1/+4
| | | | of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4
* Remove wrong NOTIFY attribute.Olivier Goffart2010-08-191-1/+1
| | | | | They where related to not unreachable signals. It would cause the compilation to break
* Remove use of shared NOTIFY signalsMartin Jones2010-07-291-13/+28
| | | | | | | | | Sharing a NOTIFY signal can cause binding loop warnings with no apparent cause. Task-number: QTBUG-12333 Reviewed-by: Aaron Kennedy Reviewed-by: Michael Brasser
* Remove a few more unnecessary exports.Martin Jones2010-07-011-1/+1
|
* Don't export declarative private classesMartin Jones2010-07-011-7/+7
| | | | | Those required by creator are still exported. Everything else is no longer exported.
* Add notifier for PathPercent.valueYann Bodson2010-05-311-1/+1
|
* Fix path view update on startX(Y) changes in qmlLeonardo Sobral Cunha2010-04-291-0/+1
| | | | | Task-number: QTBUG-10290 Reviewed-by: Michael Brasser
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-3/+8
| | | | Reviewed-by: akennedy
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+262
QDeclarativeXXX.