From 17dad7dd20f91b04b3d66df80faa5df2729f828e Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 27 Jun 2023 20:09:45 +0200 Subject: [PATCH] Modernize icons Replace icons with more modern-looking icons from the KDE/Breeze project --- LICENSE.LESSER | 212 ++++++++++++++++++ README.md | 6 + src/GuiTopBar.cpp | 4 +- src/GuiTopBar.ui | 6 +- src/QtWindow.cpp | 11 +- src/application.qrc | 22 +- src/images/breeze/document-new.svg | 13 ++ src/images/breeze/document-open.svg | 13 ++ src/images/breeze/document-save.svg | 13 ++ src/images/breeze/edit-copy.svg | 11 + src/images/breeze/edit-cut.svg | 13 ++ src/images/breeze/edit-paste.svg | 13 ++ src/images/breeze/flag-red.svg | 16 ++ .../breeze/media-playback-from-start.svg | 9 + src/images/breeze/media-playback-start.svg | 8 + src/images/breeze/media-playback-stop.svg | 8 + src/images/copy.png | Bin 1338 -> 0 bytes src/images/cut.png | Bin 1323 -> 0 bytes src/images/flag.png | Bin 309 -> 0 bytes src/images/new.png | Bin 852 -> 0 bytes src/images/open.png | Bin 2073 -> 0 bytes src/images/paste.png | Bin 1645 -> 0 bytes src/images/play-from-start.png | Bin 377 -> 0 bytes src/images/play.png | Bin 363 -> 0 bytes src/images/save.png | Bin 1187 -> 0 bytes src/images/stop.png | Bin 198 -> 0 bytes 26 files changed, 358 insertions(+), 20 deletions(-) create mode 100644 LICENSE.LESSER create mode 100644 src/images/breeze/document-new.svg create mode 100644 src/images/breeze/document-open.svg create mode 100644 src/images/breeze/document-save.svg create mode 100644 src/images/breeze/edit-copy.svg create mode 100644 src/images/breeze/edit-cut.svg create mode 100644 src/images/breeze/edit-paste.svg create mode 100644 src/images/breeze/flag-red.svg create mode 100644 src/images/breeze/media-playback-from-start.svg create mode 100644 src/images/breeze/media-playback-start.svg create mode 100644 src/images/breeze/media-playback-stop.svg delete mode 100644 src/images/copy.png delete mode 100644 src/images/cut.png delete mode 100644 src/images/flag.png delete mode 100644 src/images/new.png delete mode 100644 src/images/open.png delete mode 100644 src/images/paste.png delete mode 100644 src/images/play-from-start.png delete mode 100644 src/images/play.png delete mode 100644 src/images/save.png delete mode 100644 src/images/stop.png diff --git a/LICENSE.LESSER b/LICENSE.LESSER new file mode 100644 index 0000000..e1ba909 --- /dev/null +++ b/LICENSE.LESSER @@ -0,0 +1,212 @@ +Files: tray/resources/icons/* + widgets/resources/icons/* + +This subset of The Breeze Icon Theme is + + Copyright (C) 2014 Uri Herrera and others + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see . + +Clarification: + + The GNU Lesser General Public License or LGPL is written for + software libraries in the first place. We expressly want the LGPL to + be valid for this artwork library too. + + KDE Breeze theme icons is a special kind of software library, it is an + artwork library, it's elements can be used in a Graphical User Interface, or + GUI. + + Source code, for this library means: + - where they exist, SVG; + - otherwise, if applicable, the multi-layered formats xcf or psd, or + otherwise png. + + The LGPL in some sections obliges you to make the files carry + notices. With images this is in some cases impossible or hardly useful. + + With this library a notice is placed at a prominent place in the directory + containing the elements. You may follow this practice. + + The exception in section 5 of the GNU Lesser General Public License covers + the use of elements of this art library in a GUI. + + https://vdesign.kde.org/ + +----- + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/README.md b/README.md index 352180d..b0c2f25 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,12 @@ The **PianoBooster** documentation and music are released under the Creative Com [PianoBooster License](license.txt) +## Attribution for 3rd party content +The icons found under `images/breeze` are taken from the +[KDE/Breeze](https://invent.kde.org/frameworks/breeze-icons) project. The icon +`media-playback-from-start.svg` is not an exact copy but made of elements from Breeze icons. + + # SOURCE CODE As part of GNU General Public License the source code for **PianoBooster** is available from diff --git a/src/GuiTopBar.cpp b/src/GuiTopBar.cpp index a1d0ea8..69a194c 100644 --- a/src/GuiTopBar.cpp +++ b/src/GuiTopBar.cpp @@ -164,13 +164,13 @@ void GuiTopBar::setPlayButtonState(bool checked, bool atTheEnd) playButton->setChecked(checked); if (checked) { - playButton->setIcon(QIcon(":/images/stop.png")); + playButton->setIcon(QIcon(QStringLiteral(":/images/breeze/media-playback-stop.svg"))); playButton->setToolTip(""); playFromStartButton->setToolTip(""); } else { - playButton->setIcon(QIcon(":/images/play.png")); + playButton->setIcon(QIcon(QStringLiteral(":/images/breeze/media-playback-start.svg"))); playButton->setToolTip(tr("Start and stop playing music")); playFromStartButton->setToolTip(tr("Playing music from the beginning")); } diff --git a/src/GuiTopBar.ui b/src/GuiTopBar.ui index 33fcd61..ce51514 100644 --- a/src/GuiTopBar.ui +++ b/src/GuiTopBar.ui @@ -59,7 +59,7 @@ - :/images/play-from-start.png:/images/play-from-start.png + :/images/breeze/media-playback-from-start.svg:/images/breeze/media-playback-from-start.svg @@ -82,7 +82,7 @@ - :/images/play.png:/images/play.png + :/images/breeze/media-playback-start.svg:/images/breeze/media-playback-start.svg @@ -174,7 +174,7 @@ - :/images/flag.png:/images/flag.png + :/images/breeze/flag-red.svg:/images/breeze/flag-red.svg diff --git a/src/QtWindow.cpp b/src/QtWindow.cpp index 042b267..eb65167 100644 --- a/src/QtWindow.cpp +++ b/src/QtWindow.cpp @@ -326,7 +326,7 @@ void QtWindow::addShortcutAction(const QString & key, const char * method) void QtWindow::createActions() { - m_openAct = new QAction(QIcon(":/images/open.png"), tr("&Open..."), this); + m_openAct = new QAction(QIcon(QStringLiteral(":/images/breeze/document-open.svg")), tr("&Open..."), this); m_openAct->setShortcut(tr("Ctrl+O")); m_openAct->setToolTip(tr("Open an existing file")); connect(m_openAct, SIGNAL(triggered()), this, SLOT(open())); @@ -641,12 +641,15 @@ void QtWindow::about() tr("This program is made available " "under the terms of the GNU General Public License version 3 as published by " "the Free Software Foundation.

" - ) + ) % #ifdef USE_BUNDLED_RTMIDI - % tr("This program also contains RtMIDI: realtime MIDI i/o C++ classes
") % - tr("Copyright(c) Gary P. Scavone, 2003-2019; All rights reserved.") + tr("Copyright(c) Gary P. Scavone, 2003-2019; All rights reserved.") % + QStringLiteral("

") % #endif + tr("Fallback icons from KDE/Breeze " + "project (copyright © 2014 Uri Herrera and others, see the according %1)").arg( + QStringLiteral("LGPL-3.0 license")) ); msgBox.setMinimumWidth(600); msgBox.exec(); diff --git a/src/application.qrc b/src/application.qrc index b21da42..7887764 100644 --- a/src/application.qrc +++ b/src/application.qrc @@ -1,15 +1,15 @@ - + images/pianobooster.png - images/copy.png - images/cut.png - images/flag.png - images/new.png - images/open.png - images/paste.png - images/play-from-start.png - images/play.png - images/save.png - images/stop.png + images/breeze/document-new.svg + images/breeze/document-open.svg + images/breeze/document-save.svg + images/breeze/edit-copy.svg + images/breeze/edit-cut.svg + images/breeze/edit-paste.svg + images/breeze/flag-red.svg + images/breeze/media-playback-from-start.svg + images/breeze/media-playback-start.svg + images/breeze/media-playback-stop.svg diff --git a/src/images/breeze/document-new.svg b/src/images/breeze/document-new.svg new file mode 100644 index 0000000..6434a18 --- /dev/null +++ b/src/images/breeze/document-new.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/images/breeze/document-open.svg b/src/images/breeze/document-open.svg new file mode 100644 index 0000000..5c24804 --- /dev/null +++ b/src/images/breeze/document-open.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/images/breeze/document-save.svg b/src/images/breeze/document-save.svg new file mode 100644 index 0000000..cd2db5a --- /dev/null +++ b/src/images/breeze/document-save.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/images/breeze/edit-copy.svg b/src/images/breeze/edit-copy.svg new file mode 100644 index 0000000..266e34b --- /dev/null +++ b/src/images/breeze/edit-copy.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/src/images/breeze/edit-cut.svg b/src/images/breeze/edit-cut.svg new file mode 100644 index 0000000..8945d6b --- /dev/null +++ b/src/images/breeze/edit-cut.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/images/breeze/edit-paste.svg b/src/images/breeze/edit-paste.svg new file mode 100644 index 0000000..62d4b52 --- /dev/null +++ b/src/images/breeze/edit-paste.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/images/breeze/flag-red.svg b/src/images/breeze/flag-red.svg new file mode 100644 index 0000000..72a6312 --- /dev/null +++ b/src/images/breeze/flag-red.svg @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/src/images/breeze/media-playback-from-start.svg b/src/images/breeze/media-playback-from-start.svg new file mode 100644 index 0000000..675fa75 --- /dev/null +++ b/src/images/breeze/media-playback-from-start.svg @@ -0,0 +1,9 @@ + + + + + diff --git a/src/images/breeze/media-playback-start.svg b/src/images/breeze/media-playback-start.svg new file mode 100644 index 0000000..678fd09 --- /dev/null +++ b/src/images/breeze/media-playback-start.svg @@ -0,0 +1,8 @@ + + + + diff --git a/src/images/breeze/media-playback-stop.svg b/src/images/breeze/media-playback-stop.svg new file mode 100644 index 0000000..caf7580 --- /dev/null +++ b/src/images/breeze/media-playback-stop.svg @@ -0,0 +1,8 @@ + + + + diff --git a/src/images/copy.png b/src/images/copy.png deleted file mode 100644 index 2aeb28288f58ddffdd1d75115f170c5bf2773814..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1338 zcmV-A1;zS_P)3P|jKV4ArrNQZsr&q&3Fam_48Lh`MiYI|sB6GiaYuZZ? zasnKC=d9Ws*vOa?K!llv;~9}LDH=;*C6q)snnH7j#=aB8{{oN_lX)cZ$XJrkAB0_u z!sQ7f5=*1>!|zQrby)$h>)1Bcke)jH%(>@ZE)hRgo<&7f4Jw)5udTzKv5Ch3thOcm zx#)*$6jZ zxjE=2CQwjNfFaFqeBMc>`320FTpYmRPeJsB@I$Z8%>Zil0#HL{*yW1HLMx&9BQ>hew>g`42C!b-4K{%G& zPNKpdi`TSeSQ5jt zz}D6l-wA<00HP?u@AqSEZ4IXsmC*dI=c&nj!3&r@K%3kE+d(!rH~Ds?RumQ0==)XR zsU3kw0Ovao0D#OTfFv_dBoZhqui^lIxB!co0iZTo)dw&I|ClF}JUvZG$*D>XptrLF zi9N;m7cj8^d~x*v0Ho^4m=ue}P^PGYdPu;S8Mtc&=A4=P=T~F|kkV6X0*FSV+&mNt zp}4dH*9HaLW{2dU0UTt+1SmUX21q@ea}t@;xj-PrWmUM?EueooW3GLWY2c%FnE?J> zJ*6hCuC8*3w@NB-xmUnF8@PU+0q)ELXD;m%K&qWYi;j}haZKLWGrnrG9>`fBl6@D%o`^aXzvlAyk=W}Pc`B^ahku5Y4`j}CIOJCBx$u% zLNX5qgK)WA+>l;M=(ES;f!poI@e{8lpM9a6Ogos0nT|fmct-%0O2q-B6)w#;8B$U@ z_bIi*;ou_U#l=Mq_2TiDT=X8flj*JiEiEl>>0qJM(w7a5mzS5}^Z8)2+4y~FX^BG+ z0F4U^3(c|s(4vx3lM#*SPTzP`J2hanT6y)<3jNMtFeLKw^6s-|9N8B@Q&W>$nrBK+ zA`_~b#ukg2H$b09M@J)VZEfEC{CpGp+d-zXy_)|gKy!05p8`rp5L7=^KR-Xu>(*#A zk-EA%=fkvJOdl{E&Bk~~0Hsptb~>HBVoFMHK9sb+zTTOWlOvfHXH#`n0F8}}Zi~f& wfq{WYZEdYHH#b*S)7=30e@0BgL78sX-$OZ87=>`i1ONa407*qoM6N<$g6NH5LI3~& diff --git a/src/images/cut.png b/src/images/cut.png deleted file mode 100644 index 54638e9386dc8af40dcc9a3ee2f57c62e248e406..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1323 zcmV+`1=RY9P)J0(1!|L=@Q+aTEb7Mu4u}WZlMQB24&|#EVDBq0{%sj+Z+)GGQx0 zAcdU1Fi0-lfEhqCt9ecIzWZ_$Xk-SF1YV<2^ak#QNA=LXgUd}Io1OMRbT7RYGCd%P zKS-r48v%?ldBMA#h)c%T#wHG+5V`$A{>3XcMvM|%P6Cssr>70f(>b}AV>T2D(&VEn zK_HANo+{rrN9){swakg0Ktz^QgDWfxHbzJY6ZK>&doEN10r&$qzrYSODpcQMh*H%o zSOat&76=4-MOF34plx)*)N}VCzH?EPkgku=6VK(8gNL*Np3E)-)CS$Jnai-RudhD8 z(qOgQ?SS}sjv4h}*IqNacG`39XxPWcN1v;!unrFm!4QYC z_Acj^H}`jQVc5OsUVtxVnxKZ?sWw9Q@B`QxpVZH#=NgKbEq?xOmsA>SUtb@%(9v@T zVsaH$PQ-_o)Qm6`=@qvgI2;Z@q}CZRo`stQer>5G8e5my4CXEh^CT4CHjaC}9?{K0 z$O&($1U%8bR;v{dcYhm%^O9V6PFgxKporEb{=Djv}7NhUQZ#8TNvL0_NhN zpdjG!cwn(uKwDk``_Co}Ev8e>XOzzgOoQTEd*;Gmnz9rW3I&M8V#v(QgrcG%P^;C@ z+1bfp?EcBQ$=j!OF1OE1fUdXLDR2(JYL~2dh{}J0;wgy^K9?&YTb2(8W8+7JA12t6 za%7Hg8ovjl(FiTAE%3|0ARIXHz6G;l!311sgoTBKM%*UnGOR4mGqn@!JL9_3Gp~Z> z{(6Z9p5FXo8}~etjeBORPg}}0?N~!YJv1~lfTgz=G8Dzb^Xb54Jd))oo;F?OoGLPS zee{DaT5J+A3>zitarZCFC+`J^U;fkNL<>x4^vOPTl^zTR1GKld!`H@^F|L6LX7M&{ zIA}acIyz>{0a00^F4~fx%15b|k+|p_1^WSy+Zxk*z z((l+8X-U2;oygOcJEspZj3vh3pSpKnaW$YpY_$lC`IPbC@H0!Ad}tF|z0RZAYfnh` z3=gmm{_}^(`7iFdNp1l4dp_;=2p%dvUFBG+@kd(qwpj}i9kWBpkvIuC`Kgv6`dk_f h&$IvkH~dc%_#Nkm8M#Em0nY#c002ovPDHLkV1hsWYZL$g diff --git a/src/images/flag.png b/src/images/flag.png deleted file mode 100644 index ad4bb8c346ebddee13160d3182971809b506db8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWNDEQpd z#W5tJ_3d?AzC#8)tPdnoA8>q;=s9pibO*a|w)?q5hBtNyGf#?~m2`o7#vcohD?v+F zt^Ku6EpM@q@$PA+*|Yv}Gsu_qxjc^fawdhfLD|8@hbe_`LyN=0P6GDw1F$JE0IUb6}?PdffoQdwJNU!R}blyxam zvu1HHm?via*ga3fj%ofp3+V-!@BeH+U~46LSM%%KaAvdD!CM_f4=7oLl$dVe=x5S< zKG(HO=0VNO_YPJEVx^h)#q^wF=E-LAX?Vu)>-YZ0*2bItw0_6VmIE2xvpcKl890$E8eWxeF8o0mWjmIG{M&7eWO9CVRojsy7@;&dpQ!a9t0J7gPX(5I|>76wd9YM;~Wq>Ghkp6rY@= zsi|pt_x=M#qtRtve?bMn?-1>_C5DBX;{}vm&C%raD|#~il%B<2&`e?uix*V@+JPAL z6CgbQkZR2~6*sGtFK$zbV~w|k*M3m}@OjM5T^_Z^d)w}xJHF(IUAVpO;*`oW;C1B2 zbys585IO4RGepz@rv~8kI;}Y(n3!mCfS7AgQ=I?+DlNG&;!abH5Df(KZTl#;d_@48 zJKJjfX^uQ>h#Iar6M#C8w^So4*Tn<|1^_iEoENLSCA-QKz)fKe6)JLW%zjz|XlmW9 z@suY3Q`{VJZCgNKnyVajp6h`@6-N=kYKbun)^`LT3}hx^wrO>XsHzE2w#B^A1Ngov zV}~hV3>btQ09#E(0CWRWn5~q>9Op*n90161U8$i6fc^Yd5_2;F2sIc&=-PaaDX2~W zTL1&dm}fQw05ax<-uM>_{4Cgt02pUFPqb7NBbWjJ0t`O;#ZxHoL%3#1_iOo5hu6MT z0mxO4x=yW24v?>f-nYV%Jx`{y-lMT`>)O!u6_~SbsQ_#=q-z-e;1PdX7gN*|3t4aE z?!Drr!OKg0ZH#q?HK_Wx9NlHvJdYn4{+`bsH@(TacqVT~0BG|6fti$^=|8_20YcOC e{Jor>rG5iZY$c(Rl?rzN0000RP)CWtKz1rEEwa&Ubd$6s{da=&VIP1;2`BM0`Wb;D z{M-!)vd0-ix#k=pmKgFxQgYk(eOi$0QlJD2NbOI5d5567avIIj< zv@<}9dj`!tE;Q@xs8{wNhf{?zUNu9!u=J3D!C+h_ze{}K1V|htI6?j0>T@UYxhDij zhnKMl|M#(rT!AcZ}eF)wgP_d zAX10jekLr}U#(CrCA<(opAbNs2#S{v>vbjZBPMG2>Dlh2!oC#Mk@9m9Zc z2%^^3CBjkLC=!RpAFqNhVw6pZB#Q!^oqj*T-F(Vw$mLX*nO_ zNX-3DeeTpEomGUYnz~IsN92z9JUkMF)7=lf!HB}*Vw`?29z6pA^e+N~guKQ7E$%u) zC{dC3_66}y+`oN81yr%;K@{IH8|1O-3y*riL6}qGd@SEo}8X#Q_kq zZ|eG3QMpHgF(8Pc07FLLD$kpMaaUZZl&Qk=tr>Kq76&g@g}Kbh`}mD}bLg zSob6#9DIaI(-=7VVTPPm{Z+FbtPVT4Iv?2~9(pg}6TG@z0w%t}gOqRBIG>z~1AjdP zW3QR%ZYsA%*Mp?X$w>b?i;UGgQ?+sSsoXX8X`%zES@sOGBngFV;lVB@d3_10@@V;lg>dY2BN>v^RZ2^?j@k8NdQ$X;_ z_a$H}ZfeJ=gha#~If~qTHdcoJ4Lhqwh-3dbkKgY5JsSA}oWGEOlkpdDqpb%S#7{~T>2A7M zsP8QLl$cN`w?OF*Jo#7bDJpj@!Dj^fwz=d)jlRsXTKwbW85}(HH?VT^u<$rb~rBzaiB|lB=W)A?(%51dO$!?mU^ ze8O#IHd*n50bG}w!BKl4^90wps7K`#)>4RXJ_(`usyx1v$_9j`-;Pq{6K%jV&lNRO%>FPb&x$A5bBEmwG~ zsNAo;tlZJ!2;Bu-bsyf#uSL0b05WG_^}?r@soeJn(y81#_yhC8@e_i|9PXV^3ptdy z4Z_G4qZfz6FCzC2|JrSe-C>#48@AYMyIwNBFNyyFX1QPd5r93<00000NkvXXu0mjf DP*&js diff --git a/src/images/paste.png b/src/images/paste.png deleted file mode 100644 index c14425cad1ff1b2c5628be5769c9e9e52b78635f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1645 zcmV-z29o)SP)3Gx zefpoBhy8x@pP6$JN-2UQgm?vbp2urQDfM^OC?_DeL%RWJmr}mQV`N#@2O9RfK(_`t z{}ccw{I~7(;$U4wL~hQBiYr&HP+e1vKmedn2xTZiDQ44YUa1!^ytGbiJMka6M}vG@ zLrgqP2loG9i`^_G_)0Q7JWOR}B`e8wT^_)0sjwm&qAGGfr|N;V0|+ezNTCh%UA#yx zm%}d>QA&}|=UH4_q);eO)MK@^wUhx^fcS#;fB^tDLmDAYR7=GY}hKA6kOPAcP zuC561)~X!<6GT-k!gJLz@}5tjD3MBG2|?Jgh=y$Das?8ijz6FOD-BH>0V2R=mW1#7 zc%Dafb+w*QOZ4j1tA~UTD5c(75x}xR0JbfV+O`xp2&58N!i*b_Ou6iP^*huzHW7R; z!Gvcr8OqDc&1OD!?ARu~e-17|ECJBj*{Kd4I;3nN2w4!eEgZ+jLQu5L8XEw|vWPgA zt^#0Lco4wc+#EGEH3lFWjdJA3kD9q>HlpG95}EZ=m1y-ptN)rjt$|Ez*CB`q|1$rgVVB? zrhTuowc{78+xt2VFSK*}&LsW){Unn~lv3vU`0?ZDx~wzj&Yk1v(W4wbe3;(eUJ{9f z1T3Ky+yU+X&gS^%luv8N&-msq-zN6;H<^5HH8r836d;2i zMi$(072p5qZ>Vh8NaE}}Opji}iIlOmc?X+Yw)07OC1VMf&t~%6oz60$?T8IbC+FC= zE6VyM05f|%YwGIi0L*nNl`;TID-fW$T5#c=V<;@j=Em6&k5ZJ9d&7MsWd+;Xe@so= z%X~bXX3}54&3G)#YcF^p0JU^FLZOfeE#2xLjsYt8K48JdxS&uRBOHrUx22Yncy@gS z>8!_S|DTwyyiCjXgSZP}yn>`ylz7@9$3iWtfa7VPmemyj0M^GtgvulQziMM4o~aCT z;opPo+4&R7qYk+;M*}DWVQT;uOChBkB`_)#q+A6+Sfwh=^&|RlY=-e!kMI5ZkKD@C z;6z-a5gX5w6g>yi0i}>q@=$770agVN2uuwG7@cUt@bD?; zK3j0A)Rg|7%OH8oYxFCwW^r%olu$Hy-NXMuhl?5?;8OW$_d zPbP%{KnOr#TKwMNV7j}zJEh->%p}lW?Q_jx?V5KpZV_N`@cndOUtjvnnKP!vrO=Of r0*SSrV$g&__6vQz4|I&^4Jxf00000NkvXXu0mjfT=)$w diff --git a/src/images/play-from-start.png b/src/images/play-from-start.png deleted file mode 100644 index 94dd801f3f89bb060cfb42c5e2b84086d4136dc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 377 zcmV-<0fzpGP)2WBOpnSvvqdb^oxd-VyTftveQiI8 zh$eup>)x8C8Fz=HTDw~3La;wUQ52QB)2tS><@83Slw; zRXMAwS`*O;fVB1lF~!TWeDC{y1n@oEki-%vqUA6QXSMSr0GjwKfXhQISp;#Rhdc>@ zCcZF39vwi5TN>H;shBGs6u?D17=WvI5C9)>ZvbEM*;Ak$qiLEk2Z|8lH>26VoQ{70 Xd!dDcV7rZB00000NkvXXu0mjfJ(8H= diff --git a/src/images/play.png b/src/images/play.png deleted file mode 100644 index 2aca2cdb9ccf88fe909e076e6120c5e21c1a26f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 363 zcmV-x0hIoUP)XbHC|qz64ny^i;VRrEtq+pMty`+hBt$f5CM1rLv@5ffEo=0i zr19<=k^q3N>u?!U-~3o?Osx+91^zkiBIY{36O!iEj&7ae?1aB2^?knr;5OTx`w?+5 zyPR7;=nAT;YW(wNyZdz_lKT%9D9iHo{5?fNB;cHTz8uq%2okW?+Np633Gr_zl_;bM zMk=9}h*Bkj1lqR!$R(kkien|R)Pfj^Y{e*4B5O4akyx@EuNN11e|rG{G)?maV85t< zhu3xeI1Ixl$uDU`5)B9NFplGaq|@k#V&V5BkD4u64BV1DY4?Po@M7-Bvj})NNwau0 zl)%LTQn*M!1D-6P1y2&tghvZ#!-E9QnpFe9Xu_}ZfTS}{jc-0{chN8Yl_LNE002ov JPDHLkV1jCkoPhuU diff --git a/src/images/save.png b/src/images/save.png deleted file mode 100644 index daba865fafd22fa18e7c0488eb699b79d3554170..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1187 zcmV;U1YG-xP)5-PJz!8#8DIjU4h)0S{a*K!i>mJVVCD^kQ5IHGsm^=1>z+FI)Tw&v zz2|;5 zYXiKvXAppke-?cB?jC^K0C4>59N#}M1b8m}xWN9m&Tq?d4;^`$3nP}(pC4rW)qR_5 zKt-??KzML0Bg?XF0WdI@VU185d=w)kA`~mw7?IVLbLY;3D!2sF6tWD`ER0DCNfO?7 zI*{j(x1rU7b}No;C~~s;IMxc|ue?cX@%rWftQD*k1h7Wfy?f^tYwL!tfLf?lf$D8h zjjsf?g7=`NgaKy-HG&AJ3Y9FwBOo3K!0;X~0^TDMCKY^$Bg7#dJRx2{O;{K}*Gh>7 ztf1Os0Gczu1&UJ#X#$l5vNZMt5(iG9=s;dTE04VeOF6W2$O}}5aXkPkPoHKY21CJ!U{_^v8Xy`U*q`vX%#{A#01X5mtL``3Wj}4_b=eEU&o)}BH zcC!Nrol+61khoCqTE#GZvCBZkunzPltylR~F5%(E(lYhTaDB;yE$K=b5S$vobLD22 zD>u8WQCC0Ls$_n}C!#5=1r@`b3$=HqY!|4(sUXN2HLsgB8jo2qp8k93?-T&>g72GH zFe_J90#zZ=ko@OU-}3936D%#>xTpG8Y6Cp=>`tC}VFC}RGg~nb1AK?~_rJly!UDH$ z-J&Q8L>2*RmC}ns$#9hnDF1_1m8Hc<-5*m|${p@{U>9F*?@YhOX2JRd6<}qE@f>YdJGB!_d$W)>^#xG@H%40#K{h zaM6gg)QA+E3nyHlDgdZft7KW$r?@xXX>%H>7ePy{I3CBnBed6yF^ELpk2<)ko3Ayf z4fFOGE^)WqDi#gZ3uHeeJIDqE1$`