Chocobo1
c19e660306
Change text description for half-open connection
9 years ago
Chocobo1
067a8bf108
Fix -1 is displayed instead of C_INFINITY symbol
9 years ago
sledgehammer999
340288f308
Merge pull request #4114 from glassez/fix-4105
...
Fix default save path for magnet. Closes #4105 .
9 years ago
sledgehammer999
b76428420e
Merge pull request #4136 from glassez/remove_labels
...
Fix 'Remove unused labels'. Closes #4066 .
9 years ago
sledgehammer999
22d9427e20
Fix reordering of first column with Qt5. Closes #2835 .
9 years ago
sledgehammer999
2e3cce6755
Merge pull request #4135 from Chocobo1/speedplot_color
...
Fix Speed graph legend is illegible on dark background. Closes #4134 .
9 years ago
Vladimir Golovnev (Glassez)
3f9b568808
Fix 'Remove unused labels'. Closes #4066 .
9 years ago
Chocobo1
a74bac20c4
Fix Speed graph legend is illegible on dark background. Closes #4134 .
9 years ago
sledgehammer999
ee6b968f2f
Don't save/load the session state. We configure it anyway.
9 years ago
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
Vladimir Golovnev (Glassez)
e183c12bed
Fix default save path for magnet. Closes #4105 .
9 years ago
sledgehammer999
84f6a82d98
Merge pull request #4062 from glassez/speedup
...
Some TransferListWidget speedup.
9 years ago
sledgehammer999
100cff1738
Merge pull request #3856 from ngosang/fix_search
...
[searchengine] Fix invalid plugin message and detect new plugin URL from clipboard
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
sledgehammer999
c771703c34
Merge pull request #3932 from Chocobo1/refactor
...
Refactor
9 years ago
sledgehammer999
cf1c934083
Merge pull request #3961 from Chocobo1/comment_click
...
Make URL in "Add Torrent File..." clickable
9 years ago
sledgehammer999
c40bab0555
Merge pull request #4094 from ngosang/webui_ipv6
...
[WebUI] Patch mootools-more to fix IPv6 problem. Closes #3621
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
sledgehammer999
45dbfe80a1
Merge pull request #4035 from Chocobo1/reduce_cache
...
Reduce max value of "Disk cache size"
9 years ago
Chocobo1
db45c11d84
Reduce max value of "Disk cache size" to 1536MB. Closes to #4028 .
9 years ago
sledgehammer999
80a9896a4e
Merge pull request #4080 from ngosang/privacy
...
Change personal email
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
sledgehammer999
472fff06dc
Merge pull request #3984 from glassez/root_path
...
Fix TorrentHandle path methods. Closes #3847 .
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
sledgehammer999
4cecb585bc
Merge pull request #3444 from ngosang/webui_labels
...
[Web UI] Labels implementation
9 years ago
sledgehammer999
66ce5c2557
Merge pull request #3332 from ngosang/addtrackers2
...
Automatically add trackers to new downloads. Closes #262
9 years ago
sledgehammer999
f7f23d2ae9
Merge pull request #3809 from ngosang/webui_optim
...
[Web UI] Code cleanup and little change in contextual menu
9 years ago
sledgehammer999
e204562f4d
Merge pull request #4037 from glassez/label
...
Fix 'Append label to save path'. Closes #4031 .
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
sledgehammer999
d0ebe08bf5
Merge pull request #3604 from Chocobo1/deletion
...
Don't remove torrent contents parent folder, even it is empty.
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
sledgehammer999
a39ce57094
Merge pull request #4022 from glassez/vector
...
Fix PieceAvailabilityBar::intToFloatVector(). Closes #3937 .
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
99ba8a6a53
Merge pull request #3990 from naikel/payload_fix
...
Changed payload functions from int to qlonglong in TorrentHandle class
9 years ago