sledgehammer999
f227130388
Simplify code.
12 years ago
sledgehammer999
38d78b7606
Change seeding algorithm. Increase connections per second.
12 years ago
sledgehammer999
1ad9d9b4e0
Use new Libtorrent version define.
12 years ago
sledgehammer999
22e2bafa7a
Fix compilation with libtorrent 1.x.x v2
12 years ago
Nick Tiskov
562e9ce108
Drag'n'Drop fixups.
...
1. Proper event handling
2. Allow folder moving
3. Allow moving into folders
12 years ago
Nick Tiskov
116fa8936a
Add missing QTreeWidget::dropEvent to d'n'd atempt occuring in same location.
...
Remove 'Overwrite attempt' dialog as obsolete. Now moving item, e.g. from folder to same folder, will just make it the last child of the folder.
12 years ago
sledgehammer999
78663b9c27
Fix peer flags.
12 years ago
Christophe Dumez
0213b5f511
Add missing break statement in proxy code
12 years ago
Michele Olivo
559e0ac218
Fixed a couple of Italians strings.
12 years ago
sledgehammer999
94b58ca229
Fix compilation with libtorrent 1.x.x.
12 years ago
sledgehammer999
7aa3eff845
Add constness and value by reference in TorrentTempData.
12 years ago
sledgehammer999
9a0a26dae1
Store TorrentTempData only in memory. Partially implements #583 .
12 years ago
John Peterson
d1c3a07ba6
Adding "Save path" column
...
because it's useful when moving files
It's the same path as in properties because that's consistent
12 years ago
sledgehammer999
a30dc3a823
Actually show the tray notification when a torrent finishes downloading.
12 years ago
sledgehammer999
8464720d99
Show utorrent compatible peer flags. Implements issue #531 .
12 years ago
sledgehammer999
365ba4341a
Updated italian translation of NSIS installer by bovirus.
12 years ago
ccerrillo
c928987313
mootools change break context menu
...
Fx.Tween in mootols 1.4.5 no longer sets visibility to hidden, so when the context menu dissapear, if you put the mouse in the space where the menu were showed is still there but with opacity to 0 and cannot click to nothing below that area
So i emulated the old behaviour with OnComplete event.
Additionally i changed the use of deprecated $empty
12 years ago
sledgehammer999
1e7668608a
Update disk space label in add new torrent dialog. Fixes issue #282 .
12 years ago
sledgehammer999
a685349ae6
Updated italian language of nsis installer by bovirus.
12 years ago
sledgehammer999
7c2e679c8b
Update italian translation by bovirus.
12 years ago
Alfre
b6e16fbdc0
Update Spanish translation
12 years ago
sledgehammer999
4af28bfe81
Really fix issue #405 and #536 .
12 years ago
Christophe Dumez
4ba5e43933
Improve peer host name resolution ( closes #360 )
...
- Take a QString in argument to avoid converting it twice. The caller already
has the IP as a QString.
- Fix bug where hostnames coming from the cache would not the displayed.
- Fix bug where the resolved hostnames would not be displayed if the IP we know
does not match the first one in the QHostInfo::addresses() list. It may come
later in the list or may be formatted differently (possible with IPv6).
- Avoid requesting again host names for IPs that were already requested recently
but whose resolution did not return a useful hostname.
12 years ago
Nick Tiskov
6debc1e958
Fix unhandled exception when trying to create torrents from files/folder in disk root.
12 years ago
Christophe Dumez
9651d8736b
Fix legittorrents search plugin ( closes #515 )
12 years ago
Christophe Dumez
07ec2cce31
Update Italian translation
12 years ago
Christophe Dumez
698171bbcf
Updated Basque translation
12 years ago
Driim
df23fc1de2
delete not needed space
12 years ago
Driim
f445c8f872
Fix add torrent icon version 3
12 years ago
Driim
eb035e2199
Fix add torrent icon version 2
12 years ago
Driim
dac3a1a0ca
Fix missing "Add torrent file" icon
12 years ago
Nick Tiskov
314fc003b3
Use <OS_name>conf.pri file to control libz linkage
12 years ago
Nick Tiskov
ec08bfac07
Improve code readability in speed monitor
12 years ago
Christophe Dumez
cd754fd239
Update Norwegian translation
12 years ago
Nick Tiskov
008ba33ce9
Update Russian translation.
12 years ago
Christophe Dumez
f49ba3e93d
Avoid using #define
12 years ago
Christophe Dumez
e98fb61400
Link against lz
12 years ago
Christophe Dumez
56cff16b07
Update language files
12 years ago
Nick Tiskov
0c0c7459f1
Cosmetic fix for eta sorting in torrent list: 'infinity' must always come last
12 years ago
Nick Tiskov
34a88c83f0
Calculate eta for seed only torrents using ratio limits
12 years ago
Nick Tiskov
a8f29e51c5
Cosmetic fixes to torrent creator
12 years ago
Nick Tiskov
964b321458
Ignore multiple sequential newlines in torrent creator
12 years ago
Nick Tiskov
dec726c0ae
Add tooltip in torrent creation dialog as a hint on tracker tiers
12 years ago
Nick Tiskov
025f4f9737
Support tracker mirrors in torrent creator
12 years ago
Nick Tiskov
66b982ad03
Minor refactoring for json parser
12 years ago
Nick Tiskov
3309706964
Allow clearing of execution log and peer ban log
12 years ago
Nick Tiskov
9d275d6d34
Allow bool lists in json values
12 years ago
Nick Tiskov
91f9a46c18
Allow semicolon in json values (Windows paths support)
12 years ago
Dmitry Maslennikov
e017ba6863
add cookies for redirect, cookies for auto download torrent from rss, add support gzip
12 years ago
sledgehammer999
0fa0be2d0e
Pass the correct flag in torrent_handle::status for libtorrent > 0.15
12 years ago