Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the install rules for the QML plugins example. | Roberto Raggi | 2010-02-23 | 1 | -11/+14 |
| | | | | | | | | Install the QML components in $[QT_INSTALL_EXAMPLES]/declarative/plugins/com/nokia/TimeExample and the source files in $[QT_INSTALL_EXAMPLES]/declarative/plugins/ | ||||
* | Added the qmldir file for declarative plugins example | Thorbjørn Lindeijer | 2010-02-23 | 1 | -0/+2 |
| | |||||
* | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 14 | -228/+29 |
| | |||||
* | Look for QML plugins in the paths specified in QML_PLUGIN_PATH env var. | Roberto Raggi | 2010-02-23 | 4 | -6/+31 |
| | |||||
* | Added QmlEnginePrivate::resolvePlugin. | Roberto Raggi | 2010-02-23 | 2 | -3/+92 |
| | | | | | resolvePlugin returns the merge of the plugin's base name with the platform suffix (e.g. .dylib) and prefix (e.g. lib). | ||||
* | Fix compile error in QEasingCurve | Leonardo Sobral Cunha | 2010-02-23 | 1 | -3/+3 |
| | | | | Reviewed-by: akennedy | ||||
* | Merge remote branch 'origin/master' into qtruntime | Roberto Raggi | 2010-02-23 | 138 | -932/+2354 |
|\ | |||||
| * | String to enum conversion in value types | Aaron Kennedy | 2010-02-23 | 8 | -12/+71 |
| | | | | | | | | | | | | Assigning a string to a value type enum property from a binding was not working as QmlMetaProperty didn't realise the property was of enum type. | ||||
| * | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 41 | -162/+164 |
| | | |||||
| * | Adds QmlEasingValueType to qml | Leonardo Sobral Cunha | 2010-02-23 | 7 | -181/+237 |
| | | | | | | | | | | | | | | | | Now it's possible to use easing curve types directly in qml as value types, {easing.type: "OutBounce"; easing.amplitude: 3}, instead of the former ugly string format, like "easeOutBounce(amplitude:3.0)". Reviewed-by: akennedy | ||||
| * | Add QEasingCurve as builtin metatype | Leonardo Sobral Cunha | 2010-02-23 | 7 | -11/+285 |
| | | | | | | | | | | | | | | | | This is needed for qml, in order to be able to use easing as a valuetype. Task-number: QTBUG-8235 Reviewed-by: thierry Reviewed-by: janarve | ||||
| * | Add missing NOTIFY signals to positioners, particles and webview | Joona Petrell | 2010-02-23 | 12 | -43/+521 |
| | | | | | | | | Reviewed-by: Aaron Kennedy | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-23 | 34 | -279/+616 |
| |\ | |||||
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-23 | 34 | -252/+383 |
| | |\ | |||||
| | | * | QmlExpression API review | Aaron Kennedy | 2010-02-23 | 15 | -70/+45 |
| | | | | |||||
| | | * | Make QmlBinding (and friends) private | Aaron Kennedy | 2010-02-23 | 21 | -178/+169 |
| | | | | | | | | | | | | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now. | ||||
| | * | | Doc fix. | Bea Lam | 2010-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Task-number: QT-2831 | ||||
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-23 | 2056 | -71182/+160302 |
| | |\ \ | |||||
| | * | | | Add XmlRole::isKey property for incremental data changes when reload() | Bea Lam | 2010-02-23 | 2 | -29/+400 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is called. Task-number: QT-2831 | ||||
| * | | | | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 20 | -180/+123 |
| | |_|/ | |/| | | | | | | | | | | Task-number: QT-2538 | ||||
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-23 | 13 | -58/+148 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Doc. | Michael Brasser | 2010-02-23 | 1 | -6/+6 |
| | | | | |||||
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 10 | -51/+127 |
| | |\ \ | |||||
| | | * | | Fix but in QmlMetaProperty assignment operator | Aaron Kennedy | 2010-02-23 | 2 | -0/+45 |
| | | | | | | | | | | | | | | | | | | | | QTBUG-8166 | ||||
| | | * | | Cleanup warnings in qmlmetaproperty test | Aaron Kennedy | 2010-02-23 | 1 | -11/+11 |
| | | | | | |||||
| | | * | | Rename qmllist autotest to qmllistreference | Aaron Kennedy | 2010-02-23 | 6 | -23/+23 |
| | | | | | |||||
| | | * | | Small QmlMetaProperty code cleanup | Aaron Kennedy | 2010-02-23 | 1 | -16/+16 |
| | | | | | |||||
| | | * | | Better support modelData for object list models. | Michael Brasser | 2010-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | modelData will now correctly return the actual object. | ||||
| | | * | | Add documentation on QMLs memory management assumptions | Aaron Kennedy | 2010-02-23 | 1 | -0/+31 |
| | | | | | |||||
| | * | | | Work. | Warwick Allison | 2010-02-23 | 1 | -0/+5 |
| | |/ / | |||||
| | * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 1097 | -72939/+62188 |
| | |\ \ | |||||
| | * | | | run qmlmoduleplugin test | Warwick Allison | 2010-02-23 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Test bug QTBUG-5974 | Warwick Allison | 2010-02-23 | 1 | -1/+9 |
| | | | | | |||||
| * | | | | Add support for setting the root index when using a QAbstractItemModel. | Martin Jones | 2010-02-23 | 3 | -4/+169 |
| | |/ / | |/| | | | | | | | | | | Task-number: QT-2777 | ||||
| * | | | Make uncached text painting work for richtext too. | Martin Jones | 2010-02-23 | 2 | -3/+12 |
| | | | | |||||
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Alan Alpert | 2010-02-22 | 5 | -0/+5 |
| |\ \ \ | |||||
| | * | | | Updated based on change to transformOrign | Nigel Hietala | 2010-02-22 | 5 | -0/+5 |
| | | | | | |||||
| * | | | | Documentation Update | Alan Alpert | 2010-02-22 | 1 | -1/+5 |
| |/ / / | | | | | | | | | | | | | | | | | Mention that the same game tutorial is now slightly different to the demo version. | ||||
* | | | | Load QML extensions. | Roberto Raggi | 2010-02-22 | 7 | -25/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows projects which use the QtDeclarative module to register QML types and functions through C++ extensions. Reviewed-by: mae | ||||
* | | | | Document the QmlExtensionPlugin interface. | Roberto Raggi | 2010-02-22 | 3 | -0/+157 |
| | | | | |||||
* | | | | Compile. | Roberto Raggi | 2010-02-22 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge remote branch 'origin/master' into qtruntime | Roberto Raggi | 2010-02-22 | 1497 | -67480/+141764 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/qml/qml.pri src/declarative/qml/qmlengine.cpp src/declarative/util/qmlview.h | ||||
| * | | | Doc fix | Alan Alpert | 2010-02-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-22 | 947 | -72470/+61700 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵ | Qt Continuous Integration System | 2010-02-22 | 268 | -2665/+2384 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys. | ||||
| | | * | | | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 113 | -2218/+1931 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-multimedia-staging ↵ | Qt Continuous Integration System | 2010-02-22 | 14 | -27/+157 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Documentation fixes. Add a qRegisterQmlElements function to QtMultimedia | ||||
| | | * | | | | Documentation fixes. | Justin McPherson | 2010-02-22 | 7 | -18/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Nicholas Young | ||||
| | | * | | | | Add a qRegisterQmlElements function to QtMultimedia | Justin McPherson | 2010-02-22 | 7 | -9/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid exposing private classes. Reviewed-by: Bill King | ||||
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵ | Qt Continuous Integration System | 2010-02-22 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1: QtMultimedia: Fix compilation of qml/qsoundeffect_pulse on 64 bit. |