Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Relicensed the documentation under the GNU FDL version 1.3. | David Boddie | 2010-06-21 | 1 | -25/+11 |
| | | | | | Reviewed-by: Trust Me Requested-by: Legal | ||||
* | doc: Fixed many broken links. | Martin Smith | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | Fixes for docs, example code | Bea Lam | 2010-05-20 | 1 | -1/+1 |
| | |||||
* | 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). | ||||
* | Qt.widgets was removed, point to graphics layouts example | Bea Lam | 2010-05-12 | 1 | -45/+5 |
| | |||||
* | Move snippets to correct location | Bea Lam | 2010-04-28 | 1 | -6/+6 |
| | |||||
* | Doc fixes. | Michael Brasser | 2010-04-23 | 1 | -2/+2 |
| | |||||
* | QML_DECLARE_TYPE is no longer necessary - fix docs and examples | Bea Lam | 2010-04-19 | 1 | -2/+1 |
| | |||||
* | Improve integration docs and add examples | Bea Lam | 2010-04-15 | 1 | -51/+97 |
| | |||||
* | doc: Fixed all the remaining qdoc errors. For now. | Martin Smith | 2010-03-24 | 1 | -2/+2 |
| | |||||
* | Revert "Add QDeclarativeGraphicsWidget, a QGraphicsWidget version of QmlView" | Aaron Kennedy | 2010-02-25 | 1 | -10/+0 |
| | | | | This reverts commit 327d212f5cff81f1c21b7be5c54b3e1eab4f0ac5. | ||||
* | Add QDeclarativeGraphicsWidget, a QGraphicsWidget version of QmlView | Alan Alpert | 2010-02-24 | 1 | -0/+10 |
| | | | | | | | | | Could use to be renamed. Possibly to -QDeclarativeViewGraphicsWidget -QGraphicsDeclarativeViewWidget (Or QGraphicsD20, in the spirit of i18n) But those aren't any shorter. Task-number: QTBUG-7067 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -6/+6 |
| | | | | QDeclarativeXXX. | ||||
* | Doc: these files are NOT part of the test suite of the Qt toolkit | Thiago Macieira | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 1 | -22/+24 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 | Jason McDonald | 2010-02-16 | 1 | -4/+6 |
| |\ | |||||
| | * | doc: Fixed some qdoc errors. | Martin Smith | 2010-02-16 | 1 | -4/+6 |
| | | | |||||
| * | | Fix broken license headers. | Jason McDonald | 2010-02-16 | 1 | -18/+18 |
| |/ | | | | | | | Reviewed-by: Trust Me | ||||
* | | QmlView API review. See QmlChanges.txt for details. | Martin Jones | 2010-02-18 | 1 | -0/+9 |
|/ | |||||
* | Improve documentation | Alan Alpert | 2010-01-05 | 1 | -13/+27 |
| | | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable. | ||||
* | Add documentation for integrating with existing Qt UI code | Alan Alpert | 2009-12-30 | 1 | -0/+90 |