Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-27 | 22 | -188/+546 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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 ... | ||||
| * | Plugins documentation. | Bea Lam | 2010-04-27 | 1 | -3/+4 |
| | | | | | | | | Task-number: QTBUG-10129 | ||||
| * | Link to example files from tutorial pages | Bea Lam | 2010-04-23 | 1 | -10/+9 |
| | | |||||
| * | Add tutorial for writing QML extensions | Bea Lam | 2010-04-23 | 2 | -3/+427 |
| | | |||||
| * | Add doc pages for qml examples. | Yann Bodson | 2010-04-23 | 1 | -0/+40 |
| | | |||||
| * | Replace usage of print() with console.log(). | Michael Brasser | 2010-04-23 | 1 | -6/+8 |
| | | |||||
| * | Remove out-of-date performance doc. | Michael Brasser | 2010-04-23 | 1 | -122/+0 |
| | | |||||
| * | Doc fixes. | Michael Brasser | 2010-04-23 | 6 | -30/+40 |
| | | |||||
| * | Return null if creation fails. | Michael Brasser | 2010-04-23 | 1 | -2/+2 |
| | | |||||
| * | Collection of small doc improvements | Martin Jones | 2010-04-23 | 10 | -15/+19 |
| | | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Peter Yard | 2010-04-27 | 18 | -149/+282 |
|\ \ | |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-22 | 2 | -2/+6 |
| |\ | |||||
| | * | Autotests and doc | Aaron Kennedy | 2010-04-22 | 1 | -2/+2 |
| | | | |||||
| | * | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 1 | -0/+4 |
| | | | | | | | | | | | | eg. "import Qt 4.6" not valid. | ||||
| * | | Doc: fix QStringList model doc (really). | Martin Jones | 2010-04-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-21 | 11 | -90/+247 |
| |\ | |||||
| | * | Add hasModelChildren property to delegates with QAbstractItemModel model type. | Martin Jones | 2010-04-21 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also add some helper function to VisualDataModel: - VisualDataModel::modelIndex(int) returns a QModelIndex which can be assigned to VisualDataModel::rootIndex - VisualDataModel::parentModelIndex() returns a QModelIndex which can be assigned to VisualDataModel::rootIndex | ||||
| | * | Revert structural changes to extending.qdoc made in | Bea Lam | 2010-04-21 | 1 | -197/+178 |
| | | | | | | | | | | | | | | | | | | 61f3cb6e79fea0aed80df091013c2228f64955ec. A separate, more tutorial-like page for this topic will be created and this can be kept as a reference-type page. | ||||
| | * | Fix following qdoc changes | Bea Lam | 2010-04-21 | 1 | -16/+0 |
| | | | |||||
| | * | Fix doc links | Bea Lam | 2010-04-21 | 2 | -3/+4 |
| | | | |||||
| | * | Improve docs and examples for Extending QML in C++ | Bea Lam | 2010-04-21 | 1 | -183/+202 |
| | | | |||||
| | * | Make property value source examples work | Bea Lam | 2010-04-21 | 1 | -1/+1 |
| | | | |||||
| | * | Add declarative demos to doc. | Yann Bodson | 2010-04-20 | 1 | -0/+5 |
| | | | |||||
| | * | doc | Warwick Allison | 2010-04-20 | 2 | -2/+4 |
| | | | |||||
| | * | doc typo | Warwick Allison | 2010-04-20 | 1 | -2/+2 |
| | | | |||||
| | * | Doc | Aaron Kennedy | 2010-04-20 | 1 | -10/+46 |
| | | | | | | | | | | | | QTBUG-9768 | ||||
| | * | Doc | Aaron Kennedy | 2010-04-20 | 1 | -4/+72 |
| | | | | | | | | | | | | QTBUG-9457 | ||||
| | * | Create doc pages for QML focus and minehunt examples. | Yann Bodson | 2010-04-20 | 3 | -20/+20 |
| | | | | | | | | | | | | Link to declarative examples from Qt's examples page. | ||||
| | * | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -1/+54 |
| | | | | | | | | | | | | | | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available. | ||||
| * | | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 1 | -1/+8 |
| |/ | | | | | | | | | | | | | | | | | 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 | ||||
| * | QML_DECLARE_TYPE is no longer necessary - fix docs and examples | Bea Lam | 2010-04-19 | 5 | -14/+1 |
| | | |||||
| * | Fix doc: QML_DECLARE_TYPE is no longer necessary | mae | 2010-04-16 | 2 | -23/+4 |
| | | | | | | | | It's sufficient to register a type with qmlRegisterType<T>() | ||||
| * | Fix doc: remote contents requires qmldir | mae | 2010-04-16 | 1 | -2/+4 |
| | | |||||
| * | Doc | Aaron Kennedy | 2010-04-16 | 1 | -2/+2 |
| | | |||||
| * | Documentation typo. | Yann Bodson | 2010-04-16 | 1 | -8/+8 |
| | | |||||
| * | Doc: in QML use "real" and "enumeration", not "qreal" and "enum" | Martin Jones | 2010-04-16 | 1 | -6/+1 |
| | | |||||
* | | Docs Changes to start page. Minor change to Elements doc. See also added to ↵ | Peter Yard | 2010-04-27 | 2 | -5/+14 |
|/ | | | | some elements docs. | ||||
* | Rename section so that it's not linked to by references to "JavaScript" | Bea Lam | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Doc improvements | Bea Lam | 2010-04-15 | 1 | -13/+20 |
| | |||||
* | Fix typo | Bea Lam | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Improve integration docs and add examples | Bea Lam | 2010-04-15 | 7 | -51/+319 |
| | |||||
* | Updates to the module documentation | mae | 2010-04-14 | 1 | -0/+7 |
| | |||||
* | Fix minor typo in docs | Alan Alpert | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Update references links | Bea Lam | 2010-04-14 | 1 | -0/+1 |
| | |||||
* | Move example code into separate files to make sure they compile | Bea Lam | 2010-04-14 | 18 | -163/+586 |
| | | | | and work standalone | ||||
* | Merged 'orientation' into 'runtime' context property in qmlruntime | Leonardo Sobral Cunha | 2010-04-14 | 1 | -10/+36 |
| | | | | | | | | | | | Removed the 'Screen' element from DeclarativeViewer, as it was used only for the orientation property. Now access the 'orientation' property like this: 'runtime.orientation' and the enum is accessed as 'Orientation.Landscape', when using the qmlruntime. Updated docs for qmlruntime. Reviewed-by: Martin Jones | ||||
* | Link to QML for Qt programmers from main page | Bea Lam | 2010-04-13 | 1 | -0/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-13 | 1 | -0/+3 |
|\ | |||||
| * | Doc improvements | Bea Lam | 2010-04-13 | 1 | -0/+3 |
| | | |||||
* | | Doc: Use QUrl::fromLocalFile(). | Martin Jones | 2010-04-13 | 1 | -1/+1 |
|/ |