summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending
Commit message (Collapse)AuthorAgeFilesLines
* Use console.log, not printWarwick Allison2009-11-233-3/+3
|
* Remove "to" limit on minor version.Warwick Allison2009-11-0520-27/+27
| | | | | | 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-3020-0/+800
|
* fix headersWarwick Allison2009-10-2930-0/+1200
|
* Docs.Martin Jones2009-10-264-12/+20
|
* lowercase idsYann Bodson2009-10-061-9/+9
|
* Make compile since QmlValuePropertySource is no longer a Qobject.Bea Lam2009-10-024-4/+11
|
* Use void return type for setter methods.Bea Lam2009-10-022-8/+8
|
* Remove unused imports from examples for extending.Christian Kamm2009-09-1010-10/+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-1010-0/+10
| | | | | Reviewed-by: owolff Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Various doc fixes.Michael Brasser2009-08-192-0/+60
| | | | Make QML docs fit in with the new Qt style. Fix numerous qdoc errors.
* Doc and example fixes for library qualification (QT-558)Warwick Allison2009-07-2318-25/+25
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-2310-0/+20
| | | | | Adjust examples and demos accordingly. As per QT-558
* DocAaron Kennedy2009-07-0734-0/+1418
|
* Improve QmlComponent APIAaron Kennedy2009-07-076-6/+6
| | | | 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-0644-0/+1226