Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-07 | 5 | -150/+231 |
|\ | |||||
| * | ListView: Ensure highlight is positioned correctly in positionViewAtIndex(). | Martin Jones | 2010-09-07 | 1 | -15/+56 |
| | | | | | | | | | | | | | | Also update the currentItem position during flicking and avoid resizing the highlight on section boundaries. Task-number: QT-3870 | ||||
| * | Fix PathView item position on insertion and removal. | Martin Jones | 2010-09-06 | 3 | -128/+170 |
| | | | | | | | | | | | | | | Ensure the offset is adjusted to account for the new or removed items. Also minor optimizations to delegate updates. Task-number: QTBUG-13416 | ||||
| * | Do not reset sourceSize when changing image source url. | Yann Bodson | 2010-09-06 | 1 | -3/+0 |
| | | | | | | | | Task-number: QTBUG-13383 | ||||
| * | Ensure all image state is updated before emitting changed signals. | Martin Jones | 2010-09-06 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | statusChanged() was emitted before the size was set, so if you did, e.g. if (width != 0) in onStatusChanged it would get the wrong width. Task-number: QT-3820 Reviewed-by: Yann Bodson | ||||
* | | Doc: More work on the QML documentation. | David Boddie | 2010-09-07 | 2 | -22/+36 |
| | | |||||
* | | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-06 | 2 | -28/+30 |
|\ \ | |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-05 | 1 | -25/+23 |
| |\ | |||||
| | * | Cleanup visible item checking in positioners | Alan Alpert | 2010-09-03 | 1 | -25/+23 |
| | | | | | | | | | | | | | | | | | | | | | Especially in Grid, where it wasn't being done right. Task-number: QTBUG-12610 Reviewed-by: Martin Jones | ||||
| * | | Keep ListView position sensible when all visible items are removed. | Martin Jones | 2010-09-03 | 1 | -3/+7 |
| |/ | | | | | | | | | | | | | Previously it would always jump back to 0. Now it stays at the nearest remaining index. Task-number: QTBUG-12664 | ||||
* | | Doc: Worked on two more elements, replacing an image. | David Boddie | 2010-09-06 | 1 | -10/+19 |
| | | |||||
* | | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-03 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml | ||||
| * | Flickable ensure internal pressed state is cleared when mouse is released. | Martin Jones | 2010-09-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | We did this when handling the mouse events ourselves, but if e.g. a mousearea stole the mouse, we didn't reset the pressed flag. Task-number: QTBUG-12343 | ||||
* | | Doc: qdoc fixes. | David Boddie | 2010-09-02 | 1 | -1/+1 |
| | | |||||
* | | Doc: Added types to method and signal documentation; other fixes. | David Boddie | 2010-09-01 | 4 | -45/+45 |
| | | |||||
* | | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-01 | 26 | -283/+31 |
|\ \ | |/ | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp | ||||
| * | Notify QML internal notifiers of item geometry changes before QML signal ↵ | Martin Jones | 2010-08-31 | 1 | -6/+6 |
| | | | | | | | | | | | | | | handlers. Task-number: QTBUG-12303 Reviewed-by: Aaron Kennedy | ||||
| * | Ensure Flickable visibleArea is updated when view height changes | Martin Jones | 2010-08-31 | 3 | -0/+15 |
| | | | | | | | | Task-number: QTBUG-13095 | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-30 | 22 | -273/+1 |
| |\ | |||||
| | * | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 1 | -5/+0 |
| | | | |||||
| | * | Remove pointless \internal docs (that contain no information) | Aaron Kennedy | 2010-08-27 | 21 | -268/+1 |
| | | | |||||
| * | | Fix VisualDataModel model update handling when rootIndex is specified. | Martin Jones | 2010-08-27 | 1 | -6/+9 |
| |/ | | | | | | | Task-number: QTBUG-13038 | ||||
* | | Doc: More work on QML documentation and snippets. | David Boddie | 2010-09-01 | 1 | -5/+6 |
| | | |||||
* | | Merge branch '4.7' into qmldocs | David Boddie | 2010-08-27 | 13 | -75/+89 |
|\ \ | |/ | |||||
| * | Handle layoutChanged() properly in QML views. | Martin Jones | 2010-08-26 | 2 | -0/+9 |
| | | | | | | | | | | | | Update all visible items when layoutChanged() is emitted. Task-number: QTBUG-13146 | ||||
| * | Revert 4bc81bb1cb3cd4a0a3fe071e00556124e770d7ac | Martin Jones | 2010-08-26 | 1 | -2/+0 |
| | | | | | | | | | | | | QAbstractItemModel calls that for all sorts of reasons. Task-number: QTBUG-13146 | ||||
| * | Fix off-by-one at end when views scroll to keep currentItem visible. | Martin Jones | 2010-08-26 | 2 | -13/+13 |
| | | | | | | | | | | | | | | endPosition() is the last pixel of the item, i.e. width-1, so must add one to ensure the entire item is visible. Task-number: QTBUG-12822 | ||||
| * | ListView.view and GridView.view properties should not be writable. | Martin Jones | 2010-08-26 | 2 | -2/+2 |
| | | | | | | | | Task-number: QTBUG-13166 | ||||
| * | Avoid Flickable view jumping when drag threashold is exceeded. | Martin Jones | 2010-08-26 | 2 | -2/+9 |
| | | | | | | | | Task-number: QTBUG-13176 | ||||
| * | Fix ListView.view attached property with VisualItemModel | Martin Jones | 2010-08-26 | 4 | -6/+22 |
| | | | | | | | | | | | | | | | | We assumed that the attached object was created at the same time as the item. Task-number: QTBUG-13166 Reviewed-by: Aaron Kennedy | ||||
| * | Handle QAbstractItemModel layoutChanged() signal | Martin Jones | 2010-08-25 | 1 | -0/+2 |
| | | | | | | | | | | | | Treated identically to reset. Task-number: QTBUG-13146 | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-25 | 5 | -36/+26 |
| |\ | |||||
| | * | Re-insert and emit the correct NOTIFY signals following the removal | Bea Lam | 2010-08-25 | 2 | -1/+5 |
| | | | | | | | | | | | | of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4 | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Yann Bodson | 2010-08-25 | 1 | -15/+7 |
| | |\ | |||||
| | * | | Alignment of shadow for rich text is broken when using text styles | Yann Bodson | 2010-08-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-13142 | ||||
| | * | | typo | Yann Bodson | 2010-08-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Setting one dimension of the sourceSize should set the other dimension. | Yann Bodson | 2010-08-25 | 1 | -31/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | The implicit width and height should also be set to the sourceSize. Task-number: 13002 | ||||
| * | | | Don't circumvent onDestruction handlers when clearing expression in delegate ↵ | Martin Jones | 2010-08-25 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup We clear all expressions when removing a delegate in order to avoid spurious warnings. This also removed onDestruction handlers. Ensure the onDestruction handlers are called before the expressions are cleared. Task-number: QTBUG-12946 Reviewed-by: Aaron Kennedy | ||||
| * | | Fix poor flicking behavior with slower flicks. | Martin Jones | 2010-08-25 | 1 | -15/+7 |
| |/ | | | | | | | | | | | | | | | | | | | | | We had a very low minimum velocity flick threshold, but upon deciding to flick we increased that velocity considerably. This resulted in a slow dragging movement generating a fast flick. Now we just have a higher minimum flick velocity threshold, and the correct velocity is used. Task-number: QTBUG-13078 Reviewed-by: Michael Brasser | ||||
| * | Fix few declarative code issues discovered by static code analysis | Joona Petrell | 2010-08-24 | 2 | -2/+2 |
| | | | | | | | | | | Task-number: Reviewed-by: Aaron Kennedy | ||||
* | | Doc: More work on the QML documentation. | David Boddie | 2010-08-27 | 3 | -204/+263 |
| | | |||||
* | | Merge branch '4.7' into qmldocs | David Boddie | 2010-08-24 | 6 | -95/+85 |
|\ \ | |/ | |||||
| * | Fix PathView when setting an empty model that is later filled. | Michael Brasser | 2010-08-24 | 1 | -1/+2 |
| | | | | | | | | | | Task-number: QTBUG-13017 Reviewed-by: Martin Jones | ||||
| * | QDeclarativeVisualItemModel code cleanup. | Michael Brasser | 2010-08-24 | 2 | -49/+1 |
| | | | | | | | | | | | | | | Remove unused function. Set abstract item model to 0 after disconnecting, in line with the other model types. Reviewed-by: Martin Jones | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵ | Qt Continuous Integration System | 2010-08-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fixed autotest compilation issue on solaris Fixed build issue on Solaris Remove wrong NOTIFY attribute. Ignore LayoutDirectionChange event in QTextControl Fix an obvious bug in tst_QGL::clipTest() moc: Error if the NOTIFY signal is invalid. QDateEdit/QTimeEdit: remove duplicate properties. | ||||
| | * | Remove wrong NOTIFY attribute. | Olivier Goffart | 2010-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | They where related to not unreachable signals. It would cause the compilation to break | ||||
| * | | Add info to Loader docs about receiving signals and key events | Bea Lam | 2010-08-20 | 1 | -39/+68 |
| |/ | |||||
| * | Repaint TextInput when password character changes in password mode | Joona Petrell | 2010-08-17 | 1 | -5/+13 |
| | | | | | | | | | | Task-number: QTBUG-12838 Reviewed-by: Martin Jones | ||||
* | | Doc: Fixed incorrect use of commands to mark documentation. | David Boddie | 2010-08-23 | 2 | -2/+0 |
| | | |||||
* | | Doc: Started to improve QML reference documentation. | David Boddie | 2010-08-23 | 3 | -61/+150 |
|/ |