Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add highlightRangeMode and snapMode to GridView. | Martin Jones | 2010-03-09 | 1 | -20/+357 |
| | | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779 | ||||
* | Remove code dupliation in fixupX/Y(), flickX/Y() | Martin Jones | 2010-03-08 | 1 | -15/+18 |
| | | | | Also some minor perf improvements by avoiding signal/slot connection | ||||
* | Documented view behavior when items are removed from start of view. | Martin Jones | 2010-03-04 | 1 | -0/+12 |
| | | | | Task-number: QTBUG-7694 | ||||
* | Remove unnecessary additional hash of QDeclarativeGridViewAttached | Martin Jones | 2010-03-04 | 1 | -5/+4 |
| | |||||
* | Fix spelling. | Martin Jones | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Document that the views do not set clip: true. | Martin Jones | 2010-03-04 | 1 | -0/+5 |
| | | | | Task-number: QT-2942 | ||||
* | 'on' syntax fixes | Yann Bodson | 2010-03-03 | 1 | -3/+3 |
| | |||||
* | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 1 | -1/+11 |
| | | | | Reviewed-by: akennedy | ||||
* | Replace remaining QGuard usage with QDeclarativeGuard. | Michael Brasser | 2010-03-01 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-03-01 | 1 | -0/+1 |
|\ | |||||
| * | Merge remote branch 'origin/master' into 4.7 | Thiago Macieira | 2010-02-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qmetatype.cpp src/declarative/graphicsitems/qdeclarativeevents.cpp src/declarative/graphicsitems/qdeclarativeflickable.cpp src/declarative/graphicsitems/qdeclarativegridview.cpp src/declarative/qml/qdeclarativescript.cpp src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativebehavior.cpp src/declarative/util/qdeclarativeeasefollow.cpp src/declarative/util/qdeclarativefontloader.cpp src/declarative/util/qdeclarativelistmodel.cpp src/declarative/util/qdeclarativespringfollow.cpp src/declarative/util/qdeclarativestategroup.cpp src/declarative/util/qdeclarativesystempalette.cpp src/declarative/util/qdeclarativetimer.cpp src/declarative/util/qmlstateoperations.cpp src/multimedia/qml/qdeclarativeaudio.cpp src/multimedia/qml/qdeclarativevideo.cpp | ||||
* | | Set delegate Z before complete() so that view Z is overridden by delegate. | Martin Jones | 2010-03-01 | 1 | -1/+1 |
|/ | |||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -11/+11 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -2/+2 |
| | | | | There's nothing meta about our properties. | ||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 1 | -0/+12 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Don't crash if the currentIndex is set while creating a delegate. | Martin Jones | 2010-02-24 | 1 | -1/+3 |
| | | | | Task-number: QTBUG-8456 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+1723 |
QDeclarativeXXX. |