summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/htmlgenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Added online flag to the qdocconf file.Martin Smith2010-04-191-141/+154
| | | | | | | To generate the offline docs, do nothing. To generate the online docs, add this to your qdocconf file: "online = true"
* qdoc: Output TOC for more class ref pages.Martin Smith2010-04-161-10/+6
|
* qdoc: Improved TOC for class ref pages.Martin Smith2010-04-161-9/+36
|
* qdoc: Removed all <table> attributes in favor of using css.Martin Smith2010-04-141-40/+25
|
* qdoc: Checked for empty title.Martin Smith2010-04-141-2/+4
|
* qdoc: Added TOC to class ref pages.Martin Smith2010-04-141-0/+1
| | | | | | It isn't a full TOC yet. It only includes h1, h2, etc from the Detaled Description part. In many classes, there aren't any of these, so many classes won't have a TOC yet.
* qdoc: Added TOC to module pages.Martin Smith2010-04-131-15/+19
|
* qdoc: Changed <ul> elements in TOC.Martin Smith2010-04-131-2/+11
| | | | Each <ul> is now <ul class="leveli">, where i is 1..n.
* qdoc: Fixed some TOC links.Martin Smith2010-04-131-1/+0
|
* qdoc: Added new table of contents for non-class ref pagesMartin Smith2010-04-131-1/+75
| | | | This feature is not complete in this commit.
* qdoc: Changed qdoc to output the new doc format.Martin Smith2010-04-091-5/+74
| | | | Very cool.
* qdoc: Added many png, js, and css files for new format.Martin Smith2010-04-071-0/+3
| | | | | | Coming soon! Task: QTBUG-9504
* qdoc: Added <div> elements to some html output for Fake nodes.Martin Smith2010-04-061-4/+8
| | | | Task: QTBUG-9504
* qdoc: Added <div> elements to some html output for class references.Martin Smith2010-03-301-1/+7
| | | | Task: QTBUG-9504
* Possible fix for missing QML properties in the qt.qhp file.Martin Smith2010-03-231-0/+2
| | | | | | Also adds more QML stuff to qt.index. Task: QTBUG-7724
* qdoc: ifdefed out all the debug code.Martin Smith2010-03-151-3/+0
| | | | | I think the crash that occurs when running qdoc over multiple qdocconf files is fixed.
* qdoc: Fixed lookup of QML property nodes.Martin Smith2010-03-111-2/+4
| | | | | At this point, no QML qdoc errors appear in the output. There is still a lot of debug output.
* qdoc: Second attempt, QML doc stuff.Martin Smith2010-03-021-28/+32
| | | | | | | | | | | | | This change caused a crash on several platforms before, but not on mine, of course. It outputs a list of new QML elements on the What's New in 4.7 page, and it outputs the "Inherited by" list on each QML elemnent page for elements that are inherited by other elements. I can't see why it should crash anything, but I have included some debug output. I think the crash might have something to do with QList<T>, which qdoc3 uses heavily. If it crashes for you, please get a stack trace and the debug output.
* Revert "qdoc: Finished "Inherited by" list for QML elements."Andreas Aardal Hanssen2010-02-251-3/+27
| | | | | | This reverts commit 83d7242271cf8196a8133de0406788135e16abbb. Reviewed-by: Martin Smith
* Revert "qdoc: List new QML elements in \sincelist for What's New page."Andreas Aardal Hanssen2010-02-251-26/+2
| | | | | | This reverts commit d1b4e4666e4fe1a5fae0571c37535159c097f485. Reviewed-By: Martin Smith
* qdoc: List new QML elements in \sincelist for What's New page.Martin Smith2010-02-221-2/+26
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1David Boddie2010-02-191-27/+3
|\
| * qdoc: Finished "Inherited by" list for QML elements.Martin Smith2010-02-191-27/+3
| | | | | | | | | | | | The listed elements are now links. Task: QTBUG-8153
* | Doc: Simplified Commercial Editions for Qt 4.7.David Boddie2010-02-191-1/+0
|/ | | | | Reviewed-by: Trust Me Requested-by: Sales and Legal
* qdoc: Added "Inherited by" list to QML elements.Martin Smith2010-02-181-0/+46
| | | | | | But the listed elements are not links yet, just plain text. Task: QTBUG-8153
* qdoc3: Completed handling of the new \pagekeywords command.Martin Smith2010-02-111-1/+10
| | | | Task: QTBUG-7877
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-111-60/+77
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1David Boddie2010-02-101-4/+114
| |\
| * \ Merge branch 'master' into qdoc-i18nDavid Boddie2010-02-031-2/+7
| |\ \
| * | | qdoc: Added support for different source and output character encodings.David Boddie2010-02-021-60/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, qdoc assumed Latin1 (ISO-8859-1) for source code and other documentation, and wrote out XHTML with the same encoding. This change adds additional configuration options (sourceencoding, outputencoding, naturallanguage) that enable translated documentation in non-Latin1 encodings to be built with qdoc. To be reviewed before merge into the master branch. Reviewed-by: Trust Me
* | | | qdoc3: Added curly braces in switch statement for braindead compiler.Martin Smith2010-02-111-10/+16
| |_|/ |/| | | | | | | | | | | | | | Also added the \pagekeywords command. Task: QTBUG-7877
* | | qdoc3: Fixed bug in creation of qt.pageindex.Martin Smith2010-02-101-1/+1
| | | | | | | | | | | | Task: QTBUG-7877
* | | qdoc3: Added capability to create qt.pageindex.Martin Smith2010-02-101-4/+114
| |/ |/| | | | | Task: QTBUG-7877
* | qdoc3: Added support for the \qmlbasictype command.Martin Smith2010-02-031-2/+7
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* doc: Final fix. Example image links now display the image.Martin Smith2009-12-151-0/+4
| | | | Task-number: QTBUG-4484
* Fixed the closing of the A attribute at the start of each class pageThorbjørn Lindeijer2009-11-171-1/+1
| | | | | | | | | | | It needs to be closed with </a> instead of the short /> notation, in order for browsers like Firefox and Chrome not to get confused. It caused the span used to make the subtitle smaller to only have effect up until the link to the module started (only applying the span to the opening '['). Reviewed-by: Martin Smith <msmith@trolltech.com>
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-131-4/+5
|\
| * qdoc3: Output the full signature for QML signals and methodsMartin Smith2009-11-111-2/+3
| | | | | | | | In the Method Documentation and Signal Documentation sections.
| * qdoc3: Fixed a linking problem for qml methods.Martin Smith2009-11-111-2/+2
| | | | | | | | | | | | Note the Invalid Syntax errors for some uses of \qmlmethod and \qmlsignal. A syntactically correct signature is now required as the argument.
* | Fixed border around classes table at the bottom-rightThorbjørn Lindeijer2009-11-101-4/+4
|/ | | | | | | | | | | The border was not showing up because the last row was missing cells if the number of classes is not perfectly dividable by the number of columns. This patch makes sure that empty cells are generated so the CSS can style them. Reviewed-by: Martin Smith <msmith@trolltech.com>
* qdoc updates for QMLWarwick Allison2009-11-041-3/+5
| | | | Reviewed-by:Michael Brasser
* qdoc3: Fixed a linking error for qml properties.Martin Smith2009-10-291-4/+7
| | | | | | | This: https://qtmetrics.europe.nokia.com/kinetic-declarativeui/qml-item.html#rotation-prop should now be this: https://qtmetrics.europe.nokia.com/kinetic-declarativeui/qml-item.html#transformOrigin-prop)
* qdoc3: Added the \qmlattachedproperty command.Martin Smith2009-10-191-3/+3
| | | | | | It works just like the \qmlproperty command, except that it puts the properties in a different section for attached properties.
* qdoc: Made the \sincelist command produce better html.Martin Smith2009-10-141-60/+97
|
* Fixed compile.Rohan McGovern2009-10-081-1/+2
|
* qdoc: Removed some debug code and #if 0 code.Martin Smith2009-10-081-113/+1
|
* doc: Changed the format of the since list.Martin Smith2009-10-081-100/+280
| | | | | This is a big change from the original, and I expect we will want modifications.
* doc: Fixed ending of header in the HTML generated for \sincelistThorbjørn Lindeijer2009-10-011-2/+1
|
* qdoc: Modified the support for \sincelist.Martin Smith2009-09-301-24/+108
| | | | It now finds a lot more \since 4.6 stuff.