Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Add methods to position view at beginning or end. | Martin Jones | 2011-01-11 | 1 | -0/+2 |
|/ | | | | | | | Takes into account header/footer. Task-number: QTBUG-16213 Reviewed-by: Michael Brasser | ||||
* | ListView.view and GridView.view properties should not be writable. | Martin Jones | 2010-08-26 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-13166 | ||||
* | Fix ListView.view attached property with VisualItemModel | Martin Jones | 2010-08-26 | 1 | -2/+10 |
| | | | | | | | | We assumed that the attached object was created at the same time as the item. Task-number: QTBUG-13166 Reviewed-by: Aaron Kennedy | ||||
* | Don't export declarative private classes | Martin Jones | 2010-07-01 | 1 | -1/+1 |
| | | | | | Those required by creator are still exported. Everything else is no longer exported. | ||||
* | Restore neutral movement state if a view is manually positioned. | Martin Jones | 2010-06-24 | 1 | -0/+3 |
| | | | | | | | Make sure the previous movement state is cancelled if contentX or contentY are set directly. Task-number: QTBUG-11650 | ||||
* | Add header and footer to GridView | Martin Jones | 2010-06-03 | 1 | -0/+11 |
| | | | | | | Also document them for both ListView and GridView Task-number: QTBUG-11191 | ||||
* | Move Q_ENUMS to start of class declaration | Aaron Kennedy | 2010-05-17 | 1 | -2/+2 |
| | |||||
* | QtDeclarative: remove spurious semi-colons from the source code | Thiago Macieira | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | Fix highlight position with StrictlyEnforceRange and range greater than item ↵ | Martin Jones | 2010-04-21 | 1 | -0/+1 |
| | | | | | | size. Task-number: QTBUG-9901 | ||||
* | Add highlightMoveDuration to views. | Martin Jones | 2010-04-08 | 1 | -0/+5 |
| | | | | Task-number: QTBUG-7568 | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -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 Bodson | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Add ListView and GridView.indexAt() methods to get the index at a point. | Martin Jones | 2010-03-17 | 1 | -1/+3 |
| | |||||
* | Add a positioning 'mode' to positionViewAtIndex() | Martin Jones | 2010-03-11 | 1 | -1/+4 |
| | | | | Provides more control over where and how the view is positioned. | ||||
* | Schedule view relayout after itemsInserted/Removed() | Martin Jones | 2010-03-10 | 1 | -1/+1 |
| | | | | | So that they handle model changes involving multiple insertion and deletion without entering the event loop. | ||||
* | Initialize member variable in QDeclarativeGridViewAttached | Martin Jones | 2010-03-09 | 1 | -1/+1 |
| | | | | Task-number: QT-3062 | ||||
* | Add highlightRangeMode and snapMode to GridView. | Martin Jones | 2010-03-09 | 1 | -0/+27 |
| | | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779 | ||||
* | Remove code dupliation in fixupX/Y(), flickX/Y() | Martin Jones | 2010-03-08 | 1 | -1/+0 |
| | | | | Also some minor perf improvements by avoiding signal/slot connection | ||||
* | Remove unnecessary additional hash of QDeclarativeGridViewAttached | Martin Jones | 2010-03-04 | 1 | -16/+3 |
| | |||||
* | Add NOTIFY signals to list, grid and path views | Joona Petrell | 2010-03-02 | 1 | -7/+13 |
| | | | | Reviewed-by: akennedy | ||||
* | React to QAbstractItemModel::modelReset() signal. | Martin Jones | 2010-02-25 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-8494 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+222 |
QDeclarativeXXX. |