From 107c2aca80c3852189abd25986b1470f57bf0aa1 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Sat, 6 Dec 2008 20:03:12 +0000 Subject: [PATCH] switch to oxygen icon set --- deluge/ui/webui/scripts/copy_icons.py | 75 ++++++++++++++++++ deluge/ui/webui/static/images/16/LICENCE | 14 ++++ .../ui/webui/static/images/16/connections.png | Bin 0 -> 868 bytes deluge/ui/webui/static/images/16/details.png | Bin 0 -> 692 bytes deluge/ui/webui/static/images/16/down.png | Bin 0 -> 525 bytes .../ui/webui/static/images/16/edit-clear.png | Bin 0 -> 625 bytes .../ui/webui/static/images/16/edit-redo.png | Bin 0 -> 813 bytes .../ui/webui/static/images/16/go-bottom.png | Bin 0 -> 788 bytes deluge/ui/webui/static/images/16/go-top.png | Bin 0 -> 792 bytes deluge/ui/webui/static/images/16/label.png | Bin 0 -> 746 bytes deluge/ui/webui/static/images/16/list-add.png | Bin 0 -> 761 bytes .../ui/webui/static/images/16/list-remove.png | Bin 0 -> 666 bytes deluge/ui/webui/static/images/16/move.png | Bin 0 -> 860 bytes deluge/ui/webui/static/images/16/pause.png | Bin 0 -> 484 bytes .../static/images/16/preferences-system.png | Bin 0 -> 874 bytes .../ui/webui/static/images/16/proess-stop.png | Bin 0 -> 722 bytes .../ui/webui/static/images/16/queue-down.png | Bin 0 -> 525 bytes deluge/ui/webui/static/images/16/queue-up.png | Bin 0 -> 539 bytes deluge/ui/webui/static/images/16/readme.txt | 6 ++ deluge/ui/webui/static/images/16/start.png | Bin 0 -> 501 bytes deluge/ui/webui/static/images/16/stop.png | Bin 0 -> 499 bytes .../webui/static/images/16/system-log-out.png | Bin 0 -> 775 bytes deluge/ui/webui/static/images/16/up.png | Bin 0 -> 525 bytes .../ui/webui/static/images/16/user-trash.png | Bin 0 -> 844 bytes .../webui/static/images/16/view-refresh.png | Bin 0 -> 931 bytes deluge/ui/webui/static/images/tango/LICENSE | 73 ----------------- .../webui/static/images/tango/connections.png | Bin 456 -> 0 bytes .../ui/webui/static/images/tango/details.png | Bin 498 -> 0 bytes deluge/ui/webui/static/images/tango/down.png | Bin 627 -> 0 bytes .../webui/static/images/tango/edit-clear.png | Bin 773 -> 0 bytes .../webui/static/images/tango/edit-redo.png | Bin 591 -> 0 bytes .../webui/static/images/tango/go-bottom.png | Bin 663 -> 0 bytes .../ui/webui/static/images/tango/go-top.png | Bin 636 -> 0 bytes deluge/ui/webui/static/images/tango/label.png | Bin 682 -> 0 bytes .../ui/webui/static/images/tango/list-add.png | Bin 323 -> 0 bytes .../webui/static/images/tango/list-remove.png | Bin 247 -> 0 bytes deluge/ui/webui/static/images/tango/move.png | Bin 866 -> 0 bytes deluge/ui/webui/static/images/tango/pause.png | Bin 464 -> 0 bytes .../images/tango/preferences-system.png | Bin 611 -> 0 bytes .../static/images/tango/process-stop.png | Bin 820 -> 0 bytes .../webui/static/images/tango/queue-down.png | Bin 683 -> 0 bytes .../ui/webui/static/images/tango/queue-up.png | Bin 652 -> 0 bytes deluge/ui/webui/static/images/tango/start.png | Bin 660 -> 0 bytes deluge/ui/webui/static/images/tango/stop.png | Bin 429 -> 0 bytes .../static/images/tango/system-log-out.png | Bin 799 -> 0 bytes deluge/ui/webui/static/images/tango/up.png | Bin 592 -> 0 bytes .../webui/static/images/tango/user-trash.png | Bin 655 -> 0 bytes .../static/images/tango/view-refresh.png | Bin 912 -> 0 bytes deluge/ui/webui/templates/classic/index.html | 8 +- .../templates/classic/part_auto_refresh.html | 4 +- .../webui/templates/classic/part_stats.html | 4 +- .../templates/classic/sort_column_head.html | 4 +- .../webui/templates/classic/torrent_info.html | 2 +- .../templates/white/part_label_filters.html | 2 +- .../ui/webui/templates/white/part_stats.html | 2 +- .../webui/templates/white/part_toolbar.html | 2 +- .../webui/templates/white/torrent_info.html | 2 +- setup.py | 2 +- 58 files changed, 111 insertions(+), 89 deletions(-) create mode 100644 deluge/ui/webui/scripts/copy_icons.py create mode 100644 deluge/ui/webui/static/images/16/LICENCE create mode 100644 deluge/ui/webui/static/images/16/connections.png create mode 100644 deluge/ui/webui/static/images/16/details.png create mode 100644 deluge/ui/webui/static/images/16/down.png create mode 100644 deluge/ui/webui/static/images/16/edit-clear.png create mode 100644 deluge/ui/webui/static/images/16/edit-redo.png create mode 100644 deluge/ui/webui/static/images/16/go-bottom.png create mode 100644 deluge/ui/webui/static/images/16/go-top.png create mode 100644 deluge/ui/webui/static/images/16/label.png create mode 100644 deluge/ui/webui/static/images/16/list-add.png create mode 100644 deluge/ui/webui/static/images/16/list-remove.png create mode 100644 deluge/ui/webui/static/images/16/move.png create mode 100644 deluge/ui/webui/static/images/16/pause.png create mode 100644 deluge/ui/webui/static/images/16/preferences-system.png create mode 100644 deluge/ui/webui/static/images/16/proess-stop.png create mode 100644 deluge/ui/webui/static/images/16/queue-down.png create mode 100644 deluge/ui/webui/static/images/16/queue-up.png create mode 100644 deluge/ui/webui/static/images/16/readme.txt create mode 100644 deluge/ui/webui/static/images/16/start.png create mode 100644 deluge/ui/webui/static/images/16/stop.png create mode 100644 deluge/ui/webui/static/images/16/system-log-out.png create mode 100644 deluge/ui/webui/static/images/16/up.png create mode 100644 deluge/ui/webui/static/images/16/user-trash.png create mode 100644 deluge/ui/webui/static/images/16/view-refresh.png delete mode 100644 deluge/ui/webui/static/images/tango/LICENSE delete mode 100644 deluge/ui/webui/static/images/tango/connections.png delete mode 100644 deluge/ui/webui/static/images/tango/details.png delete mode 100644 deluge/ui/webui/static/images/tango/down.png delete mode 100644 deluge/ui/webui/static/images/tango/edit-clear.png delete mode 100644 deluge/ui/webui/static/images/tango/edit-redo.png delete mode 100644 deluge/ui/webui/static/images/tango/go-bottom.png delete mode 100644 deluge/ui/webui/static/images/tango/go-top.png delete mode 100644 deluge/ui/webui/static/images/tango/label.png delete mode 100644 deluge/ui/webui/static/images/tango/list-add.png delete mode 100644 deluge/ui/webui/static/images/tango/list-remove.png delete mode 100644 deluge/ui/webui/static/images/tango/move.png delete mode 100644 deluge/ui/webui/static/images/tango/pause.png delete mode 100644 deluge/ui/webui/static/images/tango/preferences-system.png delete mode 100644 deluge/ui/webui/static/images/tango/process-stop.png delete mode 100644 deluge/ui/webui/static/images/tango/queue-down.png delete mode 100644 deluge/ui/webui/static/images/tango/queue-up.png delete mode 100644 deluge/ui/webui/static/images/tango/start.png delete mode 100644 deluge/ui/webui/static/images/tango/stop.png delete mode 100644 deluge/ui/webui/static/images/tango/system-log-out.png delete mode 100644 deluge/ui/webui/static/images/tango/up.png delete mode 100644 deluge/ui/webui/static/images/tango/user-trash.png delete mode 100644 deluge/ui/webui/static/images/tango/view-refresh.png diff --git a/deluge/ui/webui/scripts/copy_icons.py b/deluge/ui/webui/scripts/copy_icons.py new file mode 100644 index 000000000..3d1163e4f --- /dev/null +++ b/deluge/ui/webui/scripts/copy_icons.py @@ -0,0 +1,75 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Copyright (C) Martijn Voncken 2008 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, write to: +# The Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor +# Boston, MA 02110-1301, USA. +# +# In addition, as a special exception, the copyright holders give +# permission to link the code of portions of this program with the OpenSSL +# library. +# You must obey the GNU General Public License in all respects for all of +# the code used other than OpenSSL. If you modify file(s) with this +# exception, you may extend this exception to your version of the file(s), +# but you are not obligated to do so. If you do not wish to do so, delete +# this exception statement from your version. If you delete this exception +# statement from all source files in the program, then also delete it here. + +""" +copy icons from kde icon set. +Edit ICON_SET and TARGET before running this file. +#perl -pi -w -e 's/tango/16/g;' *.html +""" +import os +from os import path +from shutil import copyfile + +ICON_SET = "/home/martijn/prj/oxygen/oxygen/16" +TARGET_DIR = "/home/martijn/src/deluge-stable/deluge/ui/webui/static/images/16x16" + + +mapping = { + "down":"actions/1downarrow", + "up":"actions/1downarrow", + "connections":"apps/preferences_system_network_sharing", + "details":"actions/object_edit", + "edit-clear":"actions/clear_left", + "edit-redo":"actions/edit_redo", + "go-bottom":"actions/2downarrow", + "go-top":"actions/2uparrow", + "label":"actions/rss_tag", + "list-add":"actions/add", + "list-remove":"actions/editdelete", + "move":"actions/filesaveas", + "pause":"actions/media_playback_pause", + "preferences-system":"apps/preferences_system", + "proess-stop":"actions/process_stop", + "queue-down":"actions/1downarrow", + "queue-up":"actions/1uparrow", + "start":"actions/media_playback_start", + "stop":"actions/media_playback_stop", + "system-log-out":"actions/system_log_out", + "user-trash":"actions/edittrash", + "view-refresh":"actions/view_refresh", +} + +for target, source in mapping.iteritems(): + source = path.join(ICON_SET, source) + ".png" + target = path.join(TARGET_DIR, target) + ".png" + print "%s->%s" % (source, target) + copyfile(source, target) + diff --git a/deluge/ui/webui/static/images/16/LICENCE b/deluge/ui/webui/static/images/16/LICENCE new file mode 100644 index 000000000..0ff982655 --- /dev/null +++ b/deluge/ui/webui/static/images/16/LICENCE @@ -0,0 +1,14 @@ +icons in this folder are copied from the kde oxygen set + +http://www.oxygen-icons.org/?page_id=4 + +LICENCE: +Oxygen icon theme is dual licensed. +You may copy it under the Creative Common Attribution-ShareAlike 3.0 License +or the GNU Library General Public License. + +ICONS NOT UNDER THIS LICENCE: +*non yet +*add them here if needed. + + diff --git a/deluge/ui/webui/static/images/16/connections.png b/deluge/ui/webui/static/images/16/connections.png new file mode 100644 index 0000000000000000000000000000000000000000..2911e0cdc270758411e764a09376f8da88d441b4 GIT binary patch literal 868 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAdg$rm7-G@e+V7tsk}h#<{`=W)>SkWNd-G)5!L^b)Y|OLn_`3Qs%Xxj>p!8-b zdtso)$_YvxY#;AyCQV(i^0dvC)3I&TkO7n z=G-2+RjPT8@)dgg_H}#oZ}0sbT^ybM`s(fN#=W0gpZ<$B-}i%yq3Zm9vH5c=D?h#a z`)1SY3mfg-ceOJG;UCF5?N|E)aVJrmX{{S*9i<;l&pyMMX= z|55t?{k$jBNYw4F%}MfbtQNC+i7ZN z1s!)x)#@tt_MQ@7GiBBs+f5m36Xl*4OFx&b&aS@p{X@yu7`cZ>RbMcgSzF$+-MBLMuD|2;kJ6u5*YGpF zOh3w4w<7!Oy@H6B*FP7ZUyxOO={o-(UWV0DUv;}asL4G`JN7&>!I**P{tf$&FOOeK zv^JhA{YSf6@2m48h7OL}+T}{h%F5R}IJAG??VtWlRjAr-{ayC;PW`cu-!*X2dr=mq#ti~YJ%%rK^%d>x`St6Uxp?dS-%eI@!%TfY zFP-vW&f(8CJJxY4vS>~1x^?sB&%A>dE(Gif(Tbet(c-jFV0w^K;FK%}-VZ_hzL?DP d*>`k5Q%_@NO|fO;QU(SF22WQ%mvv4FO#t9+n<)SQ literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/details.png b/deluge/ui/webui/static/images/16/details.png new file mode 100644 index 0000000000000000000000000000000000000000..0947dbfb43aa78844d8fdfeec70ecf111d678e12 GIT binary patch literal 692 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAGW2wD46*2Ko$T!q5-4%J{(ku}$!@vZ8Ez-Kl$tJ>De7hg|5jMx(6Pj~Y3elF zC9d6@cqScCJm~a-)$^L#i^RYSN>N)^tTc2q@OZh=BQs-`wek0C!|&&mTkR}r<`lpC z`S<_x^E;E$7&<(d1(t^#`hU9NrH6&Licq$luaC|7zb8FA1O!+Mqv&*wbZyXW`RlMA#~>{_6`O6tHWhKU`FLMtt_-mca3yD4(prZmUyPgfT<)^%hsnxo3vcnM9(GPGZJ4Dkz;I0N%SH=p zxAgzzlhnf|O=t1-J)7EipjB7m(dFN@I$z^1ls=VqP7j;-PwM%DjnS!BH?;F_VEd5q zgy}TbddsSx+|A1$*Uag>e64hLgpL`%K$zr)ogdw!-+VW|rSE4{vuz^3F(+TiJq4-W zY4-DG%{uhirt7HE#)vcQHfMUi+4BDV{*LE~Szbi0e*5-_Pk-`Grx;B;|9owLM#RPl zll$Lwr+UqN|9jfmw6)8hU-3P_SYopN@!xZ@x4GZn+qWs@z1{5DvyIPx&SFSQTN!d{ z)6F%d^KI;yTn@>Eb)5LJZ0p7I;regqFPB;Mdtd&`l3TAW?iBK_Fg8BJV`v-|74_)x yi>@Uu{U+8hY14%1B0ilpUXO@geCwUu{N#% literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/down.png b/deluge/ui/webui/static/images/16/down.png new file mode 100644 index 0000000000000000000000000000000000000000..03f201428ade2247beda4510d7d026239ce76e95 GIT binary patch literal 525 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zA?DBMR45_$vce0^(jH5{F`90=`^8&(;rX01Ocq+_8*omdLJM>?}3;PKQ8Htk* z9g4bWmO4pI%+lIj z{y*4R7sbfgUXZ|4Y16iT#{y;H0}^8H?e6xGiHR{s>v$gT_LREf!XUy>(s?F-qU)Eq zZwrlrA{h;)avn(V{D1ZG(x8>`^Roj@Lo-$jRw-t!VO-C!C*|4ph02e%rx#2;cR%gG z{58}0Pv>th+qPyB*QwwMPEMsF1*{96?s{j%z?OB?griv~J#z0!g=YH*G5I4U<@w*e z5?4G}9dgjWw!)WRHax>xxy*pK@35ubjkDI<59G((zi~IB_jRF`Fz5QWj`O?~n5q^z zUHX%}Z#nn$`R`*F*XE{gtIvJE@n}e_#sq+r(9VU!%@3N z=~l>>t%56E16po7E&A75uu_lBv^8Z>y<+*Zq!gw6r%vzR-m8q(hAP>#5XP zeKKiFW0vg+dKRE|_-7;IwCU4UNi|YKex~BTFsXou7Z~_{y-=B3!HtT}PGPi;1l$ ze5|pwjA7mD6$&4I#;g=5e{|(Yl0@=`YnyicO1=H4-ykLTt@WmL8>6{c66&gcO?!Og zc+bTI-9QmR7Q5+fZ4!GdP8@lnQvA6%MnmLsrI)*`x!$D7ypP{qSR3o&)^qKM zPtUn?ddrqAn^9@q+o7QJq{#AKy~acj3x*Z;i)()0n|s`F@%)Un8$-LznjTw7tmQl` zAgDOghrz(;kH=fDN2@nZ_n*vJzT=(4+OsK_WX_~ycwC+AwKOBgCwRVBVvnQd)AuVM gEyHCA%PO@_3tge-z)rbE@K8?YJ3QvN$axKKq+0Wt`!}(SaNS| z(c4t&czQv-LX0TO!)3l6xu+Cb7U-);DR1>RHl91P`u&}q#piAFFJC?7`fw5Zy`z@T zYv+HCp5uI`XXypgEcHc~rzw6Ha+$86>7yC9tFhkx(l55}pN}8iXU1S9rjy5^v`b^@ zjyoImqUYzv_V@XS@hJR%EBop4WF5k>15rSIJu)OT6*>_|L=0X zOI}U-A#HqAiETd5%BJTpf_L*pZ+ClF#U{4n%AE^0YHQ9PY!Uuhu$SwZGyD9%nH-86 zH`X!hFr84CbEEh|gV>L$cUIip=R9G@2IK29XMEasbYi^q;~BbV8=lR4ea7lZc#j~D z@a;=)JtWI)G$Qpl80MV3p*@-PArs?=bN^dDMZ51_C*NQY;?_^q;F>hl>BU9d{WjaO`{0rV(VU3$Tci*qnGnSs|nIc^N z-{o)0v}pROaxL*+cu0uH=V98570G93zgZu*>5-Yo>ZE5!e%IR0PCJ!nIzdrsNyEc? zod(|(ggrTQQXi_ush8Z$zGc7Vj4N+S=w-J>S*KkzHGNXK7QTO5xA-G}-T&4rTU%b- z*k!f!O~=->s~IXyvs~`q{Hm1~;V0nC&uRNCDsauO7dcU9x9^TS)_$7nU%PyRko)o} UhYyx8FfcH9y85}Sb4q9e0I;@dPyhe` literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/go-bottom.png b/deluge/ui/webui/static/images/16/go-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..099cb3927adf544bedfbe011e8faed379d869fd3 GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAn&|1`7-G@8bb@z=Xt+%K{^B&Xld^e2pN;rk1a8e$;z*jkbXS0&`~vR6g_nE< zU!7`N#}YehDhtc*7tKNk6_zRmO2583$xTpan}(g1XikpFxwCU$*PgjE)AITK)~mCY zupZ3+Yc2o(v!>v~+5*OF^Ce_Vz215RdrykIbY{XesUufAO!5@IiU_NE%vvPG9C^&= zXzi4HE9ze`bu6kszbg0YyD)qCYw4QTy{}AG`o1hr=*s*D=9*iWm7Fd$+?#V`xt}L{ z16#q7+vUH$vHmuhbI^lj7n`3;eL1^q?yPUFvs~ZKx)#>1C-1hu)aLTNEsuL2v@>6? z^Y_{F`_J9iNk=X`(JVT9;r2~8|K-l{+mjZAZ(b5?Sa@^dq&!QN$4^)1voN$WPkw&b z!lvx!KUtgb%XgNXc*?_kH&*A}r7vGI)ar^VWVXyXxvs@|{e4Zr#Je9JunO)~Jj-)T z$}VbGMb*(wHT%obJ+C^awrzKuuAb2B zpn9iDi)o+efQ7aXx+=_Ma_gZe;59p@ACM>xry<|76s`ZJF!~(2-h*EX_|{7 zIGi53dMeI*__=wOr6Bijb@`cFHfDeM)^fI|d!y4dM`gi99)Vii=b62i&MGRB;M_Fr zFt<`){kP8%8~;3d@uPWn$JdM{PBMqzoNh_DCN!<}km}jB?f-6mIsW0toR0j@A1}Om z&u$;FEmdKC=jMi$ANY>7{pdR_9&h$PYEmqky?^pnS=8@;z`Z`QF6HPn yKmYy^ZP(}PGrzvvod567ul;5JwJXB^v03p%uez}L`)vjW1_n=8KbLh*2~7YObag8L literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/go-top.png b/deluge/ui/webui/static/images/16/go-top.png new file mode 100644 index 0000000000000000000000000000000000000000..b277d07c4765abdefced3818969faaf1f7dcaaaa GIT binary patch literal 792 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAn(FD|7-G@8bh5X{lt7W=|DWG`Z)iOKzD3{To+z=-uKs)c5*KyU8`T z)~^>gDjZKbJp0x^&I$Wwu2XpN@!mGKa8{;8M=tEMe*bDxMWkWS>l}_3`>uK}X;#1M z>#Mub;9x1o%9d8H+s7{|x3axG87|G_v08iW*V*h*lQ~;*d9N#835#CgDe%aYt9I_u z5)I+~`}G#QKXyolZ%=jh5c9fA7U>QI6S8 z3rt#As@M+egq}D2YWwFw@V(xy@2%5J)wI?cU+t^5yu6QDD_{bn0!!k#(@M`Z&**CK z%)M|UDAH>6^s6WBeRDSM{93SK@nj3Z7M4?~y*FdzKF>Sm6ZZIa&!HMd35#VboW$M- z-j5PK-c~Ma7PQe~fsRJ1;smq06x%07T*f!2o=X!g60#_D)BJQQ+vm*we@2<-bj}?T zXZ+*fH0@Nxsh=ENoEq^B-tt}^9~>G~bka5~o%&(zzRwG9vpeq#5eRZT!Em(INOZ5! xPwz>8QavwC6gb+zv{X>X`$XqYSB4*)3milnlU!t!85kHCJYD@<);T3K0RZ9)Ttff= literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/label.png b/deluge/ui/webui/static/images/16/label.png new file mode 100644 index 0000000000000000000000000000000000000000..0768148f168a5859614471dc1505bae00275f532 GIT binary patch literal 746 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAO80be46*2)ddWURI8oyG$NSa!m*%XPzBu!;TuabkGrzS-G|dMph} zjJ-bn_S-V1hASB+e@>n}8L==xLr+)t=k43Kr^jBuo2ou{f{)taO*;97=Xj47Cd^Wc zx$bH;_g+d*>_nB9Q`fx~XJ=!3_lH%YP4L~zmzu|tHXb>0gyq`x>w$XH7iw@Vy7)rz zc}$qd(=@&5)tn5+{UoHNgPj%z7>aePrlqF~_8&L2v+HYZWqtGZZDU8u{qKS6udkl# z_NveFxvTGGp_x8xvz9q>Fj{IP=H>CN4B^`M{_tm;ih0NT8I_fly9AOp@8554X>Z@Z zaG@d#6C=ya{^GA(Q|8Y%u(jnqXBl(dHfQ_o`TY#XZm^!-^l8?z*w~mD7aKWu0|^(8 zPlCTbF*0uNoL0qoHB0ntnsDD^8?EW5d*5BY&%@6jyfjGhvdPI!I=BA+o4V$^{s}!> z<(x`h$amQzFG~Zu9kB?f3irw3B)^3zy{vn$2EXVBy2? z?w@3N!|PS6x~^Ugwfa-&z#e`6WZmx>d!{X@vGbqk(ZX=YT2oD_WJ*bV{QMhtZY((V zF8fmy-&8MEDH$0RhVTB}{SACVy>3TOo#J|0WO>P?m%-*ocn!}B1qPPn9)^^E;=+P` zaWf6om@W7n*aa8^e*aasV-R=XZg>%=^r?zopr08kS_ AXaE2J literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/list-add.png b/deluge/ui/webui/static/images/16/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb9b1be8568765e6afa17a56c8f18641a09e533 GIT binary patch literal 761 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAD)V%446*24I@#Ah*ioeIe(|$!=k9FFs?PRyKGe=#vb1f-MTHiLu$+QsLE*r| z=U5686^_VXV09E0YvZ+M);QL|E!MU}_=C8_bOlG2S!P@IZWn*sBfUc;#_HtkGskD9 z-?L0_>oNQ>KW*;3jO^^m7gLH(JUZcEH91qk=y_M`A@hdkTXn_u>FGaz{dna)$KPN3 z_Dz{R#TSFc{Ya^=s@Yv1Kr zCq>@4efQvv7a9x+Nku}uH+8mLi-?T1ym9Yu>GQ{je!DUxFuZvA(lhna%%jGPg1jJehRzH&#^&#t+COP5#A|8mNJT_?5P+q?MG`d=JO4Kp78KF)Ce zd%(I7ha(AUCZ=X-UymIWXb2Z$a7o_Cs3>85+y3Ag1+fpWWkkANGjb2`G)R0jHazm^ zW3{4!(vL^Sep%hyTgkoFG;6EWmTQU+o<8Z`ke^`isf1-?#Tnl93uGcW{wR362sk-# z6fWA*_jt~ly{ZeA__Q%(p5CJ@$|i5iAlx`ZAcXnMzIm(+Ja&8fBW(E8n2Znm?%bgB z`nRFONy~#Z#!{sR&Ip{*n6CY>v(ts?WD3)n8jU7}S^TFpOwMX#=4+}hoYE2^v`vbcKkp1(Qs;X^@yygXCK3AP2VRQM;KVaQ^rW42%ju$_|M^YgR##_$_|l?_yM R85kHCJYD@<);T3K0RVfFPXzz~ literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/list-remove.png b/deluge/ui/webui/static/images/16/list-remove.png new file mode 100644 index 0000000000000000000000000000000000000000..ef8e685e2edc2bd322bc20b3930b3b8a4a956692 GIT binary patch literal 666 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zA68Cg*46*24I@vZuxKQHQeDkw{v-{&Fc?W$i{Hbv8QjoQb=)tC~9HyNDrWV|O zO$qLu(XXyJa)`*vT-wXAG)7EZmdBz)A){UCM%d)lNpDx?`kZ`PRll4&{g&&mp8wx# z>umJ->yvsOs%)Bj;x2!L;-q_b_I<6L`nc$C_iCBxzdt;vD{l3$65HUT@>BhI++0an zZny5ppOS&sj83<1zFcG@(KBzKQEdD+hbji%2rs{R<+3K*1-<)j9scRPRV#3xQ_0!N zpH99qGdFDCE_LF}v$;|mQhvP=bI4r#Z__jx`*ilriUNK&&GoiDi9NjFrpvKqW+FTm zvOm5(+PjWX^|Jdlv3WwN?e2?;e9jcK9ZUGUtMCAig*BT@C&#vX``&52w-bA3@a<0o z1A~rGs`AW4OQD{kcBw`gz87nn*PmMc?%eeFR?F_6^M!p%88V{8fBmxhGCx4ckX^^mV|&@#yazBHqCdBJ)i4za?+yfhin43{fhRhdDI-*%qlr=o>-?-#KDSy55x zd?Tc5-`Qtpxz0VxRa?_q{iI3=NJ2ur0|_+P2&yJ<@XSrRNQ=pS{rw znB%{^#C2A}RhOLgJRZ;1up21y8(-|LKEV5WH|NUd#ka$Zliy_Y{$DNp|JeR&q1O^V U*E}9FFfcH9y85}Sb4q9e087Umo&W#< literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/move.png b/deluge/ui/webui/static/images/16/move.png new file mode 100644 index 0000000000000000000000000000000000000000..cac82e0fed40158780afe62b8e055c07e6f72003 GIT binary patch literal 860 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAy6NfS7-G>ocT#kQNV-JZ{F$*}VT^)g}{NaTwD?5|b{l%mh{7xBmuTfH(A8I(mo!R89 za&4ue{;raJnLC}YT;bg7v#4C%hk@Bav(^4~zy0as?~KFS0z^vwo>}rBS8Pr31(%*# z$8`AS&vke-?_fh?2$v$uEWdiV3U;sUoOHl6OFB-t`sbX#(nT9L+dW^ud#;D- zOYR%~3QL!m&sCf&Xd!v3gns+j#!l^?ZK4O6G*_;76)yTG zzp?qyvHy0in6H0e=)~jm-^K_0J6NG**SBDblcs5hgXa=~oS2`w_NINQ?_VxAdArxs z^(phUrh6V_n?xwwg;*^5#+guXfYko_Lyh zW^qZ3VB7h2fu`-V6lHbh{%d%bZfN$_SW@)G!|!fCK4xe})lImX{Y;?KWrlgWUXa(J zrAsv|UvNzoRekdGXT}fR10Q4#o_o4C=jP&!y&9T&ddD{DSXo(ZaO-z7uklz~@Y}Pb z;nk|lh{Pj%^c)hEZOy5 zf=9V)ew=!8XsyD2nRBTvksi6Zx+hbL4k%3Zdbmq3^SI+TVTr?ker8|K%}aXb&bV>^ z($gze%{)G7sU5?kk3S}Cue)@Uvmz!d-~IbbP6nxIS8HVFT3f!UlzYE9pW*Mcg88SI TKEGmMU|{fc^>bP0l+XkKf+vbH literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/pause.png b/deluge/ui/webui/static/images/16/pause.png new file mode 100644 index 0000000000000000000000000000000000000000..a9b3113fb0b3067163f8186bc42d66151b6f7b73 GIT binary patch literal 484 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+Fcmv_hH!9%zHtKyau#?* z7Bes~?gn8-t2d7yF)%PlmbgZg1m~xflqVLYGL)B>>t*I;7bhncr0V4trO$q6BgMeL znC$7|7@~3Bb>d#H!wDj7{_75(Rh<6djb0FMri<5B*8dlre$Gl-Ykx$c^zuQ^J^dnu zAB2`H;0ub0Npj_!f5`mEdK0cOL1RP%^8Ib-v;@V{1cNZe` zG8itTh@Ft!c(h7st4WGO+tR}_45rH%y^k?&4Ox}h?QW9%Ot7IT*`z%rc%{nLMF*3) z7A#Or?)6fddgJ*lK}+p33?gSF9|c=ZOWmGhR_T`fQ@&emNzSxbN2aX@H1#uz-aO$C z*AdWgnV_ovV)~7w106iR$0mrWHvO9ve1c0RzH*t%)YxwkOIy-wL@k78a|D(Bz2Pl( j`REnzKRawL{$&>G%s2j)am$>6fq}u()z4*}Q$iB}VY0_e literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/preferences-system.png b/deluge/ui/webui/static/images/16/preferences-system.png new file mode 100644 index 0000000000000000000000000000000000000000..f2c7c0867f657da1209816b3c410d61c2d1df9a1 GIT binary patch literal 874 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAdhY4s7*cVocXGDJ!n-ClP86S{qLL)GL~#Q~S1W{iq==Exj|xteWx9igoMOJt(mF>v__1!S&a=o33Zb zG@m;Wt}$g6!-1Le=l}0e;5eOReE$3QubLlA1@(R%Q+McI7AocA_G8I!p2+7n1Pj$4 zpB3w74Ll)Q(v&Ye?__>SmDT2L(^hx&bj_MKd$u;?oO$!+2}jPHxqPaZ>W%HW30or{ zF2Cznqd)z;j;`+7_tPKn&*OafZElg~^wVd}C3(O4E#F*vc7xcH!s@bIv)g^i$3HqR zzucL2@n#y2Is;$B?L9j@42|vls&?*}VXrokq0{A4$I+xdx5a{w|HXc2W@ta~_@j}K z(2Q1QC&nk@B2IyAH}6c?TyagjW{E>}b#)w%t(&cZhDuv&Yx1$}Q{#hQ`mYfG6vLZr z>Tzr$Q;pq!uZoHpJ{kf7LjJ1F7c<@jYHx8~wKA69@@#j^9`87bhin}O`1eo0R=T+P z{=>89P9FMTeOyaREAD5_ML_}m_dF%L_HEdZtII82$OuXFlJ5aYJksgAM}&1B0ilpUXO@geCw*1CcQR literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/proess-stop.png b/deluge/ui/webui/static/images/16/proess-stop.png new file mode 100644 index 0000000000000000000000000000000000000000..5b4c488bdfde337177a0fa697d72b92c91bfb4ff GIT binary patch literal 722 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zA^7nLc45_%abnl>O%xVaSy7nUBi-9+9sVw5Ik$YZ zN6qX9PQE?;_DbYf~Ki`NQGM-|xCoE1$V_ zQ_250)6dD4lQRB4*xC0b;{4la&Al;B8Xn=gTB0Ra+nRVaC*I#bQC8AV)XM4@Q=3PE z#QEy=@xED~xnJz_zr9m2s=e)stw80L`THH7AN8KWbmydJ)%so)X0@v3SKDFuhiu%+ z-3~_HIm&u%zKz;Cm$S^w61#4sEn<=DnEEGrR!`cilPXna(soLTp4U^8e+l3FB2s!g zO;^yUmvh2wvp+G%V&fP8J?MO9U){f&znku+{ja;!Kkt$HqYj2k&T3u?iK~}wUc60Y zN5wCdeeW-S{$x5UQ;Cr=802J?Q%b5xOR7k{Phbwt;jJMFtH`}&YovRc#6yA&*bQ2$DQ Yla{<&sKatO1_lNOPgg&ebxsLQ0H546s{jB1 literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/queue-down.png b/deluge/ui/webui/static/images/16/queue-down.png new file mode 100644 index 0000000000000000000000000000000000000000..03f201428ade2247beda4510d7d026239ce76e95 GIT binary patch literal 525 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zA?DBMR45_$vce0^(jH5{F`90=`^8&(;rX01Ocq+_8*omdLJM>?}3;PKQ8Htk* z9g4bWmO4pI%+lIj z{y*4R7sbfgUXZ|4Y16iT#{y;H0}^8H?e6xGiHR{s>v$gT_LREf!XUy>(s?F-qU)Eq zZwrlrA{h;)avn(V{D1ZG(x8>`^Roj@Lo-$jRw-t!VO-C!C*|4ph02e%rx#2;cR%gG z{58}0Pv>th+qPyB*QwwMPEMsF1*{96?s{j%z?OB?griv~J#z0!g=YH*G5I4U<@w*e z5?4G}9dgjWw!)WRHax>xxy*pK@35ubjkDI<59G((zi~IB_jRF`Fz5QWj`O?~n5q^z zUHX%}Z#nn$`R`*F*XE{gtIvJE@n}e_#s7-G?T_458~;Y69^AJ2dPS$HzG=!?73GG8WFPj9ZRSJgzb1zmGl7d9u{ zaapl-c2lzkYpjgbO;@hcl8IKHcmGtgi04}0F)jaYbH4U2i{qbAnLlsdU;n0 zFXVsmgDbzT%)a*b+q-zi^!ex4ob#`Jy~ zv+Q#3*%rRr-f(Vp-?qxa=dWhAEnlkOpSi2 zs9_{?xO&5;a9{o-yXP}?&)&Ru;=)&N^NN)wFijAepym8PSjtx~F1kZ6w7U1WJB zA??5o9!ujGJ_~jksipI5Ufn)ly~kVj(*1_NKi|1kFDd<1RDJJxjN>GJT_+9?4JHxm z4O>0%g=D+OvJsoKN&^g{gdo^iVe)%?ae%rnsv5$Bsc3AZs=_G qm5F&3@U67u!^2>Y|Nm$1W4hQlL2`?6sT2bP1B0ilpUXO@geCy+f9Adb literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/readme.txt b/deluge/ui/webui/static/images/16/readme.txt new file mode 100644 index 000000000..f89f74105 --- /dev/null +++ b/deluge/ui/webui/static/images/16/readme.txt @@ -0,0 +1,6 @@ +All images from the kde-oxygen set. +See webui/scripts/copy_icons.py for mapping. + +See LICENCE for a list of icons not taken from oxygen. + + diff --git a/deluge/ui/webui/static/images/16/start.png b/deluge/ui/webui/static/images/16/start.png new file mode 100644 index 0000000000000000000000000000000000000000..80ff3a1d50871134d810bc38d2637fcedccc0404 GIT binary patch literal 501 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+Fcmv_hH!9%zHtKyau#?* z7Bes~?gn8-t2d7yF)%PlmbgZg1m~xflqVLYGL)B>>t*I;7bhncr0V4trO$q6BgMeL zSmNp87$PCbdeG53m{Eq|!+-0qg0F5ZtZmVYwQ&+eGjI31S<&x)r>y#L>5;~* zpOY4D()(6+pm!Dmip#{1)kqc+#Pidp!{jd6v@u31kH zM|Ff*JwMTU$R%}^QD8;3pSGx?*raO-*JdsBPHx?3EW0_Xxz(jbVC|BL*G@-vm)U&3 zv8L*#M|7uvVvE4pDCO19KQI0nXq%sMc9wwCANFe9y!raN<~OV4 literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/stop.png b/deluge/ui/webui/static/images/16/stop.png new file mode 100644 index 0000000000000000000000000000000000000000..180280e8ba359d2a4389e93284454cf943b27dbd GIT binary patch literal 499 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4i*LmhONKMUokK+Fcmv_hH!9%zHtKyau#?* z7Bes~?gn8-t2d7yF)%PlmbgZg1m~xflqVLYGL)B>>t*I;7bhncr0V4trO$q6BgMeL zSmf#A7@~3Bb)vsEOQFoM{hy7VE@9>He25d0T(;)_Kprefc6YuU}!m-NycAg)hqXT!$V%IP&i_t7FaU zfUCY!rR?lXS6w-~@YCA5g^5>Z-+psx(OF?xxr~j6&Az4`c4GN>g-!gu#bpPtGj>lsyaK1Xo7isZF={b5qH)2w z*ggO3*wQpVoy-sPHzjptd$-uzC;OXk;vd$@?2>|uH B+0Fm} literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/system-log-out.png b/deluge/ui/webui/static/images/16/system-log-out.png new file mode 100644 index 0000000000000000000000000000000000000000..201353e70912d66568ce11e49422a60351b676ad GIT binary patch literal 775 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7BetNuLohqIH`#;3=9nHC7!;n?ALiDcug7oVoFUJ7?`Gbx;TbZ-0GdU+dsrn z;wk(-iA-V z|NKdq6>+&+Y4M)T%|GtRIhEeL${M%wz^SJSmoj-HUcdejr0LShvc`vvts!eC&(R{m zwlnLmKG>-jk*@Cd<@@5jyQAOxUs|p4^;d*Hf8Y17imzT=`0c=(zElUXe9Ch-9@?HhzqecB}4}WinjuKe>EM)U)jkP+5zr+ar zTwuLdZ@tdKZPQ%mn22SnGK-w9)vVka!7w=}{B!xI4K?CssSX ziMz~tUOm12tNc~6p^TTxhu1ePiq6k(F#eM*Ajvb4Mdj)F_Qf1_ehWXI(!KF^x#HD_ z{h}7@;}!mw24<(Q6ew+F46dn_&AQF^hv7rbfyg+A36TzWu1VE~t$7uh?ZQ!T`&PdE zOwl*blrPT{5%1;*RDGVyC!vzo_^kA5L*O+*pJj={ol7ivlO#3nF`Rl=;KIWv@aihp dK8B9_{%3rbt#J=^Vqjok@O1TaS?83{1OTQqRptNy literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/up.png b/deluge/ui/webui/static/images/16/up.png new file mode 100644 index 0000000000000000000000000000000000000000..03f201428ade2247beda4510d7d026239ce76e95 GIT binary patch literal 525 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zA?DBMR45_$vce0^(jH5{F`90=`^8&(;rX01Ocq+_8*omdLJM>?}3;PKQ8Htk* z9g4bWmO4pI%+lIj z{y*4R7sbfgUXZ|4Y16iT#{y;H0}^8H?e6xGiHR{s>v$gT_LREf!XUy>(s?F-qU)Eq zZwrlrA{h;)avn(V{D1ZG(x8>`^Roj@Lo-$jRw-t!VO-C!C*|4ph02e%rx#2;cR%gG z{58}0Pv>th+qPyB*QwwMPEMsF1*{96?s{j%z?OB?griv~J#z0!g=YH*G5I4U<@w*e z5?4G}9dgjWw!)WRHax>xxy*pK@35ubjkDI<59G((zi~IB_jRF`Fz5QWj`O?~n5q^z zUHX%}Z#nn$`R`*F*XE{gtIvJE@n}e_#sE)h07`@AzI|`TWj%>zZ&u!8=nuRM><%kIa1*@OrCPY}Bl#vsuwAS`(VjZ{+$J zel_ds`T~nT3R1oQ-euM3MMOmGus1gTylMCD-)=|OwL~-ZW@+s``S||4pbPb3_I7bn z94vNHbLY*g+qq*$#s3D!wPDg;YLk6@eHUI^J*CU?Q#Pm2>H2^YF@d_J33dxNZWO$| ztvzP$eb$2s8w~91|>3A(^(U-jA#unc^d-9=q6o1 zIjf^bCx?Gr&8v{$eRb`H$5oQ~dkNWB>Oa|J7+8 z^PH>iafNP$Xom;egV4;@_LGroR<$nD_#q;1yVkZv+R5hZafSd9)z1qB!WrM}@~!?{ zxbNLBvCAg{r(1bT>;KqS-V^fE^ooN^7{A1dRZ`_L?X%t6I?P=qtLwUBYiA$494~m< zcCi>|!S6Tx7JbbfM`GuG`oDj}rcImf-Mo2o9owHjU*6~~oA<2ya`T_asAoRcm)G2^ zntS%kGq?Eo_;z(6!Fw}*JbV7U-gEioq{wM6cIkbrhzVLbMdD|VNVn_7(%5Iup2;yB zzjOS%xocnp--6nrqEBx1_5V{B9De?})p_BBsFfjIZHap#qoTU}eSB;fuQmR6NqN3k zOvLqKgMk1e-+t@A4t;-Lo@TIa(A;D%lFuk^8m5=(f3}W+fq}u()z4*}Q$iB}vHO3F literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/16/view-refresh.png b/deluge/ui/webui/static/images/16/view-refresh.png new file mode 100644 index 0000000000000000000000000000000000000000..86b6f82c1ddd53740bd95cd9a252d6d0341b0656 GIT binary patch literal 931 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zI14-?iy0UgcY`pa)tkqU7#J8NOI#yLg7ec#$`gxH8OqDc^)mCai<1)zQuXqS(r3T3 zkz!zAR`7Ij45_%4JNayOOsK@M`QPspzq_tt?5V!eQ+=Ut+cgOjKaI7$P8oj}Tv+sv z(RIU)(!~!hg}Rz^?GiR`vKAK-5$Sae%u*CxtfqRf->ft9Qpp>YV&l2L3(whpuW;u{ zyC`q7`}3aXPb=?F?=if=Z|fdv5VK*|8g+Lq<;hRi8AacWiCmR`Rp0rs^XHjAKkqMh zW~f+xVBW;W4_=j9{v7)${QRz0J!^Aq^M)C%3LFKGzww@lncKPj`Zj&V!~ILWK2BEg zc;weufA-A6{N;XgXIUBloRVO6`0s_F$FB~FetrE*zvSb~=|8IF_jC8jBvouR`}W~V z=f>kM0&EK=T*xrlP*}~J!g2MX)*d;2S+%}vM_jhHoslpQsQCB0`7g8W^gcOB@!m9M ztE)5qSIX6|`NQYVU9qiQyZHX%?Lo&*K32aN{f3n%L6W;i!a^`^#gw)=Wp~`%yRVCX zEU&#R5~Jw6Qcr#6B|G8t*@cJa#m-&&@?++XW2~M{t}O3s0#evcCO`U(?nHYEk7;25)&X*X&pM-!view$OuyB9Rs)kCo|Peag!2=j~wd zViIfYIaidKJmu$=Ei-(+n6_vp2|7W(RSQKxgd z^)9JBjI?>OGf7Ul;Hd*w{0$8Yvr~84voew!AMk!KS@LCl#M17CQ%`V5?uqqbI zYU|&A$=ZLGJzqBaivj;Sfdx#7-xGS~It$KfHjMhq*>z{7+x4d}H)u|0sA-?`_qYo~ z+&jAm`=0g|tv3ow`M6Q!?WUH}?uYMUZokNml(-k1&s1UkK1S(z-SZlW1Km64ZIF;P pXPY9qnc+cu%=_oZO5Z$|4=l=-^DMZp!@$76;OXk;vd$@?2>`QsvY-F} literal 0 HcmV?d00001 diff --git a/deluge/ui/webui/static/images/tango/LICENSE b/deluge/ui/webui/static/images/tango/LICENSE deleted file mode 100644 index 487b9e929..000000000 --- a/deluge/ui/webui/static/images/tango/LICENSE +++ /dev/null @@ -1,73 +0,0 @@ -Images in deluge/static/images/tango: - -http://creativecommons.org/licenses/by-sa/2.5/ : - -Creative Commons Attribution-ShareAlike 2.5 License Agreement - - -CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. - -License - -THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. - -BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. - -1. Definitions - - 1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License. - 2. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License. - 3. "Licensor" means the individual or entity that offers the Work under the terms of this License. - 4. "Original Author" means the individual or entity who created the Work. - 5. "Work" means the copyrightable work of authorship offered under the terms of this License. - 6. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. - 7. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. - -2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws. - -3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: - - 1. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works; - 2. to create and reproduce Derivative Works; - 3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works; - 4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works. - 5. - - For the avoidance of doubt, where the work is a musical composition: - 1. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work. - 2. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions). - 6. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions). - -The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved. - -4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: - - 1. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested. - 2. You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License. - 3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit. - -5. Representations, Warranties and Disclaimer - -UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. - -6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. Termination - - 1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. - 2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. - -8. Miscellaneous - - 1. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. - 2. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. - 3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - 4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. - 5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. - -Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. - -Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. - -Creative Commons may be contacted at http://creativecommons.org/. - diff --git a/deluge/ui/webui/static/images/tango/connections.png b/deluge/ui/webui/static/images/tango/connections.png deleted file mode 100644 index b57c65c86a666d62dc2120e6410ddd6cfc142857..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 456 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^PXNr}OT51_lPs z0*}aI1_o{+5N5n|x9$%E0|R@Br>`sfH6{Tu7U?S|n%o%}7(+c>978Nl&z)rGeKyNi@?yb4oet+{ z=iGzWwi$Xnx*#S!%jM&--QVxMpSRopf$+?|xw0MtGU;9phK9zr-WF1yb;7*Qzo^ue zOmVP~N>(iO)p#;3@|w8$PFDsd-WGutC$5br4G%D~Fz|nO&Dp&=uqncS^KYNtrqIf#$S?-^m!zH2?>3Hu6lip%I-y}Nk+MSP$*BdgY9}M2e#DwmW9hkmn&$!rD&#(GZ|#}JFtQzv_SGX+Yt z-B&hFzSZ!T>paI@vA_KsQQJBel!||F+P1-UV%cpM7Z>S`W~~2M3^$uKrW!2XzhIUD ztNGctTQW=B+&AWboqM=a{@(Y;)=yrj7_Wc*OUF&);Q76|>yEykQ$8nA;_}BA*EFh@ z@PAWd+`(9OIm`5*#A{(eCkBRv7h2S(6w768m5N(Ewe?tea@vIMzi0AJy{nwJzm!qM z(`jSKj9>0cT*Vy%r}*`Rt+ouwaW7)jSgJ9NYwl*9)AJsAs9dsVJ|>Y8S;l+mXF` diff --git a/deluge/ui/webui/static/images/tango/down.png b/deluge/ui/webui/static/images/tango/down.png deleted file mode 100644 index 732d46f37de7f9620096ce1591e34890810b7473..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 627 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7Bet#3xhBt!>l4pvj9Z3_jf3bN{z&+C7H<)rM=gGA4u+oU4d- z_+ZxZK)}i19P6#7W^P737MAB3|2res??1@kkX`%Z*xA=p7cPugb^GhgDMviKJUkaP zY!KF7dO#vM=n{MN&I&OHZd=DCA=~tAD=O?iEM4EZL~YT&-+x+*r<_bV$I!vhz{t>J zSgKXM>%vE?+hv8G!h)~nn}1xomG^r)vr^}~^?Y%9`vSaJ-_Jh#%!*;F_KVndV_VDG zok5YI%Q6pbN@}=fFoW^(rU#`qHnZmPYQJA4&S+sBySu5xYAwH<)uveKS$&lrncT=)C$wG$^A-R!Tu zD4%iq>7NXhe_;2d=T diff --git a/deluge/ui/webui/static/images/tango/edit-clear.png b/deluge/ui/webui/static/images/tango/edit-clear.png deleted file mode 100644 index e6c8e8b9f341cbf3a1795631ccaafd14b0e0c911..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 773 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zBuiW)N`mv#O3D+9QW?t2%k?tzvWt@w3sUv+i_&Mmvyoz8V4Cjf;uvDlJ9UzG#*}oC zw)yX8&wSw{H2b!P(`1i5S67H=t95f-YU=j#E^C_J+I_LNN$C$aYpjGgo6LkDftJ2w ztqIFy;j{~Wes~FQxjBDt9<496v5avuU1RFWbI@278mLG(EEC3_jb0=?|e=! zUpe>G)V0#)M;`m?H|%O<@p55!acjBXk?^8Flee7@E%vsyUA}wo%lczQZ$c&?JE1Cg zPF+Uwf4rmC%CgM0`~H>`yKh;yuCadqzuC*f~I^iVGiN_Ne%d?E4udEOAv{{$ERn~>7_Hz zq!!%ObZLqBYR2Vy_CoW&Nro2roD59L?Z2w(HGi!+R%+XI)aDx7ivr%MA7!81opEPZ zrE0#Eak-aeD4#-)!MP ziPrhn@xDDvoP3g-<#WxhmR-K2RTq-X>$K7$&qcdwhg88@>x26r)P>zG)pX%%?K&E? zD{ILL>4UzdikeA2YQD2hrW`vfp+48KDg9^Myu&-6?-TzuAunrQUe@KnbfLf5(dJtZ z)l1vdB{1x{=$or&Aud?R-e9wV!-sJ)BlEOrz75i@hvWDqUo0zQtgutx60)tJG{U#{ znE+F0U*b)B&D!XPr(W!p6BcX`ZxHYQ^z-wl0KZi?Q}^6jKCeW6wrRtP^2x%a*XrQd%L~Y5dMvT-4yT z*v#bRH)H-@cIWrro?JW@zOB40GJC7; z14)BWlbk@49L5i3mLg4!dF*e@SHJU$^*Hc%QQ~?zzXyknT@UNI<}F%vg1teU^*7hS zgDlc#_il=suvcQ4S^bSC=S>%>F!$V@c2}SM?XR^n@AO~E`#I&p)wSo>TbJ3_tL*4h sKEM>fYBo>h?t7*^KV6r9)^EOl-Fp{n+zopr0QWNiP5=M^ diff --git a/deluge/ui/webui/static/images/tango/go-bottom.png b/deluge/ui/webui/static/images/tango/go-bottom.png deleted file mode 100644 index 2c5a80385cca2f80f829819f25e943bee4fbb759..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 663 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zBuiW)N`mv#O3D+9QW?t2%k?tzvWt@w3sUv+i_&Mmvyoz8VAAw-aSXBOof>4F5u7Mt z`@dGjJV?jI*Gk28<$Bi*Wkzc`WLZ>YyE?j^WnDLPTss&mQ030P(0dtQP#|Y+i;vy9 z)&Or46Q^#c_9;tDqYQoD@BRO{xZ}u`B}x2$PCtBH^WXA*qDxB{kKc?`fkiJ^+PaKS zR!3_roHXKN8LHLMz=l& zN4bmf^!%+$U`U?O_1<;CL~g-G2ZoF5n2uery{y>kQoNmSdWX(Zl@5^(k(!;n>uL;S z-#v)kJk#p(hjR+8Av%|?*T4SMJYgZb!x9}&rY=thaR!!Cvri}dQoXaI>OK?WoZmA} zE_-#qzQ)&3>ClB1%i?!mjz0NtAY(&BCG*J|j~_ptP1_Lmn`K>11BZ*$x$kj@lM)YV z>pj1mul`eX?L*Pz^`B>+n*K@X=%M3|Qpa~~Z<_R5P)9?6Bh$dy>R0mN6?tJRcT8F@ z@UY6*<@hsGfk~J3<#)4fPMD=;_UF8Tt}LUsv%(T(IlDHG75q2DH|uGt$j-iA7ISc8 zr6Wgvjn(HBbp`P1>}>z3W?{xV`TOiI z7&DzsFkq58=i)x0+W!6e@axZHX8XUjNRDO}IVQ&S*?aHC!ygwvWVy`Cd-an4DP5~n zRq1{IBUO$+Go9pdE-ijXdw~%96;7M^)z7qk9xvC9c+}@uKe_s#Ug*F2KTNCCc(szw TNDDGBFfe$!`njxgN@xNApzIr) diff --git a/deluge/ui/webui/static/images/tango/go-top.png b/deluge/ui/webui/static/images/tango/go-top.png deleted file mode 100644 index 70f2c996cd72a79328be5bd0ef9b39cc86be7086..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 636 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zBuiW)N`mv#O3D+9QW?t2%k?tzvWt@w3sUv+i_&Mmvyoz8VB+(1aSXBOT{_v{BP39y zz5e;X%Dw4Lc{x`!w0Q3D%m`@WFA8k46glDYno&9J?l2r~S(@kkvXGlSuO z*#looJ~fmU{Hyx4?(uA?W%2g6J~ZDt5Th4!!?^MF%P@ho_4D?pt!HNqIjq#iu76wM z%&vKPcZD5Vo;&|tx$ba#-$k#V++kkxFW$T6R=byZu7b~dt^(V+wv#L@tJc}C-7jY6 zG^t6UlmC9&h3nPFUS+(ODz%-P3sSOWi}BQ*6}NvzMz%a;2-3Xrn9J;kxSi;|q?C*` zuA14WzLtFAKd|llkEPaSK8n}=DovSmVVaBOFUGeVB4>@f_VjS42b*=?|15C(-r?n! z=i1)&JQY4oLB%o4$yDorcxpsn%To@WuzQLZ?>e5m7tATtTY2HZl2dYT-^`q~bMBT0|&}CdH-C5-S{(A5EZ`10yJyWjyW?#7bvDyqvH_H>w9JelII`o|X7NfT$ z_C6!Sk(_|9-3iZ*^+^_9`EzlxxJHyX=jZ08=9Mr6 zRVL;sIOpf&WTqA=XcQEumZs!ua%Gg16jy~SMivC|tR45tC=S*wU;3W> zP0p$H>zKGA{fn36V=c}r7yezkbp1?UTvG_|kHQcs=h6pOyF6pIo>V`tWw_3X`T48a zzusJsyudXhS55Bo{E5p7m-{D$mR(Ly{@r|l|2VV7r$d)qN&{vw*f%;cZfV-WmMFyM zqVbTaFVbG*`+u=Oour%%)7n!cTRj69{`6 zVrbtO(z1jhQH~>{PV)DzUlSK>+qCw!l*`OHUy{=dB&%Ck71uV;XR_yIiO^qkGE`)e zb?OH_ah<2T*8cE4x%#(;J^MnjKXwrjZpq#jp3^p+uD^XG_<(wlP2dG?@11s?VFJ%8 zR!_RSxkImMSHm=o$+K_n?DTc;zOp&;!_6O!mY)u=&FforFOac(JDVx9@&Ermhd(;p dTxZ)IfA8#8Y8y=gWwdGiiHde3>Q3I978NlpPjgu?_h#R zoBXAt3EPXAF*AspkIk0RI+v2c6@KC^wOvmgKsX-q( z8nQ~%#5tY@F*Y1Lv0p97|7nDuf7|6&li$WWAN~I%`T6FT?DU?_Ra^bHiPq1y4Jq>G T?%q`12MP>NS3j3^P6#8Y4HqwGu;&&>;o}h89m3#}JFtZzpc#Yz`1; z+s~eP=YW;=3l2%;wYhE_k_y}%Ym1MtmULX%rsVSZoxkF#&6|x|n=qfm-Z0KgE%rN~uW!;2xln8Kew#a!abi=Qz`gGE roW>T%FM7#v&2o>+wR`yEpZ!PXHNm>K-JUeu0C~XE)z4*}Q$iB}R?l{q$DcrExPHytTpU|{Geag8W(&d<$F%`0K> zP0cISEzYb;O;N~9&d=krg##`wjbu#)BLf3t1+T>H(j*1-tjyfp#AJ1a;F8qLywoBc z1+I*ek^(DzeTal!ZfS95azBYQF?mUad!p=rf^Re#}JFtb0_(GOiq+JZvX!FALHUr=N@K9ZR?!nA**Dv zjfIy#bAro5#g-#VDUvjcVRKrg#-`?38If&I3i6iT zzW4ol;x-}O6X#!6&eK2N{{Hjhz;mTBJ1j)cg+G6`nA?Fdfc=e6VCv0j|NcgYMQvHX z|Ff5Nz2nM{-%WOwP1!kT=dUO44$17loOf5aQ@W=v^2yf=4VK>urv?3<{dVu$^7Lz> z6}PRblNavXTo^dh)TD07(+wvlIVHcf>-x0$<-Y$+k1unqyYlnvyX}v2Kc4*ZoKsM6 z<_xK+3omkhyj!94?sB-QfsL-M|9!8+OJ{$|D{}j%BE#2x{=KO8tfL9p>$(#RI;PF+ zUZs;TRf9qK@#YsZ#rB=k|5W#gIeOEY1q>W3SFU7;cw{ILY~VBb*R|+uD?VSg&ZE4$ zn3_vi*%&MC6f&tyT+Og-#*8-4^OF1wXOH(iD4f1|i-_X+WkE03Em*lwuHmui(HU)> z9e>0+ILdar)%A5}FF*D2b-lyN)eNGnqO9dJC*S@qcQGRN#KTiuMrP@2#28u*Cziw> zpBX-BN=2Dy;Gbue!o*(uSbzhAx9(cTtWuj>Fq!}BO z6i%HoTd1$8msV55Px# diff --git a/deluge/ui/webui/static/images/tango/pause.png b/deluge/ui/webui/static/images/tango/pause.png deleted file mode 100644 index c8b4fe2251f885e2362b7ef36b85d6c3a178f7c8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 464 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7Bet#3xhBt!>l{of%1QoQs5*l3?7#L$cT^vI!PM@9RohRbR z)3#r0_sn-1udd$cvT!Kk>3HDbQLseglq5r|wTpnjn)GQN2ARJS#r~dP5Z=h5@3nM& z%>Fw22l4K=cF+H3Yppw9>5;O4)&8~Dv(L@9t=zBw>)Y3_kvz_J_5Z%4&5z$-S-$ON zp0Ge=TUy(yV^5EYP8Sbf@#;a^8vcUfcpqK9JFZy7d46 diff --git a/deluge/ui/webui/static/images/tango/preferences-system.png b/deluge/ui/webui/static/images/tango/preferences-system.png deleted file mode 100644 index 9460dfc746be14e4b2a6a94f91d002fa4a56318f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 611 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7Bet#3xhBt!>l{mIZc!VvxlMi_?Ffe}bba4!^IK6a|cZP7H zNbCNYKYY4;MYx*0Hk>)uy6vv(8a)${q_o#g1&Sd{R&3Q33Stsvc6M5j?O2lP(Dmq0 zXYYli@TN;4Y___Lhdrs{)@tP`hSG`(e8utugAEsTa9StT~@myK+ed+|i>ztj7-TN-)m{pp87u#-X zavXbH)s0xZLjy%tBtd|Uc0Kj!Tx|(?$1xHAAbIPx$=7G0S1BQi6PRs1=rIg7j1<1(r8Gl`NWZE+2cb_*0=HF7D zrF{CPdcWm`ch7xRh$o!MWH|6HR_@ymzK@@e>u>tW+EB3CQ*V9H--y4;If4nPkF9^# zGT!=DRbls;QQ=Q!QOPY&6W>YMuUB(BT-xVkFliTykHwDLN30*3n?Jhx?bV);Jq!#C N44$rjF6*2UngGB92~q$6 diff --git a/deluge/ui/webui/static/images/tango/process-stop.png b/deluge/ui/webui/static/images/tango/process-stop.png deleted file mode 100644 index ab6808fba55428710250c72b2569ca5288cd6df2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 820 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7Bet#3xhBt!>l{q!2#dUeJ56n5hz`%6S)5S5w;&krh-TuLe z67BPgU$W-*9y{?swe6ULc132^4$hTk9kXUk*s)O{;tzj}m4!s6jEs*=4|m~(gS!oP z%m`4KwV~tS5k5YRtyjdnG8eKx-16LdKJ(J1Pipb|p7_qYU;XoG=nbL%Ly5Mwh96xH zgqCse9%G5=b4oQ{{)gE<`^!(g*ga)u*JemD1bGQCWk%Li{J8MP$oO;IfvFl1rj1&E z4!!^U)vc}V&gaLEXZ-xL?Ump9>A(8;>}+bY)Fz!YWULL`uw`PviHURP)JR&CtuZ&U z*ul7dT~lhVu)wNQQC7YRLKnlIKkL((>XpuR_~G-YbhXdVDw31W|7>I|HuZ+H1h6(NcE{Y5r1*Lp)x^F!Ek8f?~clGjm{P>TaNCsc~*OlkzGw)iYp`iNIDRJ@DiGl?? z3%-7Pw6BmkHn5<|X2wU0pVs9Y8cPp5a5XZm_+P22`siQnlPe4cWfsnjEP?!+@{y6}cYM}4@rtM&5h zR9m_9(h`y7$D7~Zv$c8qcE(PbW83pjOciA)(R|uAD^WqGd)GFzn9z#C3W?h$7aN%W z{=G8S>gca#_63;-|eDFO`ZMArK-P=e=3UWYz%JRt}ZRLE4tY+TuUx}ZNwVg?AO6Ed{VP!d5Cj8 zO19dY;Jn<7O^M0B=xEaPOo?`;wQH*~>*jT3<~4`5H?!@Zf3qge=ijfXn-$cP7hzyvVDNPHb6Mw<&;$SyP6U1GL*~TUBP&riNWC5gxQsSn_`_7S~T|; zCui7KY+a`rw?0Dl)Z!nn^Kv*C1UqB|1V!HEaRdlW51lJ>_@7Mc% z?>oV_HM&K|PjBq`cyz`hj{^OUaE9r`VYQ+98jz0qU@fiH^by-;vI!UGrxLY zF%4u<{8{i}-qWYP96y>hF8WW2?JlUcykjT6E%#>gg!Qa97xuXFP1>c_RqyL~{fLX} zni4ySJ;ApGEf{7`T~HO~e{YXw!{3F;FHYO(aR$D;Vrm#z-m^=sD!tcVzwJ1iOSS>y zIs=WoKIezRC-zoH|4giVecklp?GLgOn)?<`Y<$0Lqr>jmNjIMMAN;e+XJ?@8`x961 z@G|aF>r$C`CS`tP^hSQi<)Z$-=STGYnY=qH=W+g@wH4E=^e*lBY{qcrnSK1NjKBLC o7%XaB_wq9wHa~i^{_7v6VlN@BwhWom3=9kmp00i_>zopr0N55QTL1t6 diff --git a/deluge/ui/webui/static/images/tango/queue-up.png b/deluge/ui/webui/static/images/tango/queue-up.png deleted file mode 100644 index fa9a7d71b5615dde4c5f702f95df533adadd56e0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 652 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zBuiW)N`mv#O3D+9QW?t2%k?tzvWt@w3sUv+i_&Mmvyoz8V3PB6aSXBOojTb+L)cN| z*nacf#y5Lgt1^84Uu#B#9kdeLQI50&#v4Aau~ zzATfvmiJ(X&E5N=p5IDkeXR8S-*Z0LVIw8*dsFy1AGYIelMgmCO+4m%%YWGTMQ-lgxgye57kLjI zj%DmSefclDQs-v(<3GLr@$wu?H0le_=I-E?6<_$*w)2_IjlRQy2jAvsJ-qe$X==tN zg_cgM+T&)TANBsri2KF!&RX_En}6Ho?^hy@1wC1)pNNZ=-M==hzcmHuo+#5a@JfBxBlVB%Rjv~Zm~=j za()$@cXZy)@|_Pm7gv4%CA?av_(N}Q!NCJQO$RxP`SZe4eWUlkVeeE-)jM0|cUf)A zHLj(<#0{Dg3fSZ_98!Fv^`G0^`YOxNaLKOjN_VgJZ>de|7KFaGPu`aG%WF~8?KUIR z1)?>cANJZZEYTN~-@}%~V8|r+jX@#j&Mte&JXN(rZpH7_4Za_}z3sv*B?blt22WQ% Jmvv4FO#rF8ARPbz diff --git a/deluge/ui/webui/static/images/tango/start.png b/deluge/ui/webui/static/images/tango/start.png deleted file mode 100644 index a7de0feb09ff9e98d1eeaca81e9fbf6793ef2706..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 660 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7Bet#3xhBt!>l{of%1XUEz-CP^Tz`&&F>Eak-aeD4#?`&a4 zk=FAzMkiH#)eL85CJ75ic^WA1^167%BPgef^-F6!pCXbgcWyFIu$Vf@qE9n!Z&5ER<2pO@D@#r-^?y3gYxx*1l<+DrF>d&1R$*)RVoCFfq(AL{+O7*vsOT$Y z&UnWl;_CMGcYgh@eXO(3_8mTGpmX`in>WnaA74L8(-GUdn8hidF>1H9Y3iS;c9GLg zs&O!IT>PL=G4J?e_5L-j{oHOggl{of%1U2+NUH*TVfq~J=)5S5w;`G@`@m|b^ z0`2?XELktcm1ffr@j*mM&gqCZ$D>Y{Jxv|g1wvR{HM{KA=xo`2_wJGQzpK}F`Acz} zNim9lW-j^Tb!yeOWBSGU4GGfuCQ=*sZZ6I2nK<9*{CT}&g)+1G8A|&OCM5Xv`S16= zcl-X=RbDd38C-l5u4*b>eZ0Lq+{W)+Wo7L%-A>QVBJXV(u0_qs;?7}QCF^kHTJ!`D zg9A3_U(Hx>PM2xUE-?XDCbk+5kyOW7OV6ZT=1O4Q&a>g#Y6TYm$Y~-+=jeFPTpGMA zlXZhqhJVxBss}S{Y#9QksotwTwdm1rsT(JXUx_ikvf`|qC(I$CAn@Vdc3%MAa?*I8Dy>zmGUFd=i4+|TsA7y+hT}scb9IQ`yPP(#KX4T_>n+HRjwD#{5lvu~J e{-^kBS(+i%xz?v6}mCrR@>P|Movt zR83!B7jHXHM&?evk>@1Ax&Wo7_rGr(Na|q}+@y1q?c4dy>F4Gfcuwm1^8S|d&KR{W zC8=JvvuTqp`aCaB;TAu)c#2bYa}ZZU+MOqFb{Zc(kjX5-!ssY4L4`AO)}^ei1?LuS zWpmK%HGGz=pOO0_@+R|yaE6~X^9*=SJ}qiVysN25giEVp_f)Q% zcVzT@PrfRh!qz0bIw4qOzE0SD_L@5z7-idZ^mHx+b^Xi|oimy5 z;P+({+Z4BN&p9Ysw=ibq1Q)^j-u}<;pQz|}>3`g{YhGPqLeI;Lq@<<;zj%1%A74K` zJ>uH_+1Hl}-HI}^lS}^e!{GO#75}?A<~|kw_jF5VgC8WTh+3zME?6NuxVBM z&E4fQ=l*us`i(E)9z(@E_qAcFkueFMulZKY>o3-Q_G)uO&8;)Jd;jcNJN^6n>@#Q1 z=t%z9SO4nOR&C|2QKEv0Z!X?2fBmP_@;OJ-1Ac|S^7giWV<$5#O=VzUVDNPHb6Mw< G&;$TI!e>bU diff --git a/deluge/ui/webui/static/images/tango/up.png b/deluge/ui/webui/static/images/tango/up.png deleted file mode 100644 index c4fae73dee01db01c2b2d73bac7b2b9e7d03829d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 592 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7*pj^6T^Rm@;DWu&Co?cG za29w(7Bet#3xhBt!>lEak-ar$VWcZP7F zi0yaZM=3#>9in*{ARQ%|Q(JNe~ap4on$9PJ}fxjWm!Dw z6Dub#@8zFwcEPV#;^BoaB}Nl{d}b`OymPSWoSv@!U44;bJqA1rLl^`UuNgWmo$$`{ z@uNRB+C5hM41a!wt=;-@%eIP#&(=yODlo5|a>Z+<{kM<8?xA|qXJ_1AKA+|9^z|`S znUQH_+1d)4qMDkDOPjbvZxxHUDkx0~+8bN*Cq?K$`lTpihH94QM`9Td#&R4~Y*9GJ t8guYqD}y*wQ}GV_XJt0Lf4=|Xd$R7`QOVa`oeT^N44$rjF6*2UngGAz0$u#DvKDumi|Fw`_BvvOfsG>jv*GOmrgqGJta}# zxc&Lxw~b6)H^qn;Grhd9wuR$2^Q$DKhqp9$m34CHbKYGw`|c)ZaZcyAVu>!#Rd|gy z7aY|+Ey`k;diU=4+If{$Golk&yqOOlF!=n?I-c#Hv53R_r`z%b)Awu&-DzpIspR@= z&+XsKO6EwueJ{NtqqZjL1)tBkiUS$-_Zbc!?vIH4*YtSDj&+~U-zt5lBffk6$F!~1WG`H3=j#1gl;P7){xh{z zes%Z7TAN(AM9;~wf;$~P-xP1({%q0L&04d*OM@#jXT@FafE_#h93-v? zw(2gKbxCE{iAT>pjc$gUn9g%plhC8sacFPD0sDsc*B4A_W-ZEotRb>?#E&^q^ErPx#Po>9Vr5f1r0l{)iXFXGw=X}82$bO{I^M2KzlqY4Z{V&A1Pbw^^XJ|kEyM2%7#|NN<<>~6@vd$@? F2>>hrA-@0s diff --git a/deluge/ui/webui/static/images/tango/view-refresh.png b/deluge/ui/webui/static/images/tango/view-refresh.png deleted file mode 100644 index 3fd71d6e5929ba0c40db1960e36e9acba9d7e525..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 912 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7Sc;uILpV4%IBGajIv5xj zBuiW)N`mv#O3D+9QW?t2%k?tzvWt@w3sUv+i_&Mmvyoz8U{>;UaSXBO%?P z{a*ck>d&>tx$My^wsExyEnB$AxVQe|3^(&52@xyyxb#eD{IEHZU7E+2N3bMu(F5ki zhCZq@Oc>4ouqaNta%gqo#S4?JTsp?+X1zuB#hERi@BQBQdeP@ekp+`x-#KcluKqkG zDeZ?x>ZbE1FK!76-21X5>uSpk^+P)zpAu%!yD{zMwYzdG1x+=LC2G4}FCTI6zphmq zo4)ztH4(-cff`{3MrHeJ(tj;f7k$4?_j68FxY^;J_Y6lmW==ena$S0t#LZjRWxI|y zUFf_Z!>b^3L6BFHLyF1xsH@C*zHqLiU9!BUU+nb4dDBb;jUQjNP51x0Ci}OEgu#)u z7iCthV|Tv(WY*P-j7-{`UN@u}&@mZwh^{{E~#?tR9)TiZ*6H3YdIJ}%$wqRYm#fQ7+h<)P5ypC{?t z{BEA|O0dE4w$bNpsc}Ca-|ml-nyd5XZtWYPclJ7oRm*r*N-!`paOU?0eX`1j z(DdJ@@)&|kGhgpgE6b}^e_3WH>$<3r)x>ch^R?{qkMZ{R_cW+K-lBdrTfAL;b@D zdOgc+UGB_v5oHb)F@=SR8C|yh7xx);9k#y5QF~!}&CacsMY?;l515vG>dFRfPr4LV@J2TDqp^Hw(yRDp6>ulw;rp5lTj&6EfA;KwT zQC_*_k!L9j!!&tML*FOQ{O;TA)cv_&!w1j*-_4)(^WV|oy?;*GKHBZ-Q~?)_Gt-~! zJiWL(Xk}0C%w&cK+dl|5yxo>sq-(%@pqjUBTexBVgrK9mv9lEq1zerjo^$%oZT|1| ZdZA@m!l`GDF)%PNc)I$ztaD0e0sxg-qm=*v diff --git a/deluge/ui/webui/templates/classic/index.html b/deluge/ui/webui/templates/classic/index.html index 237ca0ec9..9cf5dc01f 100644 --- a/deluge/ui/webui/templates/classic/index.html +++ b/deluge/ui/webui/templates/classic/index.html @@ -54,10 +54,10 @@ $for torrent in torrent_list:
-$:render.part_button('GET', '/torrent/add', _('Add torrent'), 'tango/list-add.png') -$:render.part_button('POST', '/pause_all', _('Pause all'), 'tango/pause.png') -$:render.part_button('POST', '/resume_all', _('Resume all'), 'tango/start.png') - +$:render.part_button('GET', '/torrent/add', _('Add torrent'), '16/list-add.png') +$:render.part_button('POST', '/pause_all', _('Pause all'), '16/pause.png') +$:render.part_button('POST', '/resume_all', _('Resume all'), '16/start.png') + $if is_auto_refreshed: diff --git a/deluge/ui/webui/templates/classic/part_auto_refresh.html b/deluge/ui/webui/templates/classic/part_auto_refresh.html index 60a20be86..9aff0b69b 100644 --- a/deluge/ui/webui/templates/classic/part_auto_refresh.html +++ b/deluge/ui/webui/templates/classic/part_auto_refresh.html @@ -7,8 +7,8 @@ >
- - + +  
diff --git a/deluge/ui/webui/templates/classic/part_stats.html b/deluge/ui/webui/templates/classic/part_stats.html index 167aa07a8..5cd92b829 100644 --- a/deluge/ui/webui/templates/classic/part_stats.html +++ b/deluge/ui/webui/templates/classic/part_stats.html @@ -9,9 +9,9 @@ $def with (stats) $_('Up Speed') : $stats.upload_rate ($stats.max_upload) - $:render.part_button('GET', '/config/', _('Settings'), 'tango/preferences-system.png') + $:render.part_button('GET', '/config/', _('Settings'), '16/preferences-system.png') - $:render.part_button('POST', '/logout', _('Logout'), 'tango/system-log-out.png') + $:render.part_button('POST', '/logout', _('Logout'), '16/system-log-out.png') diff --git a/deluge/ui/webui/templates/classic/sort_column_head.html b/deluge/ui/webui/templates/classic/sort_column_head.html index e12b447ad..861cf9184 100644 --- a/deluge/ui/webui/templates/classic/sort_column_head.html +++ b/deluge/ui/webui/templates/classic/sort_column_head.html @@ -3,9 +3,9 @@ $def with (column_id, column_name, order, active_up, active_down) $column_name\ $if active_up: - + $if active_down: - + diff --git a/deluge/ui/webui/templates/classic/torrent_info.html b/deluge/ui/webui/templates/classic/torrent_info.html index 505a7b3bd..16795af19 100644 --- a/deluge/ui/webui/templates/classic/torrent_info.html +++ b/deluge/ui/webui/templates/classic/torrent_info.html @@ -5,7 +5,7 @@ $:(render.header(_(torrent.state) + '/' + torrent.name))
$for id, title, image, flag, method, url, important in toolbar_items: $if (flag > 0) and (id != 'details'): - $:render.part_button(method, (url + str(torrent.id)), title, 'tango/' + image) + $:render.part_button(method, (url + str(torrent.id)), title, '16/' + image)
$:render.part_auto_refresh() diff --git a/deluge/ui/webui/templates/white/part_label_filters.html b/deluge/ui/webui/templates/white/part_label_filters.html index 0609c4b6a..e1c51a5dd 100644 --- a/deluge/ui/webui/templates/white/part_label_filters.html +++ b/deluge/ui/webui/templates/white/part_label_filters.html @@ -16,7 +16,7 @@ style="width:100px;padding:0px" title="$_('Filter on a keyword')"/> $if get('filter_cat') == "keyword": $if get('filter_value'): - $_('Clear') diff --git a/deluge/ui/webui/templates/white/part_stats.html b/deluge/ui/webui/templates/white/part_stats.html index e72779947..f63e7cda4 100644 --- a/deluge/ui/webui/templates/white/part_stats.html +++ b/deluge/ui/webui/templates/white/part_stats.html @@ -3,7 +3,7 @@ $def with (stats)
-$stats.num_connections ($deluge_int(stats.max_num_connections)) +$stats.num_connections ($deluge_int(stats.max_num_connections)) $stats.download_rate ($deluge_int(stats.max_download)) diff --git a/deluge/ui/webui/templates/white/part_toolbar.html b/deluge/ui/webui/templates/white/part_toolbar.html index 2c8ff9cb2..fc738c820 100644 --- a/deluge/ui/webui/templates/white/part_toolbar.html +++ b/deluge/ui/webui/templates/white/part_toolbar.html @@ -3,4 +3,4 @@ $for id, title, image, flag, method, url, important in toolbar_items: + src='$base/static/images/16/$image'> diff --git a/deluge/ui/webui/templates/white/torrent_info.html b/deluge/ui/webui/templates/white/torrent_info.html index f996d2140..a6a0259cc 100644 --- a/deluge/ui/webui/templates/white/torrent_info.html +++ b/deluge/ui/webui/templates/white/torrent_info.html @@ -5,7 +5,7 @@ $:(render.header(_(torrent.state) + '/' + torrent.name))
$for id, title, image, flag, method, url, important in toolbar_items: $if (flag > 0) and (id != 'details'): - $:render.part_button(method, (url + str(torrent.id)), title, 'tango/' + image) + $:render.part_button(method, (url + str(torrent.id)), title, '16/' + image)
$for id, title, tab in detail_tabs:

$title

diff --git a/setup.py b/setup.py index d6bd1ee43..b678c7b19 100644 --- a/setup.py +++ b/setup.py @@ -369,7 +369,7 @@ setup( "ui/webui/static/images/*.png", "ui/webui/static/images/*.jpg", "ui/webui/static/images/*.gif", - "ui/webui/static/images/tango/*.png", + "ui/webui/static/images/16/*", "ui/webui/templates/deluge/*", "ui/webui/templates/classic/*", "ui/webui/templates/white/*"