Browse Source

Merge pull request #6484 from sledgehammer999/new_logo

Change qbittorrent logo. Issue #6467.
adaptive-webui-19844
sledgehammer999 7 years ago committed by GitHub
parent
commit
9db1f3baca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      AUTHORS
  2. BIN
      dist/mac/qBitTorrentDocument.icns
  3. BIN
      dist/mac/qbittorrent_mac.icns
  4. 5
      dist/unix/CMakeLists.txt
  5. BIN
      dist/unix/menuicons/128x128/apps/qbittorrent.png
  6. BIN
      dist/unix/menuicons/128x128/status/qbittorrent-tray.png
  7. BIN
      dist/unix/menuicons/16x16/apps/qbittorrent.png
  8. BIN
      dist/unix/menuicons/16x16/status/qbittorrent-tray.png
  9. BIN
      dist/unix/menuicons/192x192/apps/qbittorrent.png
  10. BIN
      dist/unix/menuicons/192x192/status/qbittorrent-tray.png
  11. BIN
      dist/unix/menuicons/22x22/apps/qbittorrent.png
  12. BIN
      dist/unix/menuicons/22x22/status/qbittorrent-tray.png
  13. BIN
      dist/unix/menuicons/24x24/apps/qbittorrent.png
  14. BIN
      dist/unix/menuicons/24x24/status/qbittorrent-tray.png
  15. BIN
      dist/unix/menuicons/32x32/apps/qbittorrent.png
  16. BIN
      dist/unix/menuicons/32x32/status/qbittorrent-tray.png
  17. BIN
      dist/unix/menuicons/36x36/apps/qbittorrent.png
  18. BIN
      dist/unix/menuicons/36x36/status/qbittorrent-tray.png
  19. BIN
      dist/unix/menuicons/48x48/apps/qbittorrent.png
  20. BIN
      dist/unix/menuicons/48x48/status/qbittorrent-tray.png
  21. BIN
      dist/unix/menuicons/64x64/apps/qbittorrent.png
  22. BIN
      dist/unix/menuicons/64x64/status/qbittorrent-tray.png
  23. BIN
      dist/unix/menuicons/72x72/apps/qbittorrent.png
  24. BIN
      dist/unix/menuicons/72x72/status/qbittorrent-tray.png
  25. BIN
      dist/unix/menuicons/96x96/apps/qbittorrent.png
  26. BIN
      dist/unix/menuicons/96x96/status/qbittorrent-tray.png
  27. 9
      src/gui/mainwindow.cpp
  28. 3
      src/icons.qrc
  29. 71
      src/icons/fileicon.svg
  30. BIN
      src/icons/qbittorrent.png
  31. 20
      src/icons/skin/qbittorrent-tray-with-font.svg
  32. 16
      src/icons/skin/qbittorrent-tray.svg
  33. BIN
      src/icons/skin/qbittorrent16.png
  34. BIN
      src/icons/skin/qbittorrent22.png
  35. BIN
      src/icons/skin/qbittorrent32.png
  36. BIN
      src/icons/skin/splash.png
  37. BIN
      src/qbittorrent.ico
  38. BIN
      src/qbittorrent_file.ico
  39. 3
      unixconf.pri

8
AUTHORS

