summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/extending.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-29/+33
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Change Connection syntax as per QT-2822.Warwick Allison2010-02-261-3/+2
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-12/+12
| | | | QDeclarativeXXX.
* docWarwick Allison2010-02-241-1/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-12/+0
|\ | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-12/+0
| | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now.
* | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-231-17/+14
|/ | | | Task-number: QT-2798
* Add documentation on QMLs memory management assumptionsAaron Kennedy2010-02-231-0/+31
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-221-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-1/+1
| | | | | | | | | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* | Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|/
* Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | Reviewed-by: Trust Me
* Augment documentationAlan Alpert2010-02-031-0/+11
| | | | Document automatic signal handlers and QmlViewer.Screen.
* We use JavaScript, not ECMAScript.Martin Jones2010-02-031-3/+3
| | | | Task-number: QTBUG-7720
* Doc fixes.Michael Brasser2010-01-151-1/+1
| | | | Task-number: QTBUG-7322
* docWarwick Allison2010-01-081-2/+6
| | | | Task-number: QTBUG-7125
* Small doc fixes.Martin Jones2009-11-251-1/+1
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-251-19/+21
|\ | | | | | | | | | | | | into kinetic-declarativeui Conflicts: doc/src/declarative/extending.qdoc
| * add targetYann Bodson2009-11-251-19/+20
| |
* | Doc improvmentsBea Lam2009-11-251-4/+4
|/
* docWarwick Allison2009-11-131-0/+1
|
* Doc.Michael Brasser2009-10-281-1/+1
|
* Docs.Martin Jones2009-10-261-2/+13
|
* DocAaron Kennedy2009-10-121-3/+59
|
* Add id aliasesAaron Kennedy2009-10-091-3/+3
|
* doc cleanupYann Bodson2009-10-071-126/+126
|
* spelWarwick Allison2009-09-071-1/+1
|
* Rest of 44ab46a6c5dcfb14395baf173a11179839003c4cWarwick Allison2009-09-011-1/+1
|
* Renaming Rect -> RectangleYann Bodson2009-08-191-11/+11
|
* Rename centeredIn to centerIn.Michael Brasser2009-07-311-4/+4
|
* Doc and example fixes for library qualification (QT-558)Warwick Allison2009-07-231-2/+3
|
* DocAaron Kennedy2009-07-071-3/+162
|
* DocAaron Kennedy2009-07-071-2/+3
|
* DocAaron Kennedy2009-07-061-0/+373
|
* DocAaron Kennedy2009-07-031-0/+348