aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicklistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add generic "displaced" transition propertyBea Lam2012-02-291-17/+55
| * Separate view transition functionality into new fileBea Lam2012-02-281-13/+29
| * Don't create a separate section header for currentItemMartin Jones2012-02-271-52/+60
| * Clean up some of the view transition docsBea Lam2012-02-231-33/+36
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-30/+30
|/
* Take QDeclarativeTransition::enabled() into accountBea Lam2012-02-171-3/+3
* Built-in transition support for ListView & GridViewBea Lam2012-02-161-49/+368
* Add and use new animation backend.Michael Brasser2012-02-071-2/+6
* Must update columns when GridView geometry changesBea Lam2012-02-021-3/+0
* 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-17/+31
* Insertions were calculating wrong insertion posBea Lam2012-01-181-19/+13
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-091-22/+22
* Add itemAt(x,y) function to GridView and ListView.Martin Jones2012-01-061-0/+13
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Ensure items in ListView and GridViews viewport are visible.Andrew den Exter2011-12-201-4/+9
* Document headerItem and footerItem of ListView and GridView.Martin Jones2011-12-051-2/+22
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+2533