summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
| | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason.
* 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
| | | | Provides more control over where and how the view is positioned.
* Schedule view relayout after itemsInserted/Removed()Martin Jones2010-03-101-1/+1
| | | | | So that they handle model changes involving multiple insertion and deletion without entering the event loop.
* Initialize member variable in QDeclarativeGridViewAttachedMartin Jones2010-03-091-1/+1
| | | | Task-number: QT-3062
* Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-091-0/+27
| | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779
* Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-081-1/+0
| | | | Also some minor perf improvements by avoiding signal/slot connection
* Remove unnecessary additional hash of QDeclarativeGridViewAttachedMartin Jones2010-03-041-16/+3
|
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-7/+13
| | | | Reviewed-by: akennedy
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-0/+1
| | | | Task-number: QTBUG-8494
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+222
QDeclarativeXXX.