Doc: Move all icon images to images/icons and fix references to them

As a first step to making the images visible in both dark and light
online doc modes.

Task-number: QTCREATORBUG-26644
Change-Id: If7da7fec69d1114201d2832b4228b4dba0f090f0
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Leena Miettinen
2021-12-08 19:01:53 +01:00
parent 5453c539b5
commit 48fafae034
45 changed files with 28 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

View File

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

View File

Before

Width:  |  Height:  |  Size: 97 B

After

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

View File

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 386 B

View File

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 392 B

View File

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 460 B

View File

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 170 B

View File

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

View File

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

View File

@@ -70,7 +70,7 @@
profile the current application.
\li Select the
\inlineimage qtcreator-analyze-start-button.png
\inlineimage icons/qtcreator-analyze-start-button.png
(\uicontrol Start) button to start the application from the
\uicontrol {Performance Analyzer}.

View File

@@ -96,7 +96,7 @@
\note If you select \uicontrol Debug in the mode selector to open the
\uicontrol Debug mode and then select \uicontrol {Clang-Tidy and Clazy},
you must select the \inlineimage qtcreator-analyze-start-button.png
you must select the \inlineimage icons/qtcreator-analyze-start-button.png
(\uicontrol Start) button to open the \uicontrol {Files to Analyze}
dialog.
@@ -109,7 +109,7 @@
hovering the mouse pointer over the icon next to the check box.
To see more information about an issue that is marked with the
\inlineimage refactormarker.png
\inlineimage icons/refactormarker.png
icon, hover the mouse pointer over the line.
You can disable particular type of checks either globally or for a

View File

@@ -59,7 +59,7 @@
select \uicontrol Memcheck on the toolbar.
\li Select the
\inlineimage qtcreator-analyze-start-button.png "Start button"
\inlineimage icons/qtcreator-analyze-start-button.png "Start button"
button to start the application.
\li Use the application to analyze it.
@@ -218,7 +218,7 @@
\image qtcreator-valgrind-callgrind-toolbar.png "Callgrind view toolbar"
\li Select the
\inlineimage qtcreator-analyze-start-button.png "Start button"
\inlineimage icons/qtcreator-analyze-start-button.png "Start button"
button to start the application.
\li Use the application to analyze it.

View File

@@ -67,7 +67,7 @@
Unclaimed breakpoints are stored as a part of a session and exist
independently of whether a program is being debugged or not. They
are listed in the \uicontrol {Breakpoint Preset} view and in the
editor using the \inlineimage qtcreator-unclaimed-breakpoint-icon.png
editor using the \inlineimage icons/qtcreator-unclaimed-breakpoint-icon.png
(\uicontrol {Unclaimed Breakpoint}) icon, when they refer to a position
in code.

View File

@@ -107,7 +107,7 @@
If you compile and run the above code, however, the application does not
work correctly due to a logic error. To locate this logic error, step
through the code using the following buttons:
\inlineimage qtcreator-debug-button-stop.png
\inlineimage icons/qtcreator-debug-button-stop.png
(\uicontrol {Stop Debugger}), \inlineimage debugger_stepover_small.png
(\uicontrol {Step Over}), \inlineimage debugger_stepinto_small.png
(\uicontrol {Step Into}), and \inlineimage debugger_stepout_small.png

View File

@@ -53,7 +53,7 @@
\li \l{Launching the Debugger}
To start an application from an open project under the control
of a debugger, select the \inlineimage qtcreator-debug-button.png
of a debugger, select the \inlineimage icons/qtcreator-debug-button.png
(\uicontrol {Start Debugging of Startup Project}) button or press
\key F5. Other, less common start options are available in the
\uicontrol Debug > \uicontrol {Start Debugging} menu.
@@ -104,7 +104,7 @@
\title Launching the Debugger
To start an application from an open project under the control of a
debugger, select the \inlineimage qtcreator-debug-button.png
debugger, select the \inlineimage icons/qtcreator-debug-button.png
(\uicontrol {Start Debugging of Startup Project}) button or press \key F5.
\QC checks whether the compiled program is up-to-date, and rebuilds and

View File

@@ -91,7 +91,7 @@
the view.
\li Add a breakpoint at the end of the \c {startNewGame()} function, and
click \inlineimage qtcreator-debugging-continue.png
click \inlineimage icons/qtcreator-debugging-continue.png
(\uicontrol Continue) to hit the breakpoint.
\image qtquick-example-setting-breakpoint3.png

View File

@@ -108,7 +108,7 @@
(\uicontrol {Previous Item}) button in the
\uicontrol {Search Results} pane.
\li To expand and collapse the list of all instances, click the
\inlineimage qtcreator-expand.png
\inlineimage icons/qtcreator-expand.png
(\uicontrol {Expand All}) button.
\li To filter the search results for the usage of symbols according to
access type, such as read, write, or declaration, click the
@@ -118,7 +118,7 @@
\inlineimage clean_pane_small.png
(\uicontrol Clear) button.
\li To start a new search, click the
\inlineimage qtcreator-new-search-icon.png
\inlineimage icons/qtcreator-new-search-icon.png
(\uicontrol {New Search}) button.
\endlist

View File

