Chocobo1
7d34a89efd
Change RSS view layout to horizontal. Closes #5920 .
...
Thanks Bhaalspawn for the idea.
8 years ago
Tim Delaney
b84d9201fd
Allow | in RSS must contain. Closes #6171 .
...
--HG--
branch : magao-dev
8 years ago
Yez Ezey
55916df97d
Set /usr/local/bin before default PATH on macOS. closes #5639 #5571
...
Since Apple made difficult for users to set PATH and /usr/bin/python
is almost unusable, I simply add /usr/local/bin before default PATH
to pick up Homebrew Python.
8 years ago
Tim Delaney
390d7a8124
Improve UI responsiveness during RSS downloading. Closes #873 , #1089 , #1235 , #5423 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
32bdb73f70
RSS allow infinite range to extend beyond current season. Closes #800 , #3876 , #6170 .
...
--HG--
branch : magao-dev
8 years ago
thalieht
c7a04e27f4
Log: set embedded Tracker [OFF] msg type as info
8 years ago
Tim Delaney
935b30b17a
RSS use red text to indicate invalid filter. Closes #6165 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
e37488807b
Fix tab order in RSS downloader. Closes #6164 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
96c1187f47
RSS parse torrent episodes like 1x01 as well as S01E01. Closes #2749 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
64f9cbbf54
Allow episode zero (special) and leading zeroes in RSS episode filter.
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
601649f49a
Save rule on enable/disable even if not selected. Closes #6163 .
...
--HG--
branch : magao-dev
8 years ago
Tim Delaney
cecff159a0
Move old RSS items to separate config file. Closes #6167 .
...
--HG--
branch : magao-dev
8 years ago
Yez Ezey
f6dbf2454d
Fix extratorrent searchengine. Closes #5773
...
They changed to magnet link.
8 years ago
Anton Lashkov
1233c5b67b
Fix name of variable same as class member
8 years ago
Anton Lashkov
36901295b2
Simplify `if` statement
8 years ago
Anton Lashkov
a372d22fb2
Add missing `else`
8 years ago
Anton Lashkov
1785c54b83
Fix mistake in getting value from model
8 years ago
Chocobo1
bb4e67684c
QJson: update to 5e3b9b84b225f4612e09ef05aa6d8c23379e4e71
8 years ago
sledgehammer999
259b5e51c4
Don't ever stop seeding forced torrents. Closes #5784 .
8 years ago
sledgehammer999
4128f01aa8
Don't revert save path value in the Dialog when metadata are received. Closes #5482 .
8 years ago
sledgehammer999
146d4e049a
Some more compiler warnings fixed.
8 years ago
sledgehammer999
9f8dfbc51c
Fix warning due to stupid typo.
8 years ago
sledgehammer999
e10c2abf3b
Delete old rss favicon before assigning new one.
8 years ago
sledgehammer999
841676fd36
WINDOWS: Fix python auto install, deletion of installer and use 3.5.x series for Vista+. Closes #5871 .
8 years ago
sledgehammer999
05f4270d01
WEBUI: Changed meaning of the value of the 'dl_limit', 'up_limit', 'alt_dl_limit' and 'alt_up_limit' tokens.
...
The value is expressed in bytes and not in KiB.
8 years ago
sledgehammer999
e440fc3d17
Fix setting a speed limit.
8 years ago
sledgehammer999
3081a8bb3f
Add libtorrent's DHT bootstrap node to our bootstrap list.
8 years ago
sledgehammer999
660b8cdb7e
Use the new API to add DHT bootstrap nodes for libtorrent 1.1.x and simplify the code a bit.
8 years ago
sledgehammer999
afe930cbee
Use new libtorrent 1.1.2+ utility function to generate client ID instead.
8 years ago
sledgehammer999
e054f63746
Make sure that paths are loaded/saved using slashes as dir separators.
8 years ago
sledgehammer999
59b570cf62
Display message about libtorrent plugins for the correct case.
8 years ago
sledgehammer999
f391b24b1d
Migrate last setting related to interfaces to the new system.
8 years ago
sledgehammer999
7bf06cd6e6
Fix save/load of interface address setting.
8 years ago
sledgehammer999
f885c6375a
Use better variable names for tracker announce IP setting.
8 years ago
sledgehammer999
db4b30ad48
Fix values for unsetting speed limits.
8 years ago
sledgehammer999
6053390bf5
Unify and simplify setting to use proxy for torrents only.
8 years ago
sledgehammer999
5cbc7b16c0
Guard the flag used for deferred session configure.
8 years ago
sledgehammer999
1757973f88
Misc fixes.
8 years ago
sledgehammer999
10cd45dc81
Fix setting limits to unlimited.
8 years ago
sledgehammer999
a5ae86512a
Rename IP filtering functions and settings names.
8 years ago
sledgehammer999
b97cb7422f
Export torrents added only after the setting was enabled.
8 years ago
Chocobo1
aba625d544
Fix potential crash. Closes #5873 .
8 years ago
Chocobo1
f8dc8ad4ad
Refactor
8 years ago
Yez Ezey
81ec2e60a9
Sort torrent names case insensitively
8 years ago
Chocobo1
c49bb2daad
The intended action is set the bit to 1, not flipping it.
8 years ago
Chocobo1
59942531df
Fix crash when restoring from tray. Closes #5854 .
8 years ago
Yez Ezey
42929e7783
Fix downloadFromURL bug. Closes #5844
8 years ago
ngosang
d249e9e7c6
[Search engine] Remove TorrentReactor plugin
8 years ago
ngosang
7c13f71481
[Search engine] Update Demonoid plugin
8 years ago
Yez Ezey
26052802ca
Change QSettings to IniFormat on macOS. Closes #5770 #5808
...
On macOS 10.12 Sierra, Apple changed the behaviour of CFPreferencesSetValue()
truncating data after a null character. https://bugreports.qt.io/browse/QTBUG-56344
Due to this, we have to move from native plist to IniFormat.
8 years ago