| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Added configuration options for syntax highlighting and linking.
These are also enabled if the -slow command line option is used.
|
|
|
|
|
|
|
|
| |
This is necessary for the Mimir project, but it is
also useful for writing html output in that now you
can write the index page (and other such pages)
using pure qdoc commands. i.e. you don't need to
use raw html for this sort of thing anymore.
|
|
|
|
|
|
| |
But only for the special case of "*".
Still, it got rid of a lot of raw-html cases.
More to come here.
|
| |
|
|\ |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
doc/src/platforms/compiler-notes.qdoc
tools/qdoc3/ditaxmlgenerator.cpp
tools/qdoc3/ditaxmlgenerator.h
tools/qdoc3/htmlgenerator.cpp
tools/qdoc3/htmlgenerator.h
tools/qdoc3/node.cpp
tools/qdoc3/pagegenerator.h
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
tools/qdoc3/htmlgenerator.cpp
tools/qdoc3/htmlgenerator.h
tools/qdoc3/test/qt-build-docs.qdocconf
tools/qdoc3/test/qt.qdocconf
tools/qdoc3/test/qt_ja_JP.qdocconf
tools/qdoc3/test/qt_zh_CN.qdocconf
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use the QtDeclarative parser instead of Qt Creator's QML parser.
Split the QML visitor into documentation and markup visitors.
The code marker used for each file is now determined from its extension.
|
| | |/ |
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
It's sort of ugly, because it just removes
the escapeing that the code marker puts in
so the XML stream writer can put the escaping
back in again. It doesn't seem to slow it
down at all, which is wierd.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "dtd/topic.dtd">
<!--commercialeditions.qdoc-->
<topic id="id-686f5cb9-31b5-470e-97e6-7b6f8d47e4e8" outputclass="page">
<title>Qt Commercial Edition</title>
<shortdesc>Information about the license and features of the Commercial Edition.</shortdesc>
<body>
<section id="id-3680bc34-a532-447a-b782-1c901e84f41e" outputclass="details">
<p outputclass="brief">Information about the license and features of the Commercial Edition.</p>
<p>Qt can be used to develop closed source software if you obtain a commercial license.</p>
<p>If you want to develop Free or Open Source software for release using a recognized Open Source license, you can use the <xref href="opensourceedition.xml">Open Source Versions of Qt</xref>.</p>
<p>The table below summarizes the differences between the two commercial editions:</p>
<p>Please see the <xref href="supported-platforms.xml">list of supported platforms</xref> for up-to-date information about the various platforms and compilers that Qt supports.</p>
<p>On the Qt web site, you can find a <xref href="http://qt.nokia.com/products/licensing/">Qt Licensing Overview</xref> and information on <xref href="http://qt.nokia.com/products/pricing/">Qt License Pricing</xref> for commercial editions of Qt and other Qt-related products.</p>
<p>To purchase, please visit the <xref href="http://qt.nokia.com/about/contact-us">online order form</xref>.</p>
<p>For further information and assistance, please contact Qt sales.</p>
<p>Web: http://qt.nokia.com/contact.</p>
<p>Phone, U.S&#x2e; office (for North America): <b>1-650-813-1676</b>.</p>
<p>Phone, Norway office (for the rest of the world): <b>+47 21 60 48 00</b>.</p>
</section>
</body>
</topic>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All the files are there now. It outputs each element as a <topicref>.
We might want to output the entries for C++ classes, namespaces,
and QML classes differently. But the validator is able to use this
map to validate everything, and there are no errors. So until we
get further instructions, this is it.
Task-number: QTBUG-14981
|
| |
| |
| |
| |
| |
| |
| | |
Some files are missing, and I don't know if the syntax is complete.
But it's a start.
Task-number: QTBUG-14981
|
| |
| |
| |
| |
| |
| |
| | |
This contains the next, previous, and start links for
pages that have them.
Task-number: QTBUG-14980
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
The obsolete and Qt3 support files no longer exist,
so all the references to them had to be cleaned up,
and the elements that were formerly in those files
had to be included in the class, namespace, or
header file with the appropriate outputclass attr.
|
| |
| |
| |
| | |
Fixed some \table problems as well.
|
| | |
|
| |
| |
| |
| | |
No <br> elements allowed.
|
| |
| |
| |
| | |
No links in the <title> text.
|
| |
| |
| |
| | |
These were in the compact list.
|
| |
| |
| |
| | |
Also fixed a bug in qdoc3 for html generation.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Still more work to do here to make the detail sections correct.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Removed bread crumb generator from DITA XML generator.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Now just uses <ul> for redundant lists.
|
| |
| |
| |
| | |
Needs careful proofreading of results.
|
| |
| |
| |
| | |
Still missing nested classes.
|