aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-2/+3
|\
| * Fix origin for short reversed item viewsJohn Brooks2014-02-101-2/+2
| * Fix crash in header when regenerating view.Michael Brasser2014-01-301-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-1/+6
|\|
| * Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-191-1/+6
* | Add displayMarginBeginning/End to ListView and GridView.Martin Jones2013-12-111-2/+38
|/
* Also update viewport size when header/footer size changesRobin Burchell2013-11-261-0/+2
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-301-1/+1
* Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-1/+1
* Item views: do not track the geometry of items being removedJ-P Nurmi2013-07-041-4/+23
* Protect against null item at QQuickItemView::destroyingItemAlbert Astals Cid2013-04-301-2/+4
* No longer apply pending changes when accessing ItemView propertiesAlan Alpert2013-04-261-7/+6
* Fix lupdate-warning "Cannot invoke tr() like this".Friedemann Kleint2013-04-231-1/+1
* Merge branch 'dev' into stableSergio Ahumada2013-03-201-48/+68
|\
| * Fix displacement transition bug for horizontal caseGuenter Schwann2013-03-111-1/+1
| * Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-47/+67
* | QQuickItemView: Add guard before returning currentItem itemCaroline Chao2013-03-191-3/+1
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-271-1/+25
* Changing model after componentComplete should reset currentIndexMartin Jones2012-07-231-12/+3
* Fix item positioning with multiple removes before the visible area.Andrew den Exter2012-07-131-3/+4
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-041-16/+11
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-221-38/+24
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-221-4/+4
* Set a non-zero default cacheBuffer.Martin Jones2012-06-131-1/+6
* Fix view delegate parent binding regression.Martin Jones2012-06-121-0/+1
* Performance should always be better with cacheBufferMartin Jones2012-06-081-7/+16
* Remove unused performance flags.Michael Brasser2012-06-061-1/+0
* Clearing a view didn't reset content size.Martin Jones2012-05-311-7/+6
* Initialize data members in quick.Martin Jones2012-05-291-0/+1
* Don't parent (QObject) delegate items to views.Andrew den Exter2012-05-281-2/+0
* Don't override "z" bindings for header and footerBea Lam2012-05-281-3/+6
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-141-8/+12
* Move check for whether a layout is already in progressBea Lam2012-05-091-11/+13
* Only run populate for items in model at creationBea Lam2012-04-231-2/+4
* Don't initiate delegate incubation in delegate creation frames.Martin Jones2012-04-201-6/+13
* Vertical layout direction for ListView and GridViewBea Lam2012-04-171-112/+137
* Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-131-3/+3
* Buffer changes received during layout()Bea Lam2012-03-271-3/+29
* Fix margins for right-to-left modeBea Lam2012-03-211-7/+5
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-191-7/+4
* Don't crash view while changing model.Martin Jones2012-03-191-1/+1
* ListView.contentHeight does not include header and footer item heightsMartin Jones2012-03-131-2/+3
* refilled items should be moved immediatelyBea Lam2012-03-101-2/+2
* Avoid using QQuickViewItem as base classBea Lam2012-03-101-19/+86
* Fix setting of target lists when target Transition is not setBea Lam2012-03-071-47/+12
* Merge master <-> api_changesMatthew Vogt2012-03-051-773/+148
|\
| * Fix crash when transition finishes after view is deletedBea Lam2012-03-011-0/+2