Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | More declarative autotests. | Michael Brasser | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Rename "interface" in qdeclarativeinterface.h to "qmlInterface" | Rhys Weatherley | 2010-09-15 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | Generalize qml "registration" | Aaron Kennedy | 2010-07-22 | 1 | -7/+7 |
| | | | | | | 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. | ||||
* | QtDeclarative: Remove trailing commas in enums | Thiago Macieira | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -3/+11 |
| | | | | | | 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. | ||||
* | Disallow creation of attached objects Keys and KeyNavigation | Martin Jones | 2010-04-07 | 1 | -0/+32 |
| | | | | | | | Also adds qmlRegisterUncreatableType<>() to allow registration of named types that cannot be created. Task-number: QTBUG-9575 | ||||
* | Fix QtDeclarative public headers to include <QtDeclarative/foo.h> | Thiago Macieira | 2010-04-02 | 1 | -5/+5 |
| | | | | All Qt public headers must do it like that. | ||||
* | Make QML the object allocator more flexible | Aaron Kennedy | 2010-03-12 | 1 | -20/+5 |
| | | | | By allocating memory internally we improve the opportunity for optimization. | ||||
* | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 1 | -0/+3 |
| | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | Make QML_REGISTER...TYPE functions unnecessary (still exist for now). | Warwick Allison | 2010-02-25 | 1 | -13/+13 |
| | | | | Fix multimedia plugin. | ||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 1 | -16/+196 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+132 |
QDeclarativeXXX. |