From 48fafae034bb571fb9445061fa62b1b7050eedd3 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 8 Dec 2021 19:01:53 +0100 Subject: [PATCH] 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 --- .../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 .../images/{ => icons}/qtcreator-debug-button.png | Bin .../images/icons/qtcreator-debugging-continue.png | Bin 0 -> 130 bytes .../icons/qtcreator-desktopdevice-button.png | Bin 0 -> 211 bytes .../images/{ => icons}/qtcreator-expand.png | Bin .../images/icons/qtcreator-new-search-icon.png | Bin 0 -> 191 bytes .../{ => icons}/qtcreator-run-failed-tests.png | Bin .../{ => icons}/qtcreator-run-selected-tests.png | Bin .../qtcreator-run-tests-in-current-file.png | Bin .../{ => icons}/qtcreator-show-subprojects.png | Bin .../qtcreator-unclaimed-breakpoint-icon.png | Bin 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 doc/qtcreator/images/qml-toolbar-pin.png | Bin 494 -> 0 bytes .../images/qtcreator-analyze-start-button.png | Bin 505 -> 0 bytes .../images/qtcreator-anchors-reset-icon.png | Bin 482 -> 0 bytes .../images/qtcreator-debug-button-stop.png | Bin 485 -> 0 bytes .../images/qtcreator-debugging-continue.png | Bin 488 -> 0 bytes .../images/qtcreator-desktopdevice-button.png | Bin 463 -> 0 bytes .../images/qtcreator-new-search-icon.png | Bin 668 -> 0 bytes doc/qtcreator/images/refactormarker.png | Bin 492 -> 0 bytes doc/qtcreator/images/replace.png | Bin 715 -> 0 bytes doc/qtcreator/src/analyze/cpu-usage-analyzer.qdoc | 2 +- .../analyze/creator-clang-static-analyzer.qdoc | 4 ++-- doc/qtcreator/src/analyze/creator-valgrind.qdoc | 4 ++-- .../src/debugger/creator-debugger-common.qdocinc | 2 +- .../creator-only/creator-debugger-example.qdoc | 2 +- .../debugger/creator-only/creator-debugger.qdoc | 4 ++-- .../src/debugger/qtquick-debugger-example.qdoc | 2 +- .../src/editors/creator-code-refactoring.qdoc | 4 ++-- .../src/editors/creator-code-syntax.qdoc | 2 +- .../creator-only/creator-language-server.qdoc | 4 ++-- .../src/editors/creator-quick-fixes.qdoc | 2 +- doc/qtcreator/src/editors/creator-search.qdoc | 2 +- .../src/howto/creator-external-tools.qdoc | 2 +- .../src/howto/creator-only/creator-autotest.qdoc | 6 +++--- .../creator-only/creator-projects-targets.qdoc | 2 +- .../projects/creator-qtcreator-variables.qdocinc | 2 +- .../creator-only/qtquick-app-tutorial.qdoc | 2 +- doc/qtcreator/src/qtquick/qtquick-profiler.qdoc | 2 +- doc/qtcreator/src/qtquick/qtquick-toolbars.qdoc | 4 ++-- .../src/user-interface/creator-views.qdoc | 2 +- 45 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 rename doc/qtcreator/images/{ => icons}/qtcreator-debug-button.png (100%) create mode 100644 doc/qtcreator/images/icons/qtcreator-debugging-continue.png create mode 100644 doc/qtcreator/images/icons/qtcreator-desktopdevice-button.png rename doc/qtcreator/images/{ => icons}/qtcreator-expand.png (100%) create mode 100644 doc/qtcreator/images/icons/qtcreator-new-search-icon.png rename doc/qtcreator/images/{ => icons}/qtcreator-run-failed-tests.png (100%) rename doc/qtcreator/images/{ => icons}/qtcreator-run-selected-tests.png (100%) rename doc/qtcreator/images/{ => icons}/qtcreator-run-tests-in-current-file.png (100%) rename doc/qtcreator/images/{ => icons}/qtcreator-show-subprojects.png (100%) rename doc/qtcreator/images/{ => icons}/qtcreator-unclaimed-breakpoint-icon.png (100%) create mode 100644 doc/qtcreator/images/icons/refactormarker.png create mode 100644 doc/qtcreator/images/icons/replace.png rename doc/qtcreator/images/{ => icons}/statistics.png (100%) 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-debugging-continue.png delete mode 100644 doc/qtcreator/images/qtcreator-desktopdevice-button.png delete mode 100644 doc/qtcreator/images/qtcreator-new-search-icon.png delete mode 100644 doc/qtcreator/images/refactormarker.png delete mode 100644 doc/qtcreator/images/replace.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 0000000000000000000000000000000000000000..e957775c95569569cdf4b682e44c00701fbacaa5 GIT binary patch literal 144 zcmeAS@N?(olHy`uVBq!ia0y~yU=Uo2-UNUT}6sM}z}wEqsmi3tHW+w~3|koYa;+tTQmB-(Yt-k?*7iRHiH xl?6A>ec->_8X!EO=3v8{X9t#Zs2@lbU|?vTxxHZS+F*8&Ri3VXF6*2UngDSeGOPdq literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..8107e3c4987ac3de66f6f67cd3f11c45dc0846d3 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdmW!d_r6q7#Iu<4J|D#gMxyR zlasTvv#YDCdwP17E?v5I?b@wdx9;7$_ujpG&!0bk|Ni~||NogQnw1$C7z#aI978x} zCja1P<@qn^&>(-}NA43=E#GelF{r5}E+8>R^Td literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..66251c53de970685edb763f4b9d00ed81825e68b GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdmW!d_r6q7#O6aqznuU3=Iu^ ze0;*f!lI+2l+#x`uqF$?b~<%{{4Ud{{8>|zgWVemVtr6*3-o?gd;ln z2R|zh2OG15!1)K&-}z4MsO3NNpjupjJyGL}$&F^o^A{r&Yv@Ndh dTfuEc!&K`tnpeIWFfcGMc)I$ztaD0e0ssjsKEeP1 literal 0 HcmV?d00001 diff --git a/doc/qtcreator/images/qtcreator-debug-button.png b/doc/qtcreator/images/icons/qtcreator-debug-button.png similarity index 100% rename from doc/qtcreator/images/qtcreator-debug-button.png rename to doc/qtcreator/images/icons/qtcreator-debug-button.png 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 0000000000000000000000000000000000000000..27b5feb2d8b140c73ce69d6687f219de3dd22ab1 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4h9AW2CEqh_A)RqczU`xhDd}b|LA9v*uY`X zz%XUWE`~PU@4w$GbN~4-e@viFC*i<^UHVfG3V6DjINLh&tkV6OAhk|OPGdsD6H8~! g`E2r<&OY~<7>XUbnc6O#*$y(?)78&qol`;+04x(I!T@ N22WQ%mvv4FO#p4HQKbL? literal 0 HcmV?d00001 diff --git a/doc/qtcreator/images/qtcreator-expand.png b/doc/qtcreator/images/icons/qtcreator-expand.png similarity index 100% rename from doc/qtcreator/images/qtcreator-expand.png rename to doc/qtcreator/images/icons/qtcreator-expand.png 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 0000000000000000000000000000000000000000..4c5cc8782bc9333b8918fa321ad8d00af557e5a0 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4h9AW2CEqh_A)Rqw0XKXhDc0J{?X4Sap1}A zl_y)-C$RWsWVBgwr~Gf@+!NIG^TYrDj0ekRI4r;BFHqcf$$N!E1y{uP*qg!ujV%Tn z4ydl=4rt6Ry6(UvDRw`BiRY8_{MfV4Z?T$|Y}aUBJZssUmu4%h%eW0q{?u>y{la|3 tVLlGSD~l}VPG87%Ro~Y1hE2Oa1H-~M*JOex`xb#*=IQF^vd$@?2>@t=N+SRO literal 0 HcmV?d00001 diff --git a/doc/qtcreator/images/qtcreator-run-failed-tests.png b/doc/qtcreator/images/icons/qtcreator-run-failed-tests.png similarity index 100% rename from doc/qtcreator/images/qtcreator-run-failed-tests.png rename to doc/qtcreator/images/icons/qtcreator-run-failed-tests.png diff --git a/doc/qtcreator/images/qtcreator-run-selected-tests.png b/doc/qtcreator/images/icons/qtcreator-run-selected-tests.png similarity index 100% rename from doc/qtcreator/images/qtcreator-run-selected-tests.png rename to doc/qtcreator/images/icons/qtcreator-run-selected-tests.png diff --git a/doc/qtcreator/images/qtcreator-run-tests-in-current-file.png b/doc/qtcreator/images/icons/qtcreator-run-tests-in-current-file.png similarity index 100% rename from doc/qtcreator/images/qtcreator-run-tests-in-current-file.png rename to doc/qtcreator/images/icons/qtcreator-run-tests-in-current-file.png diff --git a/doc/qtcreator/images/qtcreator-show-subprojects.png b/doc/qtcreator/images/icons/qtcreator-show-subprojects.png similarity index 100% rename from doc/qtcreator/images/qtcreator-show-subprojects.png rename to doc/qtcreator/images/icons/qtcreator-show-subprojects.png diff --git a/doc/qtcreator/images/qtcreator-unclaimed-breakpoint-icon.png b/doc/qtcreator/images/icons/qtcreator-unclaimed-breakpoint-icon.png similarity index 100% rename from doc/qtcreator/images/qtcreator-unclaimed-breakpoint-icon.png rename to doc/qtcreator/images/icons/qtcreator-unclaimed-breakpoint-icon.png diff --git a/doc/qtcreator/images/icons/refactormarker.png b/doc/qtcreator/images/icons/refactormarker.png new file mode 100644 index 0000000000000000000000000000000000000000..b51a33ab0aa06b757f790a458440ba6557f46aef GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0y~yU;weXIT#oi7?N3?k1#MW_1Tm$TEGF}28EGaC*1w5(#XVh`+m*uW8q)F**nL^&M^$G-M8cTi-U* zxLc-y$zJc>?cLKIOLTp>kFa&Vwf|=tgZ literal 0 HcmV?d00001 diff --git a/doc/qtcreator/images/statistics.png b/doc/qtcreator/images/icons/statistics.png similarity index 100% rename from doc/qtcreator/images/statistics.png rename to doc/qtcreator/images/icons/statistics.png diff --git a/doc/qtcreator/images/qml-toolbar-pin.png b/doc/qtcreator/images/qml-toolbar-pin.png deleted file mode 100644 index 8fce27b98675aebd62819db45413f92418af5e93..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 494 zcmeAS@N?(olHy`uVBq!ia0y~yVBle3VBq3lV_;xt(Aocsfq{Xuz$3Dlfr0M`2s2LA z=96Y%U|=ut^mS#w!@|uerCIizj~6WD8d2g{T9T1p#ISPR84r+IC9V-AE~&-IMVSR9 znfZAP!kmiAAoD@u&iMtEMVaXtB@Ao$&sZ@qFz|szi&7IoN)<{nb5j{izw>i4Ffed} zWPyjg+Z^hKWyXOth0EP)??Y@iagFW_qQ`Yue@Z^`|f6sX9T`05p{qB#i zcLj;Crbgbf&R8pX{9?uV&m2t;I=`&c=*qZ#ZQCaIUrV{qmdK II;Vst0C;D&(EtDd 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 6bf2dba9052d2552042605de0b75232ee874406c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 505 zcmeAS@N?(olHy`uVBq!ia0y~yU=U1SYI-~b7SCl=*p=A|rmD&&`>> z4ZkgJ2v0iVy|O^@w9%K^`u;->3^PvSaBWsl5>tL@47Uo*p(kUXeqw; zjabUvlfM{$|6|HrYuzEN@vRS2*vvOxwevHy1nRzu>+S XvzdWmp6p8o1_lOCS3j3^P6ql94%{~0R=1_nN`Xi;h+NU1_eW^O8j z>34ok1_lOBkW6rXT1k0gQ7S`h!GDl)Zjhi$W^r;(VrFh?5ySQaTlyIo7&t(};fY0g znR)392c)01!<-hJUs{x$%JB7n^J|zg=ltB<)VvagZ)c|MXJBAp18EJ(EXhe_Sn=+X zIs*ekp{I*u2*=FiAN;I5|0Nw7H=O_6MxYTpB`)x1H_)3%N#=IF^=V zGe3_(m{U=ifq{VwB<`GFP+63jo>9WEhX0He0|NseShOfL5u{Y1Br`Xa!Sp*nCj$cm zCrBnZKdq!Zu_%=xw%|WVIX6hqC9^m=CowZOwTNN+fi3+E3=A9~;qb(wyv)3Gh6B>i z+F?!$&Mz%WPG$J|zxg#xnR9+_Zfaf$!?!cj_A@Xruz|FOWR~QlGOT!aNu7a#VS}fO zV~9oX-O0Ook0=PZ$e*xW_&Z{!m=Kd!A#dIZ(TFb&FVxEPE!S+;JD|QvI#Z?2xXRJLkUz39sZCLuJ)hY~7SAz4hAfw!N%1k)is>C3rVTEMA$_ z9XZ{><-5 z`tM$)LzVM7I8JXWkYQgc@~m>%luPH=O_6MxYTm}YT&I*}=g;oF&M`xzJ**g#rCGD~t&8CJZzq|U&=u-Vha zF~p+x?qo-l~DqxO3Wl-Vc+vr#Xwx`CN86_w&h`>&aGE1r6O8 zyA1bzJjzlUo1E4nFyr}50j9LJ-SPexwykC8eXQXSd;M+H#Rog?^Ym41WcB<~`~Mj4 z;SK&rz4l+c8+l!{e0iqSv{c2VE}@}Irkr9^wP6r!U$EsXOG+670|SGntDnm{r-UW| D@8z^f diff --git a/doc/qtcreator/images/qtcreator-desktopdevice-button.png b/doc/qtcreator/images/qtcreator-desktopdevice-button.png deleted file mode 100644 index a7ad611f7c3029befe70ea9da39527052d7643a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 463 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdmW!d_r6q7#K7)H4P07y}Z1F zf`YQMvs+qPdU|@MOqnug&YY!7mu}sGcYi4fP}*n zi}Et_(isj&KWm3MEjYilC^?nk>;LB0FlEm9xw)x%B@ExrOxw@Ez`zF58j@L(lghB- z-6eGf28K9K7sn8enaMx+S$Q~)iHa+HU^VJ-YII;dQLwlA*_pd30*}AFyIbAl*mK#z zjbp~f?C((mhrgVgX`JrJGx^)8Z(PX=$rC3rES@BG;|YsdhvH=O_D8Ie+!|bmOY|kdLaq@dj-@3T`9%yX*PZcTU|`@Wag8W(Ni9w;$}A|! z%+F&G=2TQ>U|`?^i96>PR2F5XXOu9k;Xh-=z`(!<7A;Cm1SwT0$;?e(#w($Ht(NW_c`lL zPd1ua!#~4sd5D&%T)(@9#r*SzzLPJ%6!~EPFaCIG?8@t}h5C;>ufDZSci;Qdb^G~$ zFgh5`obvkXuWhSuzg0W`JXomHrKHnKljm^4_S>ytFUodb$ufQSy}E?mOVgz#Y2%5a zolh!kHr>s8`Th5jAkDDVp(UMB*<7tmN=>=9r+BIAoIYg0v+Amr*UAeYxEE|yn}1$e zsmD#3fv=r8D*M{&(ib-w8y;J%fB3LKLb8Wt$>mI!mV*f&UMDu($T2(o*+#Pe`1}07 m>_;Eu@BjGt`HAnp*z;{z4JU>3KV@KGVDNPHb6Mw<&;$UkQWV?( diff --git a/doc/qtcreator/images/refactormarker.png b/doc/qtcreator/images/refactormarker.png deleted file mode 100644 index 4a6a61219a0541c235a0c974e3ea3caae08fe77b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 492 zcmeAS@N?(olHy`uVBq!ia0y~yU;weXIoKE&7~Jw?Bp4VNI14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_6Jx>&|#EFfj0xxJHz?q!uR^WfqiV z=I1d8b1Eu>>;Q>7=ND8KWu|A8Fs$J}W5vM0zy}sBN=*bQRVc~KO=U3s&dR|DNig)Wr!{K4^qwz5_HKdPR>cp%uOv~*nVJ3KLY~;2S_+Pu_!MyFP-6l^s{!D z(}MF$i;`0rzW#514O8ZvpPQSSSHke^%(VRs3=C`_ts$8uIjIaQ-d$2>U|`tp>Eak7 zF}1YsAZN3Kfb0LZh8M4L4{qh@>w~4_-c!sWGcLmQWzW;wtar%*`U-rG1YIB@)<@?@ADnG^cF@(LJ{XX`;{vrkj1_n=8KbLh* G2~7a(o3{7> diff --git a/doc/qtcreator/images/replace.png b/doc/qtcreator/images/replace.png deleted file mode 100644 index d963646da9228e0ad4c0860e2cf953c01bceb778..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 715 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_6O`DJlt~2wKkZ6g;oF&M`xzJ**g#rCGD~t&8CJZzq|U&=IL*_= zF~p*G>EykuUO9-g?*HR)L`{Q3j^*?fA)PObIwCc#dsU!%#1Y8Ao-{m{KDNbxMmsq!}jsNn?Q@m7tF4yckRAG~5 zHrr6D_mOX)$i$N=aVMhIiZQe$2CNKuQDRlF|NhZUIy28dpL8U_V8Z2>BFFuw`?EMI z$ji$sDJ^2YlV{#{T)F+Q;=Zl7-)_49K6Cr+Cq|9B7r#D__bywu i?)8jiorw}PO!Bwcx88E?W@lhvVDNPHb6Mw<&;$TVC>w \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 24ab6934eb9..6a938999c5b 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 00114ade7bc..137bae8690f 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 7ba22031edc..65e41022e37 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 1d668a3e07a..02e0a78f316 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 0a063ee3ba7..e3fd168cb06 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 887ae4cf3b1..4017dd1bcdb 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 e3f12702bcb..35aae547c7e 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 85a7a2256c0..f0cdaa40726 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 e05b586aca5..60914e258d4 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 65c0fe10bfd..cf1bbe726a0 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 75495477244..d64a11c9c2f 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 693a0c2a4cc..f148a59cb6c 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 33c88a9ae36..cbc1af136a3 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 ec9466d7c4b..5cd014829fc 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