summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mimir' into 4.7David Boddie2011-02-237-4999/+4877
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/qdeclarativemodels.qdoc doc/src/index.qdoc doc/src/template/style/style.css tools/qdoc3/atom.h tools/qdoc3/doc.cpp tools/qdoc3/doc/qdoc-manual.qdoc tools/qdoc3/doc/qdoc-manual.qdocconf
| * qdoc: More updating command descriptions.Martin Smith2011-02-221-111/+80
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-221-89/+71
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-221-20/+15
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-221-83/+77
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-221-86/+72
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-221-177/+169
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-211-100/+101
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-211-140/+67
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-211-98/+74
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-211-211/+145
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-181-64/+51
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-181-121/+112
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-181-317/+280
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-181-313/+314
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-171-134/+127
| |
| * qdoc: More updating command descriptions.Martin Smith2011-02-171-151/+135
| |
| * qdoc: More updating of the command descriptions. \caption implemented.Martin Smith2011-02-171-136/+147
| |
| * qdoc: Began updating the command descriptions.Martin Smith2011-02-171-76/+72
| |
| * qdoc: Moved a lot of \target commands to be above the header.Martin Smith2011-02-161-196/+165
| |
| * qdoc: Updated the qdoc manual and its config file.Martin Smith2011-02-163-2072/+1862
| |
| * qdoc: Updated the qdoc manual.Martin Smith2011-02-012-285/+48
| |
| * qdoc: Fixed numerous broken links in the qdoc manual.Martin Smith2011-01-311-43/+45
| |
| * qdoc: Fixed numerous broken links in the qdoc manual.Martin Smith2011-01-311-740/+740
| |
| * qdoc: Updated the qdoc manual and its qdocconf file.Martin Smith2011-01-282-227/+95
| |
| * qdoc: Updated the qdoc manual.Martin Smith2011-01-281-12/+30
| | | | | | | | | | | | | | Modified the description of the \raw command. IKt is to be avoided, so I showed how to do the example of \raw ... \endraw using the qdoc commands \tt and \span.
| * qdoc: Updated the qdoc manual.Martin Smith2011-01-281-10/+241
| | | | | | | | | | Added \span and \div marked "new" and marked \raw "avoid".
| * qdoc: Added the \span command.Martin Smith2011-01-246-42/+85
| | | | | | | | e.g. \span {id="color-red"} {Color this text only}, not this text.
| * qdoc: Fixed some validation errors in the DITA filesMartin Smith2011-01-194-51/+90
| | | | | | | | 11 instances of raw-html remain.
| * qdoc: Added colorizing of individual table cells.Martin Smith2011-01-143-101/+148
| |
| * qdoc: Added a parameter to \rowMartin Smith2011-01-132-8/+20
| | | | | | | | And removed some \raw cases. Only 11 raw-html uses remaining.
| * qdoc: Added the \caption command.Martin Smith2011-01-134-3/+23
| | | | | | | | | | And removed some \raw cases. Only 13 raw-html uses remaining. Added the figCaption clause to style.css.
| * qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-121-7/+4
| | | | | | | | Only 22 raw-html uses remaining.
| * qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-123-836/+981
| | | | | | | | Only 27 raw-html uses remaining.
| * qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-075-45/+72
| |
| * qdoc: Changed <bodydiv> to <sectiondiv>.Martin Smith2011-01-041-14/+14
| | | | | | | | | | Removed format="html" from the <xref> because it didn't work. Investigating further.
| * qdoc: Added format="html" to every <xref> for http.Martin Smith2011-01-031-0/+12
| |
* | Doc: Fixed handling of versioned properties and added documentation.David Boddie2011-02-223-85/+79
| | | | | | | | Task-number: QTBUG-13451
* | Doc: Removed help project declarations in the online configuration.David Boddie2011-02-221-34/+0
| |
* | Added a build rule for the qdoc3 manual.David Boddie2011-02-171-3/+17
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2011-02-171-4/+2
|\ \
| * | Doc: correcting links in the online templatesMorten Engvoldsen2011-02-151-2/+1
| | |
| * | Doc: Updating platform support pages in the documentationMorten Engvoldsen2011-02-151-2/+1
| | |
* | | Ensured that variables are scanned when generating the help index.David Boddie2011-02-151-0/+8
|/ / | | | | | | | | | | Style option classes with obsolete variables had no obsolete pages in the compiled help files because, without other obsolete members to represent them, those pages were not added to the help project.
* | Doc: Added new configuration files for the qdoc manual.David Boddie2011-02-1423-234/+3969
| |
* | Ensured that \code commands do not reuse the current code marker.David Boddie2011-02-091-1/+1
| |
* | Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-085-17/+17
| | | | | | | | | | This helps them to be marked up correctly in cases where code markers are available.
* | Ensured that trailing newlines are quoted and correct atoms are used.David Boddie2011-02-052-5/+17
| | | | | | | | | | | | Newlines after comments at the end of files were previously omitted. An assumption about the type code being quoted caused incorrect CSS classes to be used and extra HTML elements to be used.
* | Fixed build breakage.David Boddie2011-02-041-1/+1
| |
* | Fixed C++ and plain markup found in \c commands.David Boddie2011-02-041-6/+25
| |