Vladimir Golovnev (Glassez)
64b06c4612
Fix qBittorrent run on Windows startup.
2014-02-03 21:12:47 +04:00
sledgehammer999
5afb0a1ab0
Fix windows file association.
2014-01-26 13:09:37 +02:00
Nick Tiskov
48250c7b76
Update Preferences class
...
Preferences class setters are guaranteed to accept string with both native and qt-style separators, getters are guaranteed to return string with qt-style separators
2014-01-22 19:37:25 +04:00
Konstantin Goncharik
f29c04d935
In preferences.h now argument is const references
2014-01-05 20:06:29 +08:00
sledgehammer999
660e0650ce
Allow to clear the UI lock password. Closes #973 .
2013-10-24 23:23:56 +03:00
sledgehammer999
53e0526a1e
Windows: Don't remove file associations if they aren't our own.
2013-10-24 00:15:22 +03:00
sledgehammer999
b4dca951b2
Drop libtorrent 0.15.x support.
2013-10-23 22:19:58 +03:00
sledgehammer999
08cd1c9b0c
Option to disallow bringing the torrent dialog to the front.
2013-10-06 18:42:56 +03:00
sledgehammer999
235bb7c3a4
Use system language as default language. Closes #780 .
2013-07-26 02:10:10 +03:00
sledgehammer999
798bd2388b
Allow more fine tuning of uploads. Closes #684 .
2013-07-22 01:41:01 +03:00
Nick Tiskov
6b660d505c
Allow control of cache expiry interval (libtorrent 0.16.10 allocator can now return cache to kernel)
2013-07-01 12:58:20 +04:00
Nick Tiskov
2647d9e994
Revert "Merge pull request #259 from sledgehammer999/revert_disk_cache"
...
This reverts commit a796df9019
.
2013-07-01 12:58:19 +04:00
tungnian lee
2de8b9112d
more clean up for feature selecting a random port when starts up
2013-06-30 15:15:43 +03:00
tungnian lee
75e28bb3e6
Made changes for clean up and fix the problem that a new ramdon port is set every time a setting is saved.
2013-06-30 15:15:42 +03:00
sledgehammer999
22e2bafa7a
Fix compilation with libtorrent 1.x.x v2
2013-06-08 18:21:15 +03:00
sledgehammer999
94b58ca229
Fix compilation with libtorrent 1.x.x.
2013-05-07 22:57:18 +03:00
Christophe Dumez
1549a443c5
Have Preferences subclass QIniSettings privately to discourage bad usage.
2013-02-16 19:30:44 +02:00
Nick Tiskov
104b2aecdc
fixup! Show human readable interface names (mostly affects Windows)
2013-01-26 21:24:38 +04:00
Nick Tiskov
3e98bd49e2
Show human readable interface names (mostly affects Windows)
2013-01-13 17:44:14 +04:00
sledgehammer999
38f1d27223
Make the disk cache default to 128MB.
2012-12-03 23:28:56 +02:00
sledgehammer999
1a965cc0bd
Partially revert commit aeb5fa. See issue #258 .
2012-12-01 02:20:09 +02:00
sledgehammer999
3dd7ac0549
Add option to start qbt with Windows startup.
2012-10-07 23:58:27 +03:00
Christophe Dumez
aeb5fa036c
Update max write cache size to 2048MB and set it to automatic by default ( closes #148 )
2012-10-07 19:17:38 +03:00
Driim
23ea811095
Add setting to copy .torrent files for finished downloads (closes issue #22 )
...
Patch edited by Christophe Dumez.
2012-08-21 20:10:53 +03:00
Christophe Dumez
399d957142
Make uTP rate limited by default
2012-08-21 17:49:23 +03:00
Christophe Dumez
0f291629cc
Move FileSystem utility functions out of misc.h
...
Use new fs_utils.h instead.
2012-05-16 21:19:05 +03:00
Christophe Dumez
c502edf9e1
Brand new torrent addition dialog
2012-05-15 19:57:31 +03:00
Christophe Dumez
0c279e0567
Remove QT_VERSION checks for 4.5.0
2012-02-25 20:20:11 +02:00
Christophe Dumez
5f5382297c
Disable system tray icon on Mac OS X
2012-02-22 20:06:11 +02:00
Christophe Dumez
a8a7b61ea9
Coding style clean up
2012-02-20 19:30:53 +02:00
Christophe Dumez
a53a70742d
Drop support for libtorrent v0.14.x
2012-02-18 16:44:20 +02:00
sledgehammer_999
d744968ea6
Fix compilation on Windows after code cleanups.
2011-10-04 23:17:49 +03:00
Christophe Dumez
01ad2e9746
Move downloads folder detection code from preferences.h to misc.cpp
2011-10-02 17:56:00 +03:00
Christophe Dumez
2f7b20c704
Use qputenv/qgetenv from Qt for better cross compatibility
2011-10-02 17:04:16 +03:00
Christophe Dumez
928936046e
preferences: optimize XDG path detection code
2011-09-28 19:50:57 +03:00
Christophe Dumez
fe6df6176d
Fixes to sledgehammer's merge request.
2011-09-27 21:16:29 +03:00
Christophe Dumez
6c52dbd477
Merge commit 'refs/merge-requests/11' of git://gitorious.org/qbittorrent/qbittorrent
2011-09-27 20:47:33 +03:00
sledgehammer_999
37f5c8710e
Improved savepath algorithm on Linux. It now uses xdg to figure out the default download folder. Unfortunately only new install will benefit.
2011-09-27 19:38:40 +03:00
Christophe Dumez
1585b307bc
Disable tracker exchange by default
2011-09-21 18:48:10 +03:00
Christophe Dumez
7bd19f7696
Several fixes to the merge request
2011-09-21 17:48:39 +03:00
sledgehammer_999
a82ccd8e95
Now qbt remembers the last used folder. Fixes #799697 .
...
Conflicts:
src/preferences/options.ui
2011-09-21 01:06:50 +03:00
Christophe Dumez
5990615248
Add support for anonymous mode
...
This mode was added in libtorrent v0.16 and should be used in
addition to a SOCKS5 proxy.
2011-09-20 20:15:47 +03:00
Christophe Dumez
ed5e55f85d
Add advanced setting to announce to all trackers
2011-09-18 20:05:30 +03:00
Christophe Dumez
94f92aa4f9
Add setting to ignore slow torrents in queueing system
...
Closes https://bugs.launchpad.net/qbittorrent/+bug/799703
2011-09-18 19:34:29 +03:00
Christophe Dumez
b58b4d0066
Add file association settings to program preferences (Windows)
2011-09-18 16:42:50 +03:00
Christophe Dumez
deb7cb9d9e
Fix compilation error on Windows.
2011-09-15 22:00:48 +03:00
Christophe Dumez
f4c2fdd2fd
Search: Initial support for Python 3.x
2011-09-11 20:22:54 +03:00
Christophe Dumez
02fbd6a135
Fix compilation warnings in smtp.h (cgreco)
2011-06-05 16:08:30 +00:00
Ishan Arora
669d1a3a46
Added HTTPS support (backend)
2011-05-07 13:48:42 +00:00
Christophe Dumez
65883317c3
FEATURE: Proxy can be disabled for peer connections
2011-05-01 11:22:17 +00:00