sledgehammer999
00fae05507
Don't ask the user questions in nox build when in non-interactive mode. Closes #3875 .
9 years ago
sledgehammer999
9718b7d9ba
New view for errored torrents.
9 years ago
sledgehammer999
bf0319f7b2
Fix status string for errored torrents.
9 years ago
sledgehammer999
5b232528cc
Fixup previous commit.
9 years ago
dsimakov
1f17a7836d
1. In option window add column 'download path' for watched folders and enlarge heigth.
...
2. Change logic checkbox in column 'download here': if it checked,
then torrent file will download to watchdir, if state is unchecked,
will be use download path from next column.
9 years ago
sledgehammer999
d12ab5c048
Sync translations from Transifex and run lupdate.
9 years ago
sledgehammer999
055ad080a1
Pass the alertMask to the session constructor to not lose initial alerts.
9 years ago
Chocobo1
fadb208299
Fix compile warning:
...
warning: enumeration value 'Unknown' not handled in switch [-Wswitch]
9 years ago
Chocobo1
a6d2f5186f
Avoid falling through the switch case
9 years ago
ngosang
e0be09dd81
[WebUI] Patch mootools-more to fix IPv6 problem. Closes #3621
9 years ago
Chocobo1
db45c11d84
Reduce max value of "Disk cache size" to 1536MB. Closes to #4028 .
9 years ago
ngosang
9fefdc0fbb
Change personal email
9 years ago
sledgehammer999
a16d0f8d28
Don't connect to "any interface" when the configured network interface is missing. Closes #3943 , #2741 , #1159 , #844 and #143 .
9 years ago
Vladimir Golovnev (Glassez)
91ffbfcf68
Some TransferListWidget speedup.
...
Handle data changed event for all torrents at once.
9 years ago
sledgehammer999
5cf976bbb2
Better fix for e6b7a429ea
.
9 years ago
sledgehammer999
e6b7a429ea
Fix reporting of tracker status. Closes #3101 .
9 years ago
sledgehammer999
12072e2b69
Always apply filter for manually banned IPs. Related #3988 .
9 years ago
Vladimir Golovnev (Glassez)
c38987fc03
Provide torrent paths to external program.
9 years ago
Vladimir Golovnev (Glassez)
501ab07024
Fix TorrentHandle path methods. Closes #3847 .
9 years ago
Chocobo1
4fcd107ff3
Don't remove torrent contents parent folder, even it is empty. Closes #2244 .
9 years ago
Vladimir Golovnev (Glassez)
25feee2366
Fix 'Append label to save path'. Closes #4031 .
9 years ago
Vladimir Golovnev (Glassez)
f7150edd44
Fix DownloadedPiecesBar::bitfieldToFloatVector().
9 years ago
Vladimir Golovnev (Glassez)
be78188691
Fix PieceAvailabilityBar::intToFloatVector(). Closes #3937 .
9 years ago
sledgehammer999
c75725e2d8
Fix printing of avg download speed in General button. Closes #4013 .
9 years ago
sledgehammer999
9b6122c328
Fix corner case of reseting 'm_hasSeedStatus' in 3a29d70dd5
.
9 years ago
sledgehammer999
3a29d70dd5
Correctly set the 'm_hasSeedStatus' parameter on different situations.
9 years ago
Naikel Aparicio
2a2c947602
Changed payload functions from int to qlonglong in TorrentHandle class
9 years ago
sledgehammer999
f74c68e121
React again to finished torrents when previously unselected files have finished downloading.
9 years ago
sledgehammer999
bfd30dcabc
Don't put finished torrents in seed_mode.
...
Seed mode has special function in libtorrent. It is used to skip hash checking when adding a torrent and consider it complete.
9 years ago
Chocobo1
5d3ba06e9d
Use thin border for transfer list
9 years ago
Chocobo1
e275c3ba52
Add helper function: Get DPI scaled icon size (device-dependent)
9 years ago
Chocobo1
3335a111e1
Use a larger spacing between filters
...
Simplify code
9 years ago
sledgehammer999
f7c8a499d5
Unload the GeoIP db when disabled.
9 years ago
sledgehammer999
ad7ad8f596
Faster GeoIP lookups.
...
QCache results in speed decrease.
See https://github.com/qbittorrent/qBittorrent/pull/3488#issuecomment-124731983
9 years ago
sledgehammer999
ef5b3b90c3
Don't save the GeoIP nodes beforehand.
...
It saves a lot of memory and isn't much faster.
9 years ago
Chocobo1
7e6dfa759c
Replace horizontal line with border
9 years ago
Chocobo1
c6a6f85a5e
Use theme color for background in PropertiesWidget
9 years ago
Chocobo1
421b45c553
Add tooltips/legend for availability bar & progress bar
9 years ago
Vladimir Golovnev (Glassez)
52db762677
Cast MaxRatioAction to int when store as JSON. Closes #3939 .
9 years ago
Chocobo1
a16de62103
Make URL in "Add Torrent File..." clickable. Closes #3928 .
9 years ago
sledgehammer999
d60f2fc7df
Fix another potential crash when memory allocation failed.
...
See commit e95fce3084
.
Related issues #3877 and #2673 .
9 years ago
sledgehammer999
cc9ffc4767
Use the actual function names for debug logging.
9 years ago
Vladimir Golovnev
a7cf8cea3f
Fix possible compilation error. Closes #3947 .
9 years ago
Vladimir Golovnev (Glassez)
986bb1a8ac
Use default save path if save path is not set.
9 years ago
Vladimir Golovnev
a7ff38d389
Register stream operators for enum classes. Closes #3921 .
9 years ago
Chocobo1
f530bb7537
Fix availability label & progress label clipped on high DPI displays, closes #3237 .
9 years ago
Chocobo1
b5adbaef78
Fix availability bar & progress bar height being too small on high DPI displays
9 years ago
Vladimir Golovnev (Glassez)
d9e51c220e
Fix compilation on Windows.
9 years ago
Vladimir Golovnev (Glassez)
d40495a4be
Simplify Session/TorrentHandle classes.
9 years ago
Vladimir Golovnev (Glassez)
b63a68c9db
Use libtorrent::torrent_status::added_time ( Closes #3764 ).
9 years ago