summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-24290-3300/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-244-4/+4
|\ | | | | | | | | Conflicts: src/declarative/qml/qml.h
| * Fix expected errors following d43ec1bdb12649c32f0f0067492857a70bef05b4Bea Lam2010-02-243-3/+3
| |
| * Disallow ids that start with upper case letters.Bea Lam2010-02-241-1/+1
| | | | | | | | Task-number: QT-2786
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-233-16/+23
|/ | | | Task-number: QT-2798
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-225-54/+26
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-163-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| * Fix copyright year.Jason McDonald2010-02-163-3/+3
| | | | | | | | Reviewed-by: Trust Me
* | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6Friedemann Kleint2010-02-1615-15/+15
|/ | | | Fix messages in test data.
* 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
|/