Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |