Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Fixed several qdoc errors. | Martin Smith | 2010-03-09 | 1 | -0/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-08 | 14 | -1/+107 |
|\ | |||||
| * | Fixed declarative examples not being installed. | Rohan McGovern | 2010-03-08 | 14 | -1/+107 |
| | | |||||
* | | Add Flipable example. | Bea Lam | 2010-03-08 | 3 | -0/+37 |
|/ | | | | Task-number: QT-2824 | ||||
* | Make compile following QDeclarativeMetaProperty renaming | Bea Lam | 2010-03-08 | 4 | -8/+8 |
| | |||||
* | Delete uninspiring example. | Yann Bodson | 2010-03-05 | 1 | -46/+0 |
| | |||||
* | Use new enum syntax for value types. | Yann Bodson | 2010-03-05 | 1 | -11/+11 |
| | |||||
* | More declarative examples cleanup. | Yann Bodson | 2010-03-05 | 3 | -20/+24 |
| | |||||
* | Improve declarative tabs example. | Yann Bodson | 2010-03-05 | 2 | -33/+60 |
| | |||||
* | declarative examples cleanup | Yann Bodson | 2010-03-05 | 7 | -40/+12 |
| | |||||
* | Remove Qt.playSound() | Michael Brasser | 2010-03-04 | 1 | -4/+8 |
| | | | | Use SoundEffect instead. | ||||
* | Make sure currentIndex is updated when view is flicked. | Martin Jones | 2010-03-03 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-8396 | ||||
* | make example work again | mae | 2010-03-03 | 2 | -5/+5 |
| | | | | | The code is now a bit on the imperative side, but that was the only working solution to remove the binding loops. | ||||
* | More renaming: MouseRegion -> MouseArea | Yann Bodson | 2010-03-03 | 3 | -3/+3 |
| | |||||
* | Merge branch 'master' into 4.7 | Yann Bodson | 2010-03-03 | 5 | -0/+311 |
|\ | |||||
| * | add colorbrowser qml example | Yann Bodson | 2010-03-03 | 5 | -0/+311 |
| | | | | | | | | This example shows how to use qml packages to animate between pathview, gridview and listview. | ||||
* | | Add import Qt.widgets 4.6 to layout.qml example | Joona Petrell | 2010-03-03 | 1 | -1/+1 |
| | | |||||
* | | Adapted example to use the import mechanism | mae | 2010-03-02 | 5 | -31/+40 |
| | | |||||
* | | Merge branch 'master' into 4.7 | Warwick Allison | 2010-03-02 | 9 | -1/+9 |
|\ \ | |/ | | | | | | | Conflicts: tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp | ||||
| * | Move WebView to an extension plugin. | Warwick Allison | 2010-03-02 | 9 | -1/+9 |
| | | | | | | | | | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995 | ||||
| * | Example of text focus. | Warwick Allison | 2010-03-02 | 1 | -0/+83 |
| | | | | | | | | Task-number: QT-448 | ||||
* | | Example of text focus. | Warwick Allison | 2010-03-02 | 1 | -0/+83 |
| | | | | | | | | Task-number: QT-448 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-02 | 30 | -325/+66 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Aaron Kennedy | 2010-03-02 | 27 | -27/+31 |
| |\ | | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml | ||||
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Yann Bodson | 2010-03-01 | 26 | -15/+15 |
| | |\ | |||||
| | * | | use ParentAnimation | Yann Bodson | 2010-03-01 | 1 | -12/+16 |
| | | | | |||||
| * | | | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 29 | -313/+50 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | | | Add docs and tests for WorkerListModel. | Bea Lam | 2010-03-02 | 2 | -0/+47 |
| |/ |/| | | | | | Task-number: QT-2807 | ||||
* | | Make SameGame tutorials share images | Alan Alpert | 2010-03-01 | 26 | -15/+15 |
|/ | | | | | | | | | It's a bit of a waste to have four copies of all of the images. And as an advanced tutorial throwing in a minor complication like this is probably beneficial. Additionally, the background has been replaced by a smaller JPEG version. | ||||
* | Change Connection syntax as per QT-2822. | Warwick Allison | 2010-02-26 | 1 | -2/+2 |
| | |||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 7 | -12/+12 |
| | | | | A viewport is the thing you look through, not what you look at. | ||||
* | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 1 | -3/+2 |
| | | | | | | Now, you have to reimplement registerTypes(uri) to expose native QML types, and initializeEngine(engine,uri) to add instances to the QML engine's root context. | ||||
* | Add simple Package example. | Martin Jones | 2010-02-25 | 2 | -0/+79 |
| | |||||
* | Connections example could be turned incorrectly | Yann Bodson | 2010-02-25 | 1 | -8/+4 |
| | | | | Task-number: QTBUG-8345 | ||||
* | Add subdirs .pro for examples/declarative/extending | Aaron Kennedy | 2010-02-24 | 2 | -0/+14 |
| | | | | Also fix up a compile error. | ||||
* | Add an "asynchonous" property to Image. | Martin Jones | 2010-02-24 | 1 | -0/+1 |
| | | | | | Allows loading/decoding local images in an asynchronous thread (already the case for network images). | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 46 | -129/+129 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 24 | -94/+103 |
|\ | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp | ||||
| * | Get rid of the useless import 'files' | Roberto Raggi | 2010-02-23 | 1 | -1/+0 |
| | | | | | | | | Reviewed-by: mae | ||||
| * | 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 | 7 | -11/+16 |
| | | |||||
| * | Updates all qml examples/demos to use the easing curve value type syntax | Leonardo Sobral Cunha | 2010-02-23 | 13 | -75/+77 |
| | | |||||
| * | Remove QmlView::execute(). QmlView::setSource() does it all now. | Martin Jones | 2010-02-23 | 2 | -4/+2 |
| | | | | | | | | Task-number: QT-2538 | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 30 | -47/+58 |
|/ | | | | Task-number: QT-2798 | ||||
* | Updated based on change to transformOrign | Nigel Hietala | 2010-02-22 | 5 | -0/+5 |
| | |||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 25 | -57/+156 |
| | | | | | | | | 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). | ||||
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 41 | -57/+57 |
| | |||||
* | Fix dynamic example | Alan Alpert | 2010-02-19 | 1 | -0/+1 |
| | | | | Dynamic property creation appears to have been restricted. | ||||
* | More strict type checking of ListElement properties. | Warwick Allison | 2010-02-19 | 2 | -3/+3 |
| | | | | Task-number: QTBUG-6203 |