summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Support passing QObject derived types to QML methodsAaron Kennedy2010-09-032-3/+15
| | | | QTBUG-13047
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-023-5/+6
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-014-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 Brasser2010-09-011-4/+4
| | | | | | | | | | | | Reviewed-by: Roberto Raggi
| | * Support for qsTrId and meta-data in comments for QML.Michael Brasser2010-09-011-1/+1
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-09-012-4/+12
| | |\
| | * | Flickable ensure internal pressed state is cleared when mouse is released.Martin Jones2010-09-011-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 Kandeler2010-09-011-1/+1
| |/ /
* | | Don't overflow the unreferenced cost counterAaron Kennedy2010-09-021-7/+9
| |/ |/| | | | | QTBUG-13345
* | Support JS "in" operator on QML objectsAaron Kennedy2010-09-011-1/+1
| | | | | | | | QTBUG-12837
* | Only emit change signal when variant properties actually changeAaron Kennedy2010-09-011-3/+11
|/ | | | QTBUG-12601
* Prevent calling deleteLater() from QMLAaron Kennedy2010-08-311-2/+2
| | | | QTBUG-13045
* Ignore non-scriptable properties in QMLAaron Kennedy2010-08-313-13/+43
| | | | QTBUG-13043
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-311-6/+6
|\
| * Notify QML internal notifiers of item geometry changes before QML signal ↵Martin Jones2010-08-311-6/+6
| | | | | | | | | | | | | | handlers. Task-number: QTBUG-12303 Reviewed-by: Aaron Kennedy
* | Don't double call classBegin()Aaron Kennedy2010-08-311-1/+1
| | | | | | | | QTBUG-13114
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-08-316-6/+29
|\ \
| * | Revert "Add 'cached' property to Image."Yann Bodson2010-08-317-74/+17
| | | | | | | | | | | | | | | | | | This will have to go in 4.8. This reverts commit 3928cb20ecc63ed21cdb122388b200c9ab8e7cad.
| * | Add 'cached' property to Image.Yann Bodson2010-08-317-17/+74
| |/ | | | | | | | | Task-number: QTBUG-7300 Reviewed-by: Aaron Kennedy
| * Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-313-0/+15
| | | | | | | | Task-number: QTBUG-13095
| * Fix application exiting in embedded qml examplesJoona Petrell2010-08-301-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.7Martin Jones2010-08-3033-393/+17
| |\
| | * QDeclarativeDebug: Destroy incoming connections if already connectedLasse Holmstedt2010-08-271-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.7Martin Jones2010-08-275-108/+124
| |\ \
| * | | Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-271-6/+9
| | | | | | | | | | | | | | | | Task-number: QTBUG-13038
* | | | Simplify type management codeAaron Kennedy2010-08-2717-1186/+1470
| | | |
* | | | QML JavaScript .import parserAaron Kennedy2010-08-272-0/+222
| |_|/ |/| |
* | | CleanupAaron Kennedy2010-08-273-13/+11
| | |
* | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-5/+0
| | |
* | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-2728-375/+4
| |/ |/|
* | Internal QML API cleanupAaron Kennedy2010-08-275-108/+124
|/
* Handle layoutChanged() properly in QML views.Martin Jones2010-08-262-0/+9
| | | | | | Update all visible items when layoutChanged() is emitted. Task-number: QTBUG-13146
* Revert 4bc81bb1cb3cd4a0a3fe071e00556124e770d7acMartin Jones2010-08-261-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 Jones2010-08-262-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 Jones2010-08-262-2/+2
| | | | Task-number: QTBUG-13166
* Avoid Flickable view jumping when drag threashold is exceeded.Martin Jones2010-08-262-2/+9
| | | | Task-number: QTBUG-13176
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-261-2/+0
|\
| * Remove dead code.Michael Brasser2010-08-261-2/+0
| |
* | Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-264-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.7Martin Jones2010-08-251-3/+0
|\
| * Remove unused code.Michael Brasser2010-08-251-3/+0
| |
* | Handle QAbstractItemModel layoutChanged() signalMartin Jones2010-08-251-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.7Martin Jones2010-08-258-46/+107
|\
| * Fix responseText to check the charset encoding field and also to notBea Lam2010-08-251-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 removalBea Lam2010-08-254-2/+8
| | | | | | | | of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-08-251-15/+7
| |\
| * | Alignment of shadow for rich text is broken when using text stylesYann Bodson2010-08-251-3/+3
| | | | | | | | | | | | Task-number: QTBUG-13142
| * | typoYann Bodson2010-08-251-1/+1
| | |
| * | Setting one dimension of the sourceSize should set the other dimension.Yann Bodson2010-08-251-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 Jones2010-08-253-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