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
5cbc7b16c0
Guard the flag used for deferred session configure.
2016-11-01 03:41:45 +02:00
sledgehammer999
1757973f88
Misc fixes.
2016-11-01 03:41:40 +02:00
sledgehammer999
10cd45dc81
Fix setting limits to unlimited.
2016-11-01 03:41:35 +02:00
sledgehammer999
a5ae86512a
Rename IP filtering functions and settings names.
2016-11-01 03:06:58 +02:00
sledgehammer999
b97cb7422f
Export torrents added only after the setting was enabled.
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
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
ngosang
d249e9e7c6
[Search engine] Remove TorrentReactor plugin
2016-10-11 22:51:54 +02:00
ngosang
7c13f71481
[Search engine] Update Demonoid plugin
2016-10-11 22:48:21 +02: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
bec4617128
Merge pull request #5749 from yezezey/master
...
fixed extratorrent search not working v.3.3.7 #5736
2016-09-24 00:02:53 +03:00
sledgehammer999
b3a7954363
Use a subdomain to redirect to the actual URL for search plugins.
...
Will allow to move around the plugins in the git repo with the 3.4.0 release.
2016-09-23 23:16:24 +03:00
Yez Ezey
3a744a954b
Fixed extratorrent search not working Closes #5736 #5753
...
The original code accumulates all the <td> texts between the description
link and the number of seeders into self.current_item["size"]:
<td>248.72</td><td> MB<td> => "248.72 MB".
ExtraTorrents changed the table design, added the Added column and joined
the number and its unit:
<td>8d</td><td>248.72 MB</td> => "8d 248.72 MB"
This commit stores only the last <td> text in self.current_item["size"].
2016-09-23 03:52:12 +09:00
sledgehammer999
3ea81be2cc
Merge pull request #5731 from thalieht/webui_port
...
Fix WEBUI port overflow
2016-09-13 23:54:01 +03:00
thalieht
6ec1c61b06
fix webui port overflow
2016-09-11 23:41:14 +03:00
sledgehammer999
6ea9325868
Sync translations from Transifex and run lupdate.
2016-09-11 22:07:25 +03:00
ngosang
83d6a28030
Fix warning in geoipdatabase.cpp
2016-08-29 22:11:05 +02: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
SagePtr
c63da264d7
Update geoipdatabase.cpp
...
Updated MaxMind database limit from 10MB to 64MB. I hope it will be enough
for few years. Fix for issue #5609
2016-08-26 02:23:17 +02:00
Brian Kendall
da412571e4
Better error handling with smtp communication.
...
Adds log messages for a number of situations where sending an email will silently fail, in particular when attempting to create an unencrypted connection to an SMTP server that requires SSL
2016-08-25 17:57:26 -04:00
ngosang
77b27abc94
[Search engine] Update Torrentz2 search engine
2016-08-24 00:46:09 +02: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
ngosang
b0c9c8a2aa
[Search engine] Update Torrentz search engine
2016-08-22 23:25:54 +02:00
ngosang
4e2de98903
[Search engine] Remove BTDigg search engine
2016-08-13 21:38:14 +02:00
ngosang
9234f2f15d
[Search engine] Remove KickassTorrents search engine
2016-08-10 20:41:03 +02: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
sledgehammer999
affebf3431
Merge pull request #5575 from Chocobo1/explorer
...
Avoid spawning a new explorer.exe process when selecting "Open containing folder"
2016-08-05 08:10:28 -05:00
Chocobo1
9cb01dedba
Avoid spawning a new explorer.exe process when selecting "Open containing
...
folder". Closes #5564 .
2016-08-04 00:50:11 +08: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
Chocobo1
f448587271
Add function windowsSystemPath()
2016-07-23 13:39:13 +08:00
Chocobo1
bb956b8453
Refactor
2016-07-23 11:25:33 +08:00
Chocobo1
8742d7aa45
Uncrustify misc.cpp
2016-07-23 11:23:16 +08:00
sledgehammer999
a7e2162cdc
Sync translations from Transifex and run lupdate.
2016-07-20 00:48:45 +03: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
sledgehammer999
4e8c509157
Merge pull request #5409 from Chocobo1/RTL_option
...
Fix icons are missing when using RTL languages in Options dialog
2016-07-17 15:47:13 -05:00
Chocobo1
1e1471c7c6
Workaround space issues in file path
...
References:
https://github.com/qbittorrent/qBittorrent/issues/5439#issuecomment-228616817
https://github.com/qbittorrent/qBittorrent/issues/5439#issuecomment-232214712
2016-07-16 11:27:51 +08:00
Chocobo1
3846a5b875
Invoke system's cmd.exe directly.
2016-07-16 11:19:33 +08:00
Chocobo1
705d7730dc
Fix upper-bound limit of command line for "Run External Program" in Windows. Closes #5399 .
2016-07-16 10:25:22 +08:00
Vladimir Golovnev (Glassez)
c4e9291db4
Do not create save folder in advance
...
Closes #5422 .
2016-06-26 16:48:11 +03:00
Chocobo1
6b48cab5e3
Fix icons are missing when using RTL languages in Options dialog. Closes #5398 .
2016-06-21 16:06:57 +08:00