summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-2722-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 Lam2010-04-271-3/+4
| | | | | | | | Task-number: QTBUG-10129
| * Link to example files from tutorial pagesBea Lam2010-04-231-10/+9
| |
| * Add tutorial for writing QML extensionsBea Lam2010-04-232-3/+427
| |
| * Add doc pages for qml examples.Yann Bodson2010-04-231-0/+40
| |
| * Replace usage of print() with console.log().Michael Brasser2010-04-231-6/+8
| |
| * Remove out-of-date performance doc.Michael Brasser2010-04-231-122/+0
| |
| * Doc fixes.Michael Brasser2010-04-236-30/+40
| |
| * Return null if creation fails.Michael Brasser2010-04-231-2/+2
| |
| * Collection of small doc improvementsMartin Jones2010-04-2310-15/+19
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-2718-149/+282
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-222-2/+6
| |\
| | * Autotests and docAaron Kennedy2010-04-221-2/+2
| | |
| | * Give error on attempt to import types from too-early version number.Warwick Allison2010-04-221-0/+4
| | | | | | | | | | | | eg. "import Qt 4.6" not valid.
| * | Doc: fix QStringList model doc (really).Martin Jones2010-04-221-1/+1
| |/
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2111-90/+247
| |\
| | * Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-211-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 inBea Lam2010-04-211-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 changesBea Lam2010-04-211-16/+0
| | |
| | * Fix doc linksBea Lam2010-04-212-3/+4
| | |
| | * Improve docs and examples for Extending QML in C++Bea Lam2010-04-211-183/+202
| | |
| | * Make property value source examples workBea Lam2010-04-211-1/+1
| | |
| | * Add declarative demos to doc.Yann Bodson2010-04-201-0/+5
| | |
| | * docWarwick Allison2010-04-202-2/+4
| | |
| | * doc typoWarwick Allison2010-04-201-2/+2
| | |
| | * DocAaron Kennedy2010-04-201-10/+46
| | | | | | | | | | | | QTBUG-9768
| | * DocAaron Kennedy2010-04-201-4/+72
| | | | | | | | | | | | QTBUG-9457
| | * Create doc pages for QML focus and minehunt examples.Yann Bodson2010-04-203-20/+20
| | | | | | | | | | | | Link to declarative examples from Qt's examples page.
| | * Improve error messages, especially on embedded.Warwick Allison2010-04-201-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 objectAlan Alpert2010-04-211-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 examplesBea Lam2010-04-195-14/+1
| |
| * Fix doc: QML_DECLARE_TYPE is no longer necessarymae2010-04-162-23/+4
| | | | | | | | It's sufficient to register a type with qmlRegisterType<T>()
| * Fix doc: remote contents requires qmldirmae2010-04-161-2/+4
| |
| * DocAaron Kennedy2010-04-161-2/+2
| |
| * Documentation typo.Yann Bodson2010-04-161-8/+8
| |
| * Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-161-6/+1
| |
* | Docs Changes to start page. Minor change to Elements doc. See also added to ↵Peter Yard2010-04-272-5/+14
|/ | | | some elements docs.
* Rename section so that it's not linked to by references to "JavaScript"Bea Lam2010-04-151-1/+1
|
* Doc improvementsBea Lam2010-04-151-13/+20
|
* Fix typoBea Lam2010-04-151-1/+1
|
* Improve integration docs and add examplesBea Lam2010-04-157-51/+319
|
* Updates to the module documentationmae2010-04-141-0/+7
|
* Fix minor typo in docsAlan Alpert2010-04-141-1/+1
|
* Update references linksBea Lam2010-04-141-0/+1
|
* Move example code into separate files to make sure they compileBea Lam2010-04-1418-163/+586
| | | | and work standalone
* Merged 'orientation' into 'runtime' context property in qmlruntimeLeonardo Sobral Cunha2010-04-141-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 pageBea Lam2010-04-131-0/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-131-0/+3
|\
| * Doc improvementsBea Lam2010-04-131-0/+3
| |
* | Doc: Use QUrl::fromLocalFile().Martin Jones2010-04-131-1/+1
|/