Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an example spinner. | Martin Jones | 2010-05-13 | 6 | -0/+60 |
| | | | | | Also add missing increment/decrementCurrentIndex() slots to PathView, and tweak the number of points cached along a Path. | ||||
* | Clean up | Bea Lam | 2010-05-11 | 1 | -1/+0 |
| | |||||
* | Removed multimedia effects from tvtennis declarative example | Leonardo Sobral Cunha | 2010-05-10 | 3 | -8/+0 |
| | | | | | | The multimedia elements are not part of 4.7 anymore. Reviewed-by: Martin Jones | ||||
* | There is no Qt.widgets | Warwick Allison | 2010-05-10 | 1 | -1/+0 |
| | | | | Task-number: QTBUG-10469 | ||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-07 | 24 | -219/+247 |
|\ | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/itemCreation.js | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-05-07 | 17 | -48/+41 |
| |\ | | | | | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/PerspectiveItem.qml | ||||
| | * | More cleanup | Yann Bodson | 2010-05-06 | 5 | -15/+15 |
| | | | |||||
| | * | Cleanup | Yann Bodson | 2010-05-06 | 3 | -5/+5 |
| | | | |||||
| | * | Cleanup | Yann Bodson | 2010-05-06 | 7 | -26/+18 |
| | | | |||||
| | * | Use enum for drag.axis in doc and examples. | Yann Bodson | 2010-05-06 | 4 | -4/+4 |
| | | | |||||
| * | | Clean up example code, add white background behind text | Bea Lam | 2010-05-07 | 7 | -171/+206 |
| |/ | |||||
* | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 57 | -238/+1357 |
|\ \ | |/ | |||||
| * | Fix i18n example. | Yann Bodson | 2010-05-05 | 1 | -13/+17 |
| | | | | | | | | Add french translation to photoviewer demo. | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 41 | -200/+370 |
| |\ | |||||
| | * | Use enum rather than string for easing type. | Yann Bodson | 2010-05-05 | 16 | -93/+127 |
| | | | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-05-05 | 23 | -102/+228 |
| | |\ | |||||
| | | * | Example i18n. | Warwick Allison | 2010-05-05 | 6 | -0/+69 |
| | | | | |||||
| | | * | Doc improvements, simplify example code | Bea Lam | 2010-05-05 | 17 | -102/+159 |
| | | | | |||||
| | * | | QList<QObject*> models now update their properties when they change. | Martin Jones | 2010-05-05 | 3 | -5/+15 |
| | |/ | | | | | | | | | | Task-number: QTBUG-10348 | ||||
| * | | Move Qt.widgets import to be an unsupported example | Alan Alpert | 2010-05-05 | 17 | -29/+974 |
| |/ | | | | | | | | | | | | | | | Layout examples for QML are also cleaned up a bit. Layouts test removed, and LayoutItem test added, to clarify what we support. Reviewed-by: Michael Brasser | ||||
* | | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 4 | -8/+4 |
|/ | | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110 | ||||
* | Remove QDeclarativeLoader::resizeMode | mae | 2010-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | The explicit resizeMode is superfluous, all usecases could be achieved with the corrected default behaviour of the former ResizeLoaderToItem mode. The NoResize usecase is covered by wrapping the loader in an extra item. That means: A loader automatically gets its size from the item loaded unless the loader has an explicit size itself. Go-ahead-by: Michael Brasser | ||||
* | Add availableFonts.qml for fonts examples. | Yann Bodson | 2010-04-30 | 1 | -0/+17 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-29 | 4 | -15/+15 |
|\ | |||||
| * | Remove Component's isReady, isLoading, isError and isNull properties. | Bea Lam | 2010-04-29 | 4 | -15/+15 |
| | | | | | | | | | | | | | | The Component status enum covers all of these properties already and removing these also makes the API consistent with Image and Loader. Note this change only affects the QML Component API; the methods are still available for QDeclarativeComponent. | ||||
* | | Add an example of creating a QDeclarativeNetworkAccessManagerFactory. | Martin Jones | 2010-04-29 | 5 | -0/+131 |
|/ | |||||
* | Update border image examples. | Yann Bodson | 2010-04-28 | 7 | -73/+98 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-27 | 40 | -18/+1542 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (30 commits) Ensure text document is created before we access it. Plugins documentation. Fix update issue when an item has an effect and child. Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints. Disallow "Qt" as namespace import Don't "adjust" the z value of a delegate that has been cached. Correctly inherit extension properties Autotests More QDeclarativeNetworkAccessManagerFactory doc clarification. Fix QDeclarativeNetworkAccessManagerFactory docs. Don't crash on invalid model remove signal. Ensure scheduled layout can occur before testing. Fix remaining 4.6 type registrations (to 4.7). doc anchor margins vs. anchor (line) state/animation. These examples should not be included in this test Unify naming of settings / UI to be "Qt Qml Runtime" Improved error messages for type resolving, new debug option Link to example files from tutorial pages Add tutorial for writing QML extensions no export in plugin ... | ||||
| * | Link to example files from tutorial pages | Bea Lam | 2010-04-23 | 4 | -0/+64 |
| | | |||||
| * | Add tutorial for writing QML extensions | Bea Lam | 2010-04-23 | 31 | -0/+1460 |
| | | |||||
| * | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 5 | -18/+18 |
| | | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Peter Yard | 2010-04-27 | 133 | -537/+1256 |
|\ \ | |/ | |||||
| * | Replace Flickable overshoot property with boundsBehavior | Martin Jones | 2010-04-22 | 1 | -1/+1 |
| | | | | | | | | Task-number: QTBUG-9993 | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-22 | 4 | -81/+0 |
| |\ | |||||
| | * | Remove (undocumented) QML bindings for effects. | Michael Brasser | 2010-04-22 | 3 | -81/+0 |
| | | | | | | | | | | | | | | | Support for effects will be introduced in a future release, when we can make better guarantees about performance. | ||||
| | * | De-straighten them lines. | Bea Lam | 2010-04-22 | 1 | -0/+0 |
| | | | |||||
| * | | Doc: fix QStringList model docs | Martin Jones | 2010-04-22 | 5 | -0/+106 |
| |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-21 | 5 | -5/+40 |
| |\ | |||||
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 96 | -349/+1051 |
| | |\ | |||||
| | * | | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 5 | -5/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also updated examples to still work, and the dynamic example now uses exceptions a little, to demonstrate that it can be done. Exceptions are also now filled out with the QML error data. Task-number: QT-2801 Reviewed-by: Aaron Kennedy | ||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-21 | 2 | -33/+31 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | More focus example cleanup. | Yann Bodson | 2010-04-21 | 2 | -33/+31 |
| | | | | |||||
| * | | | remove debugs | Warwick Allison | 2010-04-21 | 2 | -8/+0 |
| |/ / | |||||
| * | | Cleanup declarative focus example. | Yann Bodson | 2010-04-21 | 2 | -7/+2 |
| | | | |||||
| * | | Improve docs and examples for Extending QML in C++ | Bea Lam | 2010-04-21 | 50 | -310/+331 |
| | | | |||||
| * | | Make property value source examples work | Bea Lam | 2010-04-21 | 2 | -2/+2 |
| | | | |||||
| * | | Add an examples.qmlproject for all QML examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 |
| | | | |||||
| * | | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 42 | -0/+672 |
| |/ | |||||
| * | Improve fillmode example. | Yann Bodson | 2010-04-19 | 4 | -37/+45 |
| | | |||||
| * | Indentation and whitespace fixes in qml's samegame tutorial | Leonardo Sobral Cunha | 2010-04-19 | 13 | -23/+23 |
| | |