Browse Source

Converted remaining icons to svg

adaptive-webui-19844
Bert Verhelst 6 years ago committed by sledgehammer999
parent
commit
9f8f9b6702
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 4
      src/gui/optionsdialog.cpp
  2. 4
      src/gui/statusbar.cpp
  3. 21
      src/icons/icons.qrc
  4. BIN
      src/icons/qbt-theme/kt-magnet.png
  5. 29
      src/icons/qbt-theme/kt-magnet.svg
  6. BIN
      src/icons/qbt-theme/kt-set-max-download-speed.png
  7. 26
      src/icons/qbt-theme/kt-set-max-download-speed.svg
  8. BIN
      src/icons/qbt-theme/kt-set-max-upload-speed.png
  9. 26
      src/icons/qbt-theme/kt-set-max-upload-speed.svg
  10. 41
      src/icons/qbt-theme/list-remove.svg
  11. BIN
      src/icons/qbt-theme/rss-config.png
  12. 21
      src/icons/qbt-theme/rss-config.svg
  13. BIN
      src/icons/qbt-theme/task-complete.png
  14. 13
      src/icons/qbt-theme/task-complete.svg
  15. BIN
      src/icons/qbt-theme/task-ongoing.png
  16. 14
      src/icons/qbt-theme/task-ongoing.svg
  17. BIN
      src/icons/qbt-theme/task-reject.png
  18. 18
      src/icons/qbt-theme/task-reject.svg
  19. BIN
      src/icons/skin/collapse-expand.gif
  20. 10
      src/icons/skin/collapse.svg
  21. 12
      src/icons/skin/completed.svg
  22. 12
      src/icons/skin/downloading.svg
  23. 9
      src/icons/skin/expand.svg
  24. BIN
      src/icons/slow.png
  25. 21
      src/icons/slow.svg
  26. BIN
      src/icons/slow_off.png
  27. 21
      src/icons/slow_off.svg
  28. BIN
      src/icons/url.png
  29. 5
      src/webui/www/private/css/Layout.css
  30. 8
      src/webui/www/private/index.html
  31. 4
      src/webui/www/private/scripts/client.js

4
src/gui/optionsdialog.cpp

@ -139,8 +139,8 @@ OptionsDialog::OptionsDialog(QWidget *parent) @@ -139,8 +139,8 @@ OptionsDialog::OptionsDialog(QWidget *parent)
m_ui->IpFilterRefreshBtn->setIcon(GuiIconProvider::instance()->getIcon("view-refresh"));
m_ui->labelGlobalRate->setPixmap(Utils::Gui::scaledPixmap(":/icons/slow_off.png", this, 16));
m_ui->labelAltRate->setPixmap(Utils::Gui::scaledPixmap(":/icons/slow.png", this, 16));
m_ui->labelGlobalRate->setPixmap(Utils::Gui::scaledPixmap(":/icons/slow_off.svg", this, 16));
m_ui->labelAltRate->setPixmap(Utils::Gui::scaledPixmap(":/icons/slow.svg", this, 16));
m_ui->deleteTorrentWarningIcon->setPixmap(QApplication::style()->standardIcon(QStyle::SP_MessageBoxCritical).pixmap(16, 16));
m_ui->deleteTorrentWarningIcon->hide();

4
src/gui/statusbar.cpp

