Group several torrent options into one dialog
commit8db4bde15d1c08916a4dd11820ec14df4317f902
authorthalieht <eretrus@outlook.com>
Sun, 29 Nov 2020 14:36:07 +0000 (29 16:36 +0200)
committerthalieht <eretrus@outlook.com>
Fri, 25 Dec 2020 18:37:43 +0000 (25 20:37 +0200)
treede785f5479b83e1b7d456664a3f67b6fb842f219
parentfbb8f0cbf5c2c7f0a0ce2bd5f1d975918120f30d
Group several torrent options into one dialog

Speed limits, share limits and the new options to disable DHT, PeX, LSD per torrent
14 files changed:
src/base/bittorrent/torrenthandle.h
src/base/bittorrent/torrenthandleimpl.cpp
src/base/bittorrent/torrenthandleimpl.h
src/base/unicodestrings.h
src/gui/CMakeLists.txt
src/gui/gui.pri
src/gui/properties/trackerlistwidget.cpp
src/gui/torrentoptionsdialog.cpp [new file with mode: 0644]
src/gui/torrentoptionsdialog.h [moved from src/gui/updownratiodialog.h with 65% similarity]
src/gui/torrentoptionsdialog.ui [new file with mode: 0644]
src/gui/transferlistwidget.cpp
src/gui/transferlistwidget.h
src/gui/updownratiodialog.cpp [deleted file]
src/gui/updownratiodialog.ui [deleted file]