summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/adding
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-231-1/+1
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* Improve QmlComponent APIAaron Kennedy2009-07-071-1/+1
| | | | Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine.
* DocAaron Kennedy2009-07-066-0/+101