Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support passing QObject derived types to QML methods | Aaron Kennedy | 2010-09-03 | 2 | -3/+15 |
| | | | | QTBUG-13047 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-09-02 | 3 | -5/+6 |
|\ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-09-01 | 4 | -8/+17 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: The declarative parser should only save comment text (and not /*,*/,//) Support for qsTrId and meta-data in comments for QML. Flickable ensure internal pressed state is cleared when mouse is released. Fix examples autotest Support JS "in" operator on QML objects Only emit change signal when variant properties actually change Use QApplication in QDeclarativeEngine example. | ||||
| | * | The declarative parser should only save comment text (and not /*,*/,//) | Michael Brasser | 2010-09-01 | 1 | -4/+4 |
| | | | | | | | | | | | | Reviewed-by: Roberto Raggi | ||||
| | * | Support for qsTrId and meta-data in comments for QML. | Michael Brasser | 2010-09-01 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-01 | 2 | -4/+12 |
| | |\ | |||||
| | * | | 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 | ||||
| * | | | QDeclarative: Fix spelling mistake. | Christian Kandeler | 2010-09-01 | 1 | -1/+1 |
| |/ / | |||||
* | | | Don't overflow the unreferenced cost counter | Aaron Kennedy | 2010-09-02 | 1 | -7/+9 |
| |/ |/| | | | | | QTBUG-13345 | ||||
* | | Support JS "in" operator on QML objects | Aaron Kennedy | 2010-09-01 | 1 | -1/+1 |
| | | | | | | | | QTBUG-12837 | ||||
* | | Only emit change signal when variant properties actually change | Aaron Kennedy | 2010-09-01 | 1 | -3/+11 |
|/ | | | | QTBUG-12601 | ||||
* | Prevent calling deleteLater() from QML | Aaron Kennedy | 2010-08-31 | 1 | -2/+2 |
| | | | | QTBUG-13045 | ||||
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 3 | -13/+43 |
| | | | | QTBUG-13043 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-08-31 | 1 | -6/+6 |
|\ | |||||
| * | 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 | ||||
* | | Don't double call classBegin() | Aaron Kennedy | 2010-08-31 | 1 | -1/+1 |
| | | | | | | | | QTBUG-13114 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-08-31 | 6 | -6/+29 |
|\ \ | |||||
| * | | Revert "Add 'cached' property to Image." | Yann Bodson | 2010-08-31 | 7 | -74/+17 |
| | | | | | | | | | | | | | | | | | | This will have to go in 4.8. This reverts commit 3928cb20ecc63ed21cdb122388b200c9ab8e7cad. | ||||
| * | | Add 'cached' property to Image. | Yann Bodson | 2010-08-31 | 7 | -17/+74 |
| |/ | | | | | | | | | Task-number: QTBUG-7300 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 | ||||
| * | Fix application exiting in embedded qml examples | Joona Petrell | 2010-08-30 | 1 | -0/+3 |
| | | | | | | | | | | Task-number: QTBUG-13178 Reviewed-by: Martin Jones | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-30 | 33 | -393/+17 |
| |\ | |||||
| | * | QDeclarativeDebug: Destroy incoming connections if already connected | Lasse Holmstedt | 2010-08-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | Without this, QML Inspector in Qt Creator gets no error message for failed connections, which can lead to confusion. Reviewed-by: ogoffart | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-27 | 5 | -108/+124 |
| |\ \ | |||||
| * | | | Fix VisualDataModel model update handling when rootIndex is specified. | Martin Jones | 2010-08-27 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-13038 | ||||
* | | | | Simplify type management code | Aaron Kennedy | 2010-08-27 | 17 | -1186/+1470 |
| | | | | |||||
* | | | | QML JavaScript .import parser | Aaron Kennedy | 2010-08-27 | 2 | -0/+222 |
| |_|/ |/| | | |||||
* | | | Cleanup | Aaron Kennedy | 2010-08-27 | 3 | -13/+11 |
| | | | |||||
* | | | 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 | 28 | -375/+4 |
| |/ |/| | |||||
* | | Internal QML API cleanup | Aaron Kennedy | 2010-08-27 | 5 | -108/+124 |
|/ | |||||
* | 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 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-26 | 1 | -2/+0 |
|\ | |||||
| * | Remove dead code. | Michael Brasser | 2010-08-26 | 1 | -2/+0 |
| | | |||||
* | | 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 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-08-25 | 1 | -3/+0 |
|\ | |||||
| * | Remove unused code. | Michael Brasser | 2010-08-25 | 1 | -3/+0 |
| | | |||||
* | | 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 | 8 | -46/+107 |
|\ | |||||
| * | Fix responseText to check the charset encoding field and also to not | Bea Lam | 2010-08-25 | 1 | -9/+78 |
| | | | | | | | | | | | | | | | | assume that the data is xml. The change also follows the w3c spec more closely (e.g. check the mime type field as well for encoding, for both responseText and responseXML). Task-number: QTBUG-13117 | ||||
| * | Re-insert and emit the correct NOTIFY signals following the removal | Bea Lam | 2010-08-25 | 4 | -2/+8 |
| | | | | | | | | 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 | 3 | -4/+17 |
| |/ |/| | | | | | | | | | | | | | | | | | | | 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 |