| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Only 27 raw-html uses remaining.
|
| |
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Removed bread crumb generator from DITA XML generator.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Now just uses <ul> for redundant lists.
|
| |
| |
| |
| | |
Needs careful proofreading of results.
|
| |
| |
| |
| | |
Still missing nested classes.
|
| |
| |
| |
| | |
Now many more <xref> elements are generated correctly.
|
| |
| |
| |
| | |
Still more to do here.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This <apiDesc> is now the first part of the generated
documentation for a C++ class rather than the first
section of the detailed description. This includes
the brief text, the inheritance stuff, the inherited-by
stuff, and a few other preamble type texts.
|
| | |
|
| |
| |
| |
| |
| | |
A const had been erroneously dropped from some fileBase()
functions.
|
| |
| |
| |
| | |
Still escapes <i> and <tt>, for example.
|
| |
| |
| |
| |
| |
| | |
...instead of <p> elements with the outputclass attribute
set to some h value. Also added some missing macros to
qt-ditaxml.qdocconf, but there is more to think about here.
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
Added cxxDefine for macros.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Output Q_PROPERTY as a cxxVariable.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Some of the cxxVariable stuff for properties.
Task-number: QTBUG-11391
|
| |
|
|
|
|
|
|
|
| |
More cxxFunction stuff for member functions.
Function parameters and other stuff.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
More cxxFunction stuff for member functions.
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Some of the cxxFunction stuff for member functions.
Task-number: QTBUG-11391
|
|
|
|
| |
Task-number: QTBUG-11391
|
|
|
|
| |
Task-number: QTBUG-11391
|
|
|