Doc: update information about commercial features

Using the Auto test plugin or QML Profiler extensions
no longer requires a commercial lincense.

The ISO Icon Browser was missing from the list of commercial
features.

Change-Id: Ic40c8ae5bddea5424f2de57d8e2ece17588428ff
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2016-01-25 11:08:08 +01:00
parent 126d1b0811
commit 2eaaed3428
7 changed files with 10 additions and 33 deletions

View File

@@ -208,8 +208,7 @@
The following types of events are displayed in the timeline view on one or
several rows. The availability of event types depends on the version of Qt
the application was compiled with, the version of Qt Quick it is using, and
whether \QC or \QCE is used to profile it.
the application was compiled with and the version of Qt Quick it is using.
\table
@@ -218,7 +217,6 @@
\li Description
\li Minimum Qt Version
\li Qt Quick Version
\li Commercial Only
\row
\li \uicontrol {Pixmap Cache}
@@ -227,7 +225,6 @@
with specifics about its file name and size.
\li Qt 5.1
\li Qt Quick 2
\li \image ok
\row
\li \uicontrol {Scene Graph}
@@ -236,7 +233,7 @@
so.
\li Qt 5.1
\li Qt Quick 2
\li \image ok
\row
\li \uicontrol {Memory Usage}
\li Displays block allocations of the JavaScript memory manager.
@@ -251,21 +248,18 @@
requested.
\li Qt 5.4
\li Qt Quick 2
\li \image ok
\row
\li \uicontrol {Input Events}
\li Displays mouse and keyboard events.
\li Qt 4.7.4
\li Qt Quick 1 or Qt Quick 2
\li \image ok
\row
\li \uicontrol Painting
\li Displays the time spent painting the scene for each frame.
\li Qt 4.7.4
\li Qt Quick 1
\li
\row
\li \uicontrol Animations
@@ -276,14 +270,12 @@
animations are shown in a separate row then.
\li Qt 5.0 (Qt 5.3)
\li Qt Quick 2
\li
\row
\li \uicontrol Compiling
\li Displays the time spent compiling the QML files.
\li Qt 4.7.4
\li Qt Quick 1 or Qt Quick 2
\li
\row
\li \uicontrol Creating
@@ -298,7 +290,6 @@
events.
\li Qt 4.7.4 (Qt 5.2.1)
\li Qt Quick 1 or Qt Quick 2
\li
\row
\li \uicontrol Binding
@@ -306,7 +297,6 @@
evaluation takes.
\li Qt 4.7.4
\li Qt Quick 1 or Qt Quick 2
\li
\row
\li \uicontrol {Handling Signal}
@@ -314,7 +304,6 @@
handling takes.
\li Qt 4.7.4
\li Qt Quick 1 or Qt Quick 2
\li
\row
\li \uicontrol JavaScript
@@ -323,7 +312,6 @@
you may be using to evaluate bindings or handle signals.
\li Qt 5.3
\li Qt Quick 2
\li
\endtable

View File

@@ -31,10 +31,8 @@
\title Running Autotests
\commercial
\QC integrates the \l{Qt Test} framework for unit testing Qt based
applications and libraries (commercial only). You can use \QC to build and
applications and libraries. You can use \QC to build and
run autotests for your projects.
\image qtcreator-autotests.png

View File

@@ -139,8 +139,7 @@
\li \uicontrol Outline shows the symbol hierarchy of a C++ file and the type
hierarchy of a QML file.
\li \uicontrol Tests lists autotests and Qt Quick tests in the project
(commercial only).
\li \uicontrol Tests lists autotests and Qt Quick tests in the project.
\li \uicontrol {Type Hierarchy} shows the base classes of a class.
@@ -297,7 +296,7 @@
\section2 Viewing Tests
The \uicontrol Tests view shows the autotests and Qt Quick tests in the
current project (commercial only). Select the test cases to run. If a Qt
current project. Select the test cases to run. If a Qt
Quick test case does not have a name, it is marked \uicontrol Unnamed in the
list. Unnamed test cases are always executed when the application that
contains them is run, and therefore you cannot select or deselect them.
@@ -350,7 +349,7 @@
\li \uicontrol{General Messages}
\li \uicontrol{Test Results} (commercial only)
\li \uicontrol{Test Results}
\endlist

View File

@@ -41,16 +41,8 @@
\l{http://qt.io/licensing/}{Qt license}:
\list
\li \l{Running Autotests}
\li Additional \l{Understanding the Data}{QML Profiler} event
categories:
\list
\li Pixmap cache
\li \l{Analyzing Scene Graph Events}{Scene graph}
\li Memory usage
\li Input events
\endlist
\li \l{Analyzing CPU Usage}{CPU Usage Analyzer}
\li \l{Browsing ISO 7000 Icons} in \QMLD
\li \l{http://doc.qt.io/QtQuickCompiler/}{Qt Quick Compiler}
integration
\li \l{http://doc.qt.io/QtForDeviceCreation/index.html}{Developing for

View File

@@ -114,7 +114,7 @@
\QC is integrated to the \l{Qt Test} framework for unit testing
Qt based applications and libraries. You can use \QC to build
and run autotests (commercial only).
and run autotests.
For more information, see \l{Testing}.
\li \b {Publishing}

View File

@@ -61,7 +61,7 @@
\li \l{Running Autotests}
You can use an experimental Auto Test plugin to build and run
autotests using \QC (commercial only).
autotests using \QC.
\endlist

View File

@@ -166,7 +166,7 @@
Qt unit tests for features or classes
\li Qt Auto Test (commercial only)
\li Qt Auto Test
Projects with boilerplate code for an autotest. For more
information, see \l {Creating Autotests}.