summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepath.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-3/+4
| | | | examples from class docs and improve assorted docs
* Add notifier for PathPercent.valueYann Bodson2010-05-311-1/+4
|
* Add an example spinner.Martin Jones2010-05-131-1/+3
| | | | | Also add missing increment/decrementCurrentIndex() slots to PathView, and tweak the number of points cached along a Path.
* Ensure PathView "attribute" attached properties are created correctlyMartin Jones2010-05-111-0/+11
| | | | | | | | If an item was created spontaneously (i.e. delegate is a package and some other view created the item), ensure its attached properties are correctly initialized. Task-number: QTBUG-10527
* Remove obsolete doc groupings.Michael Brasser2010-05-041-7/+0
|
* Fix path view update on startX(Y) changes in qmlLeonardo Sobral Cunha2010-04-291-0/+13
| | | | | Task-number: QTBUG-10290 Reviewed-by: Michael Brasser
* 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.
* Compile in namespaceAaron Kennedy2010-03-221-1/+1
|
* Remove dead performance measurement code from QMLAaron Kennedy2010-03-221-5/+0
|
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-1/+10
| | | | Reviewed-by: akennedy
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+849
QDeclarativeXXX.