Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protect against double initialization. | Roberto Raggi | 2010-02-25 | 1 | -5/+19 |
| | |||||
* | Fix compilation due to enabling of QStringBuilder throughout | Thiago Macieira | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 1 | -2/+10 |
| | | | | | | Now, you have to reimplement registerTypes(uri) to expose native QML types, and initializeEngine(engine,uri) to add instances to the QML engine's root context. | ||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -2/+1 |
| | | | | There's nothing meta about our properties. | ||||
* | Add support for qml imports directory in configure, qmake, and qmlengine | mae | 2010-02-24 | 1 | -7/+12 |
| | |||||
* | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -3/+2 |
| | |||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 1 | -0/+12 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+1901 |
QDeclarativeXXX. |