aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickgridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-9/+12
* Fixing a mistake in the GridView documentationFabian Bumberger2013-01-141-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-291-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Document that add transitions should not animate item heightBea Lam2012-08-031-2/+4
* Fix various broken links in documentationBea Lam2012-08-031-4/+4
* Use \b instead of \boldBea Lam2012-08-021-10/+10
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Add SnapPosition mode to positionViewAtIndex() in List/GridView.Martin Jones2012-07-271-0/+3
* Remove QListModelInterface.Andrew den Exter2012-07-251-1/+0
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-161-6/+6
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-041-4/+2
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-221-6/+13
* Create new documentation structureChris Adams2012-06-211-1/+1
* Update Flickable velocity/overbound for each axis independentlyMartin Jones2012-06-131-2/+2
* Set a non-zero default cacheBuffer.Martin Jones2012-06-131-2/+4
* Performance should always be better with cacheBufferMartin Jones2012-06-081-6/+6
* Don't emit moving and flicking signals unnecessarilyBea Lam2012-06-061-17/+5
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-061-1/+1
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-8/+8
* Fix nested GridView key navigation with a single row or column.Andrew den Exter2012-05-291-1/+1
* Don't override "z" bindings for header and footerBea Lam2012-05-281-4/+2
* Doc: Sanitized QML typesNico Vertriest2012-05-241-1/+1
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-091-8/+8
* Vertical layout direction for ListView and GridViewBea Lam2012-04-171-102/+277
* Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-131-1/+1
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-191-8/+17
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-27/+27
* refilled items should be moved immediatelyBea Lam2012-03-101-4/+4
* Avoid using QQuickViewItem as base classBea Lam2012-03-101-11/+7
* ListView can freeze if flicked beyond its bounds.Martin Jones2012-03-071-0/+4
* Merge master <-> api_changesMatthew Vogt2012-03-051-52/+111
|\
| * Add generic "displaced" transition propertyBea Lam2012-02-291-17/+57
| * Separate view transition functionality into new fileBea Lam2012-02-281-13/+29
| * Clean up some of the view transition docsBea Lam2012-02-231-33/+36
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-17/+17
|/
* Take QDeclarativeTransition::enabled() into accountBea Lam2012-02-171-3/+3
* Built-in transition support for ListView & GridViewBea Lam2012-02-161-44/+372
* 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