summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/extended
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-166-271/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Improve docs and examples for Extending QML in C++Bea Lam2010-04-211-5/+5
|
* QML_DECLARE_TYPE is no longer necessary - fix docs and examplesBea Lam2010-04-191-1/+1
|
* Fix some more Q_PROPERTY followed by semi-colonThiago Macieira2010-04-021-4/+4
|
* Document - and use - the qmlRegisterXXX template functionsmae2010-03-101-1/+1
| | | | This commit removes the obsolete QML_REGISTER_TYPE macros.
* Fixed declarative examples not being installed.Rohan McGovern2010-03-081-0/+4
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-242-5/+5
| | | | QDeclarativeXXX.
* Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-232-1/+3
| | | | Task-number: QT-2798
* Fix copyright year.Jason McDonald2010-02-163-3/+3
| | | | Reviewed-by: Trust Me
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | 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-301-0/+40
|
* fix headersWarwick Allison2009-10-292-0/+80
|
* Use void return type for setter methods.Bea Lam2009-10-022-8/+8
|
* Remove unused imports from examples for extending.Christian Kamm2009-09-101-1/+0
| | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Fix QML_DEFINE_EXTENDED_TYPE use in extending/extended example.Christian Kamm2009-09-101-1/+1
| | | | 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>
* 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-076-0/+143