summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/htmlgenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3195
|
* qdoc: Added new class names for different tables.Martin Smith2009-06-101-20/+33
| | | | | | | | class="valuelist" is for the table used for enum types. class="alignedsummary" is for summary sections aligned on the name. class="propsummary" is for the property summary section. class="toc" is used for tables of contents. class="generic" is used for all other tables. We might need to break this down more.
* qdoc: The gray version.Martin Smith2009-06-091-2/+0
|
* qdoc: Inserted <hr> between summary sections.Martin Smith2009-06-091-1/+2
| | | | | Also added the left and right borders to the function headers in the detail sections.
* qdoc: Changed to use h2 for section headers instead of h3.Martin Smith2009-06-051-14/+29
|
* qdoc: Put <b>...</b> around names in each summary section.Martin Smith2009-06-051-10/+15
|
* qdoc: Put <b>...</b> around accessor names.Martin Smith2009-06-041-15/+30
|
* qdoc: Reset the memItemLeft width property to 200.Martin Smith2009-06-041-1/+1
|
* qdoc: Fixed some spacing problems.Martin Smith2009-06-031-12/+19
|
* qdoc: Fixed constructor position in summary lists.Martin Smith2009-06-031-1/+1
| | | | | | | | | | | The constructors had been displayed in the left column of the table in the summary list, because there was no type. It was caused by a strange test of the match index for 0, which was true for constructors and destructors, anything without a type. I removed that test, since I couldn't figure out what it was for. We might see problems elsewhere in the docs because of this, so beware. I didn't see any, but that test must have been there for some reason.
* qdoc: Changed the css to make more people happy.Martin Smith2009-06-021-1/+1
| | | | | | | No more fonts less than 100%. Toned down the green lines separating table rows, now gray (or we can try a softer green). Made the table widt 100%. More coming. the constructors still aren't aligned properly.
* A few html code generator fixes.Martin Smith2009-05-271-9/+7
| | | | | | | | There was an empty <div> element with a name that came after it. I moved the name inside the <div> element. And there were some <b> elements that began inside one element and ended inside the next element. I just removed them, because they didn't really add anything. And I made the "Access functions:" bold.
* qdoc: Fixed non-well-formed XML.David Boddie2009-05-251-1/+1
| | | | Reviewed-by: Martin Smith
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-05-201-280/+592
|\ | | | | | | | | Conflicts: doc/src/stylesheet.qdoc
| * qdoc: Added back the list count that was lost in translation.Martin Smith2009-05-181-1/+2
| |
| * qdoc: Added name alignment for summaries.Martin Smith2009-05-151-281/+592
| |
* | qdoc: Ensure that all inner class methods are included in the functionDavid Boddie2009-05-191-1/+1
|/ | | | | | | | | | | | index. Since the original code only used the parent class name as a key in the map that collects functions, you would only ever see either QHash::iterator::key() or QMap::iterator::key() in the index. This patch changes the key to the fully-qualified name for the parent class so that inner class methods are included. Reviewed-by: Martin Smith <msmith@trolltech.com>
* Long live Qt!Lars Knoll2009-03-231-0/+3195