Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | Cleanup: Move value conversion code to helper functions | Kent Hansen | 2010-02-18 | 3 | -11/+60 | |
| | | | | * | | | | | Move implementation of QScriptValue construction functions to private class | Kent Hansen | 2010-02-18 | 2 | -91/+133 | |
| | | | | * | | | | | Cleanup: Move number conversion functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -84/+81 | |
| | | | | * | | | | | Move some helper function declarations outside QT_NO_QOBJECT guard | Kent Hansen | 2010-02-18 | 1 | -13/+14 | |
| | | | | * | | | | | Cleanup: Move exception helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -35/+35 | |
| * | | | | | | | | | Disallow ids that start with upper case letters. | Bea Lam | 2010-02-24 | 1 | -3/+2 | |
* | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-24 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-23 | 39 | -454/+1339 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | ||||||
| * | | | | | | | | | Fix illegal access in QmlStyledText and add auto tests | Martin Jones | 2010-02-23 | 1 | -12/+12 | |
* | | | | | | | | | | doc | Warwick Allison | 2010-02-23 | 1 | -0/+8 | |
* | | | | | | | | | | Merge fix. | Warwick Allison | 2010-02-23 | 1 | -1/+6 | |
* | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 62 | -749/+1896 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Added missing destructor to QmlExtensionInterface. | Roberto Raggi | 2010-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | Merge branch 'qtruntime' | Roberto Raggi | 2010-02-23 | 15 | -262/+787 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 7 | -217/+13 | |
| | * | | | | | | | | | 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 | |
| | * | | | | | | | | | Fix compile error in QEasingCurve | Leonardo Sobral Cunha | 2010-02-23 | 1 | -3/+3 | |
| | * | | | | | | | | | Merge remote branch 'origin/master' into qtruntime | Roberto Raggi | 2010-02-23 | 50 | -499/+1134 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Load QML extensions. | Roberto Raggi | 2010-02-22 | 7 | -25/+62 | |
| | * | | | | | | | | | | 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 | 855 | -64848/+107274 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Introduced QmlEngine::importExtension. | Roberto Raggi | 2010-02-22 | 2 | -1/+21 | |
| | * | | | | | | | | | | | Get rid of the unfriendly ImportedNamespace::isBuiltin flag. | Roberto Raggi | 2010-02-19 | 1 | -27/+16 | |
| | * | | | | | | | | | | | Added QmlExtensionPlugin and QmlExtensionInterface. | Roberto Raggi | 2010-02-19 | 4 | -2/+75 | |
| | * | | | | | | | | | | | Introduced a new parser for qmldir files. | Roberto Raggi | 2010-02-19 | 4 | -20/+352 | |
| | * | | | | | | | | | | | Introduced the internal virtual method QmlView::setRootObject(object). | Roberto Raggi | 2010-02-19 | 2 | -45/+54 | |
| * | | | | | | | | | | | | Fix build on solaris | Alan Alpert | 2010-02-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Doc fix | Alan Alpert | 2010-02-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | More precise compiler errors | Alan Alpert | 2010-02-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Fix compile error in QEasingCurve | Leonardo Sobral Cunha | 2010-02-23 | 1 | -3/+3 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | String to enum conversion in value types | Aaron Kennedy | 2010-02-23 | 5 | -12/+38 | |
| * | | | | | | | | | | | Adds QmlEasingValueType to qml | Leonardo Sobral Cunha | 2010-02-23 | 5 | -123/+178 | |
| * | | | | | | | | | | | Add QEasingCurve as builtin metatype | Leonardo Sobral Cunha | 2010-02-23 | 6 | -11/+170 | |
| * | | | | | | | | | | | Add missing NOTIFY signals to positioners, particles and webview | Joona Petrell | 2010-02-23 | 6 | -42/+161 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-23 | 27 | -260/+353 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-23 | 27 | -233/+373 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | QmlExpression API review | Aaron Kennedy | 2010-02-23 | 12 | -65/+38 | |
| | | * | | | | | | | | | | Make QmlBinding (and friends) private | Aaron Kennedy | 2010-02-23 | 18 | -164/+167 | |
| | * | | | | | | | | | | | Doc fix. | Bea Lam | 2010-02-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-23 | 1123 | -66454/+109667 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Add XmlRole::isKey property for incremental data changes when reload() | Bea Lam | 2010-02-23 | 1 | -29/+146 | |
| * | | | | | | | | | | | | | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 3 | -29/+37 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-23 | 2 | -17/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add support for setting the root index when using a QAbstractItemModel. | Martin Jones | 2010-02-23 | 2 | -4/+168 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 47 | -523/+748 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix but in QmlMetaProperty assignment operator | Aaron Kennedy | 2010-02-23 | 1 | -0/+2 | |
* | | | | | | | | | | | 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 | |
|/ / / / / / / / / / |