aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickitemview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Insertions were calculating wrong insertion posBea Lam2012-01-181-44/+70
* Handle views with negative width/heightMartin Jones2012-01-161-3/+7
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-091-89/+96
* Add itemAt(x,y) function to GridView and ListView.Martin Jones2012-01-061-0/+12
* 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-0/+1
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+1732