From d1480ef65bb0c1a80315c9c24f8c4dd2b04cafd1 Mon Sep 17 00:00:00 2001 From: Christiaan Janssen <christiaan.janssen@nokia.com> Date: Thu, 11 Feb 2010 16:41:41 +0100 Subject: [PATCH] QmlDesigner: Added new icons for some QML types --- src/plugins/qmldesigner/fxplugin/fx.metainfo | 50 +++++++++--------- src/plugins/qmldesigner/fxplugin/fxplugin.qrc | 13 +++-- .../fxplugin/images/column-icon.png | Bin 0 -> 408 bytes .../fxplugin/images/flickable-icon.png | Bin 0 -> 464 bytes .../fxplugin/images/flipable-icon.png | Bin 0 -> 371 bytes .../fxplugin/images/focusscope-icon.png | Bin 0 -> 328 bytes .../qmldesigner/fxplugin/images/grid-icon.png | Bin 369 -> 376 bytes .../fxplugin/images/gridview-icon.png | Bin 0 -> 369 bytes .../qmldesigner/fxplugin/images/row-icon.png | Bin 0 -> 307 bytes .../fxplugin/images/webview-icon.png | Bin 0 -> 917 bytes 10 files changed, 35 insertions(+), 28 deletions(-) create mode 100644 src/plugins/qmldesigner/fxplugin/images/column-icon.png create mode 100644 src/plugins/qmldesigner/fxplugin/images/flickable-icon.png create mode 100644 src/plugins/qmldesigner/fxplugin/images/flipable-icon.png create mode 100644 src/plugins/qmldesigner/fxplugin/images/focusscope-icon.png create mode 100644 src/plugins/qmldesigner/fxplugin/images/gridview-icon.png create mode 100644 src/plugins/qmldesigner/fxplugin/images/row-icon.png create mode 100644 src/plugins/qmldesigner/fxplugin/images/webview-icon.png diff --git a/src/plugins/qmldesigner/fxplugin/fx.metainfo b/src/plugins/qmldesigner/fxplugin/fx.metainfo index 78ff796f186..fad4fe0dec3 100644 --- a/src/plugins/qmldesigner/fxplugin/fx.metainfo +++ b/src/plugins/qmldesigner/fxplugin/fx.metainfo @@ -1,5 +1,5 @@ <metainfo> - <node name="Qt/Item" showInItemLibrary="true" category="Qt" isContainer="true"> + <node name="Qt/Item" showInItemLibrary="true" category="Qt" isContainer="true" icon=":/fxplugin/images/item-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="600"/> <propertyDefaultValue name="height" type="int" defaultValue="400"/> <itemlibraryrepresentation name="Item" icon=":/fxplugin/images/item-icon.png"> @@ -7,14 +7,14 @@ <property name="height" type="int" value="200"/> </itemlibraryrepresentation> </node> - <node name="Qt/Rectangle" showInItemLibrary="true" category="Qt" isContainer="true"> + <node name="Qt/Rectangle" showInItemLibrary="true" category="Qt" isContainer="true" icon=":/fxplugin/images/rect-icon.png"> <itemlibraryrepresentation name="Rectangle" icon=":/fxplugin/images/rect-icon.png"> <property name="width" type="int" value="100"/> <property name="height" type="int" value="100"/> <property name="color" type="QColor" value="#ffffff"/> </itemlibraryrepresentation> </node> - <node name="Qt/Text" showInItemLibrary="true" category="Qt"> + <node name="Qt/Text" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/text-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="80"/> <propertyDefaultValue name="height" type="int" defaultValue="20"/> <itemlibraryrepresentation name="Text" icon=":/fxplugin/images/text-icon.png"> @@ -23,7 +23,7 @@ <property name="text" type="QString" value="text"/> </itemlibraryrepresentation> </node> - <node name="Qt/TextEdit" showInItemLibrary="true" category="Qt" isContainer="false"> + <node name="Qt/TextEdit" showInItemLibrary="true" category="Qt" isContainer="false" icon=":/fxplugin/images/text-edit-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="80"/> <propertyDefaultValue name="height" type="int" defaultValue="20"/> <itemlibraryrepresentation name="Text Edit" icon=":/fxplugin/images/text-edit-icon.png"> @@ -32,7 +32,7 @@ <property name="text" type="QString" value="textEdit"/> </itemlibraryrepresentation> </node> - <node name="Qt/TextInput" showInItemLibrary="true" category="Qt" isContainer="false"> + <node name="Qt/TextInput" showInItemLibrary="true" category="Qt" isContainer="false" icon=":/fxplugin/images/text-edit-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="80"/> <propertyDefaultValue name="height" type="int" defaultValue="20"/> <itemlibraryrepresentation name="Text Input" icon=":/fxplugin/images/text-edit-icon.png"> @@ -41,14 +41,14 @@ <property name="text" type="QString" value="textInput"/> </itemlibraryrepresentation> </node> - <node name="Qt/MouseRegion" showInItemLibrary="true" category="Qt"> + <node name="Qt/MouseRegion" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/mouse-region-icon.png"> <inherits name="Item" /> <itemlibraryrepresentation name="Mouse Region" icon=":/fxplugin/images/mouse-region-icon.png"> <property name="width" type="int" value="100"/> <property name="height" type="int" value="100"/> </itemlibraryrepresentation> </node> - <node name="Qt/Image" showInItemLibrary="true" category="Qt"> + <node name="Qt/Image" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/image-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="200"/> <propertyDefaultValue name="height" type="int" defaultValue="200"/> <itemlibraryrepresentation name="Image" icon=":/fxplugin/images/image-icon.png"> @@ -57,7 +57,7 @@ <property name="source" type="QUrl" value="qrc:/fxplugin/images/template_image.png"/> </itemlibraryrepresentation> </node> - <node name="Qt/BorderImage" showInItemLibrary="true" category="Qt"> + <node name="Qt/BorderImage" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/image-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="200"/> <propertyDefaultValue name="height" type="int" defaultValue="200"/> <itemlibraryrepresentation name="Border Image" icon=":/fxplugin/images/image-icon.png"> @@ -66,75 +66,75 @@ <property name="source" type="QUrl" value="qrc:/fxplugin/images/template_image.png"/> </itemlibraryrepresentation> </node> - <node name="Qt/Flickable" showInItemLibrary="true" category="Qt"> + <node name="Qt/Flickable" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/flickable-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="300"/> <propertyDefaultValue name="height" type="int" defaultValue="300"/> - <itemlibraryrepresentation name="Flickable"> + <itemlibraryrepresentation name="Flickable" icon=":/fxplugin/images/flickable-icon.png"> <property name="width" type="int" value="300"/> <property name="height" type="int" value="300"/> </itemlibraryrepresentation> </node> - <node name="Qt/Flipable" showInItemLibrary="true" category="Qt"> + <node name="Qt/Flipable" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/flipable-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="300"/> <propertyDefaultValue name="height" type="int" defaultValue="300"/> - <itemlibraryrepresentation name="Flipable"> + <itemlibraryrepresentation name="Flipable" icon=":/fxplugin/images/flipable-icon.png"> <property name="width" type="int" value="300"/> <property name="height" type="int" value="300"/> </itemlibraryrepresentation> </node> - <node name="Qt/GridView" showInItemLibrary="true" category="Qt"> - <itemlibraryrepresentation name="Grid View" icon=":/fxplugin/images/grid-icon.png"> + <node name="Qt/GridView" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/gridview-icon.png"> + <itemlibraryrepresentation name="Grid View" icon=":/fxplugin/images/gridview-icon.png"> <property name="width" type="int" value="300"/> <property name="height" type="int" value="300"/> </itemlibraryrepresentation> </node> - <node name="Qt/ListView" showInItemLibrary="true" category="Qt"> + <node name="Qt/ListView" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/list-icon.png"> <itemlibraryrepresentation name="List View" icon=":/fxplugin/images/list-icon.png"> <property name="width" type="int" value="300"/> <property name="height" type="int" value="300"/> </itemlibraryrepresentation> </node> - <node name="Qt/FocusScope" showInItemLibrary="true" category="Qt"> + <node name="Qt/FocusScope" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/focusscope-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="100"/> <propertyDefaultValue name="height" type="int" defaultValue="100"/> - <itemlibraryrepresentation name="Focus Scope"> + <itemlibraryrepresentation name="Focus Scope" icon=":/fxplugin/images/focusscope-icon.png"> <property name="width" type="int" value="100"/> <property name="height" type="int" value="100"/> </itemlibraryrepresentation> </node> - <node name="Qt/Row" showInItemLibrary="true" category="Qt" isContainer="true"> + <node name="Qt/Row" showInItemLibrary="true" category="Qt" isContainer="true" icon=":/fxplugin/images/row-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="100"/> <propertyDefaultValue name="height" type="int" defaultValue="100"/> - <itemlibraryrepresentation name="Row"> + <itemlibraryrepresentation name="Row" icon=":/fxplugin/images/row-icon.png"> <property name="width" type="int" value="100"/> <property name="height" type="int" value="100"/> </itemlibraryrepresentation> </node> - <node name="Qt/Column" showInItemLibrary="true" category="Qt" isContainer="true"> + <node name="Qt/Column" showInItemLibrary="true" category="Qt" isContainer="true" icon=":/fxplugin/images/column-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="100"/> <propertyDefaultValue name="height" type="int" defaultValue="100"/> - <itemlibraryrepresentation name="Column"> + <itemlibraryrepresentation name="Column" icon=":/fxplugin/images/column-icon.png"> <property name="width" type="int" value="100"/> <property name="height" type="int" value="100"/> </itemlibraryrepresentation> </node> - <node name="Qt/Grid" showInItemLibrary="true" category="Qt" isContainer="true"> + <node name="Qt/Grid" showInItemLibrary="true" category="Qt" isContainer="true" icon=":/fxplugin/images/grid-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="100"/> <propertyDefaultValue name="height" type="int" defaultValue="100"/> - <itemlibraryrepresentation name="Grid"> + <itemlibraryrepresentation name="Grid" icon=":/fxplugin/images/grid-icon.png"> <property name="width" type="int" value="100"/> <property name="height" type="int" value="100"/> </itemlibraryrepresentation> </node> - <node name="Qt/WebView" showInItemLibrary="true" category="Qt"> + <node name="Qt/WebView" showInItemLibrary="true" category="Qt" icon=":/fxplugin/images/webview-icon.png"> <propertyDefaultValue name="width" type="int" defaultValue="300"/> <propertyDefaultValue name="height" type="int" defaultValue="300"/> - <itemlibraryrepresentation name="Web View"> + <itemlibraryrepresentation name="Web View" icon=":/fxplugin/images/webview-icon.png"> <property name="width" type="int" value="300"/> <property name="height" type="int" value="300"/> <property name="url" type="QString" value="http://www.trolltech.com"/> diff --git a/src/plugins/qmldesigner/fxplugin/fxplugin.qrc b/src/plugins/qmldesigner/fxplugin/fxplugin.qrc index 886248877b6..d973a4452e9 100644 --- a/src/plugins/qmldesigner/fxplugin/fxplugin.qrc +++ b/src/plugins/qmldesigner/fxplugin/fxplugin.qrc @@ -7,9 +7,16 @@ <file>images/rect-icon.png</file> <file>images/text-edit-icon.png</file> <file>images/text-icon.png</file> - <file>images/list-icon.png</file> - <file>images/grid-icon.png</file> - <file>images/template_image.png</file> + <file>images/list-icon.png</file> + <file>images/template_image.png</file> <file>fx.metainfo</file> + <file>images/webview-icon.png</file> + <file>images/row-icon.png</file> + <file>images/column-icon.png</file> + <file>images/grid-icon.png</file> + <file>images/gridview-icon.png</file> + <file>images/flickable-icon.png</file> + <file>images/flipable-icon.png</file> + <file>images/focusscope-icon.png</file> </qresource> </RCC> diff --git a/src/plugins/qmldesigner/fxplugin/images/column-icon.png b/src/plugins/qmldesigner/fxplugin/images/column-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e59e2f0facc6b0744eb6464dd2db4fc2613807b0 GIT binary patch literal 408 zcmV;J0cZY+P)<h;3K|Lk000e1NJLTq000&M000&U1^@s6#I$TX00001b5ch_0Itp) z=>Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RV0t*ZoFlKWhSO5S4DoI2^R5;7U zm9dJ1Fc60S1>eOtP!_>ju&}id1m8-qOd(hcHkKm#2EIyk#w`xz!kTREZkMwW{>gm) znK+Z15Msv%9*3FXy6#({%d)^BBJBIM>3N=w0MGL-bt3u#GqZMq@B5drX_}0A&bDpZ z1xIWgM@7Hi?|7AG1>Uv|K@b1{hG96hUxU|m1v8&-ou&m7krqruSl1PO-zzmdVp_22 z%Th`(Gr}-bbY?zdIzv|AuIm&%iXuC(Zc9>15D}!5h~pRl(6;TVnM!Cpyu;OZcUPLW z#x{<drcn;>rDGd#k|a-^^%ihl*NUE|sU6s+##xpD0E7^BzuUieUR6~;>pYtwl;`<V z=lyxQm1U_N^hPidX}44qh4BW_<q;8XNs@fzGJODef9Hh`BMF}X0000<MNUMnLSTY? CiKGqy literal 0 HcmV?d00001 diff --git a/src/plugins/qmldesigner/fxplugin/images/flickable-icon.png b/src/plugins/qmldesigner/fxplugin/images/flickable-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..3489354321ecae32a7f94d42564ba67d8bb65293 GIT binary patch literal 464 zcmV;>0WbcEP)<h;3K|Lk000e1NJLTq000&M000&U1^@s6#I$TX00001b5ch_0Itp) z=>Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RV0t*f`B{3U%a{vGVVo5|nR5;7E zmA}fuFcig)AAJ`eKp}MLCKMdHIl1^?4nm!r6&EKF>EHwORdWCI8>Au8RvX2;<m5E{ z<=&)8M`c+y_(3G9it%_10Jz<5m`o<F?epG6UDrrN1XWczvuPSIbEnrd!-^A;J9s*s zI#X4He(Q+{R22YFRTYdeuffcW%jM$CG)-~6UW0*Ynu3`f*w<ab%=lww7-L|JaWC|F zs`{kQ=d;uP^TeN>h@h&jedj%DKjVa%aXOuX^&z58PedH7O9x;gLY8I0M*02Lv(~!I z`g9vabO#>}2WRGaj^ptd49xTVGw^IS0|4yzdx!|EwV2Q6PhMMcpANwO=C!kTWfYUK zTjSks7i^TZw$qEsn21mmMF8>pUxByV?ch5g3cOe>27#l#ipO)m*=(XFd3o~uQkKhQ z)Ux!RyjM5XdcBUyelU2oT73={k*89=4H3bpD2ku_O#cC9QZR^m&O9*y0000<MNUMn GLSTX?l*)qu literal 0 HcmV?d00001 diff --git a/src/plugins/qmldesigner/fxplugin/images/flipable-icon.png b/src/plugins/qmldesigner/fxplugin/images/flipable-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..8b3b9b4725ff9dce423a3ecf46ee642f0faa7619 GIT binary patch literal 371 zcmV-(0gV2MP)<h;3K|Lk000e1NJLTq000&M000&U1^@s6#I$TX00001b5ch_0Itp) z=>Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RV0t*iWA25i{L;wH*1xZ9fR5;7k zm0fCuFc3!1E$+n?s00_`8dO}A4<dp)5fR*hTgjh&C`vCl-fLSQIv^N6bMj>pXC8gu zuiOxU_nt5e{}j3`3xRWvbv-sc&-4Bs$MM@>=iC?AdoO;FBnbf1Gy&}6mtbqH2>z}` zQ3Sv^jsPg7M6k8?eef2W<6#&8NYnIi-p4li=rP8Kno>&CcgN1TL&wG#Q9IMEwFKL$ zN1?SAwKLrqb2C`luGacA6_Rd@IlmP@b-d^J7RUb+e9NskJG`?+yRHL}5AW)q*S0MH zd7kf;>{msoX&L~^vJ{<O0@rm7Kvh*QflpxPoS2HDD4vS<l@9XAvh0>-`U$nupm3MX RXg2@=002ovPDHLkV1hf>m5l%Z literal 0 HcmV?d00001 diff --git a/src/plugins/qmldesigner/fxplugin/images/focusscope-icon.png b/src/plugins/qmldesigner/fxplugin/images/focusscope-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e4b9d3cda074b2e19d7950fb3d83db2554df1988 GIT binary patch literal 328 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1SGw${mubWjKx9jP7LeL$-D$|I14-?iy0WW zg+Z8+Vb&Z8pdfpRr>`sfEhcV$MU8}GyVn4PZh5*mhFF|FJH?i-*?^~&_mQ3q6Q?4Z zikeEA*t=r~j?J4GT`=`VT}eU9uC1O{SAu0U<LA|P=ib&huf<RrtG<8#y468ffA5<t zxGHL;R)bDU#}fsYC*>WVZ8}%vMk{UlJU!20g_d!7?DADES4_?dKX(sz@k(QRu-AQw z<#Psu;?$0P?~{#__OrEkcA384o4R02iQI8P=@S-x3@$1w3{slJ()8{N25x)5n^h>} z%x9U^k50O-=(uawykF<E`}dU|8`r%y;5o_rZVva|pYqAmS~qY#T{9<X*0M8Se={9A WF*mA1M$iT5O9oF@KbLh*2~7ah6n`H8 literal 0 HcmV?d00001 diff --git a/src/plugins/qmldesigner/fxplugin/images/grid-icon.png b/src/plugins/qmldesigner/fxplugin/images/grid-icon.png index 113e14c00a05aa7e0e13e65ce2b01226dacb6406..75846176fd1608592daa34cc001e8a9b09f0f508 100644 GIT binary patch delta 330 zcmV-Q0k!_|0{8-uBnkm@Qb$4nuFf3kks%j<00(qQO+^RV0t*ZwF$U|cH2?qs3Q0sk zR5;76lrfHkFbqYP5qIGT5e-z4prVW56kLds0*M1aLqWwExQb(kDXjHQw(v@@zw#sG zC;qaMjN|zAOlb%q%d*@1&+|-)=(?`k7DSX1Q3&CY1tN;YaU8Oi=edqtAmWQHScqtU zj4{UWM;&ELbPMl2*Iei*w@49@h{R&sHfd7FAB#`Rq9~->5Q2_!YGkpltNc_|m5yTZ z^4`<80Ki&ntp$KTk>$OQ;sgM$xzI7nLb3sXd7dRO9i@?^@B6YWZ%^mG@6j!$X_B?J zZFP*|lu-i!=bUp+npcqZJI?=^&S4leKF3i(u}HeEtLyr9oXfIAjoc6-raWX%o}8p< cnupKt8`(_)RlBeBPXGV_07*qoM6N<$f*skLTL1t6 delta 325 zcmV-L0lNP90`UTnB#|)`e*q&&L_t(I5w%o13WGotOoDgu28xYcz|Jn%3EoPuv=F?2 zjkV|vyo%q<W|oJ6u-PQ!6_1_h%$qkZIhSR5`mLO8+g#WET4WqYXI<BQ--luNLdEku z(3J#?p!>f6kxJk9Bs$Bo;Kbf_ou~vsV1`1x$caMmf|4K2kQD7=f1YPxb{MgT7^Wl; z1UT$%+j18hh<B6(2Ts!j7hxDm7H=Ubpg&18O(POf6q%t&T(|--T%lhdWeK^gj+2t? zFk%mN7M#ys*R{k6Av4r2j*G-`ELq^O8DhW-iK?nZB1sZ66bTh4zMm|Adz2;QZT!RS zEQ&(ngh4Yz7W#t2I}c9iX_`tFZy_m95_z5r-}1oO>MsYCWtk=I_!_zA<HtWfwm;ti XNpHy#4g1N~00000NkvXXu0mjf=p2(J diff --git a/src/plugins/qmldesigner/fxplugin/images/gridview-icon.png b/src/plugins/qmldesigner/fxplugin/images/gridview-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..113e14c00a05aa7e0e13e65ce2b01226dacb6406 GIT binary patch literal 369 zcmV-%0gnEOP)<h;3K|Lk000e1NJLTq000&M000&U0ssI2OV;~r00009a7bBm000XU z000XU0RWnu7ytkPBS}O-R5%f}R67cTKom@Zcku>_ja|UbF4zg)O0cvLynv0h=ncGz z-^^x~hk>x!B;*y3o#@P)H!eAsWqJCooNe1&*Zo>#97kte*L~lIVfaGD^E}X%1dO2j zzW<R*-}fXs%d+6a-gTX*1VLbiLcGX{Lhyo;AI*>y?P8v1V0IX>hZv?L5Ck~vZQF7e z8;Ez51P4yj1Q%f#N)~S+DWE?|G)*HCQ52b>NL;uAFkGQuA7u%-td5hC>@Z>vbrzh@ zUe~q62_ZAoE{==DaV%Nju^D2(3yG?#L?THNGZYCGC%&I7e|wZA<Zb-J?JSBy;)Fpn zL>Bsj!w*jAX_`tFZy_m95_z5r-}1oO>MsYCWtk=I_!_zA<HtWfwm;tiNpHy#4g1N~ P00000NkvXXu0mjfX?T|? literal 0 HcmV?d00001 diff --git a/src/plugins/qmldesigner/fxplugin/images/row-icon.png b/src/plugins/qmldesigner/fxplugin/images/row-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4005eb4f3ca5921a19ffe0e6db5644cc6b0490 GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1SGw${mubWjKx9jP7LeL$-D$|I14-?iy0WW zg+Z8+Vb&Z8pdfpRr>`sfEhcUrY2&j#LJ2^jqn<8~Ar`0aPB!FgHV|O(eX{=pFPF~6 ziyxg<{9s^Zz5hV_-fiVp-31*S8-ra63om)yyZAFN_DgO4r@qjun{+1seZ4Dc((P@k z${taZR?TV^m?+cI@rSSJ$tE4nf2&rx9AOFweP0`UUH<3u%CJxdcBjzgnYZ#ye2aCP zSr0HXc)qV)anADj9bZo&2bpw-wyd6=`j2(a#r8bjk^XFLPwX7Q+}rb#%XQ-w+7dlH zzHgkk?zK>n;PhWxOa2`+SDyJ<VA9db+nLWf!##?Z-SUh{1A2(T)78&qol`;+02?KE ADF6Tf literal 0 HcmV?d00001 diff --git a/src/plugins/qmldesigner/fxplugin/images/webview-icon.png b/src/plugins/qmldesigner/fxplugin/images/webview-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..87cf8278c51db16f214a5c256a272e0b7cfc3601 GIT binary patch literal 917 zcmV;G18V$<P)<h;3K|Lk000e1NJLTq000&M000&U0ssI2OV;~r00001b5ch_0Itp) z=>Px#32;bRa{vGf6951U69E94oEQKA00(qQO+^RV0t*cw9<}4k8UO$TCrLy>R5;6} zRL@TvM-+a$USsVpv5*yGR7<r2R(!GD9Ne`Uj&KWt{BYCe0DoJPLJujo28m-TAz`Ej zgHcmE76@uv7+10*VXf_b@6Gfui?gA(<~xi=pXPn@z4vCGwz;_pUj{=6k;!EKcYM8G zH<(#U8DxbJgTbIytKB-C&*#J8a3~ZClFV!{vk+oJxvpESRwc;$>H8OdUkrys#V;-{ z?w89N$ZR$@Jv|+i(1}Rg;Oy+|-5>7&q;1*Vf4aF`&O=1RbUH1BC^}9)|4pTG*zflz zAw*;-2>__oYTa&^S<ElYM<Nl+vJf#6o^py#v)OW8*Ymu?!$Sb5R4Ro+!Llp>AR^zz za5!wY+oSP_$m?8o>L2QF-~R5pZsFU45F(lU>hkhZN;xw#Gdnvw9*_3-_eZ1ACl}0o zeSJ+x!~_8Cc1wb0nx<{r%&c;b#bSGVdjJ5Mrh%sGqSb1pQYj+R5m5+naB#qaiHL}h zD3$uUSad`Hr>Cd$_wL2xaYNTbhCUvTYk$>*5QykYAQ2)Gkzp89Q&S5I3%ah0&++H` z_x*nVyN3_&Oy5C5KM>JCL}n($?1Kj<Cnt{MbUK}he}&O#*l08Wpx5i|?CkjM3<+jN zM8BLK;@sR^CX?CS-Hk@0=NISdy(l!BEg~XBx&bqjhkiMg3$-Sb$#^_oJw9%=+l>zm z$8l8WQmIt+xXOY7qy*3;7)Dsg8yAyA)Fu=PT{N4X=UrW0{r2X~`MGcB(aNLM)m6)~ z5eX5qx$NX_Ut(!#X?uH{nVC6$_pT}}As!taaR7-#f{>7?TrMv!FMpB{LYStBger5# zaqtF-L?YOfUayDfnWl+|kx0aE>g11<o|U$K*;0EI9}b6exm-}fwrxcG__1Fqm86ua zoVqHn!qX>DU%mQS*^9+uD=RBf%3vbtbedT_e*9#@eD=)%K-cvbFMfRa@+S#eu~<~I zV=_dxwl)D^eSIUy-<D8#{``l*VDS3&ubL(SKuQfjY8sTDeQ(*;t;0lQC_h0~*Y#*L ry0NkT-!Z51x;3@5wY9Y`9KZhpE;R&P?S-Ay00000NkvXXu0mjfaipkP literal 0 HcmV?d00001 -- GitLab