From 48fafae034bb571fb9445061fa62b1b7050eedd3 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 8 Dec 2021 19:01:53 +0100 Subject: 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 --- .../images/icons/qtcreator-analyze-start-button.png | Bin 0 -> 144 bytes .../images/icons/qtcreator-anchors-reset-icon.png | Bin 0 -> 230 bytes .../images/icons/qtcreator-debug-button-stop.png | Bin 0 -> 178 bytes doc/qtcreator/images/icons/qtcreator-debug-button.png | Bin 0 -> 235 bytes .../images/icons/qtcreator-debugging-continue.png | Bin 0 -> 130 bytes .../images/icons/qtcreator-desktopdevice-button.png | Bin 0 -> 211 bytes doc/qtcreator/images/icons/qtcreator-expand.png | Bin 0 -> 97 bytes doc/qtcreator/images/icons/qtcreator-new-search-icon.png | Bin 0 -> 191 bytes doc/qtcreator/images/icons/qtcreator-run-failed-tests.png | Bin 0 -> 386 bytes .../images/icons/qtcreator-run-selected-tests.png | Bin 0 -> 392 bytes .../images/icons/qtcreator-run-tests-in-current-file.png | Bin 0 -> 460 bytes doc/qtcreator/images/icons/qtcreator-show-subprojects.png | Bin 0 -> 170 bytes .../images/icons/qtcreator-unclaimed-breakpoint-icon.png | Bin 0 -> 160 bytes doc/qtcreator/images/icons/refactormarker.png | Bin 0 -> 136 bytes doc/qtcreator/images/icons/replace.png | Bin 0 -> 211 bytes doc/qtcreator/images/icons/statistics.png | Bin 0 -> 258 bytes doc/qtcreator/images/qml-toolbar-pin.png | Bin 494 -> 0 bytes doc/qtcreator/images/qtcreator-analyze-start-button.png | Bin 505 -> 0 bytes doc/qtcreator/images/qtcreator-anchors-reset-icon.png | Bin 482 -> 0 bytes doc/qtcreator/images/qtcreator-debug-button-stop.png | Bin 485 -> 0 bytes doc/qtcreator/images/qtcreator-debug-button.png | Bin 235 -> 0 bytes doc/qtcreator/images/qtcreator-debugging-continue.png | Bin 488 -> 0 bytes doc/qtcreator/images/qtcreator-desktopdevice-button.png | Bin 463 -> 0 bytes doc/qtcreator/images/qtcreator-expand.png | Bin 97 -> 0 bytes doc/qtcreator/images/qtcreator-new-search-icon.png | Bin 668 -> 0 bytes doc/qtcreator/images/qtcreator-run-failed-tests.png | Bin 386 -> 0 bytes doc/qtcreator/images/qtcreator-run-selected-tests.png | Bin 392 -> 0 bytes .../images/qtcreator-run-tests-in-current-file.png | Bin 460 -> 0 bytes doc/qtcreator/images/qtcreator-show-subprojects.png | Bin 170 -> 0 bytes .../images/qtcreator-unclaimed-breakpoint-icon.png | Bin 160 -> 0 bytes doc/qtcreator/images/refactormarker.png | Bin 492 -> 0 bytes doc/qtcreator/images/replace.png | Bin 715 -> 0 bytes doc/qtcreator/images/statistics.png | Bin 258 -> 0 bytes doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc | 2 +- .../src/analyze/creator-clang-static-analyzer.qdoc | 4 ++-- doc/qtcreator/src/analyze/creator-valgrind.qdoc | 4 ++-- .../src/debugger/creator-debugger-common.qdocinc | 2 +- .../debugger/creator-only/creator-debugger-example.qdoc | 2 +- .../src/debugger/creator-only/creator-debugger.qdoc | 4 ++-- doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc | 2 +- doc/qtcreator/src/editors/creator-code-refactoring.qdoc | 4 ++-- doc/qtcreator/src/editors/creator-code-syntax.qdoc | 2 +- .../src/editors/creator-only/creator-language-server.qdoc | 4 ++-- doc/qtcreator/src/editors/creator-quick-fixes.qdoc | 2 +- doc/qtcreator/src/editors/creator-search.qdoc | 2 +- doc/qtcreator/src/howto/creator-external-tools.qdoc | 2 +- .../src/howto/creator-only/creator-autotest.qdoc | 6 +++--- .../projects/creator-only/creator-projects-targets.qdoc | 2 +- .../src/projects/creator-qtcreator-variables.qdocinc | 2 +- .../src/qtquick/creator-only/qtquick-app-tutorial.qdoc | 2 +- doc/qtcreator/src/qtquick/qtquick-profiler.qdoc | 2 +- doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc | 4 ++-- doc/qtcreator/src/user-interface/creator-views.qdoc | 2 +- 53 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 doc/qtcreator/images/icons/qtcreator-analyze-start-button.png create mode 100644 doc/qtcreator/images/icons/qtcreator-anchors-reset-icon.png create mode 100644 doc/qtcreator/images/icons/qtcreator-debug-button-stop.png create mode 100644 doc/qtcreator/images/icons/qtcreator-debug-button.png create mode 100644 doc/qtcreator/images/icons/qtcreator-debugging-continue.png create mode 100644 doc/qtcreator/images/icons/qtcreator-desktopdevice-button.png create mode 100644 doc/qtcreator/images/icons/qtcreator-expand.png create mode 100644 doc/qtcreator/images/icons/qtcreator-new-search-icon.png create mode 100644 doc/qtcreator/images/icons/qtcreator-run-failed-tests.png create mode 100644 doc/qtcreator/images/icons/qtcreator-run-selected-tests.png create mode 100644 doc/qtcreator/images/icons/qtcreator-run-tests-in-current-file.png create mode 100644 doc/qtcreator/images/icons/qtcreator-show-subprojects.png create mode 100644 doc/qtcreator/images/icons/qtcreator-unclaimed-breakpoint-icon.png create mode 100644 doc/qtcreator/images/icons/refactormarker.png create mode 100644 doc/qtcreator/images/icons/replace.png create mode 100644 doc/qtcreator/images/icons/statistics.png delete mode 100644 doc/qtcreator/images/qml-toolbar-pin.png delete mode 100644 doc/qtcreator/images/qtcreator-analyze-start-button.png delete mode 100644 doc/qtcreator/images/qtcreator-anchors-reset-icon.png delete mode 100644 doc/qtcreator/images/qtcreator-debug-button-stop.png delete mode 100644 doc/qtcreator/images/qtcreator-debug-button.png delete mode 100644 doc/qtcreator/images/qtcreator-debugging-continue.png delete mode 100644 doc/qtcreator/images/qtcreator-desktopdevice-button.png delete mode 100644 doc/qtcreator/images/qtcreator-expand.png delete mode 100644 doc/qtcreator/images/qtcreator-new-search-icon.png delete mode 100644 doc/qtcreator/images/qtcreator-run-failed-tests.png delete mode 100644 doc/qtcreator/images/qtcreator-run-selected-tests.png delete mode 100644 doc/qtcreator/images/qtcreator-run-tests-in-current-file.png delete mode 100644 doc/qtcreator/images/qtcreator-show-subprojects.png delete mode 100644 doc/qtcreator/images/qtcreator-unclaimed-breakpoint-icon.png delete mode 100644 doc/qtcreator/images/refactormarker.png delete mode 100644 doc/qtcreator/images/replace.png delete mode 100644 doc/qtcreator/images/statistics.png diff --git a/doc/qtcreator/images/icons/qtcreator-analyze-start-button.png b/doc/qtcreator/images/icons/qtcreator-analyze-start-button.png new file mode 100644 index 0000000000..e957775c95 Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-analyze-start-button.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-anchors-reset-icon.png b/doc/qtcreator/images/icons/qtcreator-anchors-reset-icon.png new file mode 100644 index 0000000000..8107e3c498 Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-anchors-reset-icon.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-debug-button-stop.png b/doc/qtcreator/images/icons/qtcreator-debug-button-stop.png new file mode 100644 index 0000000000..66251c53de Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-debug-button-stop.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-debug-button.png b/doc/qtcreator/images/icons/qtcreator-debug-button.png new file mode 100644 index 0000000000..c27b11f2dd Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-debug-button.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-debugging-continue.png b/doc/qtcreator/images/icons/qtcreator-debugging-continue.png new file mode 100644 index 0000000000..27b5feb2d8 Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-debugging-continue.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-desktopdevice-button.png b/doc/qtcreator/images/icons/qtcreator-desktopdevice-button.png new file mode 100644 index 0000000000..f72969f972 Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-desktopdevice-button.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-expand.png b/doc/qtcreator/images/icons/qtcreator-expand.png new file mode 100644 index 0000000000..3ad2592c9b Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-expand.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-new-search-icon.png b/doc/qtcreator/images/icons/qtcreator-new-search-icon.png new file mode 100644 index 0000000000..4c5cc8782b Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-new-search-icon.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-run-failed-tests.png b/doc/qtcreator/images/icons/qtcreator-run-failed-tests.png new file mode 100644 index 0000000000..eb58129dbe Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-run-failed-tests.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-run-selected-tests.png b/doc/qtcreator/images/icons/qtcreator-run-selected-tests.png new file mode 100644 index 0000000000..eff4acf5da Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-run-selected-tests.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-run-tests-in-current-file.png b/doc/qtcreator/images/icons/qtcreator-run-tests-in-current-file.png new file mode 100644 index 0000000000..34e6794921 Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-run-tests-in-current-file.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-show-subprojects.png b/doc/qtcreator/images/icons/qtcreator-show-subprojects.png new file mode 100644 index 0000000000..d781d0f026 Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-show-subprojects.png differ diff --git a/doc/qtcreator/images/icons/qtcreator-unclaimed-breakpoint-icon.png b/doc/qtcreator/images/icons/qtcreator-unclaimed-breakpoint-icon.png new file mode 100644 index 0000000000..2db094be14 Binary files /dev/null and b/doc/qtcreator/images/icons/qtcreator-unclaimed-breakpoint-icon.png differ diff --git a/doc/qtcreator/images/icons/refactormarker.png b/doc/qtcreator/images/icons/refactormarker.png new file mode 100644 index 0000000000..b51a33ab0a Binary files /dev/null and b/doc/qtcreator/images/icons/refactormarker.png differ diff --git a/doc/qtcreator/images/icons/replace.png b/doc/qtcreator/images/icons/replace.png new file mode 100644 index 0000000000..6778353750 Binary files /dev/null and b/doc/qtcreator/images/icons/replace.png differ diff --git a/doc/qtcreator/images/icons/statistics.png b/doc/qtcreator/images/icons/statistics.png new file mode 100644 index 0000000000..b9fa730a49 Binary files /dev/null and b/doc/qtcreator/images/icons/statistics.png differ diff --git a/doc/qtcreator/images/qml-toolbar-pin.png b/doc/qtcreator/images/qml-toolbar-pin.png deleted file mode 100644 index 8fce27b986..0000000000 Binary files a/doc/qtcreator/images/qml-toolbar-pin.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-analyze-start-button.png b/doc/qtcreator/images/qtcreator-analyze-start-button.png deleted file mode 100644 index 6bf2dba905..0000000000 Binary files a/doc/qtcreator/images/qtcreator-analyze-start-button.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-anchors-reset-icon.png b/doc/qtcreator/images/qtcreator-anchors-reset-icon.png deleted file mode 100644 index 41ca745f9c..0000000000 Binary files a/doc/qtcreator/images/qtcreator-anchors-reset-icon.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-debug-button-stop.png b/doc/qtcreator/images/qtcreator-debug-button-stop.png deleted file mode 100644 index 48899e8a55..0000000000 Binary files a/doc/qtcreator/images/qtcreator-debug-button-stop.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-debug-button.png b/doc/qtcreator/images/qtcreator-debug-button.png deleted file mode 100644 index c27b11f2dd..0000000000 Binary files a/doc/qtcreator/images/qtcreator-debug-button.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-debugging-continue.png b/doc/qtcreator/images/qtcreator-debugging-continue.png deleted file mode 100644 index a8e93de820..0000000000 Binary files a/doc/qtcreator/images/qtcreator-debugging-continue.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-desktopdevice-button.png b/doc/qtcreator/images/qtcreator-desktopdevice-button.png deleted file mode 100644 index a7ad611f7c..0000000000 Binary files a/doc/qtcreator/images/qtcreator-desktopdevice-button.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-expand.png b/doc/qtcreator/images/qtcreator-expand.png deleted file mode 100644 index 3ad2592c9b..0000000000 Binary files a/doc/qtcreator/images/qtcreator-expand.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-new-search-icon.png b/doc/qtcreator/images/qtcreator-new-search-icon.png deleted file mode 100644 index f56c935446..0000000000 Binary files a/doc/qtcreator/images/qtcreator-new-search-icon.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-run-failed-tests.png b/doc/qtcreator/images/qtcreator-run-failed-tests.png deleted file mode 100644 index eb58129dbe..0000000000 Binary files a/doc/qtcreator/images/qtcreator-run-failed-tests.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-run-selected-tests.png b/doc/qtcreator/images/qtcreator-run-selected-tests.png deleted file mode 100644 index eff4acf5da..0000000000 Binary files a/doc/qtcreator/images/qtcreator-run-selected-tests.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-run-tests-in-current-file.png b/doc/qtcreator/images/qtcreator-run-tests-in-current-file.png deleted file mode 100644 index 34e6794921..0000000000 Binary files a/doc/qtcreator/images/qtcreator-run-tests-in-current-file.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-show-subprojects.png b/doc/qtcreator/images/qtcreator-show-subprojects.png deleted file mode 100644 index d781d0f026..0000000000 Binary files a/doc/qtcreator/images/qtcreator-show-subprojects.png and /dev/null differ diff --git a/doc/qtcreator/images/qtcreator-unclaimed-breakpoint-icon.png b/doc/qtcreator/images/qtcreator-unclaimed-breakpoint-icon.png deleted file mode 100644 index 2db094be14..0000000000 Binary files a/doc/qtcreator/images/qtcreator-unclaimed-breakpoint-icon.png and /dev/null differ diff --git a/doc/qtcreator/images/refactormarker.png b/doc/qtcreator/images/refactormarker.png deleted file mode 100644 index 4a6a61219a..0000000000 Binary files a/doc/qtcreator/images/refactormarker.png and /dev/null differ diff --git a/doc/qtcreator/images/replace.png b/doc/qtcreator/images/replace.png deleted file mode 100644 index d963646da9..0000000000 Binary files a/doc/qtcreator/images/replace.png and /dev/null differ diff --git a/doc/qtcreator/images/statistics.png b/doc/qtcreator/images/statistics.png deleted file mode 100644 index b9fa730a49..0000000000 Binary files a/doc/qtcreator/images/statistics.png and /dev/null differ diff --git a/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc b/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc index eb9e8ce449..5b08c23057 100644 --- a/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc +++ b/doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc @@ -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}. diff --git a/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc b/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc index 706d7cf7da..d61eced1aa 100644 --- a/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc +++ b/doc/qtcreator/src/analyze/creator-clang-static-analyzer.qdoc @@ -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 diff --git a/doc/qtcreator/src/analyze/creator-valgrind.qdoc b/doc/qtcreator/src/analyze/creator-valgrind.qdoc index 249879fa5d..b33f391205 100644 --- a/doc/qtcreator/src/analyze/creator-valgrind.qdoc +++ b/doc/qtcreator/src/analyze/creator-valgrind.qdoc @@ -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. diff --git a/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc b/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc index 4abf8997e7..7da912a6f3 100644 --- a/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc +++ b/doc/qtcreator/src/debugger/creator-debugger-common.qdocinc @@ -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. diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc index 7efb6bd0e6..3eaa76533d 100644 --- a/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc +++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger-example.qdoc @@ -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 diff --git a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc index 29f0e534af..ce52c8697d 100644 --- a/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc +++ b/doc/qtcreator/src/debugger/creator-only/creator-debugger.qdoc @@ -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 diff --git a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc index 24ab6934eb..6a938999c5 100644 --- a/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc +++ b/doc/qtcreator/src/debugger/qtquick-debugger-example.qdoc @@ -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 diff --git a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc index 00114ade7b..137bae8690 100644 --- a/doc/qtcreator/src/editors/creator-code-refactoring.qdoc +++ b/doc/qtcreator/src/editors/creator-code-refactoring.qdoc @@ -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 diff --git a/doc/qtcreator/src/editors/creator-code-syntax.qdoc b/doc/qtcreator/src/editors/creator-code-syntax.qdoc index 7ba22031ed..65e41022e3 100644 --- a/doc/qtcreator/src/editors/creator-code-syntax.qdoc +++ b/doc/qtcreator/src/editors/creator-code-syntax.qdoc @@ -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: diff --git a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc index 1d668a3e07..02e0a78f31 100644 --- a/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc +++ b/doc/qtcreator/src/editors/creator-only/creator-language-server.qdoc @@ -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. diff --git a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc index 0a063ee3ba..e3fd168cb0 100644 --- a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc +++ b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc @@ -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 diff --git a/doc/qtcreator/src/editors/creator-search.qdoc b/doc/qtcreator/src/editors/creator-search.qdoc index 887ae4cf3b..4017dd1bcd 100644 --- a/doc/qtcreator/src/editors/creator-search.qdoc +++ b/doc/qtcreator/src/editors/creator-search.qdoc @@ -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 diff --git a/doc/qtcreator/src/howto/creator-external-tools.qdoc b/doc/qtcreator/src/howto/creator-external-tools.qdoc index e3f12702bc..35aae547c7 100644 --- a/doc/qtcreator/src/howto/creator-external-tools.qdoc +++ b/doc/qtcreator/src/howto/creator-external-tools.qdoc @@ -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. diff --git a/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc b/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc index 85a7a2256c..f0cdaa4072 100644 --- a/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc +++ b/doc/qtcreator/src/howto/creator-only/creator-autotest.qdoc @@ -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 diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc index e05b586aca..60914e258d 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-projects-targets.qdoc @@ -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 diff --git a/doc/qtcreator/src/projects/creator-qtcreator-variables.qdocinc b/doc/qtcreator/src/projects/creator-qtcreator-variables.qdocinc index 65c0fe10bf..cf1bbe726a 100644 --- a/doc/qtcreator/src/projects/creator-qtcreator-variables.qdocinc +++ b/doc/qtcreator/src/projects/creator-qtcreator-variables.qdocinc @@ -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 diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc b/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc index 7549547724..d64a11c9c2 100644 --- a/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc +++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-app-tutorial.qdoc @@ -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. diff --git a/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc b/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc index 693a0c2a4c..f148a59cb6 100644 --- a/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-profiler.qdoc @@ -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. diff --git a/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc b/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc index 33c88a9ae3..cbc1af136a 100644 --- a/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc +++ b/doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc @@ -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}. diff --git a/doc/qtcreator/src/user-interface/creator-views.qdoc b/doc/qtcreator/src/user-interface/creator-views.qdoc index ec9466d7c4..5cd014829f 100644 --- a/doc/qtcreator/src/user-interface/creator-views.qdoc +++ b/doc/qtcreator/src/user-interface/creator-views.qdoc @@ -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 -- cgit v1.2.3