summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativestates
Commit message (Collapse)AuthorAgeFilesLines
* Enable states to be activated via their 'when' clause even if unnamed.Michael Brasser2010-05-052-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 Menard2010-04-291-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 typesAlan Alpert2010-04-2137-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 Brasser2010-04-201-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_TYPEBea Lam2010-04-191-2/+0
|
* Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-191-6/+6
| | | | QTBUG-9726
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+2
|
* Fix url resolution in PropertyChanges.Michael Brasser2010-04-094-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 Jones2010-04-081-1/+1
| | | | wrap remains for a little while, and will produce a warning.
* Document behavior of conflicting when clauses.Michael Brasser2010-04-082-0/+34
| | | | Task-number: QTBUG-9371
* Don't crash if a target isn't specified for AnchorChanges.Michael Brasser2010-04-062-0/+29
|
* Update AnchorChanges to use more natural form for setting anchors.Michael Brasser2010-03-256-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-ccAlan Alpert2010-03-231-4/+4
|
* Produce an error when trying to create objects in a PropertyChanges.Michael Brasser2010-03-212-0/+26
| | | | | | | State-specific object lifecycle management will be addressed in a future release. Task-number: QTBUG-8318
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-183-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 Jones2010-03-172-4/+4
|
* Compile fix after e5922ab126f3532483b18720ce893d6be826d50eAaron Kennedy2010-03-111-1/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-252-6/+45
|\ | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeproperty.cpp
| * Update test numbers after change to default transformOrigin.Michael Brasser2010-02-251-6/+4
| | | | | | | | Also make one comparison a bit more fuzzy.
| * Document and test resetting properties in a state change.Michael Brasser2010-02-252-0/+41
| | | | | | | | Task-number: QT-1817
* | Automatically connect to signals "onFooChanged" if property is "foo".Bea Lam2010-02-252-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 Cunha2010-02-241-28/+28
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-2435-0/+1545
QDeclarativeXXX.