Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I18n: Fix some lupdate warnings. | Friedemann Kleint | 2010-09-14 | 1 | -4/+4 |
| | |||||
* | Fix compile warnings. | Friedemann Kleint | 2010-09-14 | 3 | -4/+4 |
| | | | | Reviewed-by: Thomas Hartmann <thomas.hartmann@nokia.com> | ||||
* | When onDoubleClicked: is handled don't emit a second onPressed/onClicked | Martin Jones | 2010-09-13 | 2 | -7/+16 |
| | | | | | Task-number: QTBUG-12250 Reviewed-by: Michael Brasser | ||||
* | Ensure flickable velocity is updated when view is moved by setCurrentIndex | Martin Jones | 2010-09-13 | 4 | -3/+8 |
| | | | | Task-number: QTBUG-13543 | ||||
* | Autotest for QTBUG-13454. | Yann Bodson | 2010-09-10 | 1 | -2/+1 |
| | |||||
* | Changing the Image 'source' should not go through the 'Loading' state if the ↵ | Yann Bodson | 2010-09-10 | 1 | -10/+13 |
| | | | | | | | image is cached. Task-number: QTBUG-13454 Reviewed-by: Martin Jones | ||||
* | Update running animations if a SmoothedAnimation is changed | Alan Alpert | 2010-09-09 | 2 | -1/+20 |
| | | | | | | | This behavior is consistent with the other animations. Task-number: QTBUG-12336 Reviewed-by: Leonardo Sobral Cunha | ||||
* | Fix SmoothedAnimation test and docs | Alan Alpert | 2010-09-09 | 1 | -1/+7 |
| | | | | | | | | | The SmoothedAnimation visual test was misleading, and has been expanded to include more common use cases. The property documentation was also slightly extended. This should help solve the confusion in the related task. Task-number: QTBUG-12114 | ||||
* | Fix reversingModes of QDeclarativeSmoothedAnimation | Alan Alpert | 2010-09-09 | 1 | -2/+3 |
| | | | | | | | None of them actually worked. The updated visual test now shows the correct behavior. Task-number: QTBUG-13513 | ||||
* | Don't cause repaints during painting in Text element | Martin Jones | 2010-09-08 | 1 | -9/+7 |
| | | | | | | | | | | Calling prepareGeometryChange in a paint event is a bad idea and was causing jerky scrolling. There is no longer any need for the removed code since we don't use imgCache.size() to determine boundingRect() anymore. Task-number: QTBUG-13453 Reviewed-by: Joona Petrell | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-08 | 18 | -350/+530 |
|\ | |||||
| * | Remove unused object | Bea Lam | 2010-09-08 | 1 | -1/+0 |
| | | |||||
| * | Fix Worker ListModel to emit the right signal when items change | Bea Lam | 2010-09-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-07 | 8 | -173/+239 |
| |\ | |||||
| * | | Doc: More work on the QML documentation. | David Boddie | 2010-09-07 | 3 | -23/+37 |
| | | | |||||
| * | | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-06 | 7 | -39/+59 |
| |\ \ | |||||
| * | | | 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 | 6 | -16/+27 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml | ||||
| * | | | | 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 | 8 | -49/+58 |
| | | | | | |||||
| * | | | | Merge branch '4.7' into qmldocs | David Boddie | 2010-09-01 | 58 | -1694/+1893 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp | ||||
| * | | | | | 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 | 34 | -116/+255 |
| |\ \ \ \ \ | |||||
| * | | | | | | 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 | 12 | -118/+111 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Doc: Fixed incorrect use of commands to mark documentation. | David Boddie | 2010-08-23 | 3 | -3/+1 |
| | | | | | | | | |||||
| * | | | | | | | Doc: Started to improve QML reference documentation. | David Boddie | 2010-08-23 | 3 | -61/+150 |
| | | | | | | | | |||||
* | | | | | | | | SpringAnimation velocity animation stop logic was fragile. | Martin Jones | 2010-09-08 | 1 | -11/+26 |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than stopping the animation when the target was reached, calculate the duration it will take. This eliminates the possibility of rounding errors causing the animation to stop at the wrong time. Task-number: QTBUG-13044 Reviewed-by: Aaron Kennedy | ||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-07 | 2 | -16/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix AnchorAnimation for multiple AnchorChanges with dependancies. | Michael Brasser | 2010-09-06 | 2 | -16/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rewinding, don't reapply bindings, only values. This is consistent with how we handle rewinding other property bindings. Task-number: QTBUG-13398 | ||||
* | | | | | | | | 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 | ||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-06 | 1 | -7/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Small cleanup | Aaron Kennedy | 2010-09-06 | 1 | -7/+5 |
| | | | | | | | | |||||
* | | | | | | | | 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 | ||||
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-05 | 1 | -25/+23 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-09-03 | 4 | -8/+24 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | 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 | ||||
* | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-09-03 | 7 | -20/+38 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | qreal == float fixes | Aaron Kennedy | 2010-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | QTBUG-11853 | ||||
| * | | | | | | Don't modify the signal order on the second dynamic meta object pass | Aaron Kennedy | 2010-09-03 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | QTBUG-13374 | ||||
| * | | | | | | 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 |
| | | | | | | | | |||||
| | * | | | | | | 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 | ||||
* | | | | | | | Complete Component::createObject() creation after setting the parent. | Martin Jones | 2010-09-03 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13170 Reviewed-by: Alan Alpert |