| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|
|
|
|
|
|
|
|
|
|
| |
This caused problems in user applications depending upon the order of
inlcusion and/or defining __STDC_LIMIT_MACROS. stdint.h is also
not present in msvc, but is present in mingw. Switch to using
quintptr.
Task-number: QTBUG-14691
Task-number: QTBUG-13953
Reviewed-by: Bea Lam
|
|
|
|
|
|
| |
warning: use of old-style cast
Reviewed-by: brad
|
|
|
|
|
| |
Task-number: QTBUG-12473
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
By allocating memory internally we improve the opportunity for optimization.
|
| |
|
| |
|
|
QDeclarativeXXX.
|