summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepathview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Converting accidental use of doubles to qreal in declarativemread2011-10-051-14/+14
* ListView segmentation fault when setting highlight to nullMartin Jones2011-05-301-1/+3
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-0/+3
|\
| * Views do not notify count changes properlyMartin Jones2011-05-051-0/+3
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/
* PathView offset out of sync with currentIndex when items are removed.Martin Jones2011-04-271-0/+2
* PathView doesn't update if preferred highlight range changes.Martin Jones2011-03-171-0/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-101-16/+28
|\
| * PathView items were not correctly updated when rootIndex changed.Martin Jones2011-02-101-16/+28
* | 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