aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix QQuickPathViewPrivate::snapToIndex()J-P Nurmi2015-10-221-5/+5
* Remove ordered list assumptions in PathViewAlan Alpert2015-05-181-47/+112
* PathView: use qt.quick.itemview.lifecycle logging categoryShawn Rutledge2015-03-131-3/+17
* Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-2/+3
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-7/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Check for "c" being a nullptr in all placesHolger Hans Peter Freyther2015-01-141-1/+1
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-291-1/+5
* PathView: Fix QML engine thinking currentItem is null when it's notSérgio Martins2014-10-101-0/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-121-5/+12
|\
| * Synchronize PathView gesture grabbing with other items.Martin Jones2014-08-061-5/+12
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-0/+10
|\|
| * Schedule layout changes to avoid refill() recursion.Mitch Curtis2014-07-241-0/+10
* | Fix QQmlDelegateModelChangeArrayLars Knoll2014-07-221-2/+2
|/
* QQuickItemView/QQuickPathView: Fix creation of delegatesAlbert Astals Cid2014-04-181-0/+2
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-15/+27
* Flickable: Use increased default flick parameters on BB10Oleg Shparber2013-12-111-16/+1
* moveOffset in QQuickPathView::modelUpdated uninitializedMarco Bubke2013-11-091-1/+1
* Doc: Fix broken linksSze Howe Koh2013-11-051-1/+1
* Remove ancient and unused leftoversGunnar Sletta2013-10-221-5/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-37/+37
* Fix PathView stealing mouse grab from its child items.Andrew den Exter2013-10-011-11/+22
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* Doc: PathView::currentItem is an Item, not an int.David Faure2013-09-171-4/+4
* Doc: Clean up docs for PathView.highlightRangeMode enum valuesTopi Reinio2013-08-011-16/+19
* Fix lupdate-warning "Cannot invoke tr() like this".Friedemann Kleint2013-04-231-1/+1
* Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-33/+51
* Fix crash in PathViewTasuku Suzuki2013-01-181-3/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add cacheItemCount property to PathViewMartin Jones2012-08-281-52/+115
* Various small doc fixes and improvementsBea Lam2012-08-091-0/+4
* Fix various broken links in documentationBea Lam2012-08-031-3/+3
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Remove QListModelInterface.Andrew den Exter2012-07-251-1/+0
* Add methods to PathView: positionViewAtIndex(), indexAt(), itemAt()Martin Jones2012-07-231-0/+150
* Changing PathView model after componentComplete should reset positionMartin Jones2012-07-231-23/+37
* QQuickCanvas renamesAlan Alpert2012-07-171-2/+2
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-4/+4
* PathView needs drag events similar to FlickableMartin Jones2012-07-041-1/+47
* PathView element with 1 item moves in wrong direction when dragged rightMartin Jones2012-06-271-2/+2
* Changing PathView offset doesn't set currentIndex appropriatelyMartin Jones2012-06-271-1/+3
* Create new documentation structureChris Adams2012-06-211-1/+1
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-2/+3
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-5/+5
* Reset the PathView currentIndex to 0 when all items are removed.Andrew den Exter2012-05-311-11/+9
* Fix PathView not updating after all items are removed from the model.Andrew den Exter2012-05-281-1/+3
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-281-2/+0