summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepathview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-091-1/+1
|\
| * PathView regression: dragging the path didn't update currentIndexMartin Jones2011-02-091-1/+1
* | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2011-01-211-3/+16
|\ \
| * | Doc: Fixed invalid/incomplete QML code snippets.David Boddie2011-01-171-1/+1
| |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| * PathView: update modelCount before attempting to regenerate delegates.Martin Jones2011-01-061-1/+3
| * Improve docs on attached properties on view delegates.Martin Jones2010-12-231-0/+9
| * Ensure PathView doesn't jump when starting to drag.Martin Jones2010-12-231-1/+3
* | Doc: Fixed the syntax of QML code snippets.David Boddie2011-01-211-7/+7
|/
* PathView: removing the currentIndex could make it invalid.Martin Jones2010-12-101-1/+1
* Fix regression due to 6cf397f7ac35a058096528a7ad8bfaf623b30747Martin Jones2010-11-161-0/+1
* Doc: Remove default from PathView path propertyMartin Jones2010-11-161-1/+0
* Fix PathView key navigation docs.Martin Jones2010-11-121-1/+15
* Ensure increment/decrementCurrentIndex always move items in the correct direc...Martin Jones2010-11-121-9/+21
* Run util/normalize on src/declarative.Yann Bodson2010-10-261-2/+2
* Fix dragging items within a PathViewMartin Jones2010-10-071-3/+3
* Fix setting PathView offset when all visible items are removed.Martin Jones2010-10-071-0/+2
* Ensure PathView updates positions when path changes.Michael Brasser2010-10-061-2/+15
* PathView didn't accept mouse events, preventing it from working in a Flickable.Martin Jones2010-09-171-75/+108
* Moving items in a PathView caused PathView.onPath to be set to false.Martin Jones2010-09-171-3/+5
* Doc: More work on the declarative API documentation.David Boddie2010-09-131-2/+2
* Fix PathView item position on insertion and removal.Martin Jones2010-09-061-125/+160
* Fix PathView when setting an empty model that is later filled.Michael Brasser2010-08-241-1/+2
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-101-3/+3
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-041-5/+114
| |\
| * | Doc: Fixed QML documentation errors.David Boddie2010-07-161-3/+3
* | | PathView required some diagonal movement before a drag was initiated.Martin Jones2010-08-091-1/+1
| |/ |/|
* | Add missing imageBea Lam2010-07-301-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-291-1/+4
|\ \
| * | Document elements that are focus scopes.Yann Bodson2010-07-291-1/+4
* | | Add moving and flicking properties to PathViewMartin Jones2010-07-291-1/+107
|/ /
* | Missed the actual change in 5572ec653fe735c4f413195c1ef34382aa8c6105Martin Jones2010-07-191-2/+2
|/
* docsBea Lam2010-07-071-0/+4
* doc: note that calling methods before component completion may have no effectMartin Jones2010-06-231-0/+4
* Document attached propertiesBea Lam2010-06-101-0/+7
* Ensure PathView mappedRange is updated when pathItemCount changes.Martin Jones2010-06-031-0/+1
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-1/+11
* 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