summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/attached
Commit message (Expand)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-168-548/+0
* Improve docs and examples for Extending QML in C++Bea Lam2010-04-215-36/+41
* QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-192-6/+0
* Fix compilation: no semi-colon after Q_ENUM or Q_PROPERTYThiago Macieira2010-04-011-1/+1
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-6/+6
* Fixed declarative examples not being installed.Rohan McGovern2010-03-081-0/+4
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-244-10/+10
* Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-233-7/+7
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-223-7/+19
* Fix copyright year.Jason McDonald2010-02-165-5/+5
* Remove "to" limit on minor version.Warwick Allison2009-11-052-3/+3
* fix headersWarwick Allison2009-10-302-0/+80
* fix headersWarwick Allison2009-10-293-0/+120
* Docs.Martin Jones2009-10-261-3/+5
* Remove unused imports from examples for extending.Christian Kamm2009-09-101-1/+0
* Fix extending examples by inserting the appropriate import.Christian Kamm2009-09-101-0/+1
* Doc and example fixes for library qualification (QT-558)Warwick Allison2009-07-232-3/+3
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
* Improve QmlComponent APIAaron Kennedy2009-07-071-1/+1
* DocAaron Kennedy2009-07-068-0/+329