summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 4.6.2.Jason McDonald2010-01-196-10/+10
| | | | Reviewed-by: Trust Me
* Doc: Added placeholder pages for new examples and updated the overviews.David Boddie2010-01-151-1/+1
| | | | Reviewed-by: Trust Me
* Update copyright year to 2010Jason McDonald2010-01-0693-93/+93
| | | | Reviewed-by: Trust Me
* doc: Added a missing \sa command, plus a \l in the text.Martin Smith2009-12-181-3/+3
| | | | Task-number: QTBUG-6288
* doc: Final fix. Example image links now display the image.Martin Smith2009-12-153-1/+47
| | | | Task-number: QTBUG-4484
* doc: Fixed erroneous qdoc error message.Martin Smith2009-12-141-4/+1
| | | | | | | qdoc reported a "No documentation" error for images used in examples, but these images aren't supposed to have documentation. Task-number: QTBUG-4484
* Merge remote branch 'staging/4.6' into 4.6Oswald Buddenhagen2009-12-072-5/+2
|\
| * make qdoc3 a proper tools subtarget and install itOswald Buddenhagen2009-12-041-0/+2
| | | | | | | | | | | | needed for building qtmobility and qtcreator docs without magic. Reviewed-by: Daniel Molkentin
| * remove dead fileOswald Buddenhagen2009-12-041-5/+0
| |
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6Martin Smith2009-12-046-10/+10
|\ \ | |/
| * Bump version to 4.6.1Jason McDonald2009-12-016-10/+10
| | | | | | | | Reviewed-by: Trust Me
* | doc: Example page now lists images used by the exampleMartin Smith2009-12-0410-26/+168
|/ | | | | | | It just links to an empty page at the moment, i.e., it doesn't load the images. But I will add that. Task-number: QTBUG-4484
* doc: Removed google search engine.Martin Smith2009-11-191-16/+0
| | | | | | | The google search engine for the doc tree must be generated after the doc tree has been built. The google search engine for the doc tree should only appear in the online docs.
* 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-138-117/+200
|\
| * qdoc3: Allow the full signature for QML signals and methodsMartin Smith2009-11-114-25/+41
| | | | | | | | | | | | | | | | ...in the \qmlmethod and \qmlsignal commands, and the corresponding "attached" ones. Previously, the type was not allowed, but it really should be there, which means the \qmlmethod and \qmlsignal commands should be updated throughout.
| * qdoc3: Output the full signature for QML signals and methodsMartin Smith2009-11-112-2/+5
| | | | | | | | In the Method Documentation and Signal Documentation sections.
| * qdoc3: Fixed a linking problem for qml methods.Martin Smith2009-11-117-88/+152
| | | | | | | | | | | | Note the Invalid Syntax errors for some uses of \qmlmethod and \qmlsignal. A syntactically correct signature is now required as the argument.
| * Doc: Attempt to fix broken Xcode markup.David Boddie2009-11-111-2/+2
| | | | | | | | | | Reviewed-by: Trust Me To-be-reviewed-in: Qt Documentation Team repository
* | 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>
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6David Boddie2009-11-0410-23/+75
|\
| * qdoc updates for QMLWarwick Allison2009-11-0410-23/+75
| | | | | | | | Reviewed-by:Michael Brasser
* | qdoc: Fixed XHTML breakage caused by the Google search bar markup.David Boddie2009-11-031-2/+2
|/ | | | Reviewed-by: Trust Me
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-032-16/+14
|\ | | | | | | | | | | Conflicts: src/gui/kernel/qevent.cpp src/network/ssl/qsslerror.cpp
| * qdoc3: Fixed a linking error for qml properties.Martin Smith2009-10-292-16/+14
| | | | | | | | | | | | | | 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)
* | qdoc: Disabled reporting the NOTIFY signal until I know what it broke.Martin Smith2009-11-031-1/+0
|/ | | | Task-number: 259071
* Doc: Remove unused file.David Boddie2009-10-271-149/+0
| | | | Reviewed-by: Trust Me
* Doc: Updated the modules for the "Desktop" (Full Framework) edition.David Boddie2009-10-231-1/+1
| | | | Reviewed-by: Trust Me
* qdoc3: Added the \qmlattachedsignal and \qmlattachedmethod.Martin Smith2009-10-234-14/+72
| | | | They works just like the \qmlsignal and \qmlmethod commands.
* qdoc3: Added the \qmlattachedproperty command.Martin Smith2009-10-195-17/+56
| | | | | | It works just like the \qmlproperty command, except that it puts the properties in a different section for attached properties.
* Remove qdocconf files for the old mac-specific source package.Jason McDonald2009-10-153-35/+0
| | | | | | | These files are not used for the qt-everywhere source packages, and the platform-specific source packages are no longer needed. Reviewed-by: Trust Me
* qdoc: Made the \sincelist command produce better html.Martin Smith2009-10-142-64/+102
|
* 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-086-144/+431
| | | | | This is a big change from the original, and I expect we will want modifications.
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-0/+1
|
* Touch up and fixes for the documentation frontpageJens Bache-Wiig2009-10-011-5/+9
| | | | | | | | | | | - I reverted the font enlargement. This should be up to the user. - The fonts are now uniform again, giving a more professional apparance. - Added a slight gradient for the headers to give it a more modern look. - Fixed a rendering glitch with webkit where no borders were visible. The qt-resources.qdoc is basically there to export the image. Reviewed-by: Morten Engvoldsen
* Doc: Removed the old Console edition and updated edition naming.David Boddie2009-10-014-16/+4
| | | | Reviewed-by: Trust Me
* Exclude the MMF Phonon plugin folder for qdoc.Frans Englich2009-10-011-0/+1
| | | | As done for the other plugins. Brought to attention by Volker.
* qdoc: Added a missing "/" in a "<h2>".Martin Smith2009-10-011-38/+45
|
* 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-304-29/+137
| | | | It now finds a lot more \since 4.6 stuff.
* Improve error reporting when qdoc cannot open a source file.Jason McDonald2009-09-291-1/+2
| | | | | | | Make the user's life easier by including the reason for the error in the failure message. Reviewed-by: Trust Me
* Assistant, Designer, Lingist and QMake manuals weren't generated.Jason McDonald2009-09-296-12/+12
| | | | | | | | | qdoc3 warns when it doesn't find doc source files that are listed in the .qdocconf file, but it doesn't error out. Thus the manuals haven't been generated since the 4.6 doc reorganization, but the failure has been silent. Reviewed-by: Trust Me
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-251-0/+5
|\
| * qdoc: test only for major and minor version when generating "since" lists.Volker Hilsheimer2009-09-241-0/+5
| | | | | | | | | | | | | | | | This solution might need a bit of more thinking, the "\sincelist" command might need a parameter so that we can have the "new since 4.6" list also in Qt 4.7 documentation. Rev-by: TrustMe
* | Stop qdoc outputting meaningless paths in html comments.Jason McDonald2009-09-251-1/+1
|/ | | | | | | | | | | | | | qdoc was generating the full path to the source document in a comment at the top of each generated html file. For source packages the path is a temporary directory that only exists during package generation. The path also usually contains the Unix username of the user who generated the package, and we shouldn't leak usernames for security and privacy reasons. This commit changes the code to write just the filename of the source document into the comment instead of the full path. Reviewed-by: Lincoln Ramsay
* Generate mac refs in docs.Jason McDonald2009-09-222-0/+4
| | | | | | | Now that we don't make platform-specific source packages, we only have one version of the docs. These docs need to include all platforms. Reviewed-by: Trust Me
* Remove distinction between different editions in docs.Jason McDonald2009-09-221-6/+3
| | | | | | | We now generate only one set of docs, for the qt-everywhere package. Thus we no longer need to differentiate the different editions. Reviewed-by: Trust Me
* Make compileBill King2009-09-221-1/+1
|