summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/htmlgenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensured that the inObsoleteLink variable is initialized.David Boddie2010-11-251-1/+2
|
* Added the version number to the configuration and fixed the generator.David Boddie2010-11-241-3/+1
| | | | Now the version number should appear in the documentation again.
* Removed unused code.David Boddie2010-11-241-112/+0
|
* Removed unused code.David Boddie2010-11-221-86/+0
|
* Removed unused files and functionality from qdoc3.David Boddie2010-11-191-130/+2
| | | | | | | | Many of the generators were unused. The old QSA and Qt Script parsers were unused. We no longer use DCF files for Qt Assistant. We no longer generate Qt Jambi documentation, and qdoc3 was not used for much of that process, making some of the relevant files obsolete.
* Started fixing qdoc's output to use some kind of page templates.David Boddie2010-11-111-106/+24
| | | | | | | Removed hard-coded style and script information. Split .qdocconf files to help separate content and presentation. Task-number: QTBUG-15208
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-051-2/+2
|\
| * Doc: adding html clasnames to the next and previous linksMorten Engvoldsen2010-11-041-2/+2
| | | | | | | | Reviewed-by: David Boddie
* | qdoc: Remove leading QML: text from certain node names.David Boddie2010-11-041-1/+5
|/ | | | Reviewed-by: Martin Smith
* qdoc: Added next and previous links to top of pages.Martin Smith2010-11-031-3/+1
| | | | Task-number: QTBUG-14979
* Doc: fixing unclosed <p>Morten Engvoldsen2010-10-151-1/+1
|
* Doc: Removed a superfluous comment.David Boddie2010-10-041-1/+0
| | | | | Related to the rejected, but valid merge request: http://qt.gitorious.org/qt/qt/merge_requests/809
* Doc: Fixed non-well-formed table output.David Boddie2010-09-241-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Fixed coding style breakage in qdoc source code.David Boddie2010-09-231-65/+64
| | | | Reviewed-by: Trust Me
* Doc: Removing google analytics from offline docsMorten Engvoldsen2010-09-161-4/+4
|
* qdoc: Fixed an html formatting error in the QML property list.Martin Smith2010-09-151-21/+1
|
* qdoc: Fixed erroneous links to QML basic types.Martin Smith2010-08-251-2/+9
| | | | Task-nr: QTBUG-13096
* Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-08-201-5/+4
|\
| * qdoc: Changed id attribute to be a UUID.Martin Smith2010-08-201-5/+4
| | | | | | | | Task-nr: QTBUG-11113
* | Doc: fixing creator bugs, removing menus and textbox in the headerMorten Engvoldsen2010-08-201-6/+7
|/
* qdoc: Added more elements to qt.pageindexMartin Smith2010-08-191-0/+29
| | | | Task-nr: QTBUG-11113
* qdoc3: Added more pagewords & elements to the search index.Martin Smith2010-08-191-3/+3
| | | | Task-nr: QTBUG-11113
* qdoc3: Added more pagewords & elements to the search index.Martin Smith2010-08-191-0/+6
| | | | Task-nr: QTBUG-11113
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-181-33/+74
| | | | ...and a set of functional group pages.
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+10
| | | | ...and a set of functional group pages.
* qdoc: All references to -assistant and -base were removed.Martin Smith2010-08-121-17/+1
| | | | | Flags allowed are now -creator and -online. -creator is the default.
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-08-111-4/+98
|\
| * qdoc: Added list of all members (including inherited) page to QML elements.Martin Smith2010-08-111-2/+41
| |
| * Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-2/+2
| | | | | | | | | | Reviewer: David Boddie Task number: QTBUG-11938
| * doc: Re-introduced next/previous page links in the footer.Martin Smith2010-08-061-0/+55
| | | | | | | | Task-Nr: QTBUG-12278
* | qdoc: Ensured that text is encoded correctly.David Boddie2010-08-101-9/+9
| |
* | qdoc: Fixed non-well-formed markup.David Boddie2010-08-091-13/+11
|/ | | | | Reviewed-by: Trust Me To-be-really-reviewed-by: Qt Doc Team
* qdoc: Cleaned up the application option specification and use.Martin Smith2010-08-051-66/+61
| | | | | | | | | The flags allowed on the command line are now: -online (default), -base, -assistant (same as -base), and -creator. If you don't specify one of these, you see a warning in the error output telling you that it didn't find an application flag and that it generated online docs by defualt.
* Doc: removing empty links in bread crumbMorten Engvoldsen2010-08-031-3/+3
|
* Fixed the following sub-tasks for QTBUG-12192Kevin Wright2010-07-261-77/+126
| | | | | | | | | | | | | | | | | | * Qt Simulator link missing * Integration and add-ins (on the front page, link leads to an alternative start page) * Qt Creator (on the front page link leads to Manual version 1.3) * Getting Started (on the front page) link broken * More... (in Global Declarations) link broken Additionally: There was an issue with the documentation used within Assistant/Creator that appears to have no bug report filed. An alternate "offline" form of the documentation (inspired by the newly redesigned online version) was being installed, but had significant issues within Assistant and Creator. It appears that within qdoc3 some changes had been made towards using this newer documentation format, but those changes were not working properly. I fixed qdoc3 so that the original offline documentation design is the default, but there is room to use the configuration files to call the any of the three documentation designs (new online, new offline, and old offline).
* qdoc: Cleaned up the TOC for QML element pages.Martin Smith2010-07-231-5/+11
|
* qdoc: Cleaned up the Inherits and Inherited by lines for QML elements.Martin Smith2010-07-231-22/+14
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-07-221-5/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: If the QEventDispatcherGlibc causes warnings, it should say so Remove a warning message that no longer appears after all on Windows Drag & Drop failing in itemviews on Cocoa. qdoc: Removed debug code. qdoc: Fixed reporting of read-only status for QML properties. Fix the smallFont test failure for Mac and Linux Revert "Compile fix for MSVC" Compile fix for MSVC Improve QAccessible for QAccessibleTabBar Improve QAccessible for QTabBar fix the export macros for the QtDBus module rebuild configure.exe make "configure -qt-gif" work again on Windows Fix a typo in harfbuzz thai line breaking. Ensure that font sizes that are > 0 and < 1 are still respected
| * qdoc: Removed debug code.Martin Smith2010-07-221-1/+0
| |
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-221-1/+49
| |\
| * | qdoc: Fixed reporting of read-only status for QML properties.Martin Smith2010-07-221-5/+8
| | | | | | | | | | | | Task-number: QTBUG-11512
* | | Docs: Additional HTML extraction marks for enumerations.Leandro Melo2010-07-221-1/+5
| |/ |/| | | | | Reviewed-by: Martin Smith
* | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-07-161-1/+49
|\ \ | |/ |/| | | | | Conflicts: tools/qdoc3/htmlgenerator.cpp
| * Docs: HTML comments marks so Creator can extract data efficiently.Leandro Melo2010-07-141-1/+49
| | | | | | | | Reviewed-by: Martin Smith
* | qdoc: Removed navigation arrow that was causing display problems.Martin Smith2010-07-141-12/+18
| | | | | | | | Task-number: QTBUG-12157, QTBUG-12148, QTBUG-12146
* | qdoc: Fixed several <div> elements that had the "/>" ending.Martin Smith2010-07-131-4/+4
| |
* | qdoc: Fixed breadcrumbs for QML examples.Martin Smith2010-07-131-6/+11
| | | | | | | | Task-number: QTBUG-11679
* | Doc: Cleaning style and adding support for CreatorMorten Engvoldsen2010-07-091-2/+2
| | | | | | | | Note: Support for creator has been disabled. HTML-generator needs an update.
* | Doc: fixing offline styleMorten Engvoldsen2010-07-091-7/+5
| |
* | Doc: Adding support for Qt Creator styleMorten Engvoldsen2010-07-091-2/+16
| | | | | | | | | | | | Adding a variable to the qdocconf file will now generate the docs in Creator format Reviewed-by: Martin Smith