Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use stdint.h in our headers since it is a C99 header. | Martin Jones | 2010-11-08 | 1 | -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 header | Olivier Goffart | 2010-08-09 | 1 | -2/+2 |
| | | | | | | warning: use of old-style cast Reviewed-by: brad | ||||
* | Fix warning from whining complier. | Martin Jones | 2010-08-05 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-12473 Reviewed-by: Aaron Kennedy | ||||
* | Generalize qml "registration" | Aaron Kennedy | 2010-07-22 | 1 | -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 engine | Aaron Kennedy | 2010-06-16 | 1 | -0/+4 |
| | |||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -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 hook | Aaron Kennedy | 2010-04-15 | 1 | -2/+9 |
| | |||||
* | Make QML the object allocator more flexible | Aaron Kennedy | 2010-03-12 | 1 | -1/+5 |
| | | | | By allocating memory internally we improve the opportunity for optimization. | ||||
* | Build fix when using <QtDeclarative> include. | Alexis Menard | 2010-02-24 | 1 | -0/+3 |
| | |||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 1 | -34/+34 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+211 |
QDeclarativeXXX. |