summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsBea Lam2010-02-102-1/+4
|
* Revert "Replace QList<>* support with QmlListProperty"Martin Jones2010-02-102-23/+22
| | | | This reverts commit d914555badcd4761864657e1e335e657b791453f.
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-092-22/+23
|
* Remove old implicit module support.Warwick Allison2010-02-092-0/+13
| | | | | | | | Previously, it was allowed to use type qualification to refer to types defined in subdirectories - indeed, this was the only form of modularity. This is no longer desirable since we have good import features. Task-number: QTBUG-7721
* More test fixes.Michael Brasser2010-02-051-2/+2
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2010-02-033-0/+65
|\ | | | | | | into kinetic-declarativeui
| * Test case for QTBUG-7860Aaron Kennedy2010-02-032-0/+16
| |
| * Test for default property orderingAaron Kennedy2010-02-032-0/+49
| |
* | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-0317-34/+34
|/ | | | | | examples accordingly. Task-number: QT-2786
* Allow composite value sourcesAaron Kennedy2010-01-213-2/+35
|
* Implement custom QML slot invokation logicAaron Kennedy2010-01-153-3/+3
| | | | | | | | Previously QML was inefficiently forwarding the task of invoking Qt slots to QScript. QML does not implement the more advanced argument coercian of QScript and does not support method overloading. These two features are only needed to support legacy C++ classes (of which QML has none), and are not worth the perf cost to support.
* Test fix in 4accb53cc2f9e2e89fda91a20e3c0503cf10aad0Warwick Allison2010-01-131-0/+4
|
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-131-2/+4
|
* Fix and test version 0.0 installed imports.Warwick Allison2010-01-132-0/+9
|
* Test version 0.0Warwick Allison2010-01-131-0/+9
|
* unwarnWarwick Allison2010-01-112-7/+10
|
* Ignore expected test warningsAaron Kennedy2010-01-111-0/+7
|
* Remove debuggingAaron Kennedy2010-01-111-1/+0
|
* 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.
* Generate error when attempting to write to a read-only object property.Michael Brasser2009-12-104-0/+19
|
* CompileAaron Kennedy2009-12-031-0/+3
|
* Use console.log, not print.Warwick Allison2009-11-2310-12/+14
|
* Rename QML Object to QtObjectAaron Kennedy2009-11-1961-85/+86
|
* testsAaron Kennedy2009-11-176-0/+62
|
* Missing filesAaron Kennedy2009-11-131-0/+5
|
* QML C++ class-in-namespace testAaron Kennedy2009-11-123-5/+29
|
* Fixup importsRemoteAaron Kennedy2009-11-112-7/+13
|
* Files for qtest directory on test server for importRemote tests.Warwick Allison2009-11-118-0/+15
|
* More language testsAaron Kennedy2009-11-0645-5/+194
|
* More error-case testsAaron Kennedy2009-11-0523-0/+82
|
* Remove "to" limit on minor version.Warwick Allison2009-11-053-31/+22
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* testsAaron Kennedy2009-11-042-2/+4
|
* Improve qmllanguage test caseAaron Kennedy2009-11-0448-2/+231
|
* Fix incorrect assertAaron Kennedy2009-11-032-0/+11
| | | | QT-2432
* renaming QmlGraphicsRect -> QmlGraphicsRectangleYann Bodson2009-11-021-7/+7
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-303-0/+120
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-301-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| * | fix headersWarwick Allison2009-10-293-0/+120
| | |
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-14/+14
| |/ |/|
* | Add attached properties typeinfoAaron Kennedy2009-10-291-0/+1
|/
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-281-1/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Make more mac friendlyAaron Kennedy2009-10-281-1/+2
| |
* | Test visibility.Warwick Allison2009-10-282-4/+16
| | | | | | | | Add refs back to JIRA items.
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-278-2/+102
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Alias cleanup testcaseAaron Kennedy2009-10-272-0/+41
| |
| * Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-273-0/+41
| |
| * Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-275-2/+20
| | | | | | | | This crashed as the metatype of QVariant is -1.
* | Test remote QML contentWarwick Allison2009-10-271-0/+28
|/ | | | (test data will appear on qt-test-server.qt-test-net shortly)
* Use the correct context when resolving alias propertiesAaron Kennedy2009-10-223-0/+32
|
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-224-1/+57
|