summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/binding
Commit message (Collapse)AuthorAgeFilesLines
* Improve docs and examples for Extending QML in C++Bea Lam2010-04-218-62/+64
|
* Make property value source examples workBea Lam2010-04-211-1/+1
|
* QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-193-7/+1
|
* Fix some more Q_PROPERTY followed by semi-colonThiago Macieira2010-04-021-1/+1
|
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-8/+7
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Fixed declarative examples not being installed.Rohan McGovern2010-03-081-0/+4
|
* Make compile following QDeclarativeMetaProperty renamingBea Lam2010-03-082-4/+4
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-246-17/+17
| | | | QDeclarativeXXX.
* Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-234-7/+9
| | | | Task-number: QT-2798
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-223-7/+19
| | | | | | | | 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).
* Fix copyright year.Jason McDonald2010-02-167-7/+7
| | | | Reviewed-by: Trust Me
* Use console.log, not printWarwick Allison2009-11-231-1/+1
|
* Remove "to" limit on minor version.Warwick Allison2009-11-053-4/+4
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* fix headersWarwick Allison2009-10-303-0/+120
|
* fix headersWarwick Allison2009-10-294-0/+160
|
* Docs.Martin Jones2009-10-261-3/+5
|
* lowercase idsYann Bodson2009-10-061-9/+9
|
* Make compile since QmlValuePropertySource is no longer a Qobject.Bea Lam2009-10-022-2/+6
|
* Remove unused imports from examples for extending.Christian Kamm2009-09-101-1/+0
| | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Fix extending examples by inserting the appropriate import.Christian Kamm2009-09-101-0/+1
| | | | | Reviewed-by: owolff Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Doc and example fixes for library qualification (QT-558)Warwick Allison2009-07-233-4/+4
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* DocAaron Kennedy2009-07-0710-0/+484