summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepathview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QElapsedTimer rather than QTime::elapsed()Martin Jones2010-05-281-5/+5
* If a pathview delegate changes size, reposition center on pathMartin Jones2010-05-271-0/+15
* Add an example spinner.Martin Jones2010-05-131-2/+31
* Ensure PathView "attribute" attached properties are created correctlyMartin Jones2010-05-111-12/+30
* qdoc fixesYann Bodson2010-05-061-2/+2
* Document delegate life cycle.Martin Jones2010-05-051-1/+5
* docWarwick Allison2010-05-051-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-301-1/+6
|\
| * Fix assert in qdeclarativepathviewLeonardo Sobral Cunha2010-04-301-1/+6
* | Avoid regenerating PathView delegates needlesslyMartin Jones2010-04-301-2/+6
|/
* Doc: mention that size of delegate affects flicking performance.Martin Jones2010-04-301-0/+5
* Doc: make note about using clip: true in views slightly more prominent.Martin Jones2010-04-161-1/+1
* Complete item creation after its initial properties have been initialized.Martin Jones2010-04-141-2/+2
* Fix PathView crash.Michael Brasser2010-04-121-1/+1
* Add highlightMoveDuration to views.Martin Jones2010-04-081-2/+27
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-2/+2
* Fixes PathView compile warningsLeonardo Sobral Cunha2010-03-301-1/+1
* Finished file rename of qdeclarative easefollow to smoothedanimationLeonardo Sobral Cunha2010-03-301-1/+0
* Fix parenting after 6f88388db4e8e202780d789e66664ff824691948.Michael Brasser2010-03-301-2/+3
* Ensure currentIndex is updated when PathView items are removed/movedMartin Jones2010-03-291-8/+36
* Added highlight ranges/modes to PathViewMartin Jones2010-03-261-47/+239
* Really fix qMin() parameter types.Martin Jones2010-03-261-1/+1
* Ensure both qMin() parameters are the same type.Martin Jones2010-03-251-1/+1
* Begin dragging PathView up to the level (quality and functionality) of other ...Martin Jones2010-03-251-292/+349
* Change PathView offset property to use range 0 - 1.0Martin Jones2010-03-121-48/+48
* Add PathView.isCurrentIndex and PathView.view attached propertiesMartin Jones2010-03-081-70/+126
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-4/+22
* Set delegate Z before complete() so that view Z is overridden by delegate.Martin Jones2010-03-011-1/+5
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-1/+9
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+979