From 4021a2a9021984ed3c305648d84c8af84f016e6f Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 3 May 2016 13:49:23 +0200 Subject: [PATCH] Doc: Use icons from source in the manual This removes the need to take screenshots of icons. - Add icon source directories for the .qdocconf file - Remove screenshots of icons from doc\images (except completion icons) - Copy images that do not have unique names from src or libs to \docs\images - Create images that use overlays and update them in docs\images - Fix paths and filenames in \inlineimage commands - Fix text where one screenshot was replaced by two icons Change-Id: Ib98206890bd15a843566de8d709e45487c70dfbd Reviewed-by: Alessandro Portale --- doc/config/qtcreator-project.qdocconf | 16 ++++++++++- doc/images/qml-inspector-app-on-top.png | Bin 547 -> 0 bytes doc/images/qml-inspector-select-button.png | Bin 672 -> 0 bytes doc/images/qml-toolbar-indicator.png | Bin 622 -> 0 bytes doc/images/qmldesigner-anchor-fill-screen.png | Bin 599 -> 0 bytes doc/images/qmldesigner-center-in.png | Bin 1001 -> 0 bytes doc/images/qmldesigner-export-item-button.png | Bin 145 -> 0 bytes doc/images/qmldesigner-reset-view.png | Bin 331 -> 157 bytes ...signer-show-bounding-rectangles-button.png | Bin 500 -> 0 bytes doc/images/qmldesigner-show-hide-icon.png | Bin 753 -> 0 bytes .../qmldesigner-snap-to-anchors-button.png | Bin 394 -> 0 bytes .../qmldesigner-snap-to-guides-button.png | Bin 616 -> 0 bytes doc/images/qmldesigner-solid-color-button.png | Bin 364 -> 0 bytes doc/images/qmldesigner-transparent-button.png | Bin 550 -> 0 bytes doc/images/qtcreator-analyze-start-button.png | Bin 728 -> 505 bytes doc/images/qtcreator-analyzer-button.png | Bin 677 -> 0 bytes .../qtcreator-autotests-sort-naturally.png | Bin 702 -> 0 bytes doc/images/qtcreator-back.png | Bin 621 -> 0 bytes doc/images/qtcreator-clear.png | Bin 830 -> 0 bytes .../qtcreator-debug-button-step-into.png | Bin 704 -> 0 bytes .../qtcreator-debug-button-step-out.png | Bin 690 -> 0 bytes .../qtcreator-debug-button-step-over.png | Bin 725 -> 0 bytes doc/images/qtcreator-debug-button-stop.png | Bin 575 -> 485 bytes doc/images/qtcreator-debugging-continue.png | Bin 804 -> 488 bytes doc/images/qtcreator-disable-steps.png | Bin 692 -> 0 bytes doc/images/qtcreator-expand.png | Bin 911 -> 97 bytes doc/images/qtcreator-filter.png | Bin 660 -> 0 bytes doc/images/qtcreator-forward.png | Bin 626 -> 0 bytes doc/images/qtcreator-help-add-bookmark.png | Bin 676 -> 0 bytes doc/images/qtcreator-locator-magnify.png | Bin 604 -> 0 bytes doc/images/qtcreator-movestep.png | Bin 660 -> 0 bytes doc/images/qtcreator-next.png | Bin 511 -> 0 bytes ...reator-options-android-download-button.png | Bin 602 -> 0 bytes doc/images/qtcreator-previous.png | Bin 500 -> 0 bytes doc/images/qtcreator-regenerate-index.png | Bin 254 -> 0 bytes doc/images/qtcreator-remove-split-button.png | Bin 562 -> 0 bytes doc/images/qtcreator-run-selected-tests.png | Bin 526 -> 591 bytes doc/images/qtcreator-run.png | Bin 619 -> 0 bytes doc/images/qtcreator-show-subprojects.png | Bin 960 -> 443 bytes doc/images/qtcreator-split-button.png | Bin 642 -> 0 bytes doc/images/qtcreator-splitbar.png | Bin 570 -> 0 bytes ...creator-switchto-sidebyside-diffeditor.png | Bin 273 -> 0 bytes .../qtcreator-switchto-unified-diffeditor.png | Bin 255 -> 0 bytes doc/images/qtcreator-synchronizefocus.png | Bin 876 -> 0 bytes doc/images/qtcreator-togglebutton.png | Bin 595 -> 0 bytes doc/images/qtcreator-variables-button.png | Bin 425 -> 0 bytes doc/src/analyze/cpu-usage-analyzer.qdoc | 2 +- doc/src/analyze/creator-valgrind.qdoc | 6 ++-- doc/src/analyze/qtquick-profiler.qdoc | 2 +- doc/src/android/androiddev.qdoc | 3 +- .../debugger/creator-debugger-example.qdoc | 9 ++---- .../debugger/qtquick-debugger-example.qdoc | 3 +- doc/src/editors/creator-coding-edit-mode.qdoc | 9 +++--- doc/src/editors/creator-diff-editor.qdoc | 10 +++---- doc/src/editors/creator-editors.qdoc | 26 +++++++++--------- doc/src/howto/creator-autotest.qdoc | 4 +-- doc/src/howto/creator-help.qdoc | 5 ++-- doc/src/howto/creator-tips.qdoc | 2 +- doc/src/howto/creator-ui.qdoc | 15 ++++------ .../creator-projects-build-run-tutorial.qdoc | 3 +- doc/src/projects/creator-projects-qbs.qdoc | 2 +- .../creator-projects-settings-build.qdoc | 11 ++++---- .../qtquick/creator-mobile-app-tutorial.qdoc | 4 +-- doc/src/qtquick/qtquick-app-tutorial.qdoc | 8 +++--- doc/src/qtquick/qtquick-buttons.qdoc | 10 ++++--- doc/src/qtquick/qtquick-designer.qdoc | 22 +++++++-------- doc/src/qtquick/qtquick-screens.qdoc | 2 +- doc/src/qtquick/qtquick-toolbars.qdoc | 3 +- doc/src/qtquick/qtquick-ui-forms.qdoc | 2 +- doc/src/qtquick/qtquick-uiforms-tutorial.qdoc | 4 +-- doc/src/widgets/qtdesigner-app-tutorial.qdoc | 2 +- 71 files changed, 91 insertions(+), 94 deletions(-) delete mode 100644 doc/images/qml-inspector-app-on-top.png delete mode 100644 doc/images/qml-inspector-select-button.png delete mode 100644 doc/images/qml-toolbar-indicator.png delete mode 100644 doc/images/qmldesigner-anchor-fill-screen.png delete mode 100644 doc/images/qmldesigner-center-in.png delete mode 100644 doc/images/qmldesigner-export-item-button.png delete mode 100644 doc/images/qmldesigner-show-bounding-rectangles-button.png delete mode 100644 doc/images/qmldesigner-show-hide-icon.png delete mode 100644 doc/images/qmldesigner-snap-to-anchors-button.png delete mode 100644 doc/images/qmldesigner-snap-to-guides-button.png delete mode 100644 doc/images/qmldesigner-solid-color-button.png delete mode 100644 doc/images/qmldesigner-transparent-button.png delete mode 100644 doc/images/qtcreator-analyzer-button.png delete mode 100644 doc/images/qtcreator-autotests-sort-naturally.png delete mode 100644 doc/images/qtcreator-back.png delete mode 100644 doc/images/qtcreator-clear.png delete mode 100644 doc/images/qtcreator-debug-button-step-into.png delete mode 100644 doc/images/qtcreator-debug-button-step-out.png delete mode 100644 doc/images/qtcreator-debug-button-step-over.png delete mode 100644 doc/images/qtcreator-disable-steps.png delete mode 100644 doc/images/qtcreator-filter.png delete mode 100644 doc/images/qtcreator-forward.png delete mode 100644 doc/images/qtcreator-help-add-bookmark.png delete mode 100644 doc/images/qtcreator-locator-magnify.png delete mode 100644 doc/images/qtcreator-movestep.png delete mode 100644 doc/images/qtcreator-next.png delete mode 100644 doc/images/qtcreator-options-android-download-button.png delete mode 100644 doc/images/qtcreator-previous.png delete mode 100644 doc/images/qtcreator-regenerate-index.png delete mode 100644 doc/images/qtcreator-remove-split-button.png delete mode 100644 doc/images/qtcreator-run.png delete mode 100644 doc/images/qtcreator-split-button.png delete mode 100644 doc/images/qtcreator-splitbar.png delete mode 100644 doc/images/qtcreator-switchto-sidebyside-diffeditor.png delete mode 100644 doc/images/qtcreator-switchto-unified-diffeditor.png delete mode 100644 doc/images/qtcreator-synchronizefocus.png delete mode 100644 doc/images/qtcreator-togglebutton.png delete mode 100644 doc/images/qtcreator-variables-button.png diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf index a7c5b8bdec6..401563e7abd 100644 --- a/doc/config/qtcreator-project.qdocconf +++ b/doc/config/qtcreator-project.qdocconf @@ -4,7 +4,21 @@ url = http://doc.qt.io/qtcreator headerdirs = sourcedirs = $SRCDIR/src -imagedirs = $SRCDIR/images $SRCDIR/templates/images +imagedirs = $SRCDIR/images \ + $SRCDIR/templates/images \ + $SRCDIR/../src/libs/qmleditorwidgets/images \ + $SRCDIR/../src/plugins/android/images \ + $SRCDIR/../src/plugins/autotest/images \ + $SRCDIR/../src/plugins/classview/images \ + $SRCDIR/../src/plugins/coreplugin/images \ + $SRCDIR/../src/plugins/debugger/images \ + $SRCDIR/../src/plugins/diffeditor/images \ + $SRCDIR/../src/plugins/help/images \ + $SRCDIR/../src/plugins/projectexplorer/images \ + $SRCDIR/../src/plugins/qmldesigner/components/formeditor \ + $SRCDIR/../src/plugins/qmldesigner/components/navigator \ + $SRCDIR/../src/plugins/texteditor/images + outputdir = $OUTDIR exampledirs = $SRCDIR/examples examples.fileextensions += *.qml *.svg diff --git a/doc/images/qml-inspector-app-on-top.png b/doc/images/qml-inspector-app-on-top.png deleted file mode 100644 index 6214a5dbd669a8a17a192e8737f1c265cf08a869..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 547 zcmeAS@N?(olHy`uVBq!ia0y~yVBi5^4kiW$hMVH2H!v_Ta29w(7BevL9RXp+soH$f z3=9nHC7!;n>~~m%IE@tQ%NfMLLaq@dj-@3T`9%yX*PZbInN#8#QR0$XoLrPyP?DLS z#~{q9sLa5?zy%U_&M&Ae%1qBFVOYa|#)^S~fe$QNl$r=qs!)=do62DNou89|fq@ew z6P%w`Ql40p$`D)dAEcZcBHW6eg*~x4v=toVo_dZUOK}8>1XXQ zrv>Mi7A2=LeEr}28m7!SKQ}iuuY}>-nQ8kO7#P?iUlFtV z33I^b@J3L%EI2fkQWPDJ((`Ql&pKRapb+0=( z7;-oi&wu`!R(#|AWs_bOPURHEqC@Z z!HK_%XUue+QK=>8^yB8+bIXMl>~w1HAAi4L)vA>T|LB~*{*!su)g|{`w>CdwU|?YI MboFyt=akR{01Nic0ssI2 diff --git a/doc/images/qml-inspector-select-button.png b/doc/images/qml-inspector-select-button.png deleted file mode 100644 index a51a06cf660706a530865df6a5f22fc2614c29fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 672 zcmeAS@N?(olHy`uVBq!ia0y~yVBlw9U=ZM7Vqjo!Guaf(z`(#+;1OBOz`%C|gc+x5 z^GP!>FtC?+`ns~;VG-gmXJ2+g8>ET7#5JPCv9u&3zldSwx-%XO3=BLVA(zzRGcYi4fP}*ni}Et_(isj& zKWhiO)-|FeIKQ+gIhEn-|K`^)WzPAzxv6<24ByU7+t0wjzy{J9l39|I%CO?yC3OY{ z#%xa)#}JK)wUg{uA2JX)F#FgmrA3>$ME^8*H0iCg+V$1>>tl;o?;fZZXf-u=t>rkn z;zrw+@=E8p->dxpm3?Puay41 zefyN#k*Kv{D?`j?_n!Kh@w$V9fkB|{VT#d4oz)RKMduh9gcTb3+MP?k)YwV)9;>jC z>vjA7`)+BhVoT6vlUpxK7HJ4M*~s;0ZOxjMwlYMDhwW+6&CYMK zGU2ba^9_$##;?D=Ec4mt%Fth@eNxzt7fw6Dn;u?E87ISrVbozGZa|10PtlC^ZqJRG}m@Hq&%@Gl_9p^KS((@NYEv-I5{UVGdHz}Vf%qC{R|8Y93bKF#G<^+ymW>G($Csq zP7BU2ElN&h`1-&3HB6aver|4RUJ1juGt>4nFfg!zw1#AsG0&!^K_YnnqVQp5JqO&diAPUlPp+x7=PaiRH}poKci_`(>l3SzYw!SBA6vsy(&sCgw9wu50?suul2F z9LL06Z~MBQng+ki&9}O8D#h8tfWNA{(SXrmdezQfoA&Px-nZLl=`ul9h6aP1@B5}G n$#vUZ^?dp9>C!LvZ}C5IXnyY{A-|4+fq}u()z4*}Q$iB}Ywq{a diff --git a/doc/images/qmldesigner-anchor-fill-screen.png b/doc/images/qmldesigner-anchor-fill-screen.png deleted file mode 100644 index 9b7395818bd70cf7a5414617c3b71dd797653bdb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 599 zcmeAS@N?(olHy`uVBq!ia0y~yU=Rdh4kiW$hAsRT)-o_Ka29w(7BevL9RXp+soH$f z3=9nHC7!;n?01;i1!NR9CA_Kt3%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#QOVQA zF+^kH)QJaI9WoGbT`s{YzO+?um&O%;ftG)v_80gI0}I|dt=W~4**o)2p&|d;YuAtO z?so9-dpCFX0v+#P%X_v?>o{Z(qa$`XeD<=P_uspuxTy3!Ht}s%n2|O~<>veE3_Tq# zfmck{d^|R^5GDmh7tUcTAv`wUlq)?8cJ(;?IE{`^kS&N*p%)4R82UD>kkb!Nf}_QOS<@@fJe R;tUK744$rjF6*2UngDFU@+1HN diff --git a/doc/images/qmldesigner-center-in.png b/doc/images/qmldesigner-center-in.png deleted file mode 100644 index 979f9796b671108238bbfae4902e97cbee75cd29..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1001 zcmeAS@N?(olHy`uVBq!ia0y~yV9;e?U=ZP8V_;yA%-`~#fq{Xuz$3Dlfr0M`2s2LA z=96Y%U|=ut^mS#w!@|QUZoK%<#%8dPYeb1-X-P(Y5yQ%LXFM1f7i4 zFfed}WPuKP=7c(&#Fv zuI?_|&8yy*tl}BOSy?x^zn@`}uS6mMGoiWj`OxNw$z#$N6|pdZ_lg=|M`q zmveL*a^@_1=@qnV$=st!jYpF<8X3y6Beec&loT_p6*emO= znk^BMtCw`m(dyvn6G(a++LG8|(RVS&Y~%j@>sgN%_Gol%*u8tVS$d?H&-4A8npdrP z)tj```)y*BgUf?C((%DFzvtXG%UfeGTWaH*_LG4#Up;#Hk~2R)-|gbM*I66Aw!93P z<+nWY^S9r%JZ#K9YLi7bE?wS!PLAP1hRFd5W2VoKx&l{U?U}mn`fKfJpKbUVHf-L! zd7}7(u;!qPit#x{_OM@`F1Pf<*NM3*)GqOd7N7ke`w!(^Dc4I@%Tk+ z1pfL1nwjhJ*8FHy&hH4A9&COn6fl@233!|Ih#GH8@+?GL@nw0WCX+STLz*&*2ie7E16IQ)1^Ys2#d1_r}Rj{=q*w$%gK>*?y} Jvd$@?2>{n2J4^ro literal 331 zcmeAS@N?(olHy`uVBq!ia0y~yVBlk5VBq0kVqjpn`$)Q%fq_xT)5S4F<9zSL(^<^{ z0&Sm7YWd5Xqy;bbmJ2$X@A}BLtRk`_ps!PPR)g8>XPvj4X3shjmm!`zecf2U}`|IE8r;P%*4r`qM{LrLo9>12vsX`ggNlgk2jNQ$wOEaUU osYi4Ffed} zWPJ%RdSkd93o-a87LE(H7Tw zQ|A8jJ^|NF85V38aB^aZnD%t4nXmAzmATOj7JY|>3uT0zmSs9|#FpINmMEdIR4(@V z*7w!c@gdp1nzF|Oy?z!~&NDu?jtWA7_&;6{NC)c}3Rn_wo>!t6$MeZ^dD;XFV O7(8A5T-G@yGywnxg|-6# diff --git a/doc/images/qmldesigner-show-hide-icon.png b/doc/images/qmldesigner-show-hide-icon.png deleted file mode 100644 index 1c19d0669ed8b5264937769ea78e0a5949a7ff35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 753 zcmeAS@N?(olHy`uVBq!ia0y~yVBlw9VBq0kVqjn}QYhHWz`(#+;1OBOz`%C|gc+x5 z^GP!>FtC?+`ns~;;^F0!Wecft5d#akMwB>~mSp4?F|1s7#sg$diEBiOOKNd)QD#9& zW_})nFsGt20|NsWNZdKUpt2}4J)?wS4gVP{1_lN`uxL?gB1ox1NoH;;gXwpEP6h@B zPLND+ep*R+Vo@qXY{7q!a&C~IOJ;F$PGV+mY7xWs16%qT7#KJ}!r_TUd6{|X3sARNg|OlJWR?`SL-{D_5P~;+tZ|>v@4*+)KJROgV%f8 z^h?GZd^I1|o^0AW?`Ct`VMPW82Z^?Q@7)7MjvF46P;4<=mN{!#X3xjz3->?$ZFhRp zs#TwC=6k5bT(8}Kf8FbQ@5>JxFeuFQN$Pp2AEh-lYwN6KncH&N9S>~E(VBWHZF8^N z;;UJA^UQrOOSCOqtZ_&peD&3zHGPKf%62n6u<#RLnU;Dt&%E#Ptg~tBuSe^Mh3t*f zpMHAQvQVw5A1iVq!(@)PIx#AiSjdRDW|~NCzUd>t;wYfu8pz-V|NXZ`pP_4D|MA6_UkW&JD4u@$slrC8tx~-(dImV z`{A!uy@F2HUw89u7M)HmqS9o?#|zS+kj_f+UAo6XG*NjJ}qie z@R;gTe~DWM4fuwXYk diff --git a/doc/images/qmldesigner-snap-to-anchors-button.png b/doc/images/qmldesigner-snap-to-anchors-button.png deleted file mode 100644 index 994242ca9021dec8502636c0bf4ef5ae1182c261..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 394 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4kiW$h6xih%orFL13g_FLp08pPISy`3J`I< zFE`6iN-fo4!;!|q3ysccXQCHuZSq>JVZvb=bhkmfkWsIF0Vj6?Z^iF=yNMC!9z6Z@ zZ*Twi#%)dU2e-|=o98a=_+WkN&TNTe%jTN+zHE1NDG+zP__E~Me@5*b0g>Yy*S+pq z6cSo$A*13Mly|@)gTe~DWM4fQcH=O_FFvs+~zEmcOMslgq&%@Gl_9p^KS((@NYEv-I5{UVGdHz}Vf%qC{R|8Y93bKF#G<^+ymW>G($Csq zP7BU2ElN&h`1-&3HB6aver|4RUJ1juGt>4nFfg!zw1#As85sk34yF>?qW4AKdTe8Obu;+ObPHYke4P~Ah=$?Ccq z2UoW8@4AihhKe(jD$ksgPOI>mq{8r_#!fO>;_=n2*180>76yi6H-6TvTjlkqt!n@M z*Snt05qG_~?d{W|pIMo=w>`4(i=5^fDB!g2`s=jKKed)l(VBAU`s<^X_H+G?KfY+t zvp(qbrYld2It};T&1;!(H0j~4cOi!J&p);}x5e`#mQHC) zlyDVvdQo6ev#amvx8JskPn3V9Gn`zO`K!XF=Kl00Hoy0W_$|w1b4-}^%z&qI-t^R) f-~Vn=b$Y=+=gI3mrx)A-r4j~DS3j3^P6HW6eg*~x4v=toVo_dZUOK}8>1XXQ zrv>Mi7A2=LeEr}28m7!SKQ}iuuY}>-nQ8kO7#P?Eak7 zF*P|PAzgghgoFdU_x4pBRMJs=ID1Bi`^9Ih+%rCS96q>0>5+(`)`rd8-d>LaKYlyP a&0x8bbI(8Zc?Ap%3=E#GelF{r5}E*a#dIA2 diff --git a/doc/images/qmldesigner-transparent-button.png b/doc/images/qmldesigner-transparent-button.png deleted file mode 100644 index a968468e8ceeee3ec3fa09a846cf3ffdc7c4c5f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 550 zcmeAS@N?(olHy`uVBq!ia0y~yVBi5^4kiW$hMVH2H!v_Ta29w(7BevL9RXp+soH$f z3=9nHC7!;n?01+sxR@=2nyapXgRt zk3pDIQJH~(feR$=oL^8`l$oAU!mx(_j1>a|10PtlC^ZqJRG}m@Hq&%@Gl_9p^KS((@NYEv-I5{UVGdHz}Vf%qC{R|8Y93bKF#G<^+ymW>G($Csq zP7BU2ElN&h`1-&3HB6aver|4RUJ1juGt>4nFfg!zw1#As5MBsG=u{EgTn|{8xg@wH zW{2*c=y|Q4;fSY;V~9oX(n)&-TNMOazRz&a@nQ^f@S$u;SyYO&T-{k zmj)HP@?!@r#rM7uOSyaU7vt}LOqpxVTklE#kUS98y)BpV&n^33>%EiZEz9Hz=RKEc idsy`5V#oX!+*e{YGce4PeaXPUz~JfX=d#Wzp$Pzscypux delta 500 zcmey#e1lc7Gr-TCmrII^fq{Y7)59eQL^Cij@NqCPFfdfhGPX`sl;gU?BFxFbWqGsU z&P2~^^^A)>T^vI+CZ7uZ}E67pMgHh!O-%6c`1zqmGK2}srxO@A*%^izfIm>T~Dm-u&hDck5f-x|^2u`iB|MC^RW}TrQDeuYLboL(<57 z{hH84hd=y2*8X&fq52y8a)FBnKO8@~!+XWlBWqXvzOz<8mL)NA_v&K7l)^U={~lAn9JwneR7pOPq0_RU2|VB?0rzEjsVKJ?qONmKXs zsn>THmg=Pc`?Yxa$-vo)PxHcy`&Lg8^3puEW34rhqydA=@l&FTkGS=e59yTIeE#O) zWmx-yMKg76SoPgTe~DWM4fI%DZM diff --git a/doc/images/qtcreator-analyzer-button.png b/doc/images/qtcreator-analyzer-button.png deleted file mode 100644 index 1ba7ada5f246933c5efe70b1442f1aee9d61a85f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 677 zcmeAS@N?(olHy`uVBq!ia0y~yVBi5^4kiW$hMVH2H!v_Ta29w(7BevL9RXp+soH$f z3=9nHC7!;n>~~m%Ir-$7;*2+fgRt zk3pDIQJH~(feR$=oL^8`l$oAU!mx(_j1>a|10PtlC^ZqJRG}m@Hq&%@Gl_9p^KS((@NYEv-I5{UVGdHz}Vf%qC{R|8Y93bKF#G<^+ymW>G($Csq zP7BU2ElN&h`1-&3HB6aver|4RUJ1juGt>4nFfg!zw1#As%!~9zgGVb;1@-vL}_&lbbP&MHZ<&jMEGEV8ZGFAW3_Uv6Qk~cPrTr^#BW6_Z< zJdBplcgx(_?|elozozPT^5c&Z|1-AVb`)T^5VijL>;LoQ`Pdl(MR?l}PqyE`x?3b+ z+3(D&uYH#XFBK6id_G6u(d(Z-FW!ya`%%%xHkIXTap3&FKPoDJ)|zQ|9a3IYw?BUG zPD`Ohl{(pdSuVbsvlm_4u~(Ld&E?2qjaNBl2a7b99JxH1-QWPDsX_g}8#i;J){1?v zwU5!enYVrZ`AUg>t_*8}?tP0~lBvpLDag2BudXAfLg8P8w@vYZd zrz{FGJ@zBY`k2iDp}kCgEvd_c(`HV8{xezTcHVU+wlyqMU8E{lS6r{|c&u~ULQvK7 z(!O0*ii=F{N*|Wsb4)mQuC8|H3?H>~mha|hcRjlO_wR#Wzdo1Uj#$g^W=T!QV-?RS tK@2xCOqdQxRPR43G5Pt=+3Jh-mz3{!Ww5)i#lXP8;OXk;vd$@?2>?;r3&#Ke diff --git a/doc/images/qtcreator-autotests-sort-naturally.png b/doc/images/qtcreator-autotests-sort-naturally.png deleted file mode 100644 index 2f349047d469dabb831090bccdcea4256f148e2a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 702 zcmeAS@N?(olHy`uVBq!ia0y~yVBiN~4mJh`2J356y%-o6I14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_WR7z{FW?lH!kP`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#vD4GV zF+^kH+(`$$r5#0%)t@`3R_duSHRsGyZ<8qjRU-U?++S5zihO$hgg;p4QK-lHuagcx zOOaCISSvj{CH?-5!@Cr3yKvWj@caDxUd{bIH(!+P?*EgX$soA9=z+zn$iQRS$!EGR zuN7sOQdA&w)M))0j_li9g*NJDZ9yxKT)e2hs&1-^r&tf$hW^zXAK&cpTIv+A{_>5x zM?c%d^&eMh7Fb)FW!<%CYuWej-!u08cd(H7@b%A}^0R6Tfg*tgcSCGupZ|X`tgL@bCN)t z;(?~CGZnP2msW1x>Y9`mQ@{V1c1GR3`^8n2jxxtB!_xmTW^I*vTQ=Kw{h96eMEAz& zn}@8dIo0d8d~?L6YqN@W_87LEOxaY{x^wpQ|64uIlvK^OYb*Mvd+y&m@2@hS*^4_K W?U3IlUdF({z~JfX=d#Wzp$PyC`X^EV diff --git a/doc/images/qtcreator-back.png b/doc/images/qtcreator-back.png deleted file mode 100644 index 7d936d0515605cb5f85025917f75580fda77f725..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 621 zcmeAS@N?(olHy`uVBq!ia0y~yU;weXIoKE&7~Jw?Bp4VNI14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_B$-xJXTUs6`dfB>?N)dC61*f8TmyFE7zUzU|?Y20SURJ7AF^F7L;V> z=P?L#Dk_8Q0Es*27gQEyre~Betl>Xn#lXP82No?#O#~@bD9OxCWib8D&&j~RzzLEG z&QB{TPb^Ahh%NXJQqBz$bjd7E&PmM7O)X;Beqc*K0|NsGNH{#PC@(WFo#BA=vv#m+ zT_Z|@^Gl18QyISgZ+;C^=A56Ko0?a`@a@dB{R|8YY#^;6nI$=?3@hGUQfFXbwD5Fs z43U@`I&rTTv!jIT`Ez-7JpXb|tm@$MT-tQw7Xu@Ar-FuEQ!oF7>0a51s!a=~vTWTD zq$n|Q!Wy^o^i3zvM65BadZ_&_T=rb)tFODB`md1<=eF2ie_rD7{s`v>doRhSOz`7W zWMOd1KKnyP_ol|SoAX0Ea|TzKOmz}n z#THI+(mZ*qrv2_(F~@gpN0YiA&pLeaqE_K|M$Oby7SGEp@61d-Xvr=+QF)P%w5{%h zKo2#0FUjhxuFI$8Yy%nX*^e@@h<-So;3?T_81cIB;+dw1M+xU0j|%p-oxc5B_V1F0 z{I@RW4?MHnZC2xQI%Kuo+2vw$cbxE<;A@+;R-Mmv-s)&iiMATg=GVIzGS+@n^ZxUr mtmuxt_LiAPg*D|5mH=O_B$**`~m`A;aV+VA=ii!$I_CF{33>x>&|#EFfj0xxJHz?q!uR^WfqiV z=I1d8b1Et`Ffed|#GUgCDvL7HGfEiN@Sm|_U|`?_ix#COf|M$hWag$an11KyWME+6 z1jz*Fr94OH`fA$#z-z=-QDpH>Ur34jOO9OWW2(s)hT)f|LdtU5Iw-^2ag8v<3 zcLtUyzfda)UMjUBe(S-mZM>Y{vaNO+7r!r^xXg6v+t%{Z3XA7*eKY3GGh=Y#=&Npj zIqljnkBbt_4u>?lOl}4>=iGQVZ{CHd;yaR}!M*#6Yag(l`_yiCHpol%rA|*`jQNaJ zCKZ3YE}ZFo^j6K*q)aa>*k+@z!=!@>&w>hj)!%Q6ELtCUs{fKP^M)l;R4(vH&v#mM z_Q|jGbN3`3MkkB@e9dJ1bw*Xd!WfIrDVz2iXsR|}6cg8ux2P}enCos=W$Rj9*xasf zzftB^3isk1J)Jj>H*>_!f8Mpxd1b)Hq$g93-pX=Vb#2+5R|0Fd?5yQqcjwQo=N13Y ziL85Fmbfx;t0sqR|H8|XX7T?Y=89ZAwc|))=g~@OMV4a{o09Df_HNsHtz${+H^;Nr z1Rrww&z|&M&nITy5${k>cF9R$lQeo>zOgy{CT{`v>W*VU-RxUU)0C%|EjzMy_kPKL z(GOxw&qr9c=SH(Qo^Y>cSZd<6Qcs4n`{%+!rsq7#J9RAYtDE==IVGx!ZdH=O_B$*Be9RJdd5I=qA=ii!$I_CF{33>x>&|#EFfj0xxJHz?q!uR^WfqiV z=I1d8b1Et`Ffed|#GUgCDvL7HGfEiN@Sm|_U|`?_ix#COf|M$hWag$an11KyWME+6 z1jz*FrkQ38CTv{E8f)IHH4!trwr}FqT3K!R1Lw*egp(697pbUmII^YX zCGL~|axeDX8LR4Z^8{C4J;lJG_(ON8Naei6Tl0Qw%YFRYZd>l-E2U@mKY0E1RDyv5 z&*8RuyZMziawS%>GHXrOy{=nct9jZ;=k%e^d)RbZ7Oc|Ra!tQtXUrrO&f9OrG*uHN z9{si}l-Yd$z4V6HyT1JXD?aDBWol$nq}ciAlUJ>Z&=J#E`oV^OsmS-=f2FTQ1&gqj z#wPb4e{Am>XfXf$OdmC$<-vo+%`?$!Ik0KX{B8H|@6_>TXi`{k`>k1!{&eojd5?F! z`)}_V8p_k|yhtPKhnMChlU%j^r#I=8?Y?_FAem?0^V)ZRqJzAaOp$lqe@-&_2e(zx XS?*^l+cz;VFfe$!`njxgN@xNAJ!lz? diff --git a/doc/images/qtcreator-debug-button-step-out.png b/doc/images/qtcreator-debug-button-step-out.png deleted file mode 100644 index 8bece137b5e24450faee6c83aba3fdaded8141c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 690 zcmeAS@N?(olHy`uVBq!ia0y~yVBiO_IoKE&7|P^K92poGI14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_B$*Bd`uixha3dKLaq@dj-@3T`9%yX*PZcTU|`@Wag8W(Ni9w;$}A|! z%+F&G=2TQ>U|`?^i96>PR2F5XXOu9k;Xh-=z`(!<7A;Cm1SwT0$;?e~X>BL@*z|4CkwCN3g^JqnV$c;~(j5Pv+agth5`Ljm*629C}Z%*w}9mYkB~ z*za5a+c#e}?(Sh@vF@YY{f0cu3`<3}-|pR{W1sAE`ABK3%yCDJr9arzJrDh@Q|D;% zs@r|HV^PP!goX=I^{uBjxoEad`E>o6&H0N_|LZqTnPlR7^KIGG7>>sGzw>|mtf^~d z{Pow4q5bf}PtQJ9C@ggmaSddYJ?_ZSm?)7F=@uwrBGt>46Dd|XFMPi&3*+ODGxD~3 zPfN|&9{ugN?eot&napSV=GTQktskUO)P6 zmnb20+|YBegd~MFJ4w)SEuQhtD*yNKehYcip-EM3q+Ig zr$q-h>HL#D|9Qpr*P)57feE+GqOx;tFT4KwFO&V!zl^F&4>j&m<7;GKU|{fc^>bP0 Hl+XkKCz%n| diff --git a/doc/images/qtcreator-debug-button-step-over.png b/doc/images/qtcreator-debug-button-step-over.png deleted file mode 100644 index fe5a93d1b5b76ba80b6c3774758713302628ca9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 725 zcmeAS@N?(olHy`uVBq!ia0y~yVBiC>IoKE&7-rsyuV-Lj;4JWnEM{QfI|9OtQ?>b| z85kJYOFVsD+3&Cj@G)u~=?^jk3%N#=IF^=V zGe3_(m{U=ifq{VwB<`GFP+63jo>9WEhX0He$Y!u;QEDPcsX|F+ZYqQ6cYaO=1_n-$ zOmKc$NqJ&XDno3+e~@x+kf2LuadJ*#W^QT`!}bGP`WYA)I6%VTiA8ytdFc!Xq@T6J zoEDs4T9lm1@b!Q5YnU?U{M_8syb^|QXQu6EU|?VaX${FN$w_5c@$Qm30|Vm%PZ!4! zjfts~&cCV*6gg`D{9p0h*ZEzOdO8^M54cn^`G2le=TAseDGoF;2W5d#|ZrQvJn{O_;|6X~i3XgNl^`oEntPk>9xb@h@DCL#~VXH5`EQ!z& z^I0D3wNz;G$tUiHbN%c)ufLueqUE|b?sSoq0+I4W2wlrRK=w(UY-Ih9-4t(w&A6*(^HI2mhC?Jy|%|t zBAH=Fj9z>fL(r+^mVqLIu7WE=x?=R)w?-Y6aF#j#o^gK1;~y(4tmfW$TUN3=cF7c- z>E6#iTTV+&ylpnq=h^Gj{P4pDDO;m1zW%x)clOPkV|DwN-_85KV(s;8q0S@542}W; zI%0xO3${M{Sg~NrqKg@SRI)bT6gX~}WFRr)y4UsBqH9gPH0Ao)*N4;|+Lp`J%5?5D r%UaXE#|#fD@9{tU?3T>)pFySX(z#pPnJpL?7#KWV{an^LB{Ts5$mJ!+ diff --git a/doc/images/qtcreator-debug-button-stop.png b/doc/images/qtcreator-debug-button-stop.png index 69ff5952e218cec0fd496ca32c1a5eccbaab578f..48899e8a551841a191761039ade494718d92b098 100644 GIT binary patch delta 255 zcmdnb@|0PzGr-TCmrII^fq{Y7)59f*fq_8)ggMw47#QR~|4*E#D981Hm6=OJXz{kw z9TPpT)iZ4Hba4!^=)F66H}4Sz0T=lbmJ5GJ>=YAX@+#!bJ0TkJ#o>ionZD(k&3Xsa zH%Vuz)EQTKJUDYkVuCy;vrq1WIlnb;9BAkKw;`O(SRW6%yN&m%5*3C=iE|u+!gj1!(H|snJgV~Bl6$-`G0Tnrfr`2(Vx}v!YgG#$1>}6v(G->@UmcfIUDmmHDRUD zqel(pFKhbhGaDRsInZ7*o^b?Pg=@A>{)fJGuf$zxu9uq>a)qy?^y&r6(KI_4Cw z;JA7=^0d(YxZ=Bc6K&i>3>_Gr%S`+}??TUN$KQhBx;Tbd^xmE9$kl8h;&NaAZu(2hKNZt*M82rS9Tcu)Iw`s7tH@>7)e%cv zGQwqlOgN)*xTY>?(h>0;wZ)PT_UWE^qvG}J#DATG@)CDWyU+V!^7b@m(K(;XF6Vwe zS#v$v>Z+ij8)KK@zK=&)N@J7LS_Ec1pDDnU*0wv||H3w}wG6$FH5_8Ezm2;1V8?x) zzN(F^o?mMJALBi|!T+e&{)=}buZxy1&y<>$s<_l8G<3<7Q*5d>41(Rq-(aF z^F+^U^^EU5T^vI+CdN*(%@=kQXiLvO|Ly1FH#eT^7l;TcPx_HFLB~;n51pB;s?9QlrN4-69rU@SQQ&uk`iTpe>i@#Z|d2Dci+AXU`cFUUj4k*#qysoH!U19@Q6za(vX^QDODWR_!>$f?#FO&$EQ)t_-U8Vwj-ezUXq_-sP(g2b^O8L{6Ue$%{!Y=PnlQ^hr%nVteedJUg0o?+v+a??T=mb!Pkiq<;A|_nUk% z1!1BgD>G+_gg!0LP}%MN=)>XjZcg6Sck2JWJ9%z;cyRU}gLQ7MT!Nl!!o$48E4Y92FYIq@cnLEvjo>%mep$*L)g4goK$&a*6OYv8ExV`b24 l=8Utbo^Gsi=9WFr*Z+?lUatMhz`(%C;OXk;vd$@?2>`C$29*E+ diff --git a/doc/images/qtcreator-disable-steps.png b/doc/images/qtcreator-disable-steps.png deleted file mode 100644 index 2829e67039924456d15e60582d458d05085b33c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 692 zcmeAS@N?(olHy`uVBq!ia0y~yVBi5^4mJh`hOp9@=L`%CoCO|{#S9F5M?jcysy3fA z0|NtliKnkC`yCEJ4s(N(24~)bgRt zk3pDIQJH~(feR$=oL^8`l$oAU!mx(_j1>a|10PtlC^ZqJRG}m@Hq&%@Gl_9p^KS((@NYEv-I5{UVGdHz}Vf%qC{R|8Y93bKF#G<^+ymW>G($Csq zP7BU2ElN&h`1-&3HB6aver|4RUJ1juGt>4nFfg!zw1#AsncK= zhaMWd|2{i!`{@#^rE%+nSB7lJmA+nD&v3kugRPn2OO@@h$A(w4ruwKgFUzd4leanl zTTXYWid65WsI?n%XP-=QT6|Gqrq82Fx%R`24hjv6G(0r-OMm)l^ZDnTg9#36!<46b zDYhhRzG)!C=ehjykH7!sNBCY|5}|YH{r8z?)8_c8>rLlA{d7`FVdQ I&MBb@0NgMZx&QzG diff --git a/doc/images/qtcreator-expand.png b/doc/images/qtcreator-expand.png index 3ee9bfe8e0c19f4dcc4873ef08fcb6f19697be90..3ad2592c9bb9ce4d1eec34a65ce104cdebb18bbb 100644 GIT binary patch literal 97 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRdMrH;E236Z!B?bltwg8_HR|W=#|Ns9ly*d9b z0|SGYr;B3gTe~DWM4f`+FHS literal 911 zcmeAS@N?(olHy`uVBq!ia0y~yVBiN~4mJh`2J356y%-o6I14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_B$**{CrY%hyS>Og;oF&M`xzJ**g#rCGD~t&8CJZzq|U&=6y@pS z7@{$;ce1yCaG}7_`t5sl!v%7pqU5GdYisIg>g;SX{KR@ks&rxZG1kJwB%dE_HLTm; z`St`l_cV2KHw6m12Dvyzue`+m<pLq}b*+0X(bkwb>*~hSPmNZl z2=%X?x$#2jK0Upn`ZrRwjN+44By`Ennpzu_T^zAhLRZgz?mxvPA3qif_PXsfs+qQX zyIbal42fk2lq3~=w08N~Y&tM~Dhpq^^zvWqGv~}w-|gS=Pwt&gOG5m0&1Yqve|#q0$z5`@ymO))|J1$jbMmI$I4A%7 zARe(eB!dI^SleFZ+wRf<$ef;Tr>Za-^Rc`wrGda6iYLf(Rh+IEd z`efFd>ZdlFy)$jn^)9Vg60n`MvuEzh?ei;*g%4l6)oXvDStWACS}krxhUT?f`7QQ3 zHaVIvt(_|#oS1g+_>FVXoL^!Oyev^VZ4_$P{{Cggss%f4aq`Sfu1xJ+KDk)uI9EwU z^Oy3i3pKb7I3B-M?X@t#!^A`DV#FLL$xSzH^3HqK{L9NRi~cH9dbdwvanEGG{hvDw fU-^F4|HD=o7I24Y!Qs6O3=9mOu6{1-oD!MU|`?^i96>PR2F5XXOu9k;Xh-=z`(!<7A;Cm1SwT0$;?edzE!`Yz_!=&Rc_^$Ck*W9$)`1IkM_2)uv5$&~m}>5!O^Vy{s2 z?uM?rvulr@+NJ-0&EL?IXKL=Jq?x;kxH2#>v?ZQkS7f=ekW0kAplDM^DTTgwhTB~*c(eJRGdGOCumghhJQO(;mZ}wTY%AQ{r+3U^T~3?2E*BBy^<7N z0!25}yZf;u}^mT6a-ndLIrxPzr7EO7z{HjH<=w*}8<^0CmFMRVh d3)KC=tSf877*psQ!oa}5;OXk;vd$@?2>`nY41fRt diff --git a/doc/images/qtcreator-forward.png b/doc/images/qtcreator-forward.png deleted file mode 100644 index da9a9e8e83aa9d8f523ef0019c93c1af01db7c20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 626 zcmeAS@N?(olHy`uVBq!ia0y~yU;weXIoKE&7~Jw?Bp4VNI14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_B$-xJXUhCqQ2f>A=ii!$I_CF{33>x>&|#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|_WMba4!k zm>N3K*1IW?p>=-s{ol{By)tJloy1#vW?e2XZ;*?#{jvDqWbcas3NF2lEV+&moV5wv zi&`?{?BDI>U368FpMTC_%S917R*Ed=EZvG49;|N>(8$(JHc;8+;yTyOo>A))|CD1A zJ%$n4AD5(R%O@wVJhtJt<;Pw_jkTsi&L_4C1jjBbnS5y1v)$$ozJ(f330yK|McjJ# z8EU^(}48 z=#;|vEL_o!+pxcE!s3$446!Sfu<9yqo-CZ<|Y5v`}Jlfd>b-PY{Tnzb zVT9m^2yfxpenI)|JFK${3xd-1rXK!YyJqWtYo;&l0lP8^{@+P6n|SoI&6=%?U+hnC o=RTz?FY32&%B($4=R9Wbv7PPnZOi{H3=9kmp00i_>zopr0N|JG%K!iX diff --git a/doc/images/qtcreator-help-add-bookmark.png b/doc/images/qtcreator-help-add-bookmark.png deleted file mode 100644 index 8aefb6baf5c851fe5610b94d6406f4e1346b3597..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 676 zcmeAS@N?(olHy`uVBq!ia0y~yVBi6U+uI14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_B$-%{CfP1O>ZWFgRt zk3pDIQJH~(feR$=oL^8`l$oAU!mx(_j1>a|10PtlC^ZqJRG}m@Hq&%@Gl_9p^KS((@NYEv-I5{UVGdHz}Vf%qC{R|8Y93bKF#G<^+ymW>G($Csq zP7BU2ElN&h`1-&3HB6aver|4RUJ1juGt>4nFfg!zw1#AsDK_R*hJrN#Q49ld82UJI^xKf!?G*v{$GHv7xlPkF5x;w$h|Ue)Q$ z38N>LN5j|;?`=L@zVU50NA-JE7MlY-iRUg^tlf8qugrDh&72*%x7J-2Sir`z;*kIO z!}q)I&RxCB=0?BzeC?#rw@iE31sA+{wQFtq;kWXh55KKi?|SVk&rAiyE|b1Q4hD}| zE9TBJFTxCWu`(+ieGdlv1D?YpQ=7uxO>90=c#YIPc}VYnkX2k!7-7MA@oAV z{SThz_R-7M|DR%fk+oexYf*nWqnyq2KQrI$Ik0|p=xe7P54Yv2UA})!O~K~juc~#5 t9UQ&KA8(oOo-<#9g(2$arj@Jf&F3BN)Ga7^&cMLH;OXk;vd$@?2>^2A64(F$ diff --git a/doc/images/qtcreator-locator-magnify.png b/doc/images/qtcreator-locator-magnify.png deleted file mode 100644 index 746ff20be25d2aa4245130eacc576e1857168aef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 604 zcmeAS@N?(olHy`uVBq!ia0y~yVBlw9VBqFpV_;xd;C?-Zfq{Xuz$3Dlfr0M`2s2LA z=96Y%U|=ut^mS#w!@|R-t+i3R%n~f*8d2g{T9T1p#ISPR84m^q2A&evh!U67;^d;t zf|AVqJO*J-MP&vC1}>1ebACZ(QD%BZ3BwxxGgb@?418eGqSQo?QiYPt+*AhB@BEw$ z3=Etgnc)1ilJdl&REF4s{~+buAVHVR;^dsf%-qx>hV2Ko^fNFpaDarv6N~aP^U@g( zNIz?bIW0K9v?w{1;p_kA*Dz(y`MJ5Nc_j?r&P?0Sz`(!;(i)Okl9S4?;@u^61_nlT zPZ!4!jfqny8Fn2?5NO?Rujgp6Qkla|T6vk5wprYPAe(k}PyKlg{s|9Rw+OHZzG*ru zuXDshO4%a%?Xe9fCS5;!;P{@0wo_F)HI@c=1%_#z-o#Y1Gp1t^hv34iS%K@X+aF$k z-Mh|Vt!ejBrpqRb6*h7`$CIUckNq!@Xe+UjZBk%J*nhv+MsB9xa*4K&?0Pv{uKn28 zpL_epHsAHvmHQs|Z`*&bJ!-AnBo&K3<^ylb4sX(V_ucySSE;q8%QB55cs|tH@1L_w z^ZM(lPm4~bZBE>McT?0_iC(veX|9`ZJ}I#ZTp5zF{r1oEg)+wT&s)wv&(rR_Nypjc z#rNMOyYI%Q2Z}u0l_!@yYnjpPvnfV1PvmW%Y!r0AVBq9nVqjoc)yRDf#3}HIEM{QfI|9OtQ?>b| z85kJYOFVsD+3zq5^J?nZ 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#G2YX~ zF+^kH)`^bYO#vdUdlx(I?Gh8+Ik~RownBHA;Ft1Ws!j?!vW2&32;FwkaJsEWzl8xDO$l407#kL8Y>j#=I@eIF?O}zDom~If zw9f?=CA;s|?e7<0Vo+#t2~3f2)0>{XHR@=R;nyGg@*~BZR$PCbI=yc9T@&Bi@4t5~ z;%RrD_k6#Ua*K-Rqsq9QF?v(I7(UE>QMLD2p-xwlnbp~MmGe|Qf7bkaF8Tep?d_lW bwM=y<4`iB|Z0TfRU|{fc^>bP0l+XkKnp*}C diff --git a/doc/images/qtcreator-next.png b/doc/images/qtcreator-next.png deleted file mode 100644 index 70d1a02311ebad0e448c97a65c1617dfd391c717..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 511 zcmeAS@N?(olHy`uVBq!ia0y~yVBiN~4kiW$hAmr|WEmJ3I14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_B$**e5{(vs(S0eLaq@dj-@3T`9%yX*PZcTU|`@Wag8W(Ni9w;$}A|! z%+F&G=2TQ>U|`?^i96>PR2F5XXOu9k;Xh-=z`(!<7A;Cm1SwT0$;?eoq_KpX-Z;oEBkl}WHW80draBl1J0G<=wt~Vt9M3==+pV@zW z_Q?%8r#m`2B$B-}t0v@Cnte1rYgry!9(z6dR-im1g8+-;B$a*dAN$EM+-7i)XuG{l z)HU(h&q>x@O6MwLuYb0A{m8O&;x}QZC7D%OmTHrIvpE$XS!{c$d~&K>+rrFQ+wVNP z`MoxB+BR{)x#f#i=iYu+nU_}a`Q5H{tF&%EohWy_aMrTa$h`lbJQl6@^3q(or|5so bRlY?Zo@!!ZVy;4slO|1?Ge?G*nfdbn|Nr+VHmr}||L^C=*$)&`Sn03*IwMwF+fv-ussbj&-{v>1N8}BE-*D1dx{AkPd?;n0A&(V=_ zC=3gm_NAD0T{W{)|FgS4f6d@L8Q{{uSjxP2(khW0mAty?Z!Mdpl#SUx|KI=rX6nuR z9s8?K|5Eo?4xH>S_=4A^LD5<|gGb)le|eo}i^G%U&+Y&J|II$-|KFeHzoj2?-tx^8 z68kSHSzs}H;>Yvz?cd+qpPZbq?vmH%2cQ1^c=Y`IdHaZaTxD5TExc#c{`keoaeHA2>CVo*|Mv>Ly0ofD$UHS6&8FnVg;P_t75Uu08_P7z zIdbI0*;6-H#qT&!(=>U>P5HL{Jw7iuIc?|t|NEQ0fuD^57vj;sl zH$OW!*ShxCm)qO(lRMKn7}Ub!;^JgwWhEsgH4P?Am?SbyU}_VisHkXYXlRG`#kqgK zzmNCyJo(^3Lj9csXV3BqZWTCt#(;tI!~P0J7gdv04XffO^WEE5%gv*}a3-RCUzFBG RCk6%v22WQ%mvv4FO#q_&CBOgx diff --git a/doc/images/qtcreator-previous.png b/doc/images/qtcreator-previous.png deleted file mode 100644 index 8d67ed89ff440a5a59e85e478e16849506e91556..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 500 zcmeAS@N?(olHy`uVBq!ia0y~yVBiN~4kiW$hAmr|WEmJ3I14-?iy0XBj({-ZRBb+K z1_lQ95>H=O_B$**d?M^?v=|D&Laq@dj-@3T`9%yX*PZcTU|`@Wag8W(Ni9w;$}A|! z%+F&G=2TQ>U|`?^i96>PR2F5XXOu9k;Xh-=z`(!<7A;Cm1SwT0$;?e7b&P(D>vylH)y2KiPj7a6`fkWY4$S3skg(u=T*;ImKwR^?-e1zUc=8e?&ssn zu2jWdPn1}*mEptgo9pjPDUxy5eCq9O_5Sy|t!3wqmTk#Tx^4F3bNF0QMdfO_e&$OI P3=9mOu6{1-oD!MY9wvW@e}*3#bN>C8&vCPrH@+eJXrizJ z(;o*`1;&}z{~zEh-p=r<&Zxifex2!&TctT}JUrq@p2(iNo4~yKLBzq;zfRA6c=VL^ z9R<<)#(gs;*Z)zt;Mcd`;Jl&l@8irSB5(XV;_D2J4(;J*SUJ_nQEp1YQjo_yUHx3v IIVCg!01y~!vj6}9 diff --git a/doc/images/qtcreator-remove-split-button.png b/doc/images/qtcreator-remove-split-button.png deleted file mode 100644 index 434e31cb06715c622b05be1898b48212bc7edafd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 562 zcmeAS@N?(olHy`uVBq!ia0vp@3=9n19Bd2>3`;h#Co(WFa29w(7BevL9RXp+soH$f z3=9nHC7!;n>~~nWcti!$x%e-Eg;oF&M`xzJ**g#rCGD~t&8CJZzq|U&=@YmDD zF+^kH)QP@bha3c2_xIiGtZm?MEU%iFW7{D9A)`r~|Dm8wi|(a$J_=!bBRl-&6pDRb zu;8EkSFIc~X~Tvu9L^m1A1~;i?WyPAntM8FV}jM(Pn?tDxcSH=O_6N-J+>El1ne3dvLaq@dj-@3T`9%yX*PZcTU|`@Wag8W(Ni9w;$}A|! z%+F&G=2TQ>U|`?^i96>PR2F5XXOu9k;Xh-=z`(!<7A;Cm1SwT0$;?eoEaQzfUR-gNwA)4nWo#j335?-}|Y zHwZ9!PIAz64HS_$F6hL;;BfzY`zt@j+lD;Mi4u!)Z#x%U?hoE^|NRjY-$fdye!H(1 zJ+X=B^dBz2i%TWMa!SYZ>G7 zKLWeoF=IwYM@Ljv zjM^!twQJT+oH((+zrUxer>d%|w7j^YwlJqNC+3c$$rN494q3gkqH?qORnIdh9cK9R z=g-%#U+>+%f9cYtQ>RYtKXP#M=FJNiEuKGr{@l59D=RBYN=oudGc$|Q(h5@2vy&!0 zPmFC$NX$!!OHL^4h;H8%8Ic%SKQ}a{E;Jx6r1W86KtMq5MsLql@3=*7_7N^FmCj+S z?M+QhjY3UaE*iO>FmzmM=y*j(Z@!YwG$qq>it_UEQWFG}7V?U9^D1v=Q`o?^{`-vW z3=9m%JzX3_IIhc{2;FwrK!Ewe$CNk6%4Gaz#@#-C=1k17zxhl3-naLuB!o5Q8nLfC zE%Yp^<%JPj$5w5ZB`Q`uUL6i0^}E)yhTObeuPy8-a7BKd{rpr{AMc|L2WEW!em!k} zX>rJ%z9o#B`gODZPtLiSl@RI`@T$n*&L^AoyMF|EHHK|pT=VT%uTyCDhtgXoH{JX5 zJK?%#&F;TjF2`<-@A+wK{m`x@(JH&XLm>H6%So5l2!yFloXbbkl e#;NzsuBlBEjx5nLZ)0F!VDNPHb6Mw<&;$UuuIQuy diff --git a/doc/images/qtcreator-run.png b/doc/images/qtcreator-run.png deleted file mode 100644 index a4c24365dea57eacabad10d17c489800082b9b18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 619 zcmeAS@N?(olHy`uVBq!ia0y~yU;weXIhYt27*6tZ`!g^wa29w(7BevL9RXp+soH$f z3=9nHC7!;n?6+8DIF)#Kx({1{ghOxN6AS*^7%b(I!soH=nuN8{{Sov*q7U&j94CjTr=C?F^#Eg>Nx z?6ZjAWZ_>wUw{AoKL7sTx_`cJPV!%z&hG!_{{F8W0^21Pr|(}hMfLb^`Stt${QC3y z{QCX%k`n(6H~xQ`Ua$7?|009a&)>(t-&6PH_xtEHCbQXkoaBsd-I>4M?bvQX4Y2bzb;-k zO}&Pz{_CDK%}g~+k&%&-5)u*r{--_rt#tOs4DYF~_SU;1ynNh(oP^%xi!DpHd2_y1 iIaa9V&L2Z(UIs_M9Jjd~mJtjL3=E#GelF{r5}E+-bp7`L diff --git a/doc/images/qtcreator-show-subprojects.png b/doc/images/qtcreator-show-subprojects.png index 73b7ceeb864e12818b6f2ffa31c04d1733c98069..94238246405d1a171a2ab9f44dc841dcb41104e7 100644 GIT binary patch delta 213 zcmX@WzMEOGGr-TCmrII^fq{Y7)59f*fq_8)ggMw47#QR~|4*E#D981HMVMbxHFMEp zriq@{>KWQRT^vI!dZz|E3Non6Mr%46^6Ze&` z6PU&7{ya!Q*}W|L^8T4M1@VkidT&*8td`{LSupeQ*%;p@6%(b3=%a!DCydhOq>4y% zcAVJWB>BV8kJCjz^iTYTi0!iF*$fS@ZIUi}DV+Y(^h9>QSX=TO(T%^^Io<@b7zZA> Rz`(%3;OXk;vd$@?2>`L9P^$m{ delta 734 zcmdnZe1KiCGr-TCmrII^fq{Y7)59f*fq_8;ggMw47#MmxWqBtm%5mM{5aATjRDIX! zJ<;=8JyW-*i(`mI@6;*&9wC7u$Lh;x6$+)fX)t-Z6$mz6-IqG0Ir62^B90tor|yiv zwU`1X_LuGMUSD)QkoKtR9~jN-~01&@w2V3ugiqBauTD;hqkwbCA!YPYlM1C{wSUP2PTn@W+Mr3`9m*$i+3wqjrTK}(XS-oiw z&s&e9MpMr?Y??oB-*%1E!ndCSr@X(jY{~y=$5ofQc+EV&YC`0^H@tTB4B=&y&Pj(W z-t7Oo?S{<$rm0?G^#x1Wxl%%x2q|ZH_g^%XRdmqee4@I`DEo@bGKL>@-#D)2`Tx6< zHZ5$|l$@umw}Mz=FW0}|JwN&DJV&qADMAy?R(ASaG^^+q7Qc1F{=>PGH|BaRWmr*U zyKs3v(|mh}qEv}o&8CH~zqE;W)Y|%-o5g%!c5q7)TW)jWmW!EZ4oWiQ$SrSk;+V3< zLyv#)UkQinrd5ZzGp=biZDnUzv3j+#i1CgeZ_JKm^rZZEKQ>AJN71hf^;N++Cs*H0 zTNiKXSM!f?*Sd@1|BhvClk~3I@LETgyG7yS7u%KY^D9z)KK)E#&X$|59JyuNHmmxs z11bJTH5fQIbGBaZ+_Phchk?YA+-DXNb6FFXt-P0ctj&@oAY?<*wj0X36Q3~@#hG8$ z<(-m%)>3>LFu%4Q`dyPL9n(CBunIoKE&7-rsyuV-Lj;4JWnEM{QfI|9OtQ?>b| z85kJYOFVsD+3&D$@i0k9hZ;Ws3%N#=IF^=V zGe3_(m{U=ifq{VwB<`GFP+63jo>9WEhX0He$Y!u;QEDPcsX|F+ZYqQ6cYaO=1_n-$ zOmKc$NqJ&XDno3+e~@x+kf2LuadJ*#W^QT`!}bGP`WYA)I6%VTiA8ytdFc!Xq@T6J zoEDs4T9lm1@b!Q5YnU?U{M_8syb^|QXQu6EU|?VaX${FN$w_5c@$Qm30|TS4r;B5V z#>Ctp!#*ZMo;el5H*^J*oJ2wtJ~FD@b2!Rg!Sa65lBJ6lIPGC>3=82{=&O_zUnm~H z7jsmuI&F^2+A!^d@g0BUrUpg+NK_}ZD*UDxhfRKc&c)WK!u zq986MCZ$7Fd)o}zTv*cTqEpk3NEo}O)m`0sO<-bpzu$wRoh}@T!Ee6*zVZIM$2ueP z&p%_FIBqI07Z9A1%Bl4055pOrWS$mdKI;Vst E0A$hb?EnA( diff --git a/doc/images/qtcreator-splitbar.png b/doc/images/qtcreator-splitbar.png deleted file mode 100644 index b22dc9af48565b1a0ef8f1e37e98f78c168b5a68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 570 zcmeAS@N?(olHy`uVBq!ia0y~yU=RUe4mJh`hTcwDUIqpR&H|6fVg?4jBOuH;Rhv(m zfq{X&#M9T6{SJo+r-Yp0vt$pjkZVMVV`)i7ei6gUb!R|AJSDCXB`&GO$wiq3C7Jno z48oj>$_xw)Tp)4h{DR7&%=C;BhBf?WtQZ&=_`sq?sfi$^3MHAjsSKvy`8gRF7&t*P z!TD(=<%vb946z0OLCU#7f-afG$vKIcxv51A+YfB%XJBC9011aD7UgB;r869me%20i zT5x`8QF1E7*Zz8*!&pc3NuX z`ht1Sc_mm5u57AZ>r$bt6p?+<%krM}_9Jm3N7d5px73t<*fVoV_4~xgX>o^^WnSB} zN{iuu0Z+8k^-nh9CwmMP7Kxf4TT>`=oFOjw*}a>KG(KsS6!ygin&-{*T-rQsgU)F_ z(`&aDJKYa1FiExwjdudY74 ir1it=_peX2@rT~!7hd^LT9Sc*fx*+&&t;ucLK6Vx+t>8~ diff --git a/doc/images/qtcreator-switchto-sidebyside-diffeditor.png b/doc/images/qtcreator-switchto-sidebyside-diffeditor.png deleted file mode 100644 index dfcfbe02463c55e9ea8eb640229d614754b0ac4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 273 zcmeAS@N?(olHy`uVBq!ia0y~yU=Rdh4rT@h2A<8^PcSercnA1|xH>yKXJ=>o`1oXH zWo2Y!I5|0mgoNC_ecQpoAs`^Y!otGK%gfx{+{VVn&CM-6J^lLi>)qYmhYlS&e*AcH za&lQ&S#53YfddB$3k&ldX9_VeFf@9)IEF}EPVM04Yc}9392=bBrcP z=y&DXN*;fBe24O7&vTL9M(a`{A6mJuHA-H0Iw;bia`TlbnOa$Io-aLCXw`P@nuN(7 zIR-6npZRx>EVPu6YL<}Pv(`}Mg~{CoJdBP%3|mfovQsnV44$DP^XmpEHh}$~kEowRpiA=IL?{%!+F>vv+Rl&|RdYyi|Ro z*>vZ1S?4{46`B3`B)Wsyud7=u<~x0AV*PrXpSR5}e*40@BAtWn^X4sg85kHCJYD@< J);T3K0RTc)V-)}Z diff --git a/doc/images/qtcreator-synchronizefocus.png b/doc/images/qtcreator-synchronizefocus.png deleted file mode 100644 index a40bf918b831b456ae1d99146c1a959cdd96d30c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 876 zcmeAS@N?(olHy`uVBq!ia0y~yU=RUe4mJh`hTcwDUIqpR&H|6fVg?4jBOuH;Rhv(m zfq{X&#M9T6{SJo+r?}Kc;obAVLaq@dj-@3T`9%yX*PZcTU|`@Wag8W(Ni9w;$}A|! z%+F&G=2TQ>U|`?^i96>PR2F5XXOu9k;Xh-=z`(!<7A;Cm1SwT0$;?eS|zfnIKSLGQsJRi>JDom?QJSV`>w$YG-ZroBv;- zHI!?k&yg$+v!o4^9Hb5=F(pmp|NL>=sU6Onj-+nCefi$!bJoxI{a&Xr{j`t+$3dAO zuYKL|=NVUQzL}GmDEe%Ao%aX(;uWv0s;jGWa&r?Sr}e+trFS=P`ts%KZHFIbIiB8R zVQcH^b@K6JWpi_LyCNGo^@$z{x6Qs*$zCrNXF2-x=~8pEr9qv3%MXA3Y8vEa;`@1` zy}iAlQ$bzbxo6MRu4aAx&Ug5sL0jSj3%*_Jlv@-;xF-57zj^cKK?5F!WtTPIzklE2 zq3Omkg+IkCEWc8p$o<}4E_Ua4L-etv!%dwb#j zI4X%w5Jt;<<4oia` z{`etrd)vwot$5or&p*$5kYbc*G_#5*^6UB@Bu3rzo_15hB_wO2AP9{=I12hUs zOSk@+di~lp4i+Yp*}i6GW)+o{58u6e*S%&H3lk&HVF!+b2M;nfA3R{b{naK#GoI$K z)vk8))hC~PV8NH4pC4x{)H%Ux=>?PCsI|xLh%{JOTSwn8V|e^gBKEqarRBkGxlIQb zgunj&d&}+Iy!?F0UblT8g>L4QtyDOWW0q_nVIbFEyRk)J#j38%SsGoBtTz`~&REu& vImI!hx>&|#EFfj0xxJHz?q!uR^WfqiV z=I1d8b1Et`Ffed|#GUgCDvL7HGfEiN@Sm|_U|`?_ix#COf|M$hWag$an11KyWME+6 z1jz*Fr%+8$?8`VFs&AX!A*%)ph&^d8IUiugFR{{Sm-z?$W`YUqx z?z0-BaJ~J5X#4LUA-6-mMk^%yIDT^w4q=Yt?4M95^Z$84q?pfT z7Dbkr>!F{wYHoTU8rNBbSzSufNpo5U+XnWMlJ;M?V%{|NZdw0r>>0Vzb5BO<4>K3=E#G KelF{r5}E+iujSJK diff --git a/doc/images/qtcreator-variables-button.png b/doc/images/qtcreator-variables-button.png deleted file mode 100644 index 708ab3729f4deae091226e9d5a7b4334605f9f83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 425 zcmeAS@N?(olHy`uVBq!ia0y~yVBiB`4kiW$h6!4`+87uZ3p`yMLp08pPCD&%I6$Cn z^GC)So_L4Cr`jQ1N`;CGcZUhYcxZL89&|c*+iA~2mmJYu26?o18&mq#kulMYeJAWk3u|CLp<9fC!*FWoU z|C|ylV-p6YOShf53K}LP&Joo2y}abp`d>*=b8kL+X{cs#uFoZ$*-^@L!OB!YCM^!8 zZ6$$fx`!(s{t;w7=d>|K-kAS1!)CXlN%p2Zhh-D2tJyg;-f-S+TX68=jbDuYXYXv~ zu-!PF)x9P6mJFMK>&3ZKZNlzui$4{AL{#}9L-b<(B^q429v276uXX5d`o=cZOZC(J h1sY=ACs=;4UYxtrYjVQFgA5D|44$rjF6*2UngG3rx8MK( diff --git a/doc/src/analyze/cpu-usage-analyzer.qdoc b/doc/src/analyze/cpu-usage-analyzer.qdoc index cca132761d0..873abff8c08 100644 --- a/doc/src/analyze/cpu-usage-analyzer.qdoc +++ b/doc/src/analyze/cpu-usage-analyzer.qdoc @@ -72,7 +72,7 @@ CPU Usage Analyzer. \note If data collection does not start automatically, select the - \inlineimage qtcreator-analyzer-button.png + \inlineimage recordfill.png (\uicontrol {Collect profile data}) button. \endlist diff --git a/doc/src/analyze/creator-valgrind.qdoc b/doc/src/analyze/creator-valgrind.qdoc index 08393139056..9623c2b8749 100644 --- a/doc/src/analyze/creator-valgrind.qdoc +++ b/doc/src/analyze/creator-valgrind.qdoc @@ -63,8 +63,7 @@ \li Use the application to analyze it. - \li Select the - \inlineimage qtcreator-debug-button-stop.png "Stop button" + \li Select the \inlineimage stop_small.png "Stop button" button to view the results of the analysis in the \uicontrol {Analysis} view. @@ -171,8 +170,7 @@ \li Use the application to analyze it. - \li Select the - \inlineimage qtcreator-debug-button-stop.png "Stop button" + \li Select the \inlineimage stop_small.png "Stop button" button to view the results of the analysis in the \uicontrol Profile view. diff --git a/doc/src/analyze/qtquick-profiler.qdoc b/doc/src/analyze/qtquick-profiler.qdoc index ced42797600..9d674fae772 100644 --- a/doc/src/analyze/qtquick-profiler.qdoc +++ b/doc/src/analyze/qtquick-profiler.qdoc @@ -92,7 +92,7 @@ QML Profiler. \note If data collection does not start automatically, select the - \inlineimage qtcreator-analyzer-button.png + \inlineimage recordfill.png (\uicontrol {Enable Profiling}) button. \endlist diff --git a/doc/src/android/androiddev.qdoc b/doc/src/android/androiddev.qdoc index ebc6f15172a..07a4f62b34d 100644 --- a/doc/src/android/androiddev.qdoc +++ b/doc/src/android/androiddev.qdoc @@ -140,8 +140,7 @@ \li Select \uicontrol Tools > \uicontrol Options > \uicontrol Android to add paths to the Android NDK and SDK. - You can use the - \inlineimage qtcreator-options-android-download-button.png + You can use the \inlineimage download.png (\uicontrol Download) buttons to go to the sites where you can download the Android NDK and SDK. diff --git a/doc/src/debugger/creator-debugger-example.qdoc b/doc/src/debugger/creator-debugger-example.qdoc index 416f06bb5c6..610508c1e2c 100644 --- a/doc/src/debugger/creator-debugger-example.qdoc +++ b/doc/src/debugger/creator-debugger-example.qdoc @@ -109,12 +109,9 @@ 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 - (\uicontrol Stop), - \inlineimage qtcreator-debug-button-step-over.png - (\uicontrol {Step Over}), - \inlineimage qtcreator-debug-button-step-into.png - (\uicontrol {Step Into}), - and \inlineimage qtcreator-debug-button-step-out.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 (\uicontrol {Step Out}). */ diff --git a/doc/src/debugger/qtquick-debugger-example.qdoc b/doc/src/debugger/qtquick-debugger-example.qdoc index b565a25af5e..ca3f9297742 100644 --- a/doc/src/debugger/qtquick-debugger-example.qdoc +++ b/doc/src/debugger/qtquick-debugger-example.qdoc @@ -74,8 +74,7 @@ \image qtquick-example-setting-breakpoint2.png - \li Click the - \inlineimage qtcreator-debug-button-step-into.png + \li Click the \inlineimage debugger_stepinto_small.png (\uicontrol {Step Into}) button on the toolbar or press \key F11 to step into the code in the stack. The samegame.js file opens in the code editor at the function that starts a new game. diff --git a/doc/src/editors/creator-coding-edit-mode.qdoc b/doc/src/editors/creator-coding-edit-mode.qdoc index eb83fe04f1f..8a82658f865 100644 --- a/doc/src/editors/creator-coding-edit-mode.qdoc +++ b/doc/src/editors/creator-coding-edit-mode.qdoc @@ -50,8 +50,8 @@ Use the toolbar to navigate between open files and symbols in use. To browse backward or forward through your location history, click - \inlineimage qtcreator-back.png - (\uicontrol {Go Back}) and \inlineimage qtcreator-forward.png + \inlineimage prev.png + (\uicontrol {Go Back}) and \inlineimage next.png (\uicontrol {Go Forward}). To go to any open file, select it from the \uicontrol {Open files} drop-down @@ -94,7 +94,7 @@ \li To split the editor view into a top and bottom view, select \uicontrol Window > \uicontrol Split, press \key {Ctrl+E, 2}, or - select the \inlineimage qtcreator-split-button.png + select the \inlineimage splitbutton_horizontal.png (\uicontrol Split) button and then select \uicontrol Split. Split command creates views below the currently active editor view. @@ -122,8 +122,7 @@ To remove a split view, place the cursor within the view you want to remove and select \uicontrol Window > \uicontrol {Remove Current Split}, - press \key {Ctrl+E, 0}, or select the - \inlineimage qtcreator-remove-split-button.png + press \key {Ctrl+E, 0}, or select the \inlineimage splitbutton_closetop.png (\uicontrol {Remove Split}) button. To remove all but the currently selected split view, select \uicontrol Window > \uicontrol {Remove All Splits} or press \key {Ctrl+E, 1}. diff --git a/doc/src/editors/creator-diff-editor.qdoc b/doc/src/editors/creator-diff-editor.qdoc index 280afbc669d..33e6250fb28 100644 --- a/doc/src/editors/creator-diff-editor.qdoc +++ b/doc/src/editors/creator-diff-editor.qdoc @@ -63,12 +63,11 @@ removed text and then select \uicontrol {Apply Chunk}. To view the differences in a unified view where changed rows are placed - below each other, select - \inlineimage qtcreator-switchto-unified-diffeditor.png + below each other, select \inlineimage unifieddiff.png (\uicontrol {Switch to Unified Diff Editor}). To switch back to the side-by-side view, select - \inlineimage qtcreator-switchto-sidebyside-diffeditor.png + \inlineimage sidebysidediff.png (\uicontrol {Switch to Side by Side Diff Editor}). To change the default colors, select \uicontrol Tools > \uicontrol Options > @@ -105,11 +104,10 @@ By default, the horizontal scroll bars in the left and right pane are synchronized. To use them independently of each other, select the - \inlineimage qtcreator-synchronizefocus.png + \inlineimage linkicon.png (\uicontrol {Synchronize Horizontal Scroll Bars}) button. - If the files change outside \QC, select - \inlineimage qtcreator-regenerate-index.png + If the files change outside \QC, select \inlineimage reload_gray.png (\uicontrol {Reload Editor}) to compare them again and to show the results. To send a chunk of changes to a \l{Pasting and Fetching Code Snippets} diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 64b8fa167f2..4b42c3f895e 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -1416,10 +1416,9 @@ If the text is found, all occurrences are highlighted as you type. - \li To go to the next occurrence, click \inlineimage qtcreator-next.png + \li To go to the next occurrence, click \inlineimage next.png (\uicontrol {Find Next}), or press \key F3. To go to the previous - occurrence click - \inlineimage qtcreator-previous.png + occurrence click \inlineimage prev.png (\uicontrol {Find Previous}), or press \key {Shift+F3}. \endlist @@ -1641,17 +1640,18 @@ \li To go directly to an instance, double-click the instance in the \uicontrol {Search Results} pane. - \li To move between instances, click \inlineimage qtcreator-forward.png - and \inlineimage qtcreator-back.png - in the \uicontrol {Search Results} pane. + \li To move between instances, click the \inlineimage next.png + (\uicontrol {Next Item}) button and \inlineimage prev.png + (\uicontrol {Previous Item}) button in the + \uicontrol {Search Results} pane. - \li To expand and collapse the list of all instances, click + \li To expand and collapse the list of all instances, click the \inlineimage qtcreator-expand.png - . + (\uicontrol {Expand All}) button. - \li To clear the search results, click - \inlineimage qtcreator-clear.png - . + \li To clear the search results, click the + \inlineimage clean_pane_small.png + (\uicontrol Clear) button. \endlist @@ -2110,7 +2110,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 qml-toolbar-indicator.png + icon appears: \inlineimage 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 @@ -2558,7 +2558,7 @@ \list 1 - \li In the locator, click \inlineimage qtcreator-locator-magnify.png + \li In the locator, click \inlineimage magnifier.png (\uicontrol Options) and select \uicontrol Configure to open the \uicontrol Locator options. diff --git a/doc/src/howto/creator-autotest.qdoc b/doc/src/howto/creator-autotest.qdoc index f1dbc974c0d..060091ca50d 100644 --- a/doc/src/howto/creator-autotest.qdoc +++ b/doc/src/howto/creator-autotest.qdoc @@ -156,7 +156,7 @@ \li Open a project that contains tests. \li In the \uicontrol {Test Results} output pane, select - \inlineimage qtcreator-run.png + \inlineimage run_small.png (\uicontrol {Run All Tests}) to run all test or \inlineimage qtcreator-run-selected-tests.png (\uicontrol {Run Selected Tests}) to run the selected tests. @@ -233,7 +233,7 @@ \endtable To view only messages of a particular type, select - \inlineimage qtcreator-filter.png + \inlineimage filtericon.png (\uicontrol {Filter Test Results}), and then select the types of messages to show. diff --git a/doc/src/howto/creator-help.qdoc b/doc/src/howto/creator-help.qdoc index 3b147336d64..b40dc4d6f67 100644 --- a/doc/src/howto/creator-help.qdoc +++ b/doc/src/howto/creator-help.qdoc @@ -113,8 +113,7 @@ \list 1 - \li Click the - \inlineimage qtcreator-help-add-bookmark.png + \li Click the \inlineimage bookmark.png (\uicontrol {Add Bookmark}) button on the toolbar. \li In the \uicontrol {Add Bookmark} dialog, click \uicontrol OK to save the @@ -166,7 +165,7 @@ If you cannot find words that you know are there, indexing might not have been completed for some reason. To regenerate the index, click - \inlineimage qtcreator-regenerate-index.png + \inlineimage reload_gray.png (\uicontrol {Regenerate Index}). Punctuation is not included in indexed terms. To find terms that contain diff --git a/doc/src/howto/creator-tips.qdoc b/doc/src/howto/creator-tips.qdoc index 722fee46322..72108698366 100644 --- a/doc/src/howto/creator-tips.qdoc +++ b/doc/src/howto/creator-tips.qdoc @@ -135,7 +135,7 @@ \section1 Showing and Hiding the Sidebar To toggle the sidebar in the \uicontrol Edit and \uicontrol Debug modes, click - \inlineimage qtcreator-togglebutton.png + \inlineimage sidebaricon.png or press \key Alt+0 (\key Cmd+0 on OS X). For more information on using the sidebar, see diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc index ae8c6b2ba0d..30d8b1cd3e7 100644 --- a/doc/src/howto/creator-ui.qdoc +++ b/doc/src/howto/creator-ui.qdoc @@ -155,15 +155,14 @@ \list - \li To toggle the sidebar, click \inlineimage qtcreator-togglebutton.png + \li To toggle the sidebar, click \inlineimage sidebaricon.png (\uicontrol {Hide Sidebar/Show Sidebar}) or press \key Alt+0 (\key Cmd+0 on OS X). - \li To split the sidebar, click \inlineimage qtcreator-splitbar.png + \li To split the sidebar, click \inlineimage splitbutton_horizontal.png (\uicontrol {Split}). Select new content to view in the split view. - \li To close a sidebar view, click - \inlineimage qtcreator-remove-split-button.png + \li To close a sidebar view, click \inlineimage splitbutton_closetop.png (\uicontrol {Close}). \endlist @@ -199,15 +198,14 @@ build, re-build, clean and run the project. \li To hide the categories and sort project files alphabetically, click - \inlineimage qtcreator-filter.png + \inlineimage filtericon.png (\uicontrol {Filter Tree}) and select \uicontrol{Simplify Tree}. \li To hide source files which are automatically generated by the build system, select \uicontrol {Filter Tree > Hide Generated Files}. \li To keep the position in the project tree synchronized with the file - currently opened in the editor, click - \inlineimage qtcreator-synchronizefocus.png + currently opened in the editor, click \inlineimage linkicon.png (\uicontrol {Synchronize with Editor}). \li To see the absolute path of a file, move the mouse pointer over the @@ -307,8 +305,7 @@ to open its source code in the code editor. The test cases are listed in alphabetic order. To list them in the order in - which they are defined in the source code, select - \inlineimage qtcreator-autotests-sort-naturally.png + which they are defined in the source code, select \inlineimage leafsort.png (\uicontrol {Sort Naturally}). To run tests, select \uicontrol {Run All Tests} or diff --git a/doc/src/projects/creator-projects-build-run-tutorial.qdoc b/doc/src/projects/creator-projects-build-run-tutorial.qdoc index 485cc91d4f1..226bc4e5b6a 100644 --- a/doc/src/projects/creator-projects-build-run-tutorial.qdoc +++ b/doc/src/projects/creator-projects-build-run-tutorial.qdoc @@ -77,8 +77,7 @@ automatically detected the installed kit. If no kits are available, see \l{Adding Kits}. - \li Click - \inlineimage qtcreator-run.png + \li Click \inlineimage run_small.png (\uicontrol Run) to build and run the application. \li To see the compilation progress, press \key{Alt+4} to open the diff --git a/doc/src/projects/creator-projects-qbs.qdoc b/doc/src/projects/creator-projects-qbs.qdoc index e7289616ea6..b67f9f2bf43 100644 --- a/doc/src/projects/creator-projects-qbs.qdoc +++ b/doc/src/projects/creator-projects-qbs.qdoc @@ -162,7 +162,7 @@ \li Select \uicontrol Build > \uicontrol {Build Project} to build the application. \li Click the - \inlineimage qtcreator-run.png + \inlineimage run_small.png (\uicontrol Run) button to deploy and run the application. \endlist diff --git a/doc/src/projects/creator-projects-settings-build.qdoc b/doc/src/projects/creator-projects-settings-build.qdoc index e4a265a453b..ebcbccc3419 100644 --- a/doc/src/projects/creator-projects-settings-build.qdoc +++ b/doc/src/projects/creator-projects-settings-build.qdoc @@ -104,8 +104,7 @@ You can use \QC variables in arguments, executable paths, and working directories. The variables take care of quoting their expansions, so you do - not need to put them in quotes. Select the - \inlineimage qtcreator-variables-button.png + not need to put them in quotes. Select the \inlineimage replace.png (\uicontrol {Variables}) button in a field to select from a list of variables that are available in a particular context. @@ -143,7 +142,7 @@ Custom Process Step}. By default, custom steps are enabled. To disable a custom step, select - the \inlineimage qtcreator-disable-steps.png + the \inlineimage buildstepdisable.png (\uicontrol Disable) button. \image qtcreator-build-steps-custom.png "Custom Process Step" @@ -174,9 +173,9 @@ \li To remove a clean step, click \uicontrol{Remove Item}. - \li To change the order of steps, click - \inlineimage qtcreator-movestep.png - (\uicontrol {Move Up} and \uicontrol {Move Down}). + \li To change the order of steps, click \inlineimage arrowup.png + (\uicontrol {Move Up}) and \inlineimage arrowdown.png + (\uicontrol {Move Down}). \endlist \note For more information about the cleaning steps when using Qbs, see diff --git a/doc/src/qtquick/creator-mobile-app-tutorial.qdoc b/doc/src/qtquick/creator-mobile-app-tutorial.qdoc index 020853171ce..ed94c4d0529 100644 --- a/doc/src/qtquick/creator-mobile-app-tutorial.qdoc +++ b/doc/src/qtquick/creator-mobile-app-tutorial.qdoc @@ -98,7 +98,7 @@ to reference the rectangle from other places. \li Select the \uicontrol Layout tab, and then click - the \inlineimage qmldesigner-anchor-fill-screen.png + the \inlineimage anchor-fill-normal.png (\uicontrol {Fill to Parent}) button to anchor the rectangle to the item. @@ -110,7 +110,7 @@ \li In the \uicontrol Properties pane, \uicontrol Id field, enter \e bubble to be able to reference the image from other places. - \li Select the \inlineimage qmldesigner-export-item-button.png + \li Select the \inlineimage export_unchecked.png (\uicontrol Export) button in the navigator to export the \e mainWindow and \e bubble as properties. diff --git a/doc/src/qtquick/qtquick-app-tutorial.qdoc b/doc/src/qtquick/qtquick-app-tutorial.qdoc index 7f122c33112..8cc2e7e42f4 100644 --- a/doc/src/qtquick/qtquick-app-tutorial.qdoc +++ b/doc/src/qtquick/qtquick-app-tutorial.qdoc @@ -109,7 +109,7 @@ size. \li In the \uicontrol Color field, click the - \inlineimage qmldesigner-transparent-button.png + \inlineimage button_color_none_normal.png (\uicontrol Transparent) button to make the rectangle transparent. @@ -131,7 +131,7 @@ \uicontrol Library to \e topLeftRect in the navigator. \li Click \uicontrol {Layout}, and then click the - \inlineimage qmldesigner-anchor-fill-screen.png + \inlineimage anchor-fill-normal.png (\uicontrol {Fill to Parent}) button to anchor the mouse area to the rectangle. @@ -170,7 +170,7 @@ \endlist \li In the \uicontrol Navigator, select the - \inlineimage qmldesigner-export-item-button.png + \inlineimage export_unchecked.png (\uicontrol Export) button for each type to export all types as properties. This enables you to use the properties in the \e main.qml file. @@ -270,7 +270,7 @@ \list a \li Click \uicontrol NumberAnimation in the code editor to display the - \inlineimage qml-toolbar-indicator.png + \inlineimage refactormarker.png icon, and then click the icon to open the toolbar: \image qmldesigner-tutorial-quick-toolbar.png "Qt Quick toolbar for animation" diff --git a/doc/src/qtquick/qtquick-buttons.qdoc b/doc/src/qtquick/qtquick-buttons.qdoc index 1d04ec0212a..f468ca3c0a8 100644 --- a/doc/src/qtquick/qtquick-buttons.qdoc +++ b/doc/src/qtquick/qtquick-buttons.qdoc @@ -71,7 +71,7 @@ the rectangle and produce rounded corners for the button. \li Select \uicontrol {Layout}, and then select the - \inlineimage qmldesigner-anchor-fill-screen.png + \inlineimage anchor-fill-normal.png (\uicontrol {Fill to Parent}) button to anchor the rectangle to the item. @@ -198,7 +198,7 @@ for example button_up.png. \li Click \uicontrol {Layout}, and then click the - \inlineimage qmldesigner-anchor-fill-screen.png + \inlineimage anchor-fill-normal.png (\uicontrol {Fill to Parent}) button to anchor the border image to the \uicontrol Item. @@ -248,8 +248,10 @@ \endlist \li Click \uicontrol {Layout}, and then click the - \inlineimage qmldesigner-center-in.png "Anchor buttons" - (\uicontrol {Set Vertical Anchor} and \uicontrol {Set Horizontal Anchor}) + \inlineimage anchor-vertical-normal.png + (\uicontrol {Set Vertical Anchor}) and + \inlineimage anchor-horizontal-normal.png + (\uicontrol {Set Horizontal Anchor}) buttons to inherit the vertical and horizontal centering from the parent. diff --git a/doc/src/qtquick/qtquick-designer.qdoc b/doc/src/qtquick/qtquick-designer.qdoc index 88df42def53..b2738f38ec6 100644 --- a/doc/src/qtquick/qtquick-designer.qdoc +++ b/doc/src/qtquick/qtquick-designer.qdoc @@ -113,9 +113,9 @@ you remove an item, the child items are also removed. You can show and hide items to focus on specific parts of the application. - Click the - \inlineimage qmldesigner-show-hide-icon.png - icon to change the visibility of an item on the canvas. To change the + Click the \inlineimage button_color_none_normal.png + (\uicontrol Transparent) button to change the visibility of an item on the + canvas. To change the visibility of an item in the application, select the \uicontrol Visibility check box in the \uicontrol Properties pane or select \uicontrol Edit > \uicontrol Visibility in the context menu. @@ -133,8 +133,8 @@ To view lists of files or projects, instead, select \uicontrol {File System}, \uicontrol {Open Documents}, or \uicontrol Projects in the menu. To view several types of content at a time, split the sidebar by clicking - \inlineimage qtcreator-splitbar.png - . + the \inlineimage splitbutton_horizontal.png + (\uicontrol Split) button. \section2 Setting the Stacking Order @@ -445,11 +445,10 @@ \section2 Snapping to Parent and Sibling Items When you are working on a design, you can use snapping to align - items on the canvas. Click the - \inlineimage qmldesigner-snap-to-guides-button.png + items on the canvas. Click the \inlineimage snapping.png button to have the items snap to their parent or sibling items. Snapping lines automatically appear to help you position the items. - Click the \inlineimage qmldesigner-snap-to-anchors-button.png + Click the \inlineimage snapping_and_anchoring.png button to anchor the item to the items that you snap to. Choose \uicontrol {Tools > Options > Qt Quick > Qt Quick Designer} to specify @@ -466,8 +465,7 @@ \section2 Hiding Item Boundaries \QMLD displays the boundaries of items on the canvas. To hide - the boundaries, click the - \inlineimage qmldesigner-show-bounding-rectangles-button.png + the boundaries, click the \inlineimage boundingrect.png button. \section2 Selecting Items @@ -511,8 +509,8 @@ the position of an item within a column or a row, the new position might not be displayed correctly on the canvas. - To refresh the image on the canvas, press \key R or select + To refresh the image on the canvas, press \key R or select the \inlineimage qmldesigner-reset-view.png - (\uicontrol {Reset View}). + (\uicontrol {Reset View}) button. */ diff --git a/doc/src/qtquick/qtquick-screens.qdoc b/doc/src/qtquick/qtquick-screens.qdoc index e45beeaf189..aa6429345d3 100644 --- a/doc/src/qtquick/qtquick-screens.qdoc +++ b/doc/src/qtquick/qtquick-screens.qdoc @@ -307,7 +307,7 @@ \li In the base state, add all items you will need in the application (1). While you work on one screen, you can click the - \inlineimage qmldesigner-show-hide-icon.png + \inlineimage eye_open.png icon to hide items on the canvas that are not part of a screen. \li In the \uicontrol States pane, click the empty slot to create a new state diff --git a/doc/src/qtquick/qtquick-toolbars.qdoc b/doc/src/qtquick/qtquick-toolbars.qdoc index 33058a373a0..11227fc118b 100644 --- a/doc/src/qtquick/qtquick-toolbars.qdoc +++ b/doc/src/qtquick/qtquick-toolbars.qdoc @@ -38,8 +38,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 qml-toolbar-indicator.png + a light bulb icon appears: \inlineimage refactormarker.png . Select the icon to open the toolbar. To open toolbars immediately when you select a QML type, select diff --git a/doc/src/qtquick/qtquick-ui-forms.qdoc b/doc/src/qtquick/qtquick-ui-forms.qdoc index df8d2959a1e..c19c1efe53a 100644 --- a/doc/src/qtquick/qtquick-ui-forms.qdoc +++ b/doc/src/qtquick/qtquick-ui-forms.qdoc @@ -91,7 +91,7 @@ The property alias exports the button to the QML code that uses the form. You can use the - \inlineimage qmldesigner-export-item-button.png + \inlineimage export_checked.png (\uicontrol Export) button in the \uicontrol Navigator to export an item as a property: diff --git a/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc b/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc index d99b5852573..c305d8b1ddf 100644 --- a/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc +++ b/doc/src/qtquick/qtquick-uiforms-tutorial.qdoc @@ -73,14 +73,14 @@ \li Select the split view in the navigator, then select the \uicontrol Layout tab in \uicontrol Properties (4), and then click - the \inlineimage qmldesigner-anchor-fill-screen.png + the \inlineimage anchor-fill-normal.png (\uicontrol {Fill to Parent}) button to anchor the split view to the item. \li Drag and drop a \uicontrol TableView and a \uicontrol {Tab View} from the library to the split view in the navigator. - \li Select the \inlineimage qmldesigner-export-item-button.png + \li Select the \inlineimage export_unchecked.png (\uicontrol Export) button in the navigator to export the table view as a property. diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc index d69eda19555..d0fc38bb93f 100644 --- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc +++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc @@ -319,7 +319,7 @@ \section1 Compiling and Running Your Program Now that you have all the necessary files, click the - \inlineimage qtcreator-run.png + \inlineimage run_small.png button to compile and run your program. */