summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qtbinding.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'jpasions-qt-doc-team-qtquick-4.7' into 4.7David Boddie2011-02-171-7/+11
|\ | | | | | | | | | | | | | | Conflicts: doc/src/declarative/propertybinding.qdoc doc/src/overviews.qdoc src/declarative/util/qdeclarativeanimation.cpp src/declarative/util/qdeclarativeview.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-01-171-6/+9
| |\ | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/elements.qdoc doc/src/declarative/extending.qdoc src/declarative/qml/qdeclarativecomponent.cpp
| * | Re-organized the Qt Quick page. Changed titles and links.Jerome Pasion2010-12-201-7/+10
| | | | | | | | | | | | Task-number: QTBUG-16071
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2010-12-201-1/+33
| |\ \
| * | | Added \ingroup for the overview pages and \group page.Jerome Pasion2010-12-131-0/+1
| | | |
* | | | Fix doc typoAlan Alpert2011-01-131-2/+2
| | | | | | | | | | | | | | | | Tidy up that section a little, while I'm at it.
* | | | Document level of support for QGraphicsObject propertiesAlan Alpert2011-01-131-0/+9
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | In the context of QML, they are not officially supported as public API unless otherwise documented in QDeclarativeItem. This commit mentions that somewhere. Task-number: QTBUG-15797 Reviewed-by: Martin Jones
* | | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Update docs - calling overloaded functions from QML is now supportedBea Lam2011-01-061-5/+8
| |/ |/|
* | Document support for QVariantList and QVariantMap type conversionBea Lam2010-12-061-1/+33
|/
* Add 'Writing New Components' docs, and document the connect() function.Bea Lam2010-12-031-1/+1
| | | | | | | | 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-11-221-6/+6
|\ | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/doc-staging: Doc: Documented that border width does not affect rectangle geometry. Doc: Minor fixes to style. Doc: Updated the DirectFB documentation to reflect version changes. Doc: correcting heading - Beginning Qt Quick - into - Intro to Qt Quick Doc: Correcting references to Qt Declarative module. doc: Stated that the destructor does not call close().
| * Doc: Correcting references to Qt Declarative module.Morten Engvoldsen2010-11-151-6/+6
| |
* | DocAaron Kennedy2010-11-221-1/+2
|/ | | | Task-number: QTBUG-15456
* Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-041-151/+480
| | | | | | | | | | | | | | 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
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-051-2/+2
|\
| * Doc: typographical and spelling errors.Yann Bodson2010-10-011-2/+2
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-041-1/+1
|\ \ | |/
| * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* | 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: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Slight addition to the docs.Alan Alpert2010-06-011-0/+5
|
* Move snippets to correct locationBea Lam2010-04-281-13/+13
|
* Move example code into separate files to make sure they compileBea Lam2010-04-141-163/+35
| | | | and work standalone
* Doc: Use QUrl::fromLocalFile().Martin Jones2010-04-131-1/+1
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-5/+5
|
* DocAaron Kennedy2010-03-231-3/+2
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-39/+39
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-221-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys.
| * Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-4/+4
| |
* | Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-18/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | | | | | Reviewed-by: Trust Me
* | Doc fixAlan Alpert2010-02-171-1/+5
| |
* | Document loading QML from Qt resources.Martin Jones2010-02-171-0/+36
|/
* Document QmlContext ownership.Martin Jones2010-02-041-1/+4
|
* Document calling C++ methods from QML.Martin Jones2010-02-041-0/+95
|
* We use JavaScript, not ECMAScript.Martin Jones2010-02-031-1/+1
| | | | Task-number: QTBUG-7720
* Improve documentationAlan Alpert2010-01-051-0/+2
| | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable.
* Doc.Michael Brasser2009-10-281-1/+0
|
* DocAaron Kennedy2009-10-211-1/+1
|
* DocAaron Kennedy2009-10-211-91/+145
|
* DocAaron Kennedy2009-10-201-1/+78
|
* DocAaron Kennedy2009-10-161-0/+2
|
* DocAaron Kennedy2009-10-141-1/+8
|
* DocAaron Kennedy2009-10-141-0/+123