summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/extending-tutorial.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Fixed links and whitespace.David Boddie2011-02-171-3/+3
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-01-171-1/+1
|\ | | | | | | | | | | | | Conflicts: doc/src/declarative/elements.qdoc doc/src/declarative/extending.qdoc src/declarative/qml/qdeclarativecomponent.cpp
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Re-organized the Qt Quick page. Changed titles and links.Jerome Pasion2010-12-201-23/+25
|/ | | | Task-number: QTBUG-16071
* Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-031-2/+2
| | | | | | | | The 'Writing QML Components' is mainly a restructuring of the 'Extending types from QML' page. It also documents the signal connect() function that was previously undocumented. Task-number: QTBUG-15718, QTBUG-15138
* Doc: Correcting references to Qt Declarative module.Morten Engvoldsen2010-11-151-2/+2
|
* Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-12/+8
| | | | | | | | | | | | | | now has an overview of different approaches to QML/C++ integration and demonstrates how to pass data between QML and C++ through properties/functions/signals. The part in the old docs that focused on QDeclarativeContext has been merged into the QDeclarativeContext class docs (although most of the info was largely covered in there already) and the part that covered Network Components has been moved to the QDeclarativeComponent class docs. The custom enum types example previously in extending-tutorial.qdoc has been moved to these new docs. Task-number: QTBUG-14923
* Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
| | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Doc: Shorten lists of basic QML types.David Boddie2010-09-301-10/+4
|
* Doc: Minor improvements and fixes.David Boddie2010-08-241-1/+0
|
* Improvements to Modules docsBea Lam2010-07-291-3/+3
| | | | Task-number: QTBUG-12430
* Change docs to show how to define enum propertiesBea Lam2010-07-201-6/+20
|
* Add chapter on creating list property typesBea Lam2010-07-151-31/+72
|
* Change tutorial from using "Musician" etc. types to using "PieChart"Bea Lam2010-07-151-106/+149
| | | | | etc. types to make a more practical example that shows how to do painting as well. Also includes some tutorial improvments.
* Fix docs to link to the new QML Viewer page instead of the Runtime pageBea Lam2010-07-021-6/+8
| | | | | where applicable, and remove or rename references to 'qml' tool. Also improve QML Viewer docs.
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Don't display unnecessary copyright headers in docMartin Jones2010-05-261-4/+4
|
* Plugins documentation.Bea Lam2010-04-271-3/+4
| | | | Task-number: QTBUG-10129
* Add tutorial for writing QML extensionsBea Lam2010-04-231-0/+419