Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 1 | -0/+4 |
| | | | | eg. "import Qt 4.6" not valid. | ||||
* | doc typo | Warwick Allison | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -1/+54 |
| | | | | | | 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. | ||||
* | Fix doc: QML_DECLARE_TYPE is no longer necessary | mae | 2010-04-16 | 1 | -5/+1 |
| | | | | It's sufficient to register a type with qmlRegisterType<T>() | ||||
* | Updates to the module documentation | mae | 2010-04-14 | 1 | -0/+7 |
| | |||||
* | doc: Fixed all the remaining qdoc errors. For now. | Martin Smith | 2010-03-24 | 1 | -44/+43 |
| | |||||
* | Document - and use - the qmlRegisterXXX template functions | mae | 2010-03-10 | 1 | -0/+48 |
| | | | | This commit removes the obsolete QML_REGISTER_TYPE macros. | ||||
* | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| | | | | Reviewed-by: Trust Me | ||||
* | Doc. | Michael Brasser | 2009-11-26 | 1 | -0/+17 |
| | |||||
* | Doc | Aaron Kennedy | 2009-11-24 | 1 | -54/+0 |
| | |||||
* | small doc fixes | Yann Bodson | 2009-11-23 | 1 | -16/+16 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-29 | 1 | -6/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 1 | -6/+0 |
| | | | | | | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | | Fill out QML global object documentation | Alan Alpert | 2009-10-28 | 1 | -0/+1 |
|/ | | | | | | | | Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-26 | 1 | -0/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Docs. | Martin Jones | 2009-10-26 | 1 | -0/+1 |
| | | |||||
* | | Doc | Aaron Kennedy | 2009-10-26 | 1 | -1/+1 |
|/ | |||||
* | Start updating state and animation docs. | Michael Brasser | 2009-10-22 | 1 | -0/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-21 | 1 | -8/+3 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-20 | 1 | -2/+6 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-14 | 1 | -0/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-13 | 1 | -2/+2 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -47/+57 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -1/+4 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -1/+0 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -1/+0 |
| | |||||
* | doc cleanup | Yann Bodson | 2009-10-08 | 1 | -5/+6 |
| | |||||
* | Add SameGame based advanced tutorial | Alan Alpert | 2009-10-07 | 1 | -0/+1 |
| | | | | | Could use some cleanup, as I didn't manage to get code snippets working correctly. Also might benefit from being re-written by a good tutor. | ||||
* | Some docs on data models. | Martin Jones | 2009-10-06 | 1 | -0/+1 |
| | |||||
* | Doc | Aaron Kennedy | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | Basic types documentation | Yann Bodson | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Documentation fixes | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Various doc fixes. | Michael Brasser | 2009-08-19 | 1 | -1/+0 |
| | | | | Make QML docs fit in with the new Qt style. Fix numerous qdoc errors. | ||||
* | Doc | Aaron Kennedy | 2009-07-06 | 1 | -0/+2 |
| | |||||
* | Doc | Aaron Kennedy | 2009-07-03 | 1 | -2/+2 |
| | |||||
* | Remove this doc for now, too incomplete. | Warwick Allison | 2009-05-11 | 1 | -1/+0 |
| | |||||
* | Doc | Aaron Kennedy | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | Doc work. | Michael Brasser | 2009-05-01 | 1 | -0/+93 |