Tony Gregerson
|
467e516801
|
Add a Tags (multi-label) feature to the GUI. Closes #13.
See https://github.com/qbittorrent/qBittorrent/issues/13 for details.
|
2017-06-25 13:53:07 -05:00 |
|
sledgehammer999
|
a092cb9bda
|
Remove settings to exchange trackers. It wasn't used by non-libtorrent clients. Also it has a privacy risk and you might be DDoSing someone. DHT makes it obsolete anyway.
|
2017-01-19 01:13:55 +02:00 |
|
Chocobo1
|
8380edc00c
|
For each cell setting ignore wheel events. Closes #866.
|
2017-01-13 17:47:46 +08:00 |
|
sledgehammer999
|
fd5d1583de
|
Option to disable tracker's favicon download.
|
2016-11-13 22:47:37 +02:00 |
|
sledgehammer999
|
f391b24b1d
|
Migrate last setting related to interfaces to the new system.
|
2016-11-01 03:42:12 +02:00 |
|
sledgehammer999
|
7bf06cd6e6
|
Fix save/load of interface address setting.
|
2016-11-01 03:42:07 +02:00 |
|
sledgehammer999
|
f885c6375a
|
Use better variable names for tracker announce IP setting.
|
2016-11-01 03:42:01 +02:00 |
|
sledgehammer999
|
1757973f88
|
Misc fixes.
|
2016-11-01 03:41:40 +02:00 |
|
Vladimir Golovnev (Glassez)
|
b2cb473b63
|
Don't use Preferences in BitTorrent::Session
|
2016-06-20 08:30:02 +03:00 |
|
sledgehammer999
|
5878d49f60
|
Fixup previous commits and allow IPv6 interface addresses too.
|
2016-05-27 01:37:16 +03:00 |
|
sledgehammer999
|
1397a951fe
|
Merge pull request #5096 from Harekiet/kietC
Bind directly to an IP instead of using a network Interface
|
2016-05-26 17:36:22 -05:00 |
|
sledgehammer999
|
ef6e848756
|
Display notifications when a torrent is added. Closes #334 and #915.
|
2016-04-25 20:07:26 +03:00 |
|
ngosang
|
3a49485039
|
Fix duplicate network interfaces. Closes #5131
|
2016-04-24 18:45:15 +02:00 |
|
Sjoerd van der Berg
|
220f6b1da2
|
Use a combo box to select the IP address you want to listen on for a specific interface
|
2016-04-21 18:21:49 +02:00 |
|
Sjoerd van der Berg
|
c7c71d3c88
|
Change back to the original names for the announce address
Only allow ip's through that match the currenrly selected network interface and address
|
2016-04-13 10:51:29 +02:00 |
|
Sjoerd van der Berg
|
e2f43b3383
|
Add option to bind directly to an IP instead of using a network Interface
|
2016-04-09 09:19:22 -07:00 |
|
sledgehammer999
|
cd85d00b3b
|
Merge pull request #4251 from Chocobo1/200_scaling
Fix incorrectly displayed UI elements on Windows
|
2016-02-16 15:12:54 -06:00 |
|
Chocobo1
|
3b7fcf0813
|
Disable cell selection in advanced options. Fixup of a8b39475 .
|
2016-02-16 11:39:29 +08:00 |
|
Vladimir Golovnev (Glassez)
|
9a393bbcea
|
Fix crash caused by AdvancedSettings::addRow()
|
2016-02-08 18:25:40 +03:00 |
|
Chocobo1
|
a26d48082d
|
Add header to differentiate settings
|
2016-01-26 20:30:07 +08:00 |
|
Chocobo1
|
acbc7d9556
|
Rename setRow() to addRow()
Use template to avoid code duplication
|
2016-01-26 20:27:02 +08:00 |
|
Chocobo1
|
a8b394752e
|
Set parent object for advancedsettings
Remove borders
Resize column size correctly
|
2016-01-26 20:18:51 +08:00 |
|
Chocobo1
|
29c94d2fb5
|
Move code from advancedsettings.h to its own cpp file
|
2016-01-26 20:13:44 +08:00 |
|