| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| | |
The version had already been bumped from 0 to 1. Only the version
check was required.
Task-number: QTBUG-13451
Reviewed-by: Aaron Kennedy
|
| |
| |
| |
| |
| |
| |
| |
| | |
Also exclude from bic check since we expect its size to increase from
time to time.
Task-number: QTBUG-13451
Reviewed-by: Aaron Kennedy
|
|/
|
|
|
|
|
|
| |
Use metaobject revisioning to exclude properties/revisions added in
later versions from interfering with earlier versions.
Task-number: QTBUG-13451
Reviewed-by: Aaron Kennedy
|
| |
|
|
|
|
|
|
|
|
| |
The "interface" name is #define'd to "struct" in Windows COM headers
in some SDK's, and creates problems when such headers are mixed with
QML bindings.
Reviewed-by: Joona Petrell
|
|
|
|
|
|
| |
While it is difficult to predict the future, the hope is that this might
give us a little more flexibility when it comes to fixing bugs etc. in
patch releases.
|
| |
|
|
|
|
|
|
| |
With embedded, it is often the case that some QT_NO_* features are
turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not
being available.
|
|
|
|
|
|
|
| |
Also adds qmlRegisterUncreatableType<>() to allow registration of
named types that cannot be created.
Task-number: QTBUG-9575
|
|
|
|
| |
All Qt public headers must do it like that.
|
|
|
|
| |
By allocating memory internally we improve the opportunity for optimization.
|
|
|
|
| |
This commit removes the obsolete QML_REGISTER_TYPE macros.
|
|
|
|
| |
Fix multimedia plugin.
|
| |
|
|
QDeclarativeXXX.
|