Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 156 | -1167/+3092 |
|\ | |||||
| * | Added missing destructor to QmlExtensionInterface. | Roberto Raggi | 2010-02-23 | 1 | -0/+1 |
| * | Merge branch 'qtruntime' | Roberto Raggi | 2010-02-23 | 24 | -277/+811 |
| |\ | |||||
| | * | Get rid of the useless import 'files' | Roberto Raggi | 2010-02-23 | 1 | -1/+0 |
| | * | Fixed the install rules for the QML plugins example. | Roberto Raggi | 2010-02-23 | 1 | -11/+14 |
| | * | 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 |
| | * | 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 | 138 | -932/+2354 |
| | |\ | |||||
| | * | | 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 | 1497 | -67480/+141764 |
| | |\ \ | |||||
| | * | | | 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 |
| * | | | | Avoiding PlatSec warnings for Symbian devices | Aleksandar Sasha Babic | 2010-02-23 | 1 | -1/+1 |
| * | | | | Fix build on solaris | Alan Alpert | 2010-02-23 | 1 | -1/+1 |
| * | | | | Fixing deployment and default values for Symbian | Aleksandar Sasha Babic | 2010-02-23 | 2 | -0/+26 |
| * | | | | Fixing deplyment on Symbian platform | Aleksandar Sasha Babic | 2010-02-23 | 2 | -1/+16 |
| * | | | | Fixing deployment on Symbian | Aleksandar Sasha Babic | 2010-02-23 | 2 | -2/+13 |
| * | | | | Fixing deployment on Symbian | Aleksandar Sasha Babic | 2010-02-23 | 1 | -0/+10 |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Alan Alpert | 2010-02-23 | 3 | -2/+19 |
| |\ \ \ \ | |||||
| | * | | | | Fixing deployment on Symbian platform | Aleksandar Sasha Babic | 2010-02-23 | 2 | -2/+13 |
| | * | | | | Fixing deployment on Symbian | Aleksandar Sasha Babic | 2010-02-23 | 1 | -0/+6 |
| * | | | | | 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 | 8 | -12/+71 |
| * | | | 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 |
| * | | | Add QEasingCurve as builtin metatype | Leonardo Sobral Cunha | 2010-02-23 | 7 | -11/+285 |
| * | | | Add missing NOTIFY signals to positioners, particles and webview | Joona Petrell | 2010-02-23 | 12 | -43/+521 |
| * | | | 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 |
| | * | | | | 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 | 2056 | -71182/+160302 |
| | |\ \ \ \ | |||||
| | * | | | | | Add XmlRole::isKey property for incremental data changes when reload() | Bea Lam | 2010-02-23 | 2 | -29/+400 |
| * | | | | | | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 20 | -180/+123 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | 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 |
| * | | | | | Add support for setting the root index when using a QAbstractItemModel. | Martin Jones | 2010-02-23 | 3 | -4/+169 |
* | | | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 113 | -649/+984 |
* | | | | | | Make executable outside dir. | Warwick Allison | 2010-02-23 | 1 | -3/+3 |
| |/ / / / |/| | | | |