aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQuickListViewPrivate::updateStickySections(): add missing null checkJ-P Nurmi2013-07-291-1/+1
* Resizing items out of the list viewport should not change the viewportAlbert Astals Cid2013-07-241-4/+6
* Update snap when snapMode changesAlbert Astals Cid2013-07-081-0/+1
* Item views: do not track the geometry of items being removedJ-P Nurmi2013-07-041-18/+10
* Doc: fix since QtQuick 5.1Tasuku Suzuki2013-06-101-1/+1
* Doc: corrections, spelling, and ListView requirements commentsDavid Fries2013-05-151-1/+1
* Doc: Fix some broken snippet pathsSze Howe Koh2013-05-061-1/+1
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-261-0/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-251-1/+3
|\
| * ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-221-1/+3
* | Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-9/+12
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Document that add transitions should not animate item heightBea Lam2012-08-031-2/+4
* Fix various broken links in documentationBea Lam2012-08-031-6/+6
* Use \b instead of \boldBea Lam2012-08-021-2/+2
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-271-0/+3
* Remove QListModelInterface.Andrew den Exter2012-07-251-1/+0
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-5/+5
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-041-26/+22
* Rename ListView *speed properties to *velocityBea Lam2012-06-261-24/+25
* Fix section delegates not updating when changed.Andrew den Exter2012-06-261-0/+21
* Position section headers correctly when section property changes.Andrew den Exter2012-06-261-0/+2
* Revert "Remove properties related to highlight speed"Bea Lam2012-06-251-6/+48
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-221-11/+18
* Remove properties related to highlight speedBea Lam2012-06-221-48/+6
* Create new documentation structureChris Adams2012-06-211-3/+3
* Update Flickable velocity/overbound for each axis independentlyMartin Jones2012-06-131-2/+2
* Set a non-zero default cacheBuffer.Martin Jones2012-06-131-2/+4
* Performance should always be better with cacheBufferMartin Jones2012-06-081-7/+7
* Don't emit moving and flicking signals unnecessarilyBea Lam2012-06-061-20/+8
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-9/+9
* Don't override "z" bindings for header and footerBea Lam2012-05-281-4/+2
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-8/+8
* Fix compile warningBea Lam2012-05-011-1/+1
* Fix content pos adjustment when resizing first itemBea Lam2012-05-011-0/+20
* Vertical layout direction for ListView and GridViewBea Lam2012-04-171-54/+149
* Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-131-1/+1
* Section comparison should be case insensitive.Martin Jones2012-03-281-4/+7
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-191-8/+17
* Ensure section header/footer are cleaned up.Martin Jones2012-03-191-4/+8
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-31/+31
* refilled items should be moved immediatelyBea Lam2012-03-101-4/+4
* Avoid using QQuickViewItem as base classBea Lam2012-03-101-9/+6
* ListView can freeze if flicked beyond its bounds.Martin Jones2012-03-071-14/+13
* Merge master <-> api_changesMatthew Vogt2012-03-051-104/+169
|\