summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/htmlgenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-07-081-1/+1
|\ \
| * | Doc: documenting docsMorten Engvoldsen2010-07-081-1/+1
| | |
* | | qdoc: Fixed broken QML property links.Martin Smith2010-07-081-1/+1
|/ / | | | | | | Task-number: QTBUG-12038
* | Doc: more cleaningMorten Engvoldsen2010-07-081-24/+3
| |
* | Doc: cleaning html generatorMorten Engvoldsen2010-07-081-26/+0
| |
* | Doc: changing index pageMorten Engvoldsen2010-07-081-6/+46
| |
* | Doc: adding HTML class names and style docs to the generatorMorten Engvoldsen2010-07-081-32/+34
| |
* | qdoc: Fixed table of contents for namespace pages.Martin Smith2010-07-081-1/+2
| | | | | | | | Task-number: QTBUG-11992
* | qdoc: Fixed a few links to QtObject (QML:QtObject)Martin Smith2010-07-071-1/+4
| |
* | qdoc: Removed a lot of dead code to minimize confusion.Martin Smith2010-07-071-228/+1
| |
* | qdoc: Fixed the case where the property and type names are the same.Martin Smith2010-07-071-3/+5
|/ | | | | | Also simplified some code. Task-number: QTBUG-6340
* qdoc: Simplified code to enable fixing of QTBUG-6340.Martin Smith2010-07-061-382/+75
| | | | | | Also reworded some of the text for QTBUG-11575. Task-number: QTBUG-6340, QTBUG-11575
* qdoc: Fixed type linking for QML properties (most of them).Martin Smith2010-07-051-3/+4
| | | | Task-number: QTBUG-6340
* qdoc: Fixed spacing before "default" and "read-only".Martin Smith2010-07-021-7/+6
| | | | Task-number: QTBUG-11346
* Doc: Adding navigation and style fixes. Also rearranging qml elementsMorten Engvoldsen2010-07-011-24/+25
|
* Stopped trying to output QML property list in 2 columnsMartin Smith2010-06-301-0/+1
| | | | Task-number: QTBUG-11009, QTBUG-11096
* Fixed copy-paste error in htmlgenerator.cppRohan McGovern2010-06-261-1/+1
| | | | | | Fixes: htmlgenerator.cpp:1893: error: stray ‘\’ in program
* Doc: fixing search bugMorten Engvoldsen2010-06-251-1/+11
|
* Doc: Fixing bugs to style and scriptMorten Engvoldsen2010-06-211-7/+7
|
* Doc: adding offline docs to assistant and Qt Creator. Improving small docs ↵Morten Engvoldsen2010-06-021-27/+58
| | | | and adding highlighting
* doc: Changed last breadcrumb to not be a link.Martin Smith2010-05-311-33/+16
| | | | Task-number: QTBUG-10577
* qdoc: Fixed the model/view programming page; tried a style change.Martin Smith2010-05-281-0/+3
|
* Doc: Fixing bugs in HTML generatorMorten Engvoldsen2010-05-251-4/+4
|
* qdoc: Improved class index page.Martin Smith2010-05-251-104/+89
| | | | The classes.html page will look good with the correct css.
* qdoc: Fixed html error, but the problem is still there.Martin Smith2010-05-211-1/+1
|
* qdoc: Changed number of columns to 1. Oila!Martin Smith2010-05-211-1/+1
|
* Doc: Changes to the HTMLGenerator, style and jsMorten Engvoldsen2010-05-211-10/+10
| | | | | | Replacing tables with lists in the HTML generator Adding img to search box Moving JS from template to script files
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-05-201-1/+1
|\
| * qdoc: Set back to 3 cols for class list; we have a scrollbar now.Martin Smith2010-05-191-1/+1
| |
* | qdoc: Propagate the language information into the XML as before.David Boddie2010-05-201-1/+1
|/ | | | Reviewed-by: Trust Me
* Doc: Adding support for IE 6, 7 and 8Morten Engvoldsen2010-05-181-0/+15
| | | | Fixing index page bugs