Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -1184/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Make QmlBinding (and friends) private | Aaron Kennedy | 2010-02-23 | 1 | -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 Allison | 2010-02-23 | 1 | -3/+8 |
|/ | | | | Task-number: QT-2798 | ||||
* | Fix but in QmlMetaProperty assignment operator | Aaron Kennedy | 2010-02-23 | 1 | -0/+43 |
| | | | | QTBUG-8166 | ||||
* | Cleanup warnings in qmlmetaproperty test | Aaron Kennedy | 2010-02-23 | 1 | -11/+11 |
| | |||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -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/qt | Martin Jones | 2010-02-18 | 1 | -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 McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Fix crash in QmlMetaProperty that could occur when using value-type | Michael Brasser | 2010-02-16 | 1 | -0/+30 |
|/ | | | | properties after the engine was deleted. | ||||
* | Add reset methods to QmlMetaProperty | Aaron Kennedy | 2010-01-28 | 1 | -0/+93 |
| | |||||
* | Support attached properties in QmlMetaProperty | Aaron Kennedy | 2010-01-25 | 1 | -0/+75 |
| | | | | QTBUG-5580 | ||||
* | Fix tests after 05adc294d063171d9d0accf819826684813d396a | Michael Brasser | 2010-01-13 | 1 | -3/+6 |
| | |||||
* | Use console.log, not print. | Warwick Allison | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -2/+2 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | tests | Aaron Kennedy | 2009-11-04 | 1 | -6/+814 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -0/+40 |
| | |||||
* | Fix imports. | Warwick Allison | 2009-08-05 | 1 | -5/+5 |
| | | | | Still a FAIL. | ||||
* | Autotest format conversion. | Michael Brasser | 2009-05-08 | 1 | -3/+3 |
| | |||||
* | Get autotests compiling again. Start converting syntax. | Michael Brasser | 2009-05-08 | 1 | -1/+1 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+104 |