summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-271-2/+0
|\
| * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalA...Joona Petrell2011-05-271-2/+0
* | Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
|/
* Merge branch '4.7' into qtquick11Martin Jones2011-03-011-1/+1
|\
| * ListView and GridView indexAt should use qreal coordinates.Martin Jones2011-02-231-1/+1
* | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-2/+5
* | Righ-to-left support for GridView and ListViewChristopher Ham2011-02-151-2/+9
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Add methods to position view at beginning or end.Martin Jones2011-01-111-0/+2
|/
* Update sections if model content changes.Martin Jones2010-10-121-0/+2
* Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-311-0/+1
* ListView.view and GridView.view properties should not be writable.Martin Jones2010-08-261-1/+1
* Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-261-2/+10
* Remove use of shared NOTIFY signalsMartin Jones2010-07-291-3/+4
* Don't export declarative private classesMartin Jones2010-07-011-2/+2
* Add ListView.nextSection attached propertyMartin Jones2010-06-301-1/+12
* Restore neutral movement state if a view is manually positioned.Martin Jones2010-06-241-0/+3
* Move Q_ENUMS to start of class declarationAaron Kennedy2010-05-171-1/+1
* QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-041-1/+1
* Add highlightMoveDuration to views.Martin Jones2010-04-081-0/+10
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Add missing semicolons. moc was confused and positionViewAtIndex not invokable.Yann Bodson2010-03-181-1/+1
* Add ListView and GridView.indexAt() methods to get the index at a point.Martin Jones2010-03-171-1/+3
* Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-1/+4
* Schedule view relayout after itemsInserted/Removed()Martin Jones2010-03-101-0/+1
* Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-081-2/+2
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-13/+25
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-0/+1
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+305