Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix QtQuick import. | Yann Bodson | 2010-11-08 | 1 | -1/+1 |
| | |||||
* | Removing a binding while it is being applied caused a crash. | Martin Jones | 2010-11-02 | 2 | -0/+42 |
| | | | | | | | | Use a weak pointer to the binding in case applying the binding (while fast forwarding) causes it to be removed. Task-number: QTBUG-14830 Reviewed-by: Michael Brasser | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 49 | -50/+50 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Fix test. | Michael Brasser | 2010-09-16 | 1 | -2/+0 |
| | |||||
* | Restore any absolute geometry changed by AnchorChanges when returning | Michael Brasser | 2010-09-15 | 2 | -0/+52 |
| | | | | | | to the base state. Task-number: QTBUG-11834 | ||||
* | Unit tests for Bauhaus enablers | Thomas Hartmann | 2010-09-14 | 2 | -0/+166 |
| | | | | See 6454f4db1697af1d36ad4c0ea83ccd0bb490fd39 | ||||
* | In ParentChange treat flip in x and y as a 180 degree rotation | Martin Jones | 2010-09-14 | 2 | -0/+45 |
| | | | | | | | The two are equivalent, but flip doesn't work in ParentChange. Task-number: QTBUG-13554 Reviewed-by: Michael Brasser | ||||
* | Correctly apply PropertyChanges when entering an extended state | Michael Brasser | 2010-08-02 | 2 | -0/+42 |
| | | | | | | | | directly from the base state. Make sure qmlExecuteDeferred is called on the state being extended. Task-number: QTBUG-12559 | ||||
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 2 | -2/+2 |
| | | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy | ||||
* | Rewinding AnchorChanges should not make target item's implicit width and ↵ | Joona Petrell | 2010-07-21 | 2 | -0/+72 |
| | | | | | | | height explicit Task-number: QTBUG-12273 Reviewed-by: Michael Brasser | ||||
* | Allow custom parsers to handle attached properties | Aaron Kennedy | 2010-06-25 | 1 | -1/+0 |
| | | | | QTBUG-11283 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-08 | 2 | -3/+5 |
|\ | |||||
| * | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -3/+5 |
| | | | | | | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | | Add test for PropertyChanges with attached properties. | Martin Jones | 2010-06-08 | 2 | -0/+63 |
|/ | | | | Task-number: QTBUG-11283 | ||||
* | Ensure state operations assigned to the default state are triggered | Michael Brasser | 2010-06-07 | 2 | -0/+42 |
| | | | | | | when returning to that state. Task-number: QTBUG-11228 | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Correct ownership of signal handlers in state changes. | Michael Brasser | 2010-05-11 | 2 | -0/+40 |
| | | | | | | | 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 | ||||
* | Enable states to be activated via their 'when' clause even if unnamed. | Michael Brasser | 2010-05-05 | 2 | -0/+34 |
| | | | | | | | Autogenerate a name for unnamed states: "anonymousState1", etc. Task-number: QTBUG-10352 Reviewed-by: Aaron Kennedy | ||||
* | Mark some properties in QDeclarativeItem as private properties. | Alexis Menard | 2010-04-29 | 1 | -114/+127 |
| | | | | | | | QDeclarativeItem will be public, all properties that are relaying on private types must be private too. Reviewed-by:akennedy | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 37 | -37/+37 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Fix AnchorChanges to work with parent.right. | Michael Brasser | 2010-04-20 | 1 | -20/+19 |
| | | | | | | | "parent" needs to be evaluated with the AnchorChanges target as the scope object. Task-number: QTBUG-5338 | ||||
* | Fix tests: remove unnecessary calls to QML_DECLARE_TYPE | Bea Lam | 2010-04-19 | 1 | -2/+0 |
| | |||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -6/+6 |
| | | | | QTBUG-9726 | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+2 |
| | |||||
* | Fix url resolution in PropertyChanges. | Michael Brasser | 2010-04-09 | 4 | -0/+67 |
| | | | | | | | | Make sure bindings in PropertyChanges resolve urls correctly. Also refactor the code so that PropertyChanges will always use the standard url resolution support provided by QDeclarativeProperty. Task-number: QTBUG-9571 | ||||
* | Replace Text::wrap property with Text::wrapMode enumeration. | Martin Jones | 2010-04-08 | 1 | -1/+1 |
| | | | | wrap remains for a little while, and will produce a warning. | ||||
* | Document behavior of conflicting when clauses. | Michael Brasser | 2010-04-08 | 2 | -0/+34 |
| | | | | Task-number: QTBUG-9371 | ||||
* | Don't crash if a target isn't specified for AnchorChanges. | Michael Brasser | 2010-04-06 | 2 | -0/+29 |
| | |||||
* | Update AnchorChanges to use more natural form for setting anchors. | Michael Brasser | 2010-03-25 | 6 | -31/+31 |
| | | | | | | | Instead of specifying left, right, etc directly, we keep the regular syntax and specify anchors.left, anchors.right, etc. Also get rid of the hacky "reset" string property and use undefined to reset (like PropertyChanges). | ||||
* | Make more tests compile on solaris-cc | Alan Alpert | 2010-03-23 | 1 | -4/+4 |
| | |||||
* | Produce an error when trying to create objects in a PropertyChanges. | Michael Brasser | 2010-03-21 | 2 | -0/+26 |
| | | | | | | | State-specific object lifecycle management will be addressed in a future release. Task-number: QTBUG-8318 | ||||
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 3 | -2/+2 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Make states test work with smaller font size. | Martin Jones | 2010-03-17 | 2 | -4/+4 |
| | |||||
* | Compile fix after e5922ab126f3532483b18720ce893d6be826d50e | Aaron Kennedy | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-25 | 2 | -6/+45 |
|\ | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeproperty.cpp | ||||
| * | Update test numbers after change to default transformOrigin. | Michael Brasser | 2010-02-25 | 1 | -6/+4 |
| | | | | | | | | Also make one comparison a bit more fuzzy. | ||||
| * | Document and test resetting properties in a state change. | Michael Brasser | 2010-02-25 | 2 | -0/+41 |
| | | | | | | | | Task-number: QT-1817 | ||||
* | | Automatically connect to signals "onFooChanged" if property is "foo". | Bea Lam | 2010-02-25 | 2 | -17/+69 |
|/ | | | | | | | This follows on from a2a8cea2835ef24104fe784b6ce0f508cc5637c0 to make it work for PropertyChanges and QDeclarativeMetaProperty as well. Task-number: QT-2783 | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -28/+28 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 35 | -0/+1545 |
QDeclarativeXXX. |