summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: Fixed some reported bugs in the XML.Martin Smith2010-12-062-38/+39
|
* qdoc: Replaced all "#location" with "file.xml#location"Martin Smith2010-11-191-10/+29
|
* qdoc: Changed some outputclass attributes.Martin Smith2010-11-101-2/+4
|
* qdoc: Removed unused code.Martin Smith2010-11-102-78/+0
|
* <?xml version="1.0" encoding="UTF-8"?>Martin Smith2010-11-092-58/+11
| | | | | | | | | | | | | | | | | | | | | | | | <!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&amp;#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>
* qdoc: Removed unused code.Martin Smith2010-11-092-119/+0
|
* qdoc: Second pass at generating a map.Martin Smith2010-11-071-0/+1
| | | | | | | | | | 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
* qdoc: First pass at generating a map.Martin Smith2010-11-053-5/+32
| | | | | | | Some files are missing, and I don't know if the syntax is complete. But it's a start. Task-number: QTBUG-14981
* qdoc: Added the <related-links> element to the <topic>Martin Smith2010-11-042-2/+59
| | | | | | | This contains the next, previous, and start links for pages that have them. Task-number: QTBUG-14980
* doc: Corrections to linking errors in the docs.Martin Smith2010-11-017-13/+35
|
* doc: Corrections to linking errors detected by the DITA XML generator..Martin Smith2010-11-014-15/+23
|
* qdoc: Don't put classes that have empty doc in hierarchy.Martin Smith2010-10-292-15/+4
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-282-252/+89
| | | | | | | | 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.
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-282-11/+24
| | | | Fixed some \table problems as well.
* doc: Removed an illegal char and some empty \row commands.Martin Smith2010-10-272-4/+1
|
* doc: Removed some illegal characters.Martin Smith2010-10-271-8/+8
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-0/+3
|
* doc: Removed an illegal character.Martin Smith2010-10-271-1/+1
|
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-2/+1
| | | | No <br> elements allowed.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-7/+6
| | | | No links in the <title> text.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-271-9/+6
| | | | These were in the compact list.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-263-36/+34
| | | | Also fixed a bug in qdoc3 for html generation.
* doc: Fixed some DITA XML validation errors.Martin Smith2010-10-253-6/+11
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-253-2/+13
|
* doc: Moved many \target commands that were in the wrong place.Martin Smith2010-10-251-35/+27
|
* doc: Removed illegal \section1.Martin Smith2010-10-251-2/+1
|
* doc: Changed a \section in a \table into a \header.Martin Smith2010-10-251-1/+3
|
* doc: Changed a table into 3 tables to eliminate a \raw.Martin Smith2010-10-251-9/+10
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-251-16/+4
|
* doc: Moved a \target that was in the wrong place.Martin Smith2010-10-251-2/+1
|
* qdoc: Output the \qmlclass as a <cxxClass>.Martin Smith2010-10-231-4/+151
| | | | Still more work to do here to make the detail sections correct.
* qdoc: Output the \headerfile as a <cxxClass>.Martin Smith2010-10-222-157/+299
|
* doc: Moved some table headers ahead of the rows.Martin Smith2010-10-223-10/+10
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-201-4/+3
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-201-0/+3
|
* doc: Moved some table headers before the rows.Martin Smith2010-10-201-9/+9
|
* doc: Moved some table headers to be before the rows.Martin Smith2010-10-201-6/+6
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-201-4/+18
|
* qdoc: Fixed some DITA XML validation errors.Martin Smith2010-10-205-102/+108
|
* qdoc: Fixed <p> inside of <p> for legalese text.Martin Smith2010-10-182-6/+17
|
* qdoc: Added extraneous enum Definition File elementsMartin Smith2010-10-182-150/+21
| | | | Removed bread crumb generator from DITA XML generator.
* qdoc: Changed GUIDs from "{xxxxxx}" to "id-xxxxxxx".Martin Smith2010-10-185-34/+16
|
* Merge branch 'mimir' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into mimirMartin Smith2010-10-15106-618/+1613
|\
| * Merge branch '4.7' into mimirMorten Engvoldsen2010-10-15106-618/+1613
| |\
| | * Merge branch 'small' into 4.7Morten Engvoldsen2010-10-154-9/+30
| | |\
| | | * Doc: Clearing details around default settings.Morten Engvoldsen2010-10-141-0/+1
| | | | | | | | | | | | | | | | Task-number:QTBUG-9856
| | | * Doc: making links more visible when they are visited.Morten Engvoldsen2010-10-141-0/+9
| | | | | | | | | | | | | | | | Task-number:QTBUG-10717
| | | * Doc: Fixing doc bugs for the symbian platformMorten Engvoldsen2010-10-141-9/+18
| | | | | | | | | | | | | | | | Task-number:QTBUG-10925
| | | * Doc: Adding note to tier 2: The ppc architecture on Mac has been downgraded ↵Morten Engvoldsen2010-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | from tier 1 to tier 2 for 4.7. Task-number: QTBUG-13803
| | * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-145-2/+120
| | |\ \ | | | |/ | | |/|