Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | | | | Minor housekeeping changes. | David Boddie | 2010-12-03 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | Added a specialized version of the QML code marker for JavaScript files. | David Boddie | 2010-12-02 | 4 | -0/+207 | |
| | | | * | | | | | | | | | | | Updated handling of some statement nodes, removed unnecessary functions. | David Boddie | 2010-12-01 | 2 | -669/+28 | |
| | | | * | | | | | | | | | | | Fixed/adjusted handling of UiPublicMember nodes. | David Boddie | 2010-12-01 | 2 | -199/+5 | |
| | | | * | | | | | | | | | | | Trivial comment fix. | David Boddie | 2010-12-01 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | Select the appropriate code marker for each file. | David Boddie | 2010-12-01 | 2 | -3/+9 | |
| | | | * | | | | | | | | | | | Removed an unused function. | David Boddie | 2010-12-01 | 1 | -15/+0 | |
| | | | * | | | | | | | | | | | Merge branch '4.7' into qdoc-simplified | David Boddie | 2010-11-30 | 46 | -153/+680 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | 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 | 2 | -109/+186 | |
| | | | * | | | | | | | | | | | | Fixed grammar. | David Boddie | 2010-11-29 | 2 | -2/+2 | |
| | | | * | | | | | | | | | | | | Added more span classes to make the QML output more colorful. | David Boddie | 2010-11-29 | 1 | -13/+30 | |
| | | | * | | | | | | | | | | | | Removed unnecessary include, fixed whitespace. | David Boddie | 2010-11-29 | 1 | -469/+468 | |
| | | | * | | | | | | | | | | | | Added the foundations of QML markup support. | David Boddie | 2010-11-28 | 18 | -126/+1877 | |
| | | | * | | | | | | | | | | | | Added support for pure QML signals and properties. | David Boddie | 2010-11-25 | 2 | -14/+39 | |
| | | | * | | | | | | | | | | | | Ensured that QML nodes are imported from indexes. | David Boddie | 2010-11-25 | 1 | -0/+6 | |
| | | | * | | | | | | | | | | | | Added a check for read-only pure QML properties before C++ checks. | David Boddie | 2010-11-25 | 1 | -0/+3 | |
| | | | * | | | | | | | | | | | | Trivial whitespace fixes. | David Boddie | 2010-11-25 | 1 | -3/+3 | |
| | | | * | | | | | | | | | | | | Ensured that the inObsoleteLink variable is initialized. | David Boddie | 2010-11-25 | 1 | -1/+2 | |
| | | | * | | | | | | | | | | | | Ensured that the inObsoleteLink variable is initialized. | David Boddie | 2010-11-25 | 1 | -1/+2 | |
| | | | * | | | | | | | | | | | | Refactored use of parsers to parse files based on their types. | David Boddie | 2010-11-24 | 14 | -47/+769 | |
| | | | * | | | | | | | | | | | | Added the version number to the configuration and fixed the generator. | David Boddie | 2010-11-24 | 2 | -4/+5 | |
| | | | * | | | | | | | | | | | | Removed unused code. | David Boddie | 2010-11-24 | 5 | -149/+1 | |
| | | | * | | | | | | | | | | | | Removed unused code. | David Boddie | 2010-11-22 | 9 | -172/+2 | |
| | | | * | | | | | | | | | | | | Removed unused functions. | David Boddie | 2010-11-19 | 3 | -165/+0 | |
| | | | * | | | | | | | | | | | | Removed the unused C code parser. | David Boddie | 2010-11-19 | 3 | -141/+0 | |
| | | | * | | | | | | | | | | | | Improved translation support, using the application object if possible. | David Boddie | 2010-11-19 | 1 | -1/+13 | |
| | | | * | | | | | | | | | | | | Updated code comments. | David Boddie | 2010-11-19 | 1 | -3/+2 | |
| | | | * | | | | | | | | | | | | Further simplifications to qdoc3. | David Boddie | 2010-11-19 | 18 | -2429/+5 | |
| | | | * | | | | | | | | | | | | Removed unused files and functionality from qdoc3. | David Boddie | 2010-11-19 | 30 | -5197/+3 | |
| | | | * | | | | | | | | | | | | Moved style-specific declarations. Removed script declarations. | David Boddie | 2010-11-18 | 4 | -43/+70 | |
| | | | * | | | | | | | | | | | | Started fixing qdoc's output to use some kind of page templates. | David Boddie | 2010-11-11 | 22 | -1314/+1216 | |
| | | | * | | | | | | | | | | | | Removed obsolete files. | David Boddie | 2010-11-10 | 6 | -1336/+0 | |
| | * | | | | | | | | | | | | | | qdoc: Fixed the double escaping problem. | Martin Smith | 2010-12-08 | 2 | -111/+120 | |
| | |/ / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | qdoc: Fixed some reported bugs in the XML. | Martin Smith | 2010-12-06 | 2 | -38/+39 | |
| | * | | | | | | | | | | | | | qdoc: Replaced all "#location" with "file.xml#location" | Martin Smith | 2010-11-19 | 1 | -10/+29 | |
| | * | | | | | | | | | | | | | qdoc: Changed some outputclass attributes. | Martin Smith | 2010-11-10 | 1 | -2/+4 | |
| | * | | | | | | | | | | | | | qdoc: Removed unused code. | Martin Smith | 2010-11-10 | 2 | -78/+0 | |
| | * | | | | | | | | | | | | | <?xml version="1.0" encoding="UTF-8"?> | Martin Smith | 2010-11-09 | 2 | -58/+11 | |
| | * | | | | | | | | | | | | | qdoc: Removed unused code. | Martin Smith | 2010-11-09 | 2 | -119/+0 | |
| | * | | | | | | | | | | | | | qdoc: Second pass at generating a map. | Martin Smith | 2010-11-07 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | qdoc: First pass at generating a map. | Martin Smith | 2010-11-05 | 3 | -5/+32 | |
| | * | | | | | | | | | | | | | qdoc: Added the <related-links> element to the <topic> | Martin Smith | 2010-11-04 | 2 | -2/+59 | |
| | * | | | | | | | | | | | | | doc: Corrections to linking errors in the docs. | Martin Smith | 2010-11-01 | 4 | -6/+27 | |
| | * | | | | | | | | | | | | | qdoc: Don't put classes that have empty doc in hierarchy. | Martin Smith | 2010-10-29 | 2 | -15/+4 | |
| | * | | | | | | | | | | | | | qdoc: Fixed some DITA XML validation errors. | Martin Smith | 2010-10-28 | 2 | -252/+89 | |
| | * | | | | | | | | | | | | | qdoc: Fixed some DITA XML validation errors. | Martin Smith | 2010-10-28 | 1 | -6/+18 | |
| | * | | | | | | | | | | | | | qdoc: Fixed some DITA XML validation errors. | Martin Smith | 2010-10-27 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | doc: Fixed some DITA XML validation errors. | Martin Smith | 2010-10-27 | 1 | -2/+1 | |
| | * | | | | | | | | | | | | | doc: Fixed some DITA XML validation errors. | Martin Smith | 2010-10-27 | 1 | -7/+6 | |