| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
This commit removes the obsolete QML_REGISTER_TYPE macros.
|
|
|
|
| |
QDeclarativeXXX.
|
|
|
|
| |
Task-number: QT-2798
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
Reviewed-by: Trust Me
|
| |
|
|
|
|
| |
Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine.
|
|
|