@ -34,6 +34,14 @@ Code from other projects: @@ -34,6 +34,14 @@ Code from other projects:
license: GPLv2/3
Images Authors:
* files: src/icons/skin/qbittorrent-tray.svg (and related pngs)
copyright: Provided by HVS <hvs linuxmail org> (raster first proposal) and Atif Afzal(@atfzl github) <atif5801@gmail.com> (vectorized and modified)
license: GPLv2+
* files: src/qbittorrent_file.ico src/icons/fileicon.svg
copyright: 'uknown.svg' (LGPLv3+) from Oxygen Icon Theme was used as base which was slightly modified and 'qbittorrent-tray.svg' (GPLv2+) was overlayed above it.
license: GPLv3+
* files: src/icons/*.png
copyright: Gnome Icon Theme
license: GPLv2

BIN
dist/mac/qBitTorrentDocument.icns vendored

Binary file not shown.

BIN
dist/mac/qbittorrent_mac.icns vendored

Binary file not shown.

5
dist/unix/CMakeLists.txt vendored

@ -25,10 +25,6 @@ if (GUI) @@ -25,10 +25,6 @@ if (GUI)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor
FILES_MATCHING PATTERN "*.png")
install(FILES ${qBittorrent_SOURCE_DIR}/src/icons/qbittorrent.png
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pixmaps/
COMPONENT data)
install(FILES ${qBittorrent_SOURCE_DIR}/src/icons/qbittorrent.desktop
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications/
COMPONENT data)
@ -38,6 +34,7 @@ if (GUI) @@ -38,6 +34,7 @@ if (GUI)
COMPONENT data)
install(FILES
${qBittorrent_SOURCE_DIR}/src/icons/skin/qbittorrent-tray.svg
${qBittorrent_SOURCE_DIR}/src/icons/skin/qbittorrent-tray-dark.svg
${qBittorrent_SOURCE_DIR}/src/icons/skin/qbittorrent-tray-light.svg
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/status

BIN
dist/unix/menuicons/128x128/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
dist/unix/menuicons/128x128/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
dist/unix/menuicons/16x16/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 B

After

Width:  |  Height:  |  Size: 986 B

BIN
dist/unix/menuicons/16x16/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 893 B

After

Width:  |  Height:  |  Size: 986 B

BIN
dist/unix/menuicons/192x192/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dist/unix/menuicons/192x192/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dist/unix/menuicons/22x22/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
dist/unix/menuicons/22x22/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
dist/unix/menuicons/24x24/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
dist/unix/menuicons/24x24/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
dist/unix/menuicons/32x32/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
dist/unix/menuicons/32x32/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
dist/unix/menuicons/36x36/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
dist/unix/menuicons/36x36/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
dist/unix/menuicons/48x48/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
dist/unix/menuicons/48x48/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
dist/unix/menuicons/64x64/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
dist/unix/menuicons/64x64/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
dist/unix/menuicons/72x72/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
dist/unix/menuicons/72x72/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
dist/unix/menuicons/96x96/apps/qbittorrent.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
dist/unix/menuicons/96x96/status/qbittorrent-tray.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

9
src/gui/mainwindow.cpp

@ -1960,6 +1960,8 @@ QIcon MainWindow::getSystrayIcon() const @@ -1960,6 +1960,8 @@ QIcon MainWindow::getSystrayIcon() const
}
#else
switch (style) {
case TrayIcon::NORMAL:
return QIcon(QLatin1String(":/icons/skin/qbittorrent-tray.svg"));
case TrayIcon::MONO_DARK:
return QIcon(QLatin1String(":/icons/skin/qbittorrent-tray-dark.svg"));
case TrayIcon::MONO_LIGHT:
@ -1969,11 +1971,8 @@ QIcon MainWindow::getSystrayIcon() const @@ -1969,11 +1971,8 @@ QIcon MainWindow::getSystrayIcon() const
}
#endif
QIcon icon;
icon.addFile(":/icons/skin/qbittorrent22.png", QSize(22, 22));
icon.addFile(":/icons/skin/qbittorrent16.png", QSize(16, 16));
icon.addFile(":/icons/skin/qbittorrent32.png", QSize(32, 32));
return icon;
// As a failsafe in case the enum is invalid
return QIcon(QLatin1String(":/icons/skin/qbittorrent-tray.svg"));
}
#endif

3
src/icons.qrc

@ -251,7 +251,6 @@ @@ -251,7 +251,6 @@
<file>icons/flags/zw.svg</file>
<file>icons/L.gif</file>
<file>icons/loading.png</file>
<file>icons/qbittorrent.png</file>
<file>icons/qbt-theme/application-exit.png</file>
<file>icons/qbt-theme/application-rss+xml.png</file>
<file>icons/qbt-theme/application-x-mswinurl.png</file>
@ -359,10 +358,10 @@ @@ -359,10 +358,10 @@
<file>icons/skin/logo2.gif</file>
<file>icons/skin/mascot.png</file>
<file>icons/skin/paused.png</file>
<file>icons/skin/qbittorrent-tray.svg</file>
<file>icons/skin/qbittorrent-tray-dark.svg</file>
<file>icons/skin/qbittorrent-tray-light.svg</file>
<file>icons/skin/qbittorrent16.png</file>
<file>icons/skin/qbittorrent22.png</file>
<file>icons/skin/qbittorrent32.png</file>
<file>icons/skin/queued.png</file>
<file>icons/skin/ratio.png</file>

71
src/icons/fileicon.svg

@ -0,0 +1,71 @@ @@ -0,0 +1,71 @@
<svg xmlns="http://www.w3.org/2000/svg" height="110.001" width="93" version="1">
<defs>
<linearGradient id="a" y2="102.34" gradientUnits="userSpaceOnUse" x2="95.46" gradientTransform="translate(-.896 -.987) scale(1.012)" y1="93.621" x1="86.738">
<stop stop-color="#fcfcfc" offset="0"/>
<stop stop-color="#f8f8f8" offset=".523"/>
<stop stop-color="#f0efef" offset=".775"/>
<stop stop-color="#e3e1e1" offset=".901"/>
<stop stop-color="#cecbcb" offset="1"/>
</linearGradient>
<radialGradient id="k" gradientUnits="userSpaceOnUse" cy="110.25" cx="90.75" gradientTransform="translate(-27.836 -33.818) scale(1.3067)" r="18.75">
<stop stop-color="#fff" offset="0"/>
<stop stop-color="#fff" stop-opacity="0" offset="1"/>
</radialGradient>
<clipPath id="j">
<path d="M112 82.503c0 4.465-2.797 6.41-5.28 8.094-5.108 3.465-14.939 3.325-20.72 3.406-.08 5.781.166 15.505-3.299 20.613-1.684 2.482-5.29 5.387-8.2 5.387 2.317 0 4.742-1.335 7.583-4.085 9.142-8.849 17.367-16.135 25.673-25.298 1.92-2.116 4.24-3.64 4.24-8.117z" fill="url(#a)"/>
</clipPath>
<filter id="l" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation=".43"/>
</filter>
<linearGradient id="i" y2="102.07" gradientUnits="userSpaceOnUse" x2="95.182" gradientTransform="translate(-18.896 -9.987) scale(1.012)" y1="93.621" x1="86.738">
<stop stop-color="#fcfcfc" offset="0"/>
<stop stop-color="#f8f8f8" offset=".523"/>
<stop stop-color="#f0efef" offset=".723"/>
<stop stop-color="#e3e1e1" offset=".89"/>
<stop stop-color="#cecbcb" offset="1"/>
</linearGradient>
<clipPath id="e">
<path d="M17 8v112h57.5c1.675 0 3.914-.565 7-3.6 8.87-8.725 20.24-19.852 27.499-27.176 2.44-2.463 3-4.471 3-6.724V8z" fill="#fff"/>
</clipPath>
<filter id="h" width="1.225" y="-.121" x="-.113" height="1.241" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="2.386"/>
</filter>
<radialGradient id="g" fx="63.793" fy="47.275" gradientUnits="userSpaceOnUse" cy="64.004" cx="64" gradientTransform="matrix(1.6842 -.0843 .06886 1.3759 -66.197 -27.663)" r="47.5">
<stop stop-color="#fff" offset="0"/>
<stop stop-color="#fff" stop-opacity="0" offset="1"/>
</radialGradient>
<filter id="f" width="1.957" y="-.513" x="-.479" height="2.026" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="10.141"/>
</filter>
<linearGradient id="d" y2="116.4" gradientUnits="userSpaceOnUse" x2="72" x1="72" gradientTransform="translate(-18 -9)">
<stop stop-color="#eeecec" offset="0"/>
<stop stop-color="#f4f4f4" offset=".4"/>
<stop stop-color="#f6f5f5" offset="1"/>
</linearGradient>
<filter id="c" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="1.036"/>
</filter>
<filter id="b" color-interpolation-filters="sRGB">
<feGaussianBlur stdDeviation="1.501"/>
</filter>
<linearGradient id="m" y2="786.48" gradientUnits="userSpaceOnUse" x2="782.06" x1="348.28">
<stop stop-color="#72B4F5" offset="0"/>
<stop stop-color="#356EBF" offset="1"/>
</linearGradient>
</defs>
<path d="M-1-.5v112h58.188c2.116 0 4.529-1.772 7-4.25.712-.714 1.44-1.394 2.156-2.094.416-.406.832-.814 1.25-1.219 7.774-7.41 14.983-14.023 22.22-22 .42-.42.811-.81 1.155-1.187 1.465-1.498 2.762-2.838 2.994-5.863l.04-.732V-.5z" opacity=".262" filter="url(#b)"/>
<path d="M-1-1v112.2h57.746c4.168 0 7.729-4.856 20.854-17.1 7.486-6.984 10.44-10.889 13.15-13.6 1.74-1.743 3.25-3.037 3.25-7.2V-1z" fill-opacity=".701" filter="url(#c)"/>
<path d="M-1-1v112h57.5c1.675 0 3.914-.565 7-3.6 8.87-8.725 20.24-19.852 27.499-27.176 2.44-2.463 3-4.471 3-6.724V-1z" fill="#fff"/>
<path d="M.5 0C.16 0 0 .235 0 .5v107.97c0 .822.68 1.5 1.5 1.5h53.688c.053 0 .81.023 1.5.031 1.778-.04 3.132-.753 4.356-1.593 1.052-.291 20.65-19.62 29.771-28.809 1.362-1.373 2.186-3.948 2.186-4.896V.5c0-.322-.16-.5-.5-.5z" fill="url(#d)"/>
<path d="M114.4 82.503c0 4.465-4.997 6.61-7.48 8.294-5.108 3.465-14.739 3.525-20.52 3.606-.08 5.781-.034 15.305-3.499 20.413-1.684 2.482-5.79 8.687-8.7 8.687-2.092 1.534 3.488 8.21 6.734 5.32 9.502-8.461 35.132-30.023 43.351-39.263 2.04-2.294-4.905-9.845-9.885-7.057z" clip-path="url(#e)" transform="translate(-18 -9)" opacity=".277" filter="url(#f)"/>
<path d="M.5 0C.16 0 0 .235 0 .5v107.97c0 .822.68 1.5 1.5 1.5l54.5.031c.053 0 3.274-.008 3.963 0 6.542-4.503 22.638-21.953 31.584-30.955 1.476-1.656.457-.37 1.453-1.607V.5c0-.323-.16-.5-.5-.5z" opacity=".847" fill="url(#g)"/>
<path d="M113.9 82.503c0 4.465-4.497 6.61-6.98 8.294-5.108 3.465-14.739 3.525-20.52 3.606-.08 5.781.766 15.305-2.699 20.413-1.684 2.482-5.79 7.987-8.7 7.987-2.092 1.534 3.488 11.21 6.734 8.32 9.502-8.461 46-30.201 54.218-39.442 2.04-2.294-17.072-11.966-22.053-9.179z" clip-path="url(#e)" transform="translate(-18 -9)" opacity=".401" filter="url(#h)"/>
<path d="M94 73.503c0 4.465-2.797 6.41-5.28 8.094-5.108 3.465-14.939 3.325-20.72 3.406-.08 5.781.166 15.505-3.299 20.613-1.684 2.482-5.29 5.387-8.2 5.387 2.317 0 4.742-1.335 7.583-4.085 9.142-8.849 17.367-16.135 25.673-25.298 1.92-2.116 4.24-3.64 4.24-8.117z" fill="url(#i)"/>
<path d="M94.02 74.212c-.316 3.9-3.523 5.903-5.85 7.481-5.11 3.466-15.339 2.326-21.12 2.407-.081 5.781.853 16.316-2.612 21.425-1.474 2.172-4.1 4.66-6.763 5.25 1.98-.362 3.885-1.661 6.269-3.969.339-.388.574-.679 1.106-1.5 3.465-5.108 2.924-14.466 3.005-20.247 5.78-.08 15.718.212 20.827-3.253.465-.315 1.594-1.187 2.006-1.6 1.536-1.536 2.902-2.613 3.131-5.994zM57.675 110.78c-.158.035-.313.041-.469.063.157-.017.31-.034.469-.063z" fill="#fff"/>
<path d="M117.31 81.861L72.639 125.35" clip-path="url(#j)" transform="translate(-18 -9)" fill="none" stroke="url(#k)" stroke-width="1.2" filter="url(#l)"/>
<g transform="translate(13.396 22.396) scale(.06368)">
<circle cy="512" cx="512" r="496" fill="url(#m)" stroke="#daefff" stroke-width="32"/>
<path d="M712.9 332.4q66.657 0 103.38 45.671 37.03 45.364 37.03 128.68 0 83.32-37.34 129.61-37.03 45.98-103.07 45.98-33.02 0-60.484-12.035-27.156-12.344-45.672-37.649h-3.703l-10.8 43.512h-36.72v-480.16h51.227v116.65q0 39.191-2.469 70.359h2.47q35.796-50.61 106.16-50.61zm-7.406 42.894q-52.46 0-75.605 30.242-23.145 29.934-23.145 101.22 0 71.285 23.762 102.14 23.761 30.55 76.222 30.55 47.215 0 70.36-34.254 23.144-34.562 23.144-99.058 0-66.04-23.144-98.442-23.145-32.402-71.594-32.402z" fill="#fff"/>
<path d="M317.27 639.45q51.227 0 74.68-27.466 23.453-27.464 24.996-92.578v-11.418q0-70.976-24.07-102.14-24.07-31.168-76.223-31.168-45.055 0-69.125 35.18-23.762 34.87-23.762 98.75 0 63.879 23.454 97.515 23.761 33.328 70.05 33.328zm-7.715 42.894q-65.421 0-102.14-45.98-36.723-45.981-36.723-128.38 0-83.011 37.032-129.61 37.03-46.598 103.07-46.598 69.433 0 106.77 52.461h2.778l7.406-46.289h40.426v490.06h-51.24v-144.73q0-30.86 3.395-52.461h-4.012q-35.488 51.535-106.77 51.535z" fill="#c8e8ff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
src/icons/qbittorrent.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

20
src/icons/skin/qbittorrent-tray-with-font.svg

@ -0,0 +1,20 @@ @@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<title>
qbittorrent-new-light
</title>
<defs>
<linearGradient x1="34.012%" y1="0%" x2="76.373%" y2="76.805%" id="a">
<stop stop-color="#72B4F5" offset="0%"/>
<stop stop-color="#356EBF" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<circle stroke="#DAEFFF" stroke-width="32" fill="url(#a)" cx="512" cy="512" r="496"/>
<text font-size="632" font-family="Open Sans" fill="#FFF">
<tspan x="501.203" y="676.172">b</tspan>
</text>
<text font-size="632" font-family="Open Sans" fill="#C8E8FF">
<tspan x="135.203" y="676.172">q</tspan>
</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 740 B

16
src/icons/skin/qbittorrent-tray.svg

@ -0,0 +1,16 @@ @@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
<title>
qbittorrent-new-light
</title>
<defs>
<linearGradient x1="34.012%" y1="0%" x2="76.373%" y2="76.805%" id="a">
<stop stop-color="#72B4F5" offset="0%"/>
<stop stop-color="#356EBF" offset="100%"/>
</linearGradient>
</defs>
<g fill="none" fill-rule="evenodd">
<circle stroke="#DAEFFF" stroke-width="32" fill="url(#a)" cx="512" cy="512" r="496"/>
<path d="M712.898 332.399q66.657 0 103.38 45.671 37.03 45.364 37.03 128.684t-37.34 129.61q-37.03 45.98-103.07 45.98-33.02 0-60.484-12.035-27.156-12.344-45.672-37.649h-3.703l-10.8 43.512h-36.724V196h51.227v116.65q0 39.191-2.469 70.359h2.47q35.796-50.61 106.155-50.61zm-7.406 42.894q-52.46 0-75.605 30.242-23.145 29.934-23.145 101.219t23.762 102.145q23.761 30.55 76.222 30.55 47.215 0 70.36-34.254 23.144-34.562 23.144-99.058 0-66.04-23.144-98.442-23.145-32.402-71.594-32.402z" fill="#fff"/>
<path d="M317.273 639.45q51.227 0 74.68-27.466 23.453-27.464 24.996-92.578v-11.418q0-70.976-24.07-102.144-24.07-31.168-76.223-31.168-45.055 0-69.125 35.18-23.762 34.87-23.762 98.75 0 63.879 23.454 97.515 23.761 33.328 70.05 33.328zm-7.715 42.894q-65.421 0-102.144-45.98-36.723-45.981-36.723-128.376 0-83.011 37.032-129.609 37.03-46.598 103.07-46.598 69.433 0 106.773 52.461h2.778l7.406-46.289h40.426V828h-51.227V683.27q0-30.86 3.395-52.461h-4.012q-35.488 51.535-106.774 51.535z" fill="#c8e8ff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
src/icons/skin/qbittorrent16.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 899 B

After

Width:  |  Height:  |  Size: 986 B

BIN
src/icons/skin/qbittorrent22.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/icons/skin/qbittorrent32.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
src/icons/skin/splash.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 58 KiB

BIN
src/qbittorrent.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 401 KiB

BIN
src/qbittorrent_file.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 401 KiB

3
unixconf.pri

@ -91,7 +91,8 @@ nogui:systemd { @@ -91,7 +91,8 @@ nogui:systemd {
statusIcon192.files = $$DIST_PATH/menuicons/192x192/status/qbittorrent-tray.png
statusIcon192.path = $$DATADIR/icons/hicolor/192x192/status/
statusIconScalable.files = $$PWD/src/icons/skin/qbittorrent-tray-dark.svg \
statusIconScalable.files = $$PWD/src/icons/skin/qbittorrent-tray.svg \
$$PWD/src/icons/skin/qbittorrent-tray-dark.svg \
$$PWD/src/icons/skin/qbittorrent-tray-light.svg
statusIconScalable.path = $$DATADIR/icons/hicolor/scalable/status/

Loading…
Cancel
Save