sledgehammer999
|
90bbe3379d
|
Merge pull request #5882 from onto/pvs-studio
Fixes and improvements after check by PVS-Studio
|
2016-11-07 00:18:46 +02:00 |
|
sledgehammer999
|
9b760a8fa0
|
Merge pull request #5858 from yezezey/case_insensitive
Sort torrent names case insensitively
|
2016-11-06 23:55:57 +02:00 |
|
Tim Delaney
|
32bdb73f70
|
RSS allow infinite range to extend beyond current season. Closes #800, #3876, #6170.
--HG--
branch : magao-dev
|
2016-11-07 07:18:06 +11:00 |
|
Tim Delaney
|
935b30b17a
|
RSS use red text to indicate invalid filter. Closes #6165.
--HG--
branch : magao-dev
|
2016-11-06 16:53:06 +11:00 |
|
Tim Delaney
|
e37488807b
|
Fix tab order in RSS downloader. Closes #6164.
--HG--
branch : magao-dev
|
2016-11-06 15:45:44 +11:00 |
|
Tim Delaney
|
96c1187f47
|
RSS parse torrent episodes like 1x01 as well as S01E01. Closes #2749.
--HG--
branch : magao-dev
|
2016-11-06 15:26:48 +11:00 |
|
Tim Delaney
|
64f9cbbf54
|
Allow episode zero (special) and leading zeroes in RSS episode filter.
--HG--
branch : magao-dev
|
2016-11-06 22:51:33 +11:00 |
|
Tim Delaney
|
601649f49a
|
Save rule on enable/disable even if not selected. Closes #6163.
--HG--
branch : magao-dev
|
2016-11-06 13:52:12 +11:00 |
|
Anton Lashkov
|
36901295b2
|
Simplify if statement
|
2016-11-04 21:44:00 +04:00 |
|
Anton Lashkov
|
a372d22fb2
|
Add missing else
|
2016-11-04 21:44:00 +04:00 |
|
Anton Lashkov
|
1785c54b83
|
Fix mistake in getting value from model
|
2016-11-04 21:44:00 +04:00 |
|
sledgehammer999
|
05387edbfa
|
Merge pull request #5881 from Chocobo1/trackerfilter_crash
Fix crash in TrackerFiltersList::removeItem()
|
2016-11-03 15:20:04 +02:00 |
|
sledgehammer999
|
4128f01aa8
|
Don't revert save path value in the Dialog when metadata are received. Closes #5482.
|
2016-11-02 18:10:10 +02:00 |
|
sledgehammer999
|
841676fd36
|
WINDOWS: Fix python auto install, deletion of installer and use 3.5.x series for Vista+. Closes #5871.
|
2016-11-01 18:25:42 +02:00 |
|
sledgehammer999
|
e440fc3d17
|
Fix setting a speed limit.
|
2016-11-01 17:51:57 +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
|
db4b30ad48
|
Fix values for unsetting speed limits.
|
2016-11-01 03:41:56 +02:00 |
|
sledgehammer999
|
6053390bf5
|
Unify and simplify setting to use proxy for torrents only.
|
2016-11-01 03:41:51 +02:00 |
|
sledgehammer999
|
1757973f88
|
Misc fixes.
|
2016-11-01 03:41:40 +02:00 |
|
sledgehammer999
|
a5ae86512a
|
Rename IP filtering functions and settings names.
|
2016-11-01 03:06:58 +02:00 |
|
sledgehammer999
|
124eddc68c
|
Merge pull request #5342 from glassez/session
Optimize BitTorrent::Session settings applying
|
2016-11-01 03:02:29 +02:00 |
|
Chocobo1
|
aba625d544
|
Fix potential crash. Closes #5873.
|
2016-10-30 16:10:44 +08:00 |
|
Chocobo1
|
f8dc8ad4ad
|
Refactor
|
2016-10-30 15:53:59 +08:00 |
|
Yez Ezey
|
81ec2e60a9
|
Sort torrent names case insensitively
|
2016-10-24 19:50:30 +09:00 |
|
Chocobo1
|
c49bb2daad
|
The intended action is set the bit to 1, not flipping it.
|
2016-10-23 20:13:04 +08:00 |
|
Chocobo1
|
59942531df
|
Fix crash when restoring from tray. Closes #5854.
|
2016-10-23 19:58:46 +08:00 |
|
Yez Ezey
|
42929e7783
|
Fix downloadFromURL bug. Closes #5844
|
2016-10-20 19:53:23 +09:00 |
|
sledgehammer999
|
829425831f
|
Properly fix the handling of default save path store/load. Bug introduced in dd34663224
|
2016-10-06 16:54:15 +03:00 |
|
sledgehammer999
|
7b04dd4106
|
Merge pull request #5746 from erikssm/master
fix default save path bug
|
2016-10-06 16:39:44 +03:00 |
|
erikssm
|
d2e911c3ea
|
fix default save path bug
|
2016-10-05 18:54:36 +03:00 |
|
Yez Ezey
|
c30e61904d
|
Fix Mac OS X Build (Closes #5763)
Deleted offending code
setUnifiedTitleAndToolBarOnMac(false);
which was a workaround to avoid bug https://bugreports.qt.io/browse/QTBUG-7305
The bug was fixed at Qt 4.6.2 https://github.com/Blizzard/qt4/blob/master/dist/changes-4.6.2
|
2016-09-27 05:09:38 +09:00 |
|
sledgehammer999
|
d411d8b3a1
|
Merge pull request #5549 from briankendall/smtp_ssl_bug_fixes
Fixes bug where sending email could silently fail
|
2016-08-25 20:45:11 -05:00 |
|
sledgehammer999
|
025ee32281
|
Merge pull request #5576 from Chocobo1/msiexec
Call system msiexec.exe directly
|
2016-08-23 11:29:53 -05:00 |
|
sledgehammer999
|
ddb8badcc9
|
Fix deletion via the context menu. Broken by #5616.
|
2016-08-23 18:56:50 +03:00 |
|
sledgehammer999
|
2ba4319850
|
Merge pull request #5617 from Chocobo1/hotkeys
Use "Standard Shortcuts" defined by Qt whenever possible.
|
2016-08-10 10:59:16 -05:00 |
|
Chocobo1
|
85add9a5c8
|
Use "Standard Shortcuts" defined by Qt whenever possible.
|
2016-08-10 23:09:15 +08:00 |
|
pieniacy
|
5f4114ae76
|
Add torrent and files deletion with Shift+Delete hotkey
|
2016-08-06 02:52:49 +02:00 |
|
Daniel Segesdi
|
76580e4766
|
Fix 6-hour speedplot point push rate. Close #5545
|
2016-08-02 10:59:01 +02:00 |
|
Chocobo1
|
a64538b964
|
Call system msiexec.exe directly
|
2016-07-23 13:39:22 +08:00 |
|
Brian Kendall
|
630871214f
|
Hiding SSL / SMTP option when building without SSL support
The SMTP server always uses unencrypted connections in this case so showing the check box is misleading
|
2016-07-18 18:37:48 -04:00 |
|
Chocobo1
|
6b48cab5e3
|
Fix icons are missing when using RTL languages in Options dialog. Closes #5398.
|
2016-06-21 16:06:57 +08:00 |
|
Vladimir Golovnev (Glassez)
|
b5fe749f0b
|
Use new libtorrent-1.1 settings API
|
2016-06-20 08:30:02 +03:00 |
|
Vladimir Golovnev (Glassez)
|
b2cb473b63
|
Don't use Preferences in BitTorrent::Session
|
2016-06-20 08:30:02 +03:00 |
|
sledgehammer999
|
6d4f46c8ae
|
Merge pull request #5179 from Chocobo1/fix_ui
Cleanup Connection page
|
2016-06-08 13:13:23 -05:00 |
|
Chocobo1
|
5efc45190a
|
Fix widget name collision.
Small cleanup on Downloads page.
|
2016-06-07 20:49:27 +08:00 |
|
Chocobo1
|
0ad33bf9ac
|
Let user able to specifiy a filter when choosing an IP filter file
|
2016-06-07 20:49:27 +08:00 |
|
Chocobo1
|
d32c9470a0
|
Fix reload button size is not the same size as "..." button.
Rename Connection tab page
|
2016-06-07 20:49:27 +08:00 |
|
Chocobo1
|
c85a0a41ba
|
Rename "options.ui" to "optionsdlg.ui"
Rename class name "options_imp" to "OptionsDialog"
Rename "options_imp.cpp" to "optionsdlg.h"
|
2016-06-07 20:49:27 +08:00 |
|