aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickgridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add and use new animation backend.Michael Brasser2012-02-071-2/+7
* Must update columns when GridView geometry changesBea Lam2012-02-021-11/+18
* Fixes for removing before visibleBea Lam2012-02-011-3/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fixed crash in QDeclarativeGridViewMartin Jones2012-01-241-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-18/+35
* Insertions were calculating wrong insertion posBea Lam2012-01-181-19/+12
* Handle views with negative width/heightMartin Jones2012-01-161-16/+0
* Fix positioning issues and change content y repositioning behaviourBea Lam2012-01-091-24/+23
* 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-0/+5
* Fix some warnings.Martin Jones2011-12-071-1/+0
* Document headerItem and footerItem of ListView and GridView.Martin Jones2011-12-051-2/+23
* Say hello to QtQuick moduleKent Hansen2011-12-021-0/+1958