summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlmetaproperty/tst_qmlmetaproperty.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-1184/+0
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-1/+1
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-1/+1
| | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now.
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-3/+8
|/ | | | Task-number: QT-2798
* Fix but in QmlMetaProperty assignment operatorAaron Kennedy2010-02-231-0/+43
| | | | QTBUG-8166
* Cleanup warnings in qmlmetaproperty testAaron Kennedy2010-02-231-11/+11
|
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-26/+9
| | | | | | | | 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).
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Fix crash in QmlMetaProperty that could occur when using value-typeMichael Brasser2010-02-161-0/+30
|/ | | | properties after the engine was deleted.
* Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-281-0/+93
|
* Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-251-0/+75
| | | | QTBUG-5580
* Fix tests after 05adc294d063171d9d0accf819826684813d396aMichael Brasser2010-01-131-3/+6
|
* Use console.log, not print.Warwick Allison2009-11-231-2/+2
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-2/+2
| | | | | | 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-041-6/+814
|
* fix headersWarwick Allison2009-10-291-0/+40
|
* Fix imports.Warwick Allison2009-08-051-5/+5
| | | | Still a FAIL.
* Autotest format conversion.Michael Brasser2009-05-081-3/+3
|
* Get autotests compiling again. Start converting syntax.Michael Brasser2009-05-081-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+104