Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 1 | -1/+1 |
| | | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples). | ||||
* | Plugins documentation. | Bea Lam | 2010-04-27 | 1 | -4/+11 |
| | | | | Task-number: QTBUG-10129 | ||||
* | More class documentation fixes for declarative. | Michael Brasser | 2010-04-16 | 1 | -2/+9 |
| | |||||
* | Updates to the module documentation | mae | 2010-04-14 | 1 | -4/+8 |
| | |||||
* | doc: Fixed three new qdoc errors. | Martin Smith | 2010-03-11 | 1 | -0/+3 |
| | |||||
* | doc: Fixed several qdoc errors. | Martin Smith | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | Introduced QDeclarativeExtensionPlugin::registerTypes(uri). | Roberto Raggi | 2010-02-25 | 1 | -2/+14 |
| | | | | | | 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. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+87 |
QDeclarativeXXX. |