Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
| | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me | ||||
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-04-07 | 1 | -3/+3 |
|\ | | | | | | | | | | | Conflicts: src/gui/text/qfontengine_mac.mm tests/auto/qdiriterator/tst_qdiriterator.cpp | ||||
| * | Fixed the declarative headers and includes within qdoc. | David Boddie | 2011-04-05 | 1 | -3/+3 |
| | | |||||
* | | Update copyright year to 2011. | Rohan McGovern | 2011-03-10 | 1 | -1/+1 |
|/ | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | ||||
* | Ensured that QML elements are marked up as types. | David Boddie | 2011-01-20 | 1 | -2/+1 |
| | |||||
* | Ensured that object definition identifiers are marked up as links. | David Boddie | 2010-12-09 | 1 | -3/+11 |
| | | | | It may be worthwhile extending this to other UiQualifiedId nodes. | ||||
* | Added missing qmlcodemarker.cpp and qmlcodemarker.h files. | David Boddie | 2010-12-06 | 1 | -18/+57 |
| | | | | | | | | Added code to remove pragmas before parsing and add them to the output. The extractPragmas() function was copied into both qmlcodeparser.cpp and qmlcodemarker.cpp from src/declarative/qml/qdeclarativescriptparser.cpp, and was modified to return either nothing (for the API parser) or a list of removed pragmas (for the code marker). | ||||
* | Updated handling of some statement nodes, removed unnecessary functions. | David Boddie | 2010-12-01 | 1 | -491/+21 |
| | |||||
* | Fixed/adjusted handling of UiPublicMember nodes. | David Boddie | 2010-12-01 | 1 | -197/+5 |
| | | | | Removed debugging code. | ||||
* | Made more adjustments to node handling and removed debugging statements. | David Boddie | 2010-11-30 | 1 | -11/+11 |
| | |||||
* | Made further refinements to the node traversal and comment handling. | David Boddie | 2010-11-29 | 1 | -107/+178 |
| | |||||
* | Added the foundations of QML markup support. | David Boddie | 2010-11-28 | 1 | -0/+1415 |
Use the QtDeclarative parser instead of Qt Creator's QML parser. Split the QML visitor into documentation and markup visitors. The code marker used for each file is now determined from its extension. |