Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply signal handler changes immediately. | Michael Brasser | 2010-05-12 | 1 | -8/+3 |
| | | | | | Fix regression in bindinganimation visual test introduced in 129940723d9145a4380f7e44c06cbaa88ee4053b. | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-12 | 3 | -35/+97 |
|\ | |||||
| * | Doc improvements | Bea Lam | 2010-05-11 | 1 | -18/+50 |
| | | |||||
| * | Improve XmlListModel::namespaceDeclarations() docs | Bea Lam | 2010-05-11 | 1 | -2/+14 |
| | | | | | | | | Task-number: QTBUG-10522 | ||||
| * | QDeclarativeViewPrivate should subclass QGraphicsViewPrivate | Bea Lam | 2010-05-11 | 2 | -15/+33 |
| | | | | | | | | Task-number: QTBUG-10528 | ||||
* | | Ensure PathView "attribute" attached properties are created correctly | Martin Jones | 2010-05-11 | 3 | -12/+42 |
| | | | | | | | | | | | | | | | | If an item was created spontaneously (i.e. delegate is a package and some other view created the item), ensure its attached properties are correctly initialized. Task-number: QTBUG-10527 | ||||
* | | Document Component::createObject() parent argument. | Martin Jones | 2010-05-11 | 2 | -3/+3 |
| | | | | | | | | Task-number: QTBUG-10617 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-11 | 3 | -14/+40 |
|\ \ | |/ | |||||
| * | Correct Flipable back item based on parent, not scene transform | Aaron Kennedy | 2010-05-11 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | Flipable transformation consists of two parts: 1. Detecting that the back face is visible 2. Transforming the back item as though "it were on the front" These are two steps. The first should be done in scene coordinates, and the second relative to the Flipable parent. QTBUG-10532 | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Michael Brasser | 2010-05-11 | 1 | -1/+3 |
| |\ | |||||
| | * | Round ideal width up to prevent incorrect word wrapping on Mac OS X | Aaron Kennedy | 2010-05-11 | 1 | -1/+3 |
| | | | | | | | | | | | | QTBUG-10539 | ||||
| * | | Correct ownership of signal handlers in state changes. | Michael Brasser | 2010-05-11 | 1 | -7/+28 |
| |/ | | | | | | | | | | | | | When a state uses override, we may apply the same replacesignalhandler on top of itself. Make sure we update ownership accordingly. Task-number: QTBUG-10523 | ||||
* | | Don't store the role-property map for each individual item. | Martin Jones | 2010-05-11 | 5 | -29/+47 |
|/ | | | | | | | | C++ models share a single metaobject type, so we don't need to create role-property mappings for each individual item. Also warn on attempt to modify a role that the model is unaware of (part of QTBUG-10457) | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-10 | 2 | -5/+10 |
|\ | |||||
| * | Fixes doc of mouse area's onEntered | Leonardo Sobral Cunha | 2010-05-10 | 1 | -3/+3 |
| | | | | | | | | Task-number: QTBUG-9227 | ||||
| * | Prevent handling of Up/Down on Mac OS X, for consistency with other platforms. | Warwick Allison | 2010-05-10 | 1 | -2/+7 |
| | | | | | | | | Task-number: QTBUG-10438 | ||||
* | | Add some test asserts | Aaron Kennedy | 2010-05-10 | 1 | -0/+3 |
|/ | |||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-07 | 18 | -76/+137 |
|\ | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/itemCreation.js | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-05-07 | 17 | -75/+136 |
| |\ | | | | | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/PerspectiveItem.qml | ||||
| | * | Avoid emitting release when the mouse is ungrabbed | Leonardo Sobral Cunha | 2010-05-07 | 2 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an onCanceled signal to mouse area, which is triggered when the mouse area rejects the event (propagates to the nearest mouse area beneath) or some other element steals the mouse grab (flickable, for example). Task-number: QTBUG-10162 Reviewed-by: Michael Brasser | ||||
| | * | Resize qmlruntime window to new dimensions when orientation changes | Joona Petrell | 2010-05-07 | 1 | -10/+6 |
| | | | | | | | | | | | | | | | Task-number: Reviewed-by: Warwick Allison | ||||
| | * | Avoid repeated create/destroy at top list boundary with sub-pixel movement. | Martin Jones | 2010-05-06 | 1 | -5/+5 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-06 | 10 | -24/+27 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-06 | 9 | -24/+25 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativepainteditem.cpp | ||||
| | | | * | qdoc fixes | Yann Bodson | 2010-05-06 | 7 | -15/+15 |
| | | | | | |||||
| | | | * | TextInput echoMode doc. | Yann Bodson | 2010-05-06 | 1 | -7/+8 |
| | | | | | |||||
| | | | * | Make sure to call base class implementation. | Michael Brasser | 2010-05-06 | 1 | -0/+1 |
| | | | | | |||||
| | | | * | Use enum for drag.axis in doc and examples. | Yann Bodson | 2010-05-06 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Call QDeclarativeItem::geometryChanged() base implementation | Aaron Kennedy | 2010-05-06 | 1 | -0/+2 |
| | | |/ | |||||
| | * | | Avoid warnings as delegates with bindings to parent are created and destroyed. | Martin Jones | 2010-05-06 | 6 | -9/+29 |
| | |/ | | | | | | | | | | Task-number: QTBUG-10359 | ||||
| | * | Add QML_XHR_DUMP option | Aaron Kennedy | 2010-05-06 | 1 | -0/+21 |
| | | | |||||
| | * | Doc: more clarification of cacheBuffer | Martin Jones | 2010-05-05 | 2 | -0/+6 |
| | | | |||||
| | * | Fix some compiler warnings. | Martin Jones | 2010-05-05 | 2 | -24/+25 |
| | | | |||||
| * | | Doc fix | Bea Lam | 2010-05-07 | 1 | -1/+1 |
| |/ | | | | | | | Task-number: QTBUG-10458 | ||||
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 29 | -243/+304 |
|\ \ | |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 29 | -242/+300 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 6 | -6/+6 |
| | |\ | |||||
| | | * | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 6 | -6/+6 |
| | | | | |||||
| | * | | Fix cacheBuffer documentation. | Martin Jones | 2010-05-05 | 3 | -12/+28 |
| | |/ | | | | | | | | | | Task-number: QTBUG-10385 | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 5 | -11/+8 |
| | |\ | |||||
| | | * | Fix qdoc errors | Bea Lam | 2010-05-05 | 5 | -11/+8 |
| | | | | |||||
| | * | | Document delegate life cycle. | Martin Jones | 2010-05-05 | 3 | -1/+11 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-10353 | ||||
| | * | | little doc fix. | Martin Jones | 2010-05-05 | 1 | -1/+1 |
| | |/ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 20 | -205/+221 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-05-05 | 2 | -0/+11 |
| | | |\ | |||||
| | | | * | Don't start valuesource animations until all component objects have been ↵ | Michael Brasser | 2010-05-05 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completed. Task-number: QTBUG-9413 | ||||
| | | * | | doc | Warwick Allison | 2010-05-05 | 19 | -205/+210 |
| | | |/ | | | | | | | | | | | | | Task-number: QTBUG-10386 | ||||
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 2 | -3/+13 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-05 | 1 | -1/+9 |
| | | |\ | |||||
| | | | * | Enable states to be activated via their 'when' clause even if unnamed. | Michael Brasser | 2010-05-05 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autogenerate a name for unnamed states: "anonymousState1", etc. Task-number: QTBUG-10352 Reviewed-by: Aaron Kennedy |