From 7071cda9a760b532ea27c4a6bee20370216671ce Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Mon, 11 Apr 2016 17:27:37 +0200 Subject: [PATCH] Debugger: Themeable breakpoint icons Change-Id: I06c5df1c754c62bdeab81a5c2da78a2eca18ad8a Reviewed-by: hjk Reviewed-by: David Schulz --- src/plugins/debugger/debugger.qrc | 28 +- src/plugins/debugger/debuggericons.h | 27 +- src/plugins/debugger/images/breakpoint.png | Bin 0 -> 147 bytes src/plugins/debugger/images/breakpoint.svg | 154 ----- src/plugins/debugger/images/breakpoint@2x.png | Bin 0 -> 254 bytes src/plugins/debugger/images/breakpoint_16.png | Bin 690 -> 0 bytes src/plugins/debugger/images/breakpoint_24.png | Bin 1088 -> 0 bytes .../debugger/images/breakpoint_disabled.png | Bin 0 -> 181 bytes .../debugger/images/breakpoint_disabled.svg | 171 ------ .../images/breakpoint_disabled@2x.png | Bin 0 -> 341 bytes .../images/breakpoint_disabled_16.png | Bin 603 -> 0 bytes .../images/breakpoint_disabled_24.png | Bin 1089 -> 0 bytes .../images/breakpoint_disabled_32.png | Bin 1510 -> 0 bytes .../debugger/images/breakpoint_pending.svg | 534 ------------------ .../debugger/images/breakpoint_pending_16.png | Bin 790 -> 0 bytes .../debugger/images/breakpoint_pending_24.png | Bin 1295 -> 0 bytes .../images/breakpoint_pending_overlay.png | Bin 0 -> 129 bytes .../images/breakpoint_pending_overlay@2x.png | Bin 0 -> 159 bytes .../debugger/images/debugger_reversemode.png | Bin 0 -> 123 bytes .../debugger/images/debugger_reversemode.svg | 174 ------ .../images/debugger_reversemode@2x.png | Bin 0 -> 155 bytes .../images/debugger_reversemode_16.png | Bin 411 -> 0 bytes .../debugger_reversemode_background.png | Bin 0 -> 122 bytes .../debugger_reversemode_background@2x.png | Bin 0 -> 170 bytes .../images/debugger_snapshot_small.png | Bin 597 -> 0 bytes .../images/debugger_steponeproc_small.png | Bin 297 -> 0 bytes .../images/debugger_stepoverproc_small.png | Bin 517 -> 0 bytes src/plugins/debugger/images/location.png | Bin 0 -> 123 bytes src/plugins/debugger/images/location.svg | 121 ---- src/plugins/debugger/images/location@2x.png | Bin 0 -> 153 bytes src/plugins/debugger/images/location_16.png | Bin 462 -> 0 bytes src/plugins/debugger/images/location_24.png | Bin 629 -> 0 bytes .../debugger/images/location_background.png | Bin 0 -> 122 bytes .../images/location_background@2x.png | Bin 0 -> 171 bytes .../debugger/images/qml/apply-on-save.png | Bin 426 -> 0 bytes src/tools/icons/qtcreatoricons.svg | 124 ++++ 36 files changed, 151 insertions(+), 1182 deletions(-) create mode 100644 src/plugins/debugger/images/breakpoint.png delete mode 100644 src/plugins/debugger/images/breakpoint.svg create mode 100644 src/plugins/debugger/images/breakpoint@2x.png delete mode 100644 src/plugins/debugger/images/breakpoint_16.png delete mode 100644 src/plugins/debugger/images/breakpoint_24.png create mode 100644 src/plugins/debugger/images/breakpoint_disabled.png delete mode 100644 src/plugins/debugger/images/breakpoint_disabled.svg create mode 100644 src/plugins/debugger/images/breakpoint_disabled@2x.png delete mode 100644 src/plugins/debugger/images/breakpoint_disabled_16.png delete mode 100644 src/plugins/debugger/images/breakpoint_disabled_24.png delete mode 100644 src/plugins/debugger/images/breakpoint_disabled_32.png delete mode 100644 src/plugins/debugger/images/breakpoint_pending.svg delete mode 100644 src/plugins/debugger/images/breakpoint_pending_16.png delete mode 100644 src/plugins/debugger/images/breakpoint_pending_24.png create mode 100644 src/plugins/debugger/images/breakpoint_pending_overlay.png create mode 100644 src/plugins/debugger/images/breakpoint_pending_overlay@2x.png create mode 100644 src/plugins/debugger/images/debugger_reversemode.png delete mode 100644 src/plugins/debugger/images/debugger_reversemode.svg create mode 100644 src/plugins/debugger/images/debugger_reversemode@2x.png delete mode 100644 src/plugins/debugger/images/debugger_reversemode_16.png create mode 100644 src/plugins/debugger/images/debugger_reversemode_background.png create mode 100644 src/plugins/debugger/images/debugger_reversemode_background@2x.png delete mode 100644 src/plugins/debugger/images/debugger_snapshot_small.png delete mode 100644 src/plugins/debugger/images/debugger_steponeproc_small.png delete mode 100644 src/plugins/debugger/images/debugger_stepoverproc_small.png create mode 100644 src/plugins/debugger/images/location.png delete mode 100644 src/plugins/debugger/images/location.svg create mode 100644 src/plugins/debugger/images/location@2x.png delete mode 100644 src/plugins/debugger/images/location_16.png delete mode 100644 src/plugins/debugger/images/location_24.png create mode 100644 src/plugins/debugger/images/location_background.png create mode 100644 src/plugins/debugger/images/location_background@2x.png delete mode 100644 src/plugins/debugger/images/qml/apply-on-save.png diff --git a/src/plugins/debugger/debugger.qrc b/src/plugins/debugger/debugger.qrc index d7bd49643d1..91ff450ccbc 100644 --- a/src/plugins/debugger/debugger.qrc +++ b/src/plugins/debugger/debugger.qrc @@ -13,29 +13,30 @@ images/debugger_interrupt@2x.png images/debugger_interrupt_mask.png images/debugger_interrupt_mask@2x.png - images/debugger_reversemode_16.png + images/debugger_reversemode.png + images/debugger_reversemode@2x.png + images/debugger_reversemode_background.png + images/debugger_reversemode_background@2x.png images/debugger_singleinstructionmode.png images/debugger_singleinstructionmode@2x.png - images/debugger_snapshot_small.png images/debugger_stepinto_small.png images/debugger_stepinto_small@2x.png - images/debugger_steponeproc_small.png images/debugger_stepout_small.png images/debugger_stepout_small@2x.png images/debugger_stepover_small.png images/debugger_stepover_small@2x.png - images/debugger_stepoverproc_small.png images/watchpoint.png images/tracepoint.png - images/breakpoint_16.png - images/breakpoint_24.png - images/breakpoint_disabled_16.png - images/breakpoint_disabled_24.png - images/breakpoint_disabled_32.png - images/breakpoint_pending_16.png - images/breakpoint_pending_24.png - images/location_16.png - images/location_24.png + images/breakpoint.png + images/breakpoint@2x.png + images/breakpoint_disabled.png + images/breakpoint_disabled@2x.png + images/breakpoint_pending_overlay.png + images/breakpoint_pending_overlay@2x.png + images/location.png + images/location@2x.png + images/location_background.png + images/location_background@2x.png images/mode_debug.png images/mode_debug@2x.png images/mode_debug_mask.png @@ -43,7 +44,6 @@ images/pin.xpm images/qml/select.png images/qml/app-on-top.png - images/qml/apply-on-save.png images/debugger_restart_small.png images/debugger_restart_small@2x.png images/recordfill.png diff --git a/src/plugins/debugger/debuggericons.h b/src/plugins/debugger/debuggericons.h index 3c94306ccc3..1d98a1d40fd 100644 --- a/src/plugins/debugger/debuggericons.h +++ b/src/plugins/debugger/debuggericons.h @@ -31,12 +31,13 @@ namespace Debugger { namespace Icons { -const Utils::Icon BREAKPOINT( - QLatin1String(":/debugger/images/breakpoint_16.png")); -const Utils::Icon BREAKPOINT_DISABLED( - QLatin1String(":/debugger/images/breakpoint_disabled_16.png")); -const Utils::Icon BREAKPOINT_PENDING( - QLatin1String(":/debugger/images/breakpoint_pending_16.png")); +const Utils::Icon BREAKPOINT({ + {QLatin1String(":/debugger/images/breakpoint.png"), Utils::Theme::IconsErrorColor}}, Utils::Icon::Tint); +const Utils::Icon BREAKPOINT_DISABLED({ + {QLatin1String(":/debugger/images/breakpoint_disabled.png"), Utils::Theme::IconsErrorColor}}, Utils::Icon::Tint); +const Utils::Icon BREAKPOINT_PENDING({ + {QLatin1String(":/debugger/images/breakpoint.png"), Utils::Theme::IconsErrorColor}, + {QLatin1String(":/debugger/images/breakpoint_pending_overlay.png"), Utils::Theme::PanelTextColorDark}}, Utils::Icon::IconStyleOptions(Utils::Icon::Tint | Utils::Icon::PunchEdges)); const Utils::Icon BREAKPOINTS( QLatin1String(":/debugger/images/debugger_breakpoints.png")); const Utils::Icon WATCHPOINT( @@ -64,14 +65,12 @@ const Utils::Icon DEBUG_INTERRUPT_SMALL({ const Utils::Icon DEBUG_EXIT_SMALL({ {QLatin1String(":/core/images/stop_small.png"), Utils::Theme::IconsStopColor}, {QLatin1String(":/projectexplorer/images/debugger_overlay_small.png"), Utils::Theme::IconsDebugColor}}); -const Utils::Icon LOCATION( - QLatin1String(":/debugger/images/location_16.png")); -const Utils::Icon SNAPSHOT( - QLatin1String(":/debugger/images/debugger_snapshot_small.png")); -const Utils::Icon REVERSE_MODE( - QLatin1String(":/debugger/images/debugger_reversemode_16.png")); -const Utils::Icon APPLY_ON_SAVE( - QLatin1String(":/debugger/images/qml/apply-on-save.png")); +const Utils::Icon LOCATION({ + {QLatin1String(":/debugger/images/location_background.png"), Utils::Theme::IconsCodeModelOverlayForegroundColor}, + {QLatin1String(":/debugger/images/location.png"), Utils::Theme::IconsWarningToolBarColor}}, Utils::Icon::Tint); +const Utils::Icon REVERSE_MODE({ + {QLatin1String(":/debugger/images/debugger_reversemode_background.png"), Utils::Theme::IconsCodeModelOverlayForegroundColor}, + {QLatin1String(":/debugger/images/debugger_reversemode.png"), Utils::Theme::IconsInfoColor}}, Utils::Icon::Tint); const Utils::Icon APP_ON_TOP( QLatin1String(":/debugger/images/qml/app-on-top.png")); const Utils::Icon SELECT( diff --git a/src/plugins/debugger/images/breakpoint.png b/src/plugins/debugger/images/breakpoint.png new file mode 100644 index 0000000000000000000000000000000000000000..57dc3054c831ba0c3a74d5caebe2a071b2858549 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4h9AW2CEqh_A)RqM0vV6hDb~;J%5(BL4k+u z!oAEGSHGrYr|^`HZ!F7{GMewN)qg1;A{@cA{6Wl#KMpq?AD`yE^V&N?@gRq$jPN2R zKL_sHyHsy4d~-bNW&6+fiCei`k4%2@e`mSW&pG|fU+%=-0oms1>gTe~DWM4famqLv literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/breakpoint.svg b/src/plugins/debugger/images/breakpoint.svg deleted file mode 100644 index e8d63cc9037..00000000000 --- a/src/plugins/debugger/images/breakpoint.svg +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/src/plugins/debugger/images/breakpoint@2x.png b/src/plugins/debugger/images/breakpoint@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..d4062c909c2dc9e1a2975713478238054926eedc GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4h9AWhA=@@4F(2=qn<8~Ar_~PUbg0IGLT{W zP|qdZ8Z7ZpO=I`s=8G?$MLt=0UE%7H*Af~=6`V0XFCTjsT*`mD{^e_JUg3rJo0fSz zR_M6Asdd5a>MxwpwlM+4mxQ>a=SWB*42jXgQl1%O+{Z$BGX;S&N!h zibNz#&@?!#5Y~`v8pMGNQk_TTSDw#1%2 z^rS42Yj@G12-RIXm)6SGn%3SueCu@9%z}9-=|A_cXaCH$kHJPmVONPi$YY+aelF{r G5}E*E#AV$8 literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/breakpoint_16.png b/src/plugins/debugger/images/breakpoint_16.png deleted file mode 100644 index 541231202474c9e1f005ee6d5254a358847a5515..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 690 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!toDm`5sLo80O4ff3z4ivF{ ze|E{wSzAoJ>j>TL-2vOPo6xvTcKwzcsgye zV)OU(Vh8^y!0&Z0}jt*10+P-pR$mr@Fh>u7CVE z`+Y;>JF8T=_l*<3ym;~a&LO8=>XQR6%o4oX=E1`0{9|d*kK($2;SnoiW--MCXB)2Z zidxTe{%ouVAAk1B>lYiJJNES{w6{-aW_}Uoy)|p=lyHq68^OvvjyItX()x3s3r$-Z z{nV($hVMvH&y8HxH$4gsCbK8FF-sor{42K8@v3lmWB#_($nSFwI;!8e(eUndvjty> zl4GuzNWao@mJpF^SrhKYF8Td?>-O#C?M!kv-WZ6!f7>b}udE@qu)S@;k9D3(DuzcD zt-ZH)EeKg8%k=Df#no3mf$8l^eW_1o<*Ch#tq5ybDH39I^IIdw%hseugY%CBU&ikL z=%Bsyj@WMZbX!OFZJK7*oQ@|vZBB)+5)u^1uem<8FK{2ffuhaarkg+W7=+bdt$RKB zORCESp~{HWA+G`%yOlSexuJ3M#I#@uqhrj+JQS{cF;RM;5qEjU_IfT>doQD-UlgC* zIa+#qcj0{jqp*|DU(39EoP8kdyYHDOuUgL(Bj)GFk3A~0y1S44nVXcq#%|9=r+)2{ z|M72@vQhO!_O}8vz6x5nJ5T@dxk_ucsIk`LZH8<1?Z5va=K8Y2^RE&s>cu|%|EXWH zp8tS}{k=<3=P!KL@jPwvM%39myg~lQ{nz?QUQ?qwUb=)bFfcH9y85}Sb4q9e0N*J@ AaR2}S diff --git a/src/plugins/debugger/images/breakpoint_24.png b/src/plugins/debugger/images/breakpoint_24.png deleted file mode 100644 index 092d2e3c862e3a88a856e7667c0108a44ffd2b55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1088 zcmeAS@N?(olHy`uVBq!ia0y~yV2}V|4mJh`h6m-gKNuKT*gahwLp+Y34fXDqb`|(n zWi#(<0{6AoTQ~J<`UaI}( z^B=AX>jTCzcGExpb)PeHrmOnwuT5*$x?RW$wfw)5Ic6ucf9Gc(os z=Gby?4``Tt@`6|I`b$z)T>@;3+t$Y({ty;w*&BXovbF)OZ>&Lv{|NVElJnKFW;T>kWEdMjIDt~@Bb8_;DFI62o z0yw5HL~rEZd)>)l?TXLb+!YC_M{mc({!QVv_$Cn`t$c!UeSmGGO_hjVqjFo`fthl; zflHJ-ZN&>(7J5!yq$g*&$Ri-hN&oVzr7aGtmNM^oyCW}T#=NpcZ*$M>a%(y8!jq}f z;ee(OZ)qpSgeDV6hu>o5JkYPd1BN6*`q%6&6%k zm@s)otWJD(K~Yh_Kdx1E!OPD^C#HK{xU1I`y?sJtOv}7kMk-#5CVE_Ad9>5zK*_6v z2P{O_tUrAA`NN<458O6?j|0eME zoz(3V-L2YXi+{~GW|8q(dD5+Gzi(aY!n3;tE@W$$<>jpORef;!^utS43J%-;=*;lQ z$_Y;Tl>guNme=FXvl>mMx7qg>esYv$@jAM-cgLSeMk4yDI#DMcT{21HOiujAI{j(W zZ8auK(VJ6O?cSLwrlu6=sg-oT_eiL*nSPn!%#!;3mnTa7{G*w0UcjJb^_A+kRk6~} z+&YJPS&lM9Z@m9W-`6d3W606SN3{v&hb;MW0`}j3Uv`!6wC+s@ZnZ-Vy#{|=-t50o zcOh%x-JGuP_M5xIkDpWe^@p$f_0zLax%bXKof5BiKUbsEYu4GY_OsjHrZlzdT(vgO z&pLN{m3hkYcb4laPlo&`oU1xpTUUSep*we09Q?O#vZq1L_KSN8o!Ofk6ZZZz_;7EZ z__^%|9$(Dx_o|eOah<1o>7PfuRbl3-Hm`HHd)uZRDgL(B^FuYqlZTc2T;|_@+9dvT z{~X;*|1K@O{$6Smf9v?F+2mZ1IhRecTvFqs{~!LaCQ8q$p0IX)2?GNIgQu&X%Q~lo FCII*&6U6`k diff --git a/src/plugins/debugger/images/breakpoint_disabled.png b/src/plugins/debugger/images/breakpoint_disabled.png new file mode 100644 index 0000000000000000000000000000000000000000..ec15f81c0b88610b844b06f475a4d36bc6f27e92 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4h9AW2CEqh_A)Rq)Ofl$hDd~$p10;|FyLW( z@J?*~B_F#3$18OzB;E#mHM@2-xuT zbBF)~o6P?G-`njxgN@xNAm?TIm literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/breakpoint_disabled.svg b/src/plugins/debugger/images/breakpoint_disabled.svg deleted file mode 100644 index afe229b6ca2..00000000000 --- a/src/plugins/debugger/images/breakpoint_disabled.svg +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/src/plugins/debugger/images/breakpoint_disabled@2x.png b/src/plugins/debugger/images/breakpoint_disabled@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..0349dbcd477d4bf8cb7a1270f9d15b94bdc7520a GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4h9AWhA=@@4F(2A8BZ6-5R21CFWdSZb`W5F zuzch8Q@55o+}Q5% zbLy2_KKI zSlK-1g`b9`u&CAwi>zWrCyV)9I~)|YloXUQXm_72-H;Hb>e$q1aOtp5ld#PUg+m@q z%6n!gG^;bZXEq7_N&mnX-t>5x|B??=Rg;D9XnXrzGt-NfyV!h4HanRkmXO`Yi$EB$VD_L{OT?K+GdRsG= zUG+THKP#&vY&pk9FB7$+Qr5QD@3nAE`*x6D?)kjW&+eMP7vz=XT=d#-(Qd7a%x%x# zcdYrco^f*Q)~NZeMM)D&SR!qx%G{{3S2Zj zq0&MRa)zbK`u{fLf+B{r*^Jdtb7iMpTY)z(3-|ujTA$n6c^8wwht*bIt zRhUiCEZ(-?;pY42&C%@Z9YVI9+B=_1^x~pNk?Vi_UHXsdj?=xzmWI`P(=}KQN^f8` z`sChabbn&hguQcKZa-kI^R&!-*2Nc6U8^6kR`4n*sJXa2zLiy6{kt+N>(zI~Pab`J zcA7tGBsbrl+wRDiy=nGzrvQ^yTh{gFzYji)kl69N`tjqa#I$F*@87%;?AdccC_=Ep z?)=vCa{euQnZ;jz(#lRwp1I}rTvMh-*Uyh0$vJ)hU1AmI94NN&t&WXmOFnNc|DOOM zvuFiFqe~tZGNxx=`WV@yzg>KHokGp$`naW2|DStW{Ot0-+r|G_eHI31)ZhO2pMima N!PC{xWt~$(695z*87%++ diff --git a/src/plugins/debugger/images/breakpoint_disabled_24.png b/src/plugins/debugger/images/breakpoint_disabled_24.png deleted file mode 100644 index 3171a5f6af97f20bfb9c3614a0fa0fd8d3c83fe4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1089 zcmeAS@N?(olHy`uVBq!ia0y~yV2}V|4mJh`h6m-gKNuKTI6Pe(Lp+YJofhviIb7mc zfArD>r=I%6V+;I*9=A%ZGdpr5JAc}YH;1$*$7aOzY|<(=5<0yj1=EZs ziyqWbwsP*#Nm^RJPs}xexy2}ldx}_N&ZTeK>F00Tm`r^bG}-j0>hkBc^PkUo|M%X! z;H97bWGub+K_gV_M8seD`RrbA--Nv?-hTAa_x$^L-()Qo{9d(cOV4gyG3JfMaZB&j zJ>bz8@|Jz$*^>r~9I|DT4#zlDOs|hVrNS--4;{3b2YGPRezH!eC)_oEY^=;LU zz4YviPm+OHV&) z!g45~$!F5i_d?vBd3&~+>PF>!m@9g=)@$$6$h}osRd1ti&6zLX{y|fMHQ8aG{o^LZ zzT=XU=PX|&xOVpfg{DbU*MvwNe{piMm0)Mb3UQtWMFXa$2mZ7Aie*xAI(F{$%y9Rc zb0OluzC9*Sk3Bp4Y|m*?=S9*#ip3XF=ImOOrUM_rAXC(8jbNZHocTE30V(-RR6@C<(^sb5h z0E2&qQfhaDrqIJX0>wO8@4DQde0sWnW5Yzla;>k+%HKvAmpyJPagqKZ`iIS?=1bzf zD;gDki{?nD^|eb~+~&J|i_4y)M^~QFkE>Jow>G-;%*#K_2VXx(zrYw%^TlzRYgK*Y znS#6tmU>w()wQ=?%7~ozF+a)FC~IA^W#>-*gKi&$GuY=II4yPBdn#LnW73@0>3-^_ zi*j4S_gAEeO%RftZ8kG;w(qZfawd&p1+(>SCVUnN6iWK5dhO_?EdkN|>jf*8ZE9bX zes-3_hFw*D%P)&h_@JA?w)O#Ee4N7a)ag;i2X4qdGfUs{fn%PP>3dx*qfN0Y>d)S{ z^S!)T{e7SFrR%5XJrVQ%FyZNkqB|!e%APN(y>~HDeEsxWA$1wHyUS)OAMf+@wP%cP zin_p1mr}lUbIx|lyyP{FI~V;Fkz;=Jb$#-k=!hFP>OU;tyME1TLIkfJbI>NM1orTQ z{7U(^1W$hR%;JZ{oTu-OoN&`Cc&Ag` z=Wi(!-zg@iEnik6{+{jBDWU%FZ#?_vT7KqjaX-NRz_~!G#>KDLFUkE_R@N)m$NJjU zA5T5D`mG{%x^D536r&Bfv)`><@xjizexKXyXVnH)JonVwQ~i?qwY7Lo9!-=ycr|L~ z_o**6_5R)4URQf+dt$Shm-lk{snd5?eSi0t)jD_j#xtHiMFl!HKJPP%-_^3_+T6RW ztj}%2Rx?g=n5?2FHvh;4nf3KA_dm)%y=u;W-PND2{$=Jkqs-Q}d;<>y0|SGntDnm{ Hr-UW|Q*aXc diff --git a/src/plugins/debugger/images/breakpoint_disabled_32.png b/src/plugins/debugger/images/breakpoint_disabled_32.png deleted file mode 100644 index 432476e6612cef4f2c23d3e4a661d9ffbf99ec1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1510 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4mJh`hT^KKFANNPx(d$jxR9~RiR;&eq+iNjORllc&$)FWDxfBJ%CDSX7uxrQ zXe<+4du5Sk)5>KEMo1X2Tow9lN=KaRS&%fO{d#0lJuIO5)mj@pHJ7fF&_q(0X z?-lDGsQ=@6-slJ4fh6VytxP6~o4Ka0j78sj`uQb6!&@%-tab}rfJjW zlE-dabAFdy2wTrq`t;PF`r;y?o{fecG5h&eT9^C0*_Fjyvs3iJ^yfwAeH(s7TP*(P z+Wq3h$HykN1`eK9xwmhwNtJHf>9C>yZ*uaDh-HUMCjQa>&m|*z-_`T~)_i&2`@7xO zx*T#)m>VQjJ!yksj?U%8U1!|n9bRv4s;~17e6ull`3ghB#G5Bam<4Grlh{;#icPPkFYtZ zsBE;kbyrrxvaIJ;%bx2TA7s}r>B#O2tJdn1yE^Ut{rMNOvW}^`D$WViVrXPHix*m+ z_x$yyoRbR!oMN}FX%Skq?APyTJEk8Cxf5<3ol?nk;{{LdZLye(*V2AmUsI`Y(&(Ml z28)fB3teBCtv{UeBRfm3g}=kxn~anM6b`+KH4r;s=PuI7^0euaa)Ww$OQJ?ws9sjlHCQYIK zW>f3e&pAFEJhp!O$*((AVg!N(_-}{`^=7F|EO;+)PpD^d1kah5FBQy;oi=nH+I_2Z zuPPJgq*9e+#Wqv(<6n;3GQHRwr!DsTf`sHsw$rB?&a<=fN!+`;uKTWn%AK6e=Tuxg zjc*@2+CR5+IvOwg@-o_ulzWB!&M zJmC=resitM4U8>3ESn1%&rG#+|6x~H({yvzyH{2xa-O@n>wlhpmDTYY|A$o~eE0d* z#6~aDi>>q^H1LMWA5SOcPIVn+t6}%LVwMo*Uu8Nv)SGLS$#3M%{seq zQ@zL@!H2%8MH*A34tXEBy)AXE!}h%)yE234M+HuN(({?2U+K?B1>a@w?}fJU%Ve0R zr@dO^(GoRzvb+gLc&Y21B}ow|vX%mGWw}U6;D1cjP~DP?+F<^WlfHpKPo5t@HdQfb9Bn zKeNipnWr0$+Bq-!vTEk(xp`aG+!Oz0k$PQYk;c2nB~yJe?Uvq}bVTU1g>~G=U$rX} g>wf>U-&fCIs@awBrRiKA0|Nttr>mdKI;Vst02EKvi~s-t diff --git a/src/plugins/debugger/images/breakpoint_pending.svg b/src/plugins/debugger/images/breakpoint_pending.svg deleted file mode 100644 index e7094068b53..00000000000 --- a/src/plugins/debugger/images/breakpoint_pending.svg +++ /dev/null @@ -1,534 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/plugins/debugger/images/breakpoint_pending_16.png b/src/plugins/debugger/images/breakpoint_pending_16.png deleted file mode 100644 index cadd69febd0a4c4d98a99f9e7b7a61be28b28d1c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 790 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!to?s~d7hFJLL21R>^1d9Co zX7~I|#j=$d9>pe2YWaeh&a)B)$`(FX>R2Pkym+qsoyZ7#E zYcuz6=sH^IB=6riOSQB#KRGtmo5_1Rm&Zv#!{sjfCIy}7?^~rmckcbGHzJaaCtTaf z)_!!w6#hlBvRBJYv^1w5mOq>3xOww}nUWX2m@IkDsXv)BRk(AOw~M)H!%vwT;s$3U zW+r-^FH~rDJg~_k>0If7smtqbNffTS5&FT2eNE@rt-tlB%iH`un)yahpZD>Va&O{I?BdzE!ZUc%w~^Zt7l7dbUsJgQ@2&s(kEl^c6Ae$h6b8&Mm% z{;t%tpQkbHg2vM+a;-lPEv~Whtz+8m_S5D-L)JXj+?)2h^xDGrJdu{3Rj6<4D?6|J zEc=I!bLq#971c4Rzh+sQnfzcJfT3v4zji;h3;bh)>F z#pFugtR8s@1n{+1mS#!R%~5!}ZU6slhAf`^Co}^j-SL|Finc z(A(Yf?UI8}hy7C24cwjVuOP!W|C9YByB*yp#a%u+sa-by^sBU5Lr8I%S;B|*OWgDP zRyt*w$$5NRFQl~Iz$j_@`ZHUj-3xX*JT?(9T|QQrsdGnDT;plsb8(qbP0l+XkK DLiccJ diff --git a/src/plugins/debugger/images/breakpoint_pending_24.png b/src/plugins/debugger/images/breakpoint_pending_24.png deleted file mode 100644 index 3549e0ac292a23d6bc8e419765ceff473f1dfcf5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1295 zcmeAS@N?(olHy`uVBq!ia0y~yV2}V|4mJh`h6m-gKNuKTu6epRhIkyGJ1sgVBvhnr zf9<)M(dirJ`e|>u!^GHAB^R<7*1TUZ>EHNfSk`1b>WH&;=;8C z9T!?8nAKQRGc#Bf(=^yTwOKWFdvcdwJ~!ueoZXyxncRymPF=HR@A-58{+Hg?b}!_A z*-*i0#u$AzBx`A4y#3XVqmTX_a9AI&^QmnX*Irxt|pj_X^w62&>ifQS-%sX4N?>@P^d!vyg z&t;aSYWIX3x2S!nW!wL|PrCa1w^s`nE}wq*X0_0qwqq7s{O)Z|&wJb_dn8EHpvUmT ziLRbVL8jvir<^Z-yLP+G`9isPR{K8n4U4uMdHDLso14Y2&GU||3Axb6+}0SR#Ud}? zdaZ*aqgP1r?j4`E&(41QH*K2o+6^V9CH@K?hgKi>^=6W4L|^l_zXEqm1P{-UIJx3^ z2Crj7MlToBrf%`o|E5iw!}+`MZD7S?im~?{kd=RIVKO_0$ORl%0)7_sF+`d1mOw3xeE|9A* z_DE@GceAf`tn%~~t4|i}&uq$E+#LTx>SuGi+l$Ki=eHihPIf|Cw7{a`%6pvSsS`_b>K_tZEJe4nV`P_uuQSmE7*x4$3! z&Y5X9mwi*@zCAaOPrW1ZY4Y;IO)+V!Gk^9UZ0&e3qhm!;eLaWR%IA(O7PF>xsQl`C z{psAE%0Hi~)pKvU_1)In_xe-PgZVcY%o-981|E=m^-{1#UMbth~MKt4F>i(MUhjhs#e_-YP@L{q}Lv`vghTCn-5oq zGtP*gpIoPfWi#_wse}4Au zZO)C2&8*zdiogBZ8Wf(Nulpf4g!$T`h69_GlJ4)SiEOK`a^hFcU(B&c!|mw$GO#3%!^Br$?mHdfRT5T;T`1#S%(`Sz+2_^^@+?D#jZ`$FPVG&sek1I1XpYP}4 zSy7>-`q9TNa-+m41CAK+^+6B675GgMzY?R0c$#d?`zsS?we+2- z+pPr64Z;;{8B+CW#q~cu)@W~g*<7L%`~UmpEpNGBWIbN;Yx{f##!|6moIb$s#6$c&re6ZIUD>4^NJO;5CL7B6AdTI8rTEF6d6s eaGSx*!r)b|>wP6GCy{}Hfx*+&&t;ucLK6T`RU`EP literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/breakpoint_pending_overlay@2x.png b/src/plugins/debugger/images/breakpoint_pending_overlay@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..fb9cffc790285794a021446924412e6b57e8fc8d GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I7G?$phQ^Te;|vT8asfUet_%ze@$vC#X=%B+ zx#i{M_4V})4GkR~9cRv*`TzfaWQw650|SGNr;B5V#`)wKooo_q%?!*E4}@o&ym0ZL z!Q@*^tU|sy8cdgGiWmj5EHjdgTe~DWM4fW|lIy literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/debugger_reversemode.png b/src/plugins/debugger/images/debugger_reversemode.png new file mode 100644 index 0000000000000000000000000000000000000000..eec3daede44eb9add63cc813e8e33f72bd1101f8 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4h9AW2CEqh_A)RqIC;7_hDc0J{?X4S(INJu zk~Q?fj56Cz2d)>Tv86QTe&XTb(UVmukkI&`*UQNGY9pt^)`;oN2lC#uB}H`~O_Ib+ewYNd0db;|#taD0e0st?lD1HC{ literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/debugger_reversemode.svg b/src/plugins/debugger/images/debugger_reversemode.svg deleted file mode 100644 index 5f492bccdb6..00000000000 --- a/src/plugins/debugger/images/debugger_reversemode.svg +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/plugins/debugger/images/debugger_reversemode@2x.png b/src/plugins/debugger/images/debugger_reversemode@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..9c8b2ff75ebe4047b05150bcae00602c3f28cb86 GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4h9AWhA=@@4F(2=Bu^K|5R22vKl~XCc)VH9 zJAc&ru{~f0;fq_xN)5S4FV`B23|Nrfotuk_QQg#*3t^f6Y{irXABhzacXTB-3(JLQL$~nNum|zu#}~IB}j!NhaqF56>L)y!r5klXF>Ms&&3-y8yeL7KX{cF diff --git a/src/plugins/debugger/images/debugger_reversemode_background.png b/src/plugins/debugger/images/debugger_reversemode_background.png new file mode 100644 index 0000000000000000000000000000000000000000..dc2e9eed21186a1d87714aa6ac712c9d875e1da4 GIT binary patch literal 122 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4h9AW2CEqh_A)RqIC{D`hDc0J{?X4SQNVS_ zQS`^4{0GIx*^P|r8QR2j+LEHWk0#FWJN`JD YVN1u(m92ku*g%GQy85}Sb4q9e0QaRQT>t<8 literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/debugger_reversemode_background@2x.png b/src/plugins/debugger/images/debugger_reversemode_background@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1903a5f646c5eef562b0bc31e92bd1d9e15af3 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4h9AWhA=@@4F(2=LQfaR5R22vKl~XCc-&a+ zUwzQFSa!6*|KM^NHMSbAZ6^#39t3{S>uqG5-xRut=ZA>R$Ml2)iyyrAiDO&Cu{(JaZG%Q-e|yQz{EjrrIztFn;%RaSW-rb!4*riJ(A7c-Wg{4lNnn^1IDudVGb+JF+ zxq9of3(W1tw)?-=&i^ixw)y4*0nLI1H#}56C05J-U;JO$`^?G^E~(x&xvf#W(^3Oh zh6Lz{U3~r3;h4!xpA9#2E@W+u(3>vcD)_VJ-wcL=r*-|0;_g}dzjs>L;J3UvK!auT z&7PMfU1^&;gI2OMA7p4h+*q`8&-n)zdHK!@r5nyZ8?gH7g{-X;eAE>GL_B)-mVHO@ zch0)C4FwiGA1inq1s;6={k`F5joT6{Z$8K%bNnsi5e?_I!-^qVqH^}Nd{bw&2c3M#bNs-$`ObRNn@>Mo6gy$f3$c_2 zowh`SnLZ6){XOQ#Ic~4xfA=N4=bF%3FQ*UBx~K9l(|!Ni zgXZ5j7AYuA^jL8J{o$7-|L!tIcIzy@*ip8dxBqx^iIwkVwX2UlT9jDH8qMTcbW!7N z3i||=Om>CO(K=!#QoJ|bma#NDW~ofwd{d{!PX12b_j89&9kW+V;n^GKe|XjP*Cyht zuXaV~u+4kEF>39$hg$XN+wQ(~^q=|j{r-CN!q!cfq{X+)78&qol`;+ E0IY2dOaK4? diff --git a/src/plugins/debugger/images/debugger_steponeproc_small.png b/src/plugins/debugger/images/debugger_steponeproc_small.png deleted file mode 100644 index cf164c66047e27356a2e1606ef6ea9e1b5843970..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7BuiW)N`mv#O3D+9QW+dm z@{>{(JaZG%Q-e|yQz{EjrrIztFr4;uaSW-rmGtZXe|u)t8G*X18X3hO?A=)@HQ`js z0p4Ys4IZ%1eEasTg{ro;wsE1PfqchiD{E^>J~^9?>ufP>DhwNMuGHS{-`d_j`{?oG zkH0W!@cetc@d3BMbEc0>2^9&U2U@Pz{{LURW97%Q?|H7WM>g^L9~R|SI63?3Keku@ z-tqA)_nUi2w8P?X0^^C7TtZFrtE;O&T1|RXa-idUNpf;Bn^Qw)!yglw#&!-DCcPj2 z3aUl|UZ;54`Q?wvcd*1bSO_>qP7-1eNMLYRuB@7(7Awraz`)??>gTe~DWM4f5Vdi1 diff --git a/src/plugins/debugger/images/debugger_stepoverproc_small.png b/src/plugins/debugger/images/debugger_stepoverproc_small.png deleted file mode 100644 index 34e712da06ef1ce6f240e44c2305140fb1b72395..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 517 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7BuiW)N`mv#O3D+9QW+dm z@{>{(JaZG%Q-e|yQz{EjrrIztFfR9WaSW-rmGtNTe|u)thKo0DR7g!YcVuzeubZ3G zH-C`)uz&Af+2!v}o$_K^z}U0nNuF1^WoEc z3lyh5i1_g7Q__!rZsE(aaPBd;9R96fyWQQ|uN zLjo_9jwUQP#eL<6coKua^>aH8Z}@+wJwPl%;okwFD*J|W_bXrhd^o#&{mpY4p~(Ud z*tq`v5SHf2}F7m*7@@Bep-VLY-bDM6KuCHT?w z|Ce|SbHA@!>Ag8qvwO3_3a?ED8lA?*9iNRFmptw8V?SVE)YdkUaf%r0NyDI7a~YX< a7*2#NoX~W5#Rmok1_n=8KbLh*2~7aMEbWy5 diff --git a/src/plugins/debugger/images/location.png b/src/plugins/debugger/images/location.png new file mode 100644 index 0000000000000000000000000000000000000000..023de4fb1882437e74b28e2a4be0bb23faa7a083 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4h9AW2CEqh_A)RqIC;7_hDc0J{?X4S(IK|u zld$iCxKjIB49v;5)H@D5zopr0QJ!&p8x;= literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/location.svg b/src/plugins/debugger/images/location.svg deleted file mode 100644 index afb70052a14..00000000000 --- a/src/plugins/debugger/images/location.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/plugins/debugger/images/location@2x.png b/src/plugins/debugger/images/location@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..fd08adc79f42a5195f1740aec182156ba21bd50d GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4h9AWhA=@@4F(2=1Wy;o5R22vKl~XCc)VHd z`Z+Zc9?btBzMqMW?e=RH5rcwj|BtM1Xmorp!pO>_QyD)|s$Yd5DxLPAe%b37w+ z^AW96A_AM3Zcb#`>sjO=$d$!3(N$wt^Ss`Unnp$j#w%utm&@6Ifb8^i^>bP0l+XkK D`7JHh literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/location_16.png b/src/plugins/debugger/images/location_16.png deleted file mode 100644 index 6b5986a291e7626fdd6ee56c8bbd6a90ad1340e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 462 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7r+T_LhFF|VPLSA=5IVo- z!n3?g?@hcn?kK93CoKH^zxQv~-rH&`H%v}FFqQf2|M~Y~KBvF8dCe|ey_9F8)}0Hw zPn&r2-%Rq_wPW?8|JVJ0|KDG`>+$`SyeI3;zMnRIlb?{_XqfPy>H7ccd}e?5)-8D| zZnUp#$ItI`FJJy&U$Br&KtpDZX=YIMAAgTZU?A=Sfq@^TgNR;^*|M~wU>(l?|+mrs=@0R3T^7#M$9g~0k zzxsF5|9tuFf9wC}7_rsWY<>HGUnSpv^HOi!)EhT+|Ng(nIs3oAo<-78fBl{R>dQ<& z{Qvw~@c;aH?%(y9?T7cD-CMNZ?7Qdr+cz{1ahoL^Pgy#@I&D>*^FiZ~eQ)P2{PX-D z=l1^!HLn*O{%^ZEWPkpvsg-*-dLLt!W1C%-a%sb(yq97V9!}q0{nvimnLq!J$?c4v zU9~hkCv&>6ij`~w&keiC&&QAD-Q<_9PHFP+^H5-JSa);Jy6BjmCsQ~sZP^&D*7j^B aA4BMQ>(V4`p<)IG1_n=8KbLh*2~7Z}B=i0N diff --git a/src/plugins/debugger/images/location_24.png b/src/plugins/debugger/images/location_24.png deleted file mode 100644 index 3066cd2da157b9d87ed851f8a2cb97ebc480e61f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 629 zcmeAS@N?(olHy`uVBq!ia0y~yV2}V|4mJh`h6m-gKNuL8Y&=~YLp+YZo$8+<>?qP+ zE%fohLiVX|qPz`5qxj`SE;c8b2EB;m({QBlSiTak{bel%zXtUe$Bcb zwm0ayNasbznp5^|bE+CH>Cs`|5)1YaF*pR>V1@36Az%L6y=hH=Qq78_pqX4JTSHRI)j zaYb*UyA$-4?cZxW-20~C%PM~1@8>n0V|(LSrsaK~ojv`(zzwrWi_4X#zx%75@=@#2 z<2gbvve|Y{UvXhyS+~}Qh}VL$ww*qocrJAc&zNnuXp)~y@bynV(wjER-1D4Xe|~nJ ziZahUKDn0eX!auW=iFBt5AZ4<`EX9vbMFoI%ufu@lG-PF&N=qy3~S0!zLa2{nfgwC z+Y-wjX~^BZw|IxuYY)lb`B$xfs;zL>y7DEx<+~Hl+hfIb#&cxWPN-NK8Y&=Ck#T=X z=aU^PTc$7G?Xhy5yP@CD-9Pj$oC;Y`*{EK=?NDZ5`QO*m-@aS3@^Vv@q)Nbz%S{UT zP47>!g}zAPnWVRO3~gwfsQs8bqJfcb#}fWUTm}XO$LbGgGhA&-)ZoiDlxcfda%Uea YL;dod#ch`Zyg`O~y85}Sb4q9e03m88WdHyG literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/location_background@2x.png b/src/plugins/debugger/images/location_background@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..95e21455c897c7ea8b728989d018787c15b3fad2 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0y~yU{C;I4h9AWhA=@@4F(2=B2O2`5R22vKl~XCc36TFtHt+`Tv7s)99-Yf zc<_S`BP-9Er}iMJ3szn;nViA|3REVUbFzs@I{GSX;&3rv$l|PVQqX5hv+-+2hHKf+ UV*S6@)PY>#>FVdQ&MBb@0ES98{{R30 literal 0 HcmV?d00001 diff --git a/src/plugins/debugger/images/qml/apply-on-save.png b/src/plugins/debugger/images/qml/apply-on-save.png deleted file mode 100644 index 19e75ab66d086faf9f68052920ab3a5b46671491..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 426 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7I14-?iy0WWg+Z8+Vb&Z8 z1_s6$PZ!4!i_^&o2?-Mzl6++%xH>HV|Nno!fxEfkS^b*_=TA@9zuw5Bc%8u@Vq=o4 zNkFfLz~%?03HSHa{=dFHp8t6Cwj4(355K>^7uTMqAD^3(vE$&86DQ`Rh&MPSJ0Jdk zp>^Yb-8EA&|C z=0EU{l9^o^MA0s$p7!F`Pn2VG+$>8R`X}u%_PFM zO83|Q(y)lX=C>Yxxo>id=?$ww+OgM65@j1U|6U)m_;dW`t55cKF6Q(o=Jwop;m(yW z@!Dq}>|Z(4(4$x_kdsqV-oEZneM!m_OI==G_f0}V95Fiz77DHi6PV5Tqe$6k+JRZ( fAD)^d88AFPHB%rV?U^M50|SGntDnm{r-UW|F`2$| diff --git a/src/tools/icons/qtcreatoricons.svg b/src/tools/icons/qtcreatoricons.svg index 97867993554..0a080095b1a 100644 --- a/src/tools/icons/qtcreatoricons.svg +++ b/src/tools/icons/qtcreatoricons.svg @@ -4151,6 +4151,130 @@ inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" /> + + + + + + + + + + + + + + + + + + + + + + + + +