summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use stdint.h in our headers since it is a C99 header.Martin Jones2010-11-081-4/+1
| | | | | | | | | | | 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
* QtDeclarative: get rid of warnings in public headerOlivier Goffart2010-08-091-2/+2
| | | | | | warning: use of old-style cast Reviewed-by: brad
* Fix warning from whining complier.Martin Jones2010-08-051-1/+1
| | | | | Task-number: QTBUG-12473 Reviewed-by: Aaron Kennedy
* Generalize qml "registration"Aaron Kennedy2010-07-221-5/+25
| | | | | | 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.
* Move knowledge of QGraphicsObject out of qml engineAaron Kennedy2010-06-161-0/+4
|
* Improve error messages, especially on embedded.Warwick Allison2010-04-201-0/+1
| | | | | | 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.
* Add QML object destruction hookAaron Kennedy2010-04-151-2/+9
|
* Make QML the object allocator more flexibleAaron Kennedy2010-03-121-1/+5
| | | | By allocating memory internally we improve the opportunity for optimization.
* Build fix when using <QtDeclarative> include.Alexis Menard2010-02-241-0/+3
|
* Simplify QML element registration headersAaron Kennedy2010-02-241-34/+34
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+211
QDeclarativeXXX.