summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fix and test version 0.0 installed imports.Warwick Allison2010-01-132-0/+9
|
* Give full error message (with line number) on XMLHttpRequest slot failures.Warwick Allison2010-01-131-1/+19
|
* Test version 0.0Warwick Allison2010-01-131-0/+9
|
* Test that exceptions are passed.Warwick Allison2010-01-121-9/+26
| | | | Task-number: QTBUG-6507
* Fix states autotests to work with deferred properties.Michael Brasser2010-01-121-0/+7
|
* CompileAaron Kennedy2010-01-121-1/+1
|
* Don't double enter states at startup.Aaron Kennedy2010-01-122-0/+36
| | | | QT-2697
* Ignore anchor loop duplicate error.Warwick Allison2010-01-111-0/+1
|
* unwarnWarwick Allison2010-01-112-7/+10
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-0/+7
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Ignore expected test warningsAaron Kennedy2010-01-111-0/+7
| |
* | missed fileWarwick Allison2010-01-111-0/+7
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-1/+8
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Use QMetaObject::disconnectOne() in QMLAaron Kennedy2010-01-111-1/+8
| | | | | | | | QTBUG-6781
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-0/+9
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-111-6/+6
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Don't double function'ize dynamic QML functionsAaron Kennedy2010-01-111-0/+9
| | |
* | | Don't use a virtual signal - moc complains.Warwick Allison2010-01-111-1/+2
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-111-1/+0
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-117-8/+27
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Remove debuggingAaron Kennedy2010-01-111-1/+0
| | |
* | | qmlInfo now gives QML type, not C++ classname.Warwick Allison2010-01-111-6/+6
| |/ |/|
* | report error betterWarwick Allison2010-01-111-1/+1
| |
* | document test weaknessWarwick Allison2010-01-111-0/+6
| |
* | QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-112-4/+17
| |
* | avoid false passWarwick Allison2010-01-111-1/+0
| |
* | Don't put necessary code in Q_ASSERTWarwick Allison2010-01-111-2/+2
| | | | | | | | (test failed in release mode)
* | Qt has more stuff in rich text now.Warwick Allison2010-01-111-0/+1
|/
* Compile (will still fail)Warwick Allison2010-01-111-1/+1
|
* Compile.Warwick Allison2010-01-112-3/+9
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-113-0/+26
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-116-0/+214
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Another dynamic method autotestAaron Kennedy2010-01-093-0/+26
| | |
* | | Compile after change b9d7f819b7bf9f7c39735377ae2e3e4d4afa1cf7Warwick Allison2010-01-111-0/+8
| |/ |/|
* | Make it easier to understand if test fails.Warwick Allison2010-01-082-2/+5
| |
* | Test QmlModulePluginWarwick Allison2010-01-086-0/+211
|/
* Have qmlInfo report the QML element name rather than C++ class name.Michael Brasser2009-12-186-55/+55
| | | | Task-number: QTBUG-5476
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-183-0/+22
|\ | | | | | | into kinetic-declarativeui
| * Add autotest for d169873541ca6f6725e9ce5bfbbf9941f1823a1f.Michael Brasser2009-12-173-0/+22
| |
* | Fix deferred property bugsAaron Kennedy2009-12-183-4/+19
|/ | | | | Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops.
* Support aliasing of composite types.Michael Brasser2009-12-175-0/+59
| | | | | Composite types haven't been registered with the metatype system, so we use the base type as the property type instead.
* Fix image and pixmapcache tests.Martin Jones2009-12-142-14/+20
|
* QTBUG-6781 testcaseAaron Kennedy2009-12-142-0/+32
|
* Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-113-0/+6
|
* Throw error when attempting to write to a read-only property via script.Michael Brasser2009-12-113-1/+7
|
* Generate error when attempting to write to a read-only object property.Michael Brasser2009-12-104-0/+19
|
* Add anchors.marginsAlan Alpert2009-12-102-2/+41
| | | | Task-number: QTBUG-6676
* Update centerIn when center offsets changeAlan Alpert2009-12-102-3/+49
| | | | | | Also adds functionality to update fill when margins change. Task-number: QTBUG-6631
* Allow anchoring baseline to parentAlan Alpert2009-12-093-0/+276
| | | | Task-number: QT-2606
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-096-10/+47
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui