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