@@ -57,7 +57,7 @@
When using the Clang code model, errors and warnings are additionally marked
with icons and annotated. If a \l{http://clang.llvm.org/diagnostics.html}
{Clang fix-it} is available, you can execute it by clicking the
\inlineimage refactormarker.png
\inlineimage icons/refactormarker.png
icon and pressing \key Enter.
In the following screenshot, a Qt class name contains a typo:

View File

@@ -106,7 +106,7 @@
\uicontrol {New Generic StdIO Language Server}
to add a generic language server.
\li In the \uicontrol Name field, enter a name for the language server.
Select the \inlineimage replace.png
Select the \inlineimage icons/replace.png
(\uicontrol {Variables}) button to use a variable for the server
name. For more information, see \l{Using Qt Creator Variables}.
\li In the \uicontrol {Language} field, select
@@ -137,7 +137,7 @@
\uicontrol {New Java Language Server} to add a Java language server.
\image qtcreator-language-client-options-java.png "Java language server options"
\li In the \uicontrol Name field, enter a name for the language server.
Select the \inlineimage replace.png
Select the \inlineimage icons/replace.png
(\uicontrol {Variables}) button to use a variable for the server
name. For more information, see \l{Using Qt Creator Variables}.
\li In the \uicontrol Java field, enter the path to the Java executable.

View File

@@ -592,7 +592,7 @@
edit a function signature and by applying the changes to the
matching code.
\li Function signature. When this action is available, a light bulb
icon appears: \inlineimage refactormarker.png
icon appears: \inlineimage icons/refactormarker.png
\row
\li Add #include for undeclared or forward declared identifier
\li Adds an \c {#include} directive to the current file to make the

View File

@@ -213,7 +213,7 @@
To expand and collapse the search results, select the
\uicontrol {Expand All} button.
To start a new search, select the \inlineimage qtcreator-new-search-icon.png
To start a new search, select the \inlineimage icons/qtcreator-new-search-icon.png
(\uicontrol {New Search}) button.
\note You can use \uicontrol {Advanced Find} also to search for symbols. For

View File

@@ -108,7 +108,7 @@
\image qtcreator-external-tools.png
Select the \inlineimage replace.png
Select the \inlineimage icons/replace.png
(\uicontrol {Variables}) button in a field to select from a list of
\l{Using Qt Creator Variables}{variables} that are available in a
particular context.

View File

@@ -327,14 +327,14 @@
\list
\li \inlineimage run_small.png
(\uicontrol {Run All Tests}) to run all tests.
\li \inlineimage qtcreator-run-selected-tests.png
\li \inlineimage icons/qtcreator-run-selected-tests.png
(\uicontrol {Run Selected Tests}) to run the selected tests.
\li \inlineimage qtcreator-run-failed-tests.png
\li \inlineimage icons/qtcreator-run-failed-tests.png
(\uicontrol {Run Failed Tests}) to re-run the tests which failed
in the last run.
Depending on the framework this may select additional tests if it
is impossible to distinguish or to fully address the test.
\li \inlineimage qtcreator-run-tests-in-current-file.png
\li \inlineimage icons/qtcreator-run-tests-in-current-file.png
(\uicontrol {Run Tests for Current File}) to run the tests
in the file currently open in the code editor.
\endlist

View File

@@ -93,7 +93,7 @@
\li In the \uicontrol Name column, enter a name for the kit.
\li Select the \inlineimage qtcreator-desktopdevice-button.png
\li Select the \inlineimage icons/qtcreator-desktopdevice-button.png
button to select an image to use as an icon for the kit.
\li In the \uicontrol {File system name} field, enter a name for the kit

View File

@@ -31,7 +31,7 @@
directories. The variables take care of quoting their expansions, so you do
not need to put them in quotes.
Select the \inlineimage replace.png
Select the \inlineimage icons/replace.png
(\uicontrol {Variables}) button in a field to select from a list of
variables that are available in a particular context.
For more information about each variable, move the cursor over it in the

View File

@@ -103,7 +103,7 @@
When you start typing the QML type name, \QC suggests available types
and properties to \l{Completing Code}{complete the code}.
Select the light bulb icon \inlineimage refactormarker.png
Select the light bulb icon \inlineimage icons/refactormarker.png
next to the type name to open the \l{Editing Rectangles}
{Qt Quick Toolbar for rectangles}. You can use it to specify
rectangle properties, such as color, transparency, and gradients.

View File

@@ -102,7 +102,7 @@
current application.
\li Select the
\inlineimage qtcreator-analyze-start-button.png
\inlineimage icons/qtcreator-analyze-start-button.png
(\uicontrol Start) button to start the application from the
QML Profiler.

View File

@@ -41,7 +41,7 @@
\title Using Qt Quick Toolbars
When you select a QML type in the code and a toolbar is available,
a light bulb icon appears: \inlineimage refactormarker.png
a light bulb icon appears: \inlineimage icons/refactormarker.png
. Select the icon to open the toolbar.
To open toolbars immediately when you select a QML type, select
@@ -49,7 +49,7 @@
\uicontrol {QML/JS Editing} > \uicontrol {Always show Qt Quick Toolbar}.
Drag the toolbar to pin it to another location. Select
\inlineimage qml-toolbar-pin.png
\inlineimage icons/pin.png
to unpin the toolbar and move it to its default location. To pin toolbars
by default, select \uicontrol {Pin Quick Toolbar}.

View File

@@ -115,7 +115,7 @@
\image qtcreator-class-view.png "Class View"
To organize the view by subprojects, click
\inlineimage qtcreator-show-subprojects.png
\inlineimage icons/qtcreator-show-subprojects.png
(\uicontrol {Show Subprojects}).
To visit all parts of a namespace, double-click on the namespace item