@ -231,12 +231,12 @@ void StatusBar::refresh() @@ -231,12 +231,12 @@ void StatusBar::refresh()
void StatusBar::updateAltSpeedsBtn(bool alternative)
{
if (alternative) {
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow.png"));
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow.svg"));
m_altSpeedsBtn->setToolTip(tr("Click to switch to regular speed limits"));
m_altSpeedsBtn->setDown(true);
}
else {
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow_off.png"));
m_altSpeedsBtn->setIcon(QIcon(":/icons/slow_off.svg"));
m_altSpeedsBtn->setToolTip(tr("Click to switch to alternative speed limits"));
m_altSpeedsBtn->setDown(false);
}

21
src/icons/icons.qrc

@ -290,9 +290,9 @@ @@ -290,9 +290,9 @@
<file>qbt-theme/help-contents.svg</file>
<file>qbt-theme/inode-directory.svg</file>
<file>qbt-theme/insert-link.svg</file>
<file>qbt-theme/kt-magnet.png</file>
<file>qbt-theme/kt-set-max-download-speed.png</file>
<file>qbt-theme/kt-set-max-upload-speed.png</file>
<file>qbt-theme/kt-magnet.svg</file>
<file>qbt-theme/kt-set-max-download-speed.svg</file>
<file>qbt-theme/kt-set-max-upload-speed.svg</file>
<file>qbt-theme/list-add.svg</file>
<file>qbt-theme/list-remove.svg</file>
<file>qbt-theme/mail-folder-inbox.svg</file>
@ -308,7 +308,7 @@ @@ -308,7 +308,7 @@
<file>qbt-theme/preferences-other.svg</file>
<file>qbt-theme/preferences-system-network.svg</file>
<file>qbt-theme/preferences-web-browser-cookies.svg</file>
<file>qbt-theme/rss-config.png</file>
<file>qbt-theme/rss-config.svg</file>
<file>qbt-theme/security-high.svg</file>
<file>qbt-theme/security-low.svg</file>
<file>qbt-theme/services.svg</file>
@ -316,9 +316,9 @@ @@ -316,9 +316,9 @@
<file>qbt-theme/system-log-out.svg</file>
<file>qbt-theme/tab-close.svg</file>
<file>qbt-theme/task-attention.svg</file>
<file>qbt-theme/task-complete.png</file>
<file>qbt-theme/task-ongoing.png</file>
<file>qbt-theme/task-reject.png</file>
<file>qbt-theme/task-complete.svg</file>
<file>qbt-theme/task-ongoing.svg</file>
<file>qbt-theme/task-reject.svg</file>
<file>qbt-theme/text-plain.svg</file>
<file>qbt-theme/tools-report-bug.svg</file>
<file>qbt-theme/unavailable.svg</file>
@ -338,7 +338,7 @@ @@ -338,7 +338,7 @@
<file>skin/bg-header.gif</file>
<file>skin/bg-panel-header.gif</file>
<file>skin/checking.svg</file>
<file>skin/collapse-expand.gif</file>
<file>skin/collapse.svg</file>
<file>skin/completed.svg</file>
<file>skin/connected.svg</file>
<file>skin/disconnected.svg</file>
@ -377,10 +377,9 @@ @@ -377,10 +377,9 @@
<file>skin/toolbox-divider.gif</file>
<file>skin/toolbox-divider2.gif</file>
<file>skin/uploading.svg</file>
<file>slow.png</file>
<file>slow_off.png</file>
<file>slow.svg</file>
<file>slow_off.svg</file>
<file>sphere.png</file>
<file>sphere2.png</file>
<file>url.png</file>
</qresource>
</RCC>

BIN
src/icons/qbt-theme/kt-magnet.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

29
src/icons/qbt-theme/kt-magnet.svg

@ -0,0 +1,29 @@ @@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#733737;}
</style>
<path class="st0" d="M29.52496,10.79864c0-1.77153,0.00484-3.54224-0.00241-5.31377
c-0.00483-1.10318-0.80283-1.94465-1.88184-1.95351c-1.85124-0.01611-3.70329-0.01771-5.55453,0.00161
c-0.75451,0.00805-1.34153,0.38088-1.65799,1.06775c-0.14092,0.3076-0.19809,0.67801-0.20131,1.02104
c-0.03301,3.21934-0.01369,6.43869-0.08133,9.65723c-0.02657,1.25134-0.53145,2.36177-1.47037,3.24028
c-1.74415,1.63222-4.56409,1.33106-5.93058-0.63372c-0.71828-1.03393-0.96709-2.19991-0.97031-3.42951
c-0.00805-2.97858,0-5.95716-0.00403-8.93573c-0.00161-1.14183-0.7988-1.9833-1.90761-1.99055
C8.03153,3.51686,6.19961,3.50881,4.36849,3.54183C4.01822,3.54746,3.63975,3.69643,3.32973,3.876
C2.68232,4.25043,2.47538,4.89624,2.47377,5.60323c-0.00161,0.94455,0.04429,1.8899,0.04268,2.83525
c-0.00161,1.06453-0.04429,2.12986-0.04751,3.19438c-0.00241,0.79316,0.07006,1.58874,0.03704,2.37949
c-0.04671,1.08707-0.08052,2.17092,0.08374,3.24994c0.38088,2.50751,1.42044,4.70823,3.13641,6.57397
c1.41481,1.53881,3.09534,2.70721,5.0255,3.52533c2.46645,1.0452,5.01503,1.40111,7.64655,0.88737
c3.1042-0.60554,5.75343-2.06222,7.88973-4.41754c2.11053-2.32794,3.18472-5.06737,3.23223-8.20297
C29.54509,14.01879,29.52416,12.40831,29.52496,10.79864z M4.77916,5.45185c0.78431,0.0153,1.56941,0.00484,2.35372,0.00484
s1.56941,0.00724,2.35371-0.00322c0.25526-0.00403,0.35914,0.07811,0.35753,0.34545C9.83526,7.18714,9.83526,8.57537,9.84331,9.9628
c0.00161,0.25365-0.09743,0.32934-0.33981,0.32854c-1.56861-0.00725-3.13802-0.00644-4.70743,0
c-0.23915,0.00081-0.34142-0.07006-0.34303-0.32531C4.44419,8.58906,4.42808,7.2113,4.40071,5.83434
C4.39426,5.54607,4.48847,5.44622,4.77916,5.45185z M27.53683,9.97085c-0.00242,0.2319-0.08213,0.32129-0.31807,0.32048
c-1.58954-0.00644-3.17828-0.00644-4.76782-0.00081c-0.21983,0.00081-0.30358-0.08294-0.30277-0.30277
c0.00483-1.40836,0.00564-2.81592,0-4.22428c-0.00161-0.24318,0.1079-0.31083,0.33015-0.30921
c0.79477,0.00725,1.58954,0.00322,2.38431,0.00322c0.77464-0.0008,1.54928,0.00966,2.32311-0.00564
c0.29391-0.00644,0.41228,0.07247,0.40504,0.38813C27.56018,7.21694,27.54729,8.59389,27.53683,9.97085z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
src/icons/qbt-theme/kt-set-max-download-speed.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

26
src/icons/qbt-theme/kt-set-max-download-speed.svg

@ -0,0 +1,26 @@ @@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#427337;}
</style>
<g>
<g>
<path class="st0" d="M11.64348,9.29902c0.00005-1.87213,0.03014-3.74495-0.01249-5.61611
c-0.02172-0.95323,0.68474-1.66495,1.65072-1.64124c1.81361,0.04452,3.62978,0.04258,5.44351,0.00062
c0.94308-0.02182,1.63802,0.68973,1.63069,1.62574c-0.02968,3.78997-0.0124,7.58031-0.01211,11.37052
c0.00004,0.52629,0.00094,0.52698,0.53736,0.52708c1.86065,0.00035,3.72148,0.01551,5.58184-0.00776
c0.69151-0.00865,1.18496,0.26276,1.47176,0.86571c0.30384,0.63877,0.08701,1.20641-0.34466,1.71431
c-0.0371,0.04365-0.0796,0.08275-0.12019,0.12336c-3.42639,3.42785-6.8537,6.85478-10.278,10.2847
c-0.35813,0.35872-0.76032,0.56891-1.28501,0.55004c-0.43756-0.01574-0.77053-0.22104-1.05908-0.50831
c-1.82321-1.81518-3.64321-3.63361-5.45751-5.4577c-1.6762-1.68524-3.34648-3.3764-5.01424-5.06999
c-0.77104-0.78299-0.52472-1.98675,0.4938-2.39964c0.18417-0.07466,0.40237-0.08991,0.60501-0.09062
c1.89508-0.00656,3.79019-0.00353,5.68529-0.00431c0.48087-0.0002,0.48273-0.00191,0.48292-0.47774
C11.64389,13.15814,11.64343,11.22858,11.64348,9.29902z"/>
</g>
<path class="st0" d="M5.42428,29.9589h21.1457c0.82545,0,1.50082-0.67537,1.50082-1.50082v0
c0-0.82545-0.67537-1.50082-1.50082-1.50082H5.42428c-0.82545,0-1.50082,0.67537-1.50082,1.50082v0
C3.92346,29.28353,4.59883,29.9589,5.42428,29.9589z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/icons/qbt-theme/kt-set-max-upload-speed.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

26
src/icons/qbt-theme/kt-set-max-upload-speed.svg

@ -0,0 +1,26 @@ @@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#D1954E;}
</style>
<g>
<g>
<path class="st0" d="M20.35652,22.70098c-0.00005,1.87213-0.03014,3.74495,0.01249,5.61611
c0.02172,0.95323-0.68474,1.66495-1.65072,1.64124c-1.81361-0.04452-3.62978-0.04258-5.44351-0.00062
c-0.94308,0.02182-1.63802-0.68973-1.63069-1.62574c0.02968-3.78997,0.0124-7.58031,0.0121-11.37052
c-0.00004-0.52629-0.00094-0.52698-0.53736-0.52708c-1.86065-0.00035-3.72148-0.01551-5.58184,0.00776
c-0.69151,0.00865-1.18496-0.26276-1.47176-0.86571C3.76139,14.93765,3.97822,14.37,4.40989,13.8621
c0.0371-0.04364,0.0796-0.08275,0.12019-0.12336c3.42639-3.42785,6.8537-6.85478,10.278-10.2847
c0.35813-0.35872,0.76032-0.56891,1.28501-0.55004c0.43756,0.01574,0.77053,0.22104,1.05908,0.50831
c1.82321,1.81518,3.64321,3.63361,5.45751,5.4577c1.6762,1.68524,3.34648,3.3764,5.01424,5.07
c0.77104,0.78299,0.52472,1.98675-0.4938,2.39964c-0.18417,0.07466-0.40237,0.08991-0.60501,0.09062
c-1.89508,0.00656-3.79019,0.00353-5.68529,0.00431c-0.48087,0.0002-0.48273,0.00191-0.48292,0.47774
C20.35611,18.84186,20.35657,20.77142,20.35652,22.70098z"/>
</g>
<path class="st0" d="M26.57572,2.0411H5.43002c-0.82545,0-1.50082,0.67537-1.50082,1.50082v0
c0,0.82545,0.67537,1.50082,1.50082,1.50082h21.1457c0.82545,0,1.50082-0.67537,1.50082-1.50082v0
C28.07654,2.71647,27.40117,2.0411,26.57572,2.0411z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

41
src/icons/qbt-theme/list-remove.svg

@ -1,3 +1,40 @@ @@ -1,3 +1,40 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<path fill="#733737" d="M25.8 14.7v2.7c0 .4-.1.7-.4.9-.3.3-.6.4-.9.4h-17c-.4 0-.7-.1-.9-.4-.3-.3-.4-.6-.4-.9v-2.7c0-.4.1-.7.4-.9s.6-.4.9-.4h17c.4 0 .7.1.9.4.3.2.4.5.4.9z"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#733737;}
</style>
<g>
<path class="st0" d="M16.00219,10.04511c2.72612-0.00007,5.45223-0.00024,8.17834,0.00006
c0.61021,0.00007,0.74826,0.13863,0.74828,0.75104c0.00019,4.93887-0.01225,9.87779,0.01002,14.81656
c0.0047,1.04211-0.71671,2.01923-1.73816,2.24834c-0.12809,0.02873-0.26248,0.04121-0.39396,0.04127
c-4.54057,0.00205-9.08115,0.00405-13.62171-0.00001c-1.11631-0.001-2.1124-0.99507-2.11332-2.11002
C7.0675,20.75612,7.06906,15.71989,7.07002,10.68366c0.00009-0.46362,0.17748-0.63758,0.64762-0.63781
C10.47916,10.0445,13.24067,10.04519,16.00219,10.04511z M10.79837,18.97645c0,1.65403-0.00169,3.30807,0.00088,4.9621
c0.00096,0.61567,0.25673,0.94654,0.72567,0.9569c0.4779,0.01056,0.74892-0.32981,0.74926-0.9599
c0.0018-3.30806,0.00212-6.61613-0.00282-9.92418c-0.00026-0.17349-0.03315-0.35351-0.08676-0.51884
c-0.08511-0.26247-0.35262-0.43181-0.63614-0.43807c-0.28652-0.00632-0.57607,0.16991-0.66006,0.44101
c-0.05652,0.18245-0.08565,0.38065-0.08641,0.57197C10.79548,15.70376,10.79826,17.34011,10.79837,18.97645z M15.26058,18.98158
c0,1.62749-0.0022,3.25499,0.00306,4.88246c0.00059,0.18333,0.01982,0.37345,0.07137,0.54834
c0.10677,0.36221,0.47484,0.54971,0.84029,0.45361c0.37621-0.09893,0.55993-0.37364,0.56036-0.88257
c0.00282-3.33458,0.00211-6.66917-0.00078-10.00375c-0.00011-0.1309-0.02115-0.2652-0.05478-0.39198
c-0.08749-0.3299-0.34738-0.52912-0.67446-0.53322c-0.32254-0.00404-0.59901,0.19604-0.68299,0.52076
c-0.04148,0.16041-0.05909,0.3312-0.05952,0.49737C15.25892,15.70891,15.26059,17.34525,15.26058,18.98158z M21.19969,19.00326
c0-1.66288,0.00167-3.32576-0.00085-4.98863c-0.00096-0.63095-0.27052-0.97049-0.74899-0.96017
c-0.46969,0.01014-0.7256,0.34013-0.72594,0.95664c-0.00184,3.30806-0.00238,6.61613,0.00317,9.92418
c0.00031,0.18169,0.03709,0.37094,0.09628,0.54313c0.08848,0.25738,0.37346,0.4344,0.64926,0.41385
c0.27795-0.0207,0.53164-0.11978,0.62504-0.4106c0.06101-0.18998,0.09692-0.39657,0.09785-0.59593
C21.20309,22.25826,21.19978,20.63075,21.19969,19.00326z"/>
<path class="st0" d="M16.00307,8.5681c-3.22201-0.00001-6.44402,0.00012-9.66603-0.00012
C5.72122,8.56793,5.58244,8.43077,5.58175,7.8238c-0.00041-0.36292,0.02718-0.72834-0.006-1.08819
c-0.05461-0.59234,0.56856-1.174,1.15323-1.16303c1.60159,0.03004,3.20415,0.00474,4.80623,0.01562
c0.25807,0.00175,0.40942-0.07525,0.50878-0.31549c0.09765-0.2361,0.2219-0.46342,0.35494-0.68214
c0.19313-0.3175,0.48923-0.49014,0.85998-0.49126c1.82342-0.00555,3.64687-0.00473,5.47031-0.00129
c0.45802,0.00086,0.75456,0.26336,0.96247,0.6441c0.10176,0.18634,0.20498,0.37378,0.28379,0.57024
c0.08621,0.2149,0.22946,0.27544,0.45267,0.27438c1.59326-0.00763,3.18721,0.02198,4.77958-0.01648
c0.6566-0.01586,1.27964,0.57051,1.21527,1.21047c-0.03702,0.36805-0.00542,0.74287-0.00702,1.11463
c-0.00217,0.50387-0.16696,0.67183-0.66722,0.67214c-2.01818,0.00125-4.03637,0.00058-6.05455,0.0006
C18.46384,8.56811,17.23346,8.5681,16.00307,8.5681z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
src/icons/qbt-theme/rss-config.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

21
src/icons/qbt-theme/rss-config.svg

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
.st1{fill:#375273;}
</style>
<path class="st0" d="M-1027.8-1421.5H1716v2625h-2743.8V-1421.5z"/>
<g>
<path class="st1" d="M27.6,30.7c-0.5,0-0.9,0-1.4,0c-0.8,0-1.2-0.4-1.2-1.2c-0.2-4.1-1.4-7.9-3.6-11.4c-1.1-1.7-2.4-3.3-4-4.7
c-1.4-1.3-3-2.4-4.6-3.3c-2.5-1.4-5.2-2.3-8.1-2.6C4.1,7.3,3.5,7.3,2.9,7.3C2,7.2,1.6,6.9,1.6,6c0-0.9,0-1.9,0-2.8
c0-0.8,0.5-1.2,1.3-1.1c1.3,0.1,2.6,0.2,3.9,0.4c2.3,0.4,4.4,1.1,6.5,2c2.3,1,4.5,2.4,6.5,4c1.3,1.1,2.5,2.3,3.7,3.6
c1.5,1.7,2.7,3.6,3.7,5.5c0.8,1.6,1.5,3.2,1.9,4.9c0.6,2.2,1,4.5,1.1,6.8c0,0.8-0.6,1.2-1.2,1.2C28.5,30.7,28.1,30.7,27.6,30.7z"/>
<path class="st1" d="M1.6,13.9c0-0.5,0-1.1,0-1.6c0-0.6,0.5-1,1.1-1c1.6,0.1,3.2,0.4,4.8,0.9c1.6,0.5,3.1,1.2,4.5,2.1
c3.2,2.1,5.7,4.8,7.3,8.3c0.8,1.8,1.4,3.7,1.6,5.6c0.1,0.5,0.1,1,0.1,1.5c0,0.5-0.3,0.9-0.8,1c-0.4,0.1-0.8,0.1-1.2,0.1
c-0.7,0-1.4,0-2.2,0c-0.6,0-0.9-0.4-0.9-1c-0.1-1.5-0.5-3-1-4.4c-1.2-3-3.2-5.3-6-6.9c-1.9-1.1-3.9-1.8-6.1-1.9
c-0.6,0-1.2-0.5-1.1-1.2C1.6,14.8,1.6,14.3,1.6,13.9C1.6,13.9,1.6,13.9,1.6,13.9z"/>
<path class="st1" d="M1.6,26.5c0-2.1,1.7-4.1,4.1-4.1c2.4,0,4.1,1.8,4.1,4.1c0,2.3-1.8,4.1-4.1,4.1C3.3,30.7,1.5,28.7,1.6,26.5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/icons/qbt-theme/task-complete.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

13
src/icons/qbt-theme/task-complete.svg

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#427337;}
</style>
<path class="st0" d="M22.47852,23.02536l-2.31226,2.31219c-0.30829,0.30829-0.61658,0.46246-1.07904,0.46246
s-0.77075-0.15417-1.07904-0.46246l-2.15808-2.15808l-5.85767-5.8576c-0.30829-0.30835-0.4624-0.61664-0.4624-1.07904
c0-0.46246,0.15411-0.77075,0.4624-1.07904l2.15808-2.15808c0.30829-0.30835,0.61664-0.46246,1.07904-0.46246
c0.46246,0,0.77075,0.15411,1.07904,0.46246l4.77863,4.77856L29.21875,7.3591V4.05515c0-0.54999-0.45001-1-1-1H3.78125
c-0.54999,0-1,0.45001-1,1v23.88971c0,0.55005,0.45001,1,1,1h24.4375c0.54999,0,1-0.44995,1-1V16.28506L22.47852,23.02536z"/>
</svg>

After

Width:  |  Height:  |  Size: 973 B

BIN
src/icons/qbt-theme/task-ongoing.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 915 B

14
src/icons/qbt-theme/task-ongoing.svg

@ -0,0 +1,14 @@ @@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#375273;}
</style>
<path class="st0" d="M21.87848,24.36682l-2.31219,2.31219c-0.30829,0.30829-0.61658,0.46246-1.07904,0.46246
s-0.77075-0.15417-1.07904-0.46246l-2.15808-2.15808l-5.85767-5.8576c-0.30829-0.30835-0.46246-0.61664-0.46246-1.07904
c0-0.46246,0.15417-0.77075,0.46246-1.07904l2.15808-2.15808c0.30829-0.30835,0.61658-0.46246,1.07904-0.46246
s0.77075,0.15411,1.07904,0.46246l4.77863,4.77856l10.26953-10.5672C26.19269,4.1731,21.44666,1.21875,16,1.21875
C7.83655,1.21875,1.21875,7.83655,1.21875,16S7.83655,30.78125,16,30.78125S30.78125,24.16345,30.78125,16
c0-0.17224-0.0199-0.33936-0.02576-0.51019L21.87848,24.36682z"/>
</svg>

After

Width:  |  Height:  |  Size: 1017 B

BIN
src/icons/qbt-theme/task-reject.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 765 B

18
src/icons/qbt-theme/task-reject.svg

@ -0,0 +1,18 @@ @@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
<style type="text/css">
.st0{fill:#733737;}
</style>
<path class="st0" d="M28.21875,3.05511H3.78125c-0.54999,0-1,0.45001-1,1v23.88977c0,0.54999,0.45001,1,1,1h24.4375
c0.54999,0,1-0.45001,1-1V4.05511C29.21875,3.50513,28.76874,3.05511,28.21875,3.05511z M25.02753,20.7934
c0.31958,0.31958,0.47937,0.6391,0.47937,1.11847c0,0.31952-0.15979,0.79889-0.47937,0.95868l-2.23688,2.23688
c-0.31958,0.31958-0.63916,0.47937-1.11847,0.47937c-0.47937,0-0.79889-0.15979-1.11847-0.47937l-4.63361-4.63361l-4.63361,4.63361
c-0.31958,0.31958-0.6391,0.47937-1.11847,0.47937c-0.47931,0-0.79889-0.15979-1.11847-0.47937l-2.23688-2.23688
c-0.31958-0.31958-0.47937-0.63916-0.47937-1.11847c0-0.47937,0.15979-0.79889,0.47937-1.11847L11.44629,16l-4.63361-4.63361
c-0.31958-0.31958-0.47937-0.6391-0.47937-1.11847c0-0.47931,0.15979-0.79889,0.47937-1.11847l2.23688-2.23688
C9.36914,6.573,9.68872,6.41321,10.16803,6.41321c0.47937,0,0.79889,0.15979,1.11847,0.47937l4.63361,4.63361l4.7934-4.47382
C21.03308,6.73279,21.3526,6.573,21.83197,6.573c0.47931,0,0.79889,0.15979,1.11847,0.47937l2.23688,2.23688
c0.31958,0.31958,0.47937,0.6391,0.47937,1.11847c0,0.47931-0.15979,0.79889-0.47937,1.11847l-4.63361,4.63361L25.02753,20.7934z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/icons/skin/collapse-expand.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

10
src/icons/skin/collapse.svg

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:#375273;}
</style>
<path class="st0" d="M7.5,0.9c-3.6,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6s6.6-3,6.6-6.6S11.2,0.9,7.5,0.9z M7.5,10.1l-4-4.3h4h4L7.5,10.1z"
/>
</svg>

After

Width:  |  Height:  |  Size: 539 B

12
src/icons/skin/completed.svg

@ -1,3 +1,11 @@ @@ -1,3 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="23.2" height="27.267">
<path fill="#000081" d="M22.7 9.234l-10.8 10.8-2 2c-.2.2-.7.4-1 .4-.4 0-.7-.2-1-.4l-2-2-5.4-5.4c-.3-.3-.5-.7-.5-1.1 0-.4.2-.7.4-1l2-2c.2-.2.7-.4 1-.4.4 0 .7.2 1 .4l4.4 4.4 9.8-9.7c.2-.2.7-.4 1-.4.4 0 .7.2 1 .4l2 2c.4.2.6.6.6 1-.1.4-.2.7-.5 1z"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 23.7 18.1" style="enable-background:new 0 0 23.7 18.1;" xml:space="preserve">
<style type="text/css">
.st0{fill:#375273;}
</style>
<path class="st0" d="M23,4.6L12.2,15.4l-2,2c-0.2,0.2-0.7,0.4-1,0.4c-0.4,0-0.7-0.2-1-0.4l-2-2L0.8,10C0.5,9.7,0.3,9.3,0.3,8.9
s0.2-0.7,0.4-1l2-2c0.2-0.2,0.7-0.4,1-0.4c0.4,0,0.7,0.2,1,0.4l4.4,4.4l9.8-9.7c0.2-0.2,0.7-0.4,1-0.4c0.4,0,0.7,0.2,1,0.4l2,2
c0.4,0.2,0.6,0.6,0.6,1C23.4,4,23.3,4.3,23,4.6z"/>
</svg>

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 713 B

12
src/icons/skin/downloading.svg

@ -1,3 +1,11 @@ @@ -1,3 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.678459 25.799999" width="20.678" height="25.8">
<path d="M20.2 14.4l-9 9c-.3.3-.5.4-.9.4s-.7-.1-.9-.4l-9-9c-.4-.4-.5-.8-.3-1.5.3-.5.7-.8 1.2-.8h5.2V3.3c0-.4.1-.7.4-.9.3-.3.5-.4.9-.4H13c.4 0 .7.1.9.4.2.2.4.5.4.9v9h5.2c.5-.1.9.1 1.1.7.2.5 0 1-.4 1.4z" fill="#228b22"/>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 21.2 22.4" style="enable-background:new 0 0 21.2 22.4;" xml:space="preserve">
<style type="text/css">
.st0{fill:#427337;}
</style>
<path class="st0" d="M20.5,12.7l-9,9c-0.3,0.3-0.5,0.4-0.9,0.4S9.9,22,9.7,21.7l-9-9c-0.4-0.4-0.5-0.8-0.3-1.5
c0.3-0.5,0.7-0.8,1.2-0.8h5.2V1.6c0-0.4,0.1-0.7,0.4-0.9c0.3-0.3,0.5-0.4,0.9-0.4h5.2c0.4,0,0.7,0.1,0.9,0.4
c0.2,0.2,0.4,0.5,0.4,0.9v9h5.2c0.5-0.1,0.9,0.1,1.1,0.7C21.1,11.8,20.9,12.3,20.5,12.7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 718 B

9
src/icons/skin/expand.svg

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 15 15" style="enable-background:new 0 0 15 15;" xml:space="preserve">
<style type="text/css">
.st0{fill:#375273;}
</style>
<path class="st0" d="M7.5,0.9c-3.6,0-6.6,3-6.6,6.6s3,6.6,6.6,6.6s6.6-3,6.6-6.6S11.1,0.9,7.5,0.9z M7.5,9.3h-4l4-4.3l4,4.3H7.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 535 B

BIN
src/icons/slow.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

21
src/icons/slow.svg

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 37 17.8" style="enable-background:new 0 0 37 17.8;" xml:space="preserve">
<style type="text/css">
.st0{fill:#375273;}
.st1{fill:#FFFFFF;}
</style>
<g>
<path class="st0" d="M36.7,14.9C35,7.1,28.3,1.1,20.1,0.3c0,0-0.1,0-0.1,0c-0.5,0-1-0.1-1.5-0.1c-0.5,0-1,0-1.5,0.1
c0,0-0.1,0-0.1,0C8.6,1.1,2,7.1,0.2,14.9c-0.1,0.3,0,0.4,0.1,0.6s0.5,0.3,0.5,0.3h35.3c0,0,0.4-0.1,0.5-0.3
C36.7,15.3,36.8,15.2,36.7,14.9z"/>
<g>
<path class="st1" d="M17.1,17c-0.1,0-0.3,0-0.3-0.1L3.4,4C3.2,3.8,3.2,3.5,3.3,3.3c0.1-0.1,0.2-0.2,0.4-0.2c0.1,0,0.2,0,0.2,0.1
l16.2,9.1c0.1,0.1,0.2,0.2,0.2,0.3c0,0.1,0,0.3-0.1,0.4l-2.8,3.8C17.4,16.9,17.3,17,17.1,17C17.1,17,17.1,17,17.1,17z"/>
<path class="st0" d="M3.7,3.6l16.2,9.1l-2.8,3.8L3.7,3.6 M3.7,2.6C3.4,2.6,3.1,2.8,2.9,3C2.6,3.4,2.7,4,3,4.3l13.4,12.8
c0.2,0.2,0.4,0.3,0.7,0.3c0,0,0.1,0,0.1,0c0.3,0,0.5-0.2,0.7-0.4l2.8-3.8c0.2-0.2,0.2-0.5,0.2-0.8c-0.1-0.3-0.2-0.5-0.5-0.7
L4.2,2.8C4.1,2.7,3.9,2.6,3.7,2.6L3.7,2.6z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/icons/slow_off.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

21
src/icons/slow_off.svg

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 36.9 17.8" style="enable-background:new 0 0 36.9 17.8;" xml:space="preserve">
<style type="text/css">
.st0{fill:#375273;}
.st1{fill:#FFFFFF;}
</style>
<g>
<path class="st0" d="M0.2,15C2,7.1,8.6,1.1,16.8,0.4c0,0,0.1,0,0.1,0c0.5,0,1-0.1,1.5-0.1c0.5,0,1,0,1.5,0.1c0,0,0.1,0,0.1,0
C28.3,1.1,35,7.1,36.7,15c0.1,0.3,0,0.4-0.1,0.6c-0.1,0.2-0.5,0.3-0.5,0.3H0.8c0,0-0.4-0.1-0.5-0.3S0.2,15.2,0.2,15z"/>
<g>
<path class="st1" d="M19.8,17c-0.1,0-0.3-0.1-0.4-0.2L16.6,13c-0.1-0.1-0.1-0.3-0.1-0.4c0-0.1,0.1-0.3,0.2-0.3L33,3.2
c0.1,0,0.2-0.1,0.2-0.1c0.2,0,0.3,0.1,0.4,0.2c0.2,0.2,0.1,0.5-0.1,0.7L20.2,16.9C20.1,17,20,17,19.8,17C19.8,17,19.8,17,19.8,17z
"/>
<path class="st0" d="M33.2,3.7L19.8,16.5l-2.8-3.8L33.2,3.7 M33.2,2.7c-0.2,0-0.3,0-0.5,0.1l-16.2,9.1c-0.3,0.1-0.4,0.4-0.5,0.7
c-0.1,0.3,0,0.6,0.2,0.8l2.8,3.8c0.2,0.2,0.4,0.4,0.7,0.4c0,0,0.1,0,0.1,0c0.3,0,0.5-0.1,0.7-0.3L33.9,4.4C34.3,4,34.3,3.5,34,3.1
C33.8,2.8,33.5,2.7,33.2,2.7L33.2,2.7z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/icons/url.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

5
src/webui/www/private/css/Layout.css

@ -316,11 +316,12 @@ li.divider { @@ -316,11 +316,12 @@ li.divider {
}
.panel-collapse {
background: url(../images/skin/collapse-expand.gif) left top no-repeat;
background: url(../images/skin/collapse.svg) left top no-repeat;
}
.panel-expand {
background: url(../images/skin/collapse-expand.gif) left -16px no-repeat;
background: url(../images/skin/collapse.svg) left top no-repeat;
transform: rotate(180deg);
}
.icon16 {

8
src/webui/www/private/index.html

@ -131,8 +131,8 @@ @@ -131,8 +131,8 @@
<li>
<a href="#AutoTorrentManagement"><img src="images/qbt-theme/checked.svg" alt="QBT_TR(Automatic Torrent Management)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Automatic Torrent Management)QBT_TR[CONTEXT=TransferListWidget]</a>
</li>
<li class="separator"><a href="#DownloadLimit"><img src="images/qbt-theme/kt-set-max-download-speed.png" alt="QBT_TR(Limit download rate...)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Limit download rate...)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li><a href="#UploadLimit"><img src="images/qbt-theme/kt-set-max-upload-speed.png" alt="QBT_TR(Limit upload rate...)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Limit upload rate...)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li class="separator"><a href="#DownloadLimit"><img src="images/qbt-theme/kt-set-max-download-speed.svg" alt="QBT_TR(Limit download rate...)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Limit download rate...)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li><a href="#UploadLimit"><img src="images/qbt-theme/kt-set-max-upload-speed.svg" alt="QBT_TR(Limit upload rate...)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Limit upload rate...)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li><a href="#ShareRatio"><img src="images/skin/ratio.svg" alt="QBT_TR(Limit share ratio...)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Limit share ratio...)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li><a href="#SuperSeeding"><img src="images/qbt-theme/checked.svg" alt="QBT_TR(Super seeding mode)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Super seeding mode)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li class="separator"><a href="#SequentialDownload"><img src="images/qbt-theme/checked.svg" alt="QBT_TR(Download in sequential order)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Download in sequential order)QBT_TR[CONTEXT=TransferListWidget]</a></li>
@ -150,7 +150,7 @@ @@ -150,7 +150,7 @@
</li>
<li class="separator"><a href="#" id="CopyName" class="copyToClipboard"><img src="images/qbt-theme/edit-copy.svg" alt="QBT_TR(Copy name)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Copy name)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li><a href="#" id="CopyHash" class="copyToClipboard"><img src="images/qbt-theme/edit-copy.svg" alt="QBT_TR(Copy hash)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Copy hash)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li><a href="#" id="CopyMagnetLink" class="copyToClipboard"><img src="images/qbt-theme/kt-magnet.png" alt="QBT_TR(Copy magnet link)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Copy magnet link)QBT_TR[CONTEXT=TransferListWidget]</a></li>
<li><a href="#" id="CopyMagnetLink" class="copyToClipboard"><img src="images/qbt-theme/kt-magnet.svg" alt="QBT_TR(Copy magnet link)QBT_TR[CONTEXT=TransferListWidget]"/> QBT_TR(Copy magnet link)QBT_TR[CONTEXT=TransferListWidget]</a></li>
</ul>
<ul id="categoriesFilterMenu" class="contextMenu">
<li><a href="#CreateCategory"><img src="images/qbt-theme/list-add.svg" alt="QBT_TR(Add category...)QBT_TR[CONTEXT=CategoryFilterWidget]"/> QBT_TR(Add category...)QBT_TR[CONTEXT=CategoryFilterWidget]</a></li>
@ -178,7 +178,7 @@ @@ -178,7 +178,7 @@
<td class="statusBarSeparator"></td>
<td><img id="connectionStatus" alt="Connection Status" src="images/skin/firewalled.svg" style="height: 1.5em;" /></td>
<td class="statusBarSeparator"></td>
<td style="cursor:pointer;"><img id="alternativeSpeedLimits" alt="QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow]" src="images/slow_off.png" /></td>
<td style="cursor:pointer;"><img id="alternativeSpeedLimits" alt="QBT_TR(Alternative speed limits)QBT_TR[CONTEXT=MainWindow]" src="images/slow_off.svg" style="height: 1.5em;"/></td>
<td class="statusBarSeparator"></td>
<td class="speedLabel"><img src="images/skin/download.svg" alt="" style="height: 1.4em; padding-right: 5px; margin-bottom: -4px;"><span id="DlInfos"></span></td>
<td class="statusBarSeparator"></td>

4
src/webui/www/private/scripts/client.js

@ -515,9 +515,9 @@ window.addEvent('load', function() { @@ -515,9 +515,9 @@ window.addEvent('load', function() {
var updateAltSpeedIcon = function(enabled) {
if (enabled)
$('alternativeSpeedLimits').src = "images/slow.png";
$('alternativeSpeedLimits').src = "images/slow.svg";
else
$('alternativeSpeedLimits').src = "images/slow_off.png";
$('alternativeSpeedLimits').src = "images/slow_off.svg";
};
$('alternativeSpeedLimits').addEvent('click', function() {

Loading…
Cancel
Save