aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add generic "displaced" transition propertyBea Lam2012-02-291-0/+16
| * Separate view transition functionality into new fileBea Lam2012-02-281-771/+119
| * Incubators are not async with the threaded renderer.Martin Jones2012-02-281-0/+6
| * Don't create a separate section header for currentItemMartin Jones2012-02-271-6/+9
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-59/+59
|/
* Fix condition check against wrong variableBea Lam2012-02-211-1/+1
* cacheBuffer makes delegates appear briefly in wrong positionMartin Jones2012-02-211-0/+2
* Fix gcc compiler warnings.Friedemann Kleint2012-02-211-1/+2
* Take QDeclarativeTransition::enabled() into accountBea Lam2012-02-171-45/+54
* Check pending changes before they are reset, not afterBea Lam2012-02-171-3/+3
* Built-in transition support for ListView & GridViewBea Lam2012-02-161-35/+1091
* Section header is not made visible when changing currentIndex.Martin Jones2012-02-071-3/+5
* Incorrect initial pos after resizing view with margins.Martin Jones2012-02-021-19/+26
* Must update columns when GridView geometry changesBea Lam2012-02-021-0/+3
* Fixes for removing before visibleBea Lam2012-02-011-4/+10
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Fix lockup in views due to endless polish loop.Martin Jones2012-01-201-44/+37