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
Christophe Dumez
b8598bfc14
Merge pull request #594 from ccerrillo/master
...
changes in mootools breaks the context menu
12 years ago
Christophe Dumez
2a31d378a5
Merge pull request #606 from sledgehammer999/peer_tab
...
Show utorrent compatible peer flags. Implements issue #531 .
12 years ago
Christophe Dumez
a33a959f63
Merge pull request #629 from sledgehammer999/temp_tor_data
...
Store TorrentTempData only in memory. Partially implements #583 .
12 years ago
Christophe Dumez
1ff3818e6b
Merge pull request #662 from micheleolivo/master
...
Italians strings fixed
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
4f667c6e7d
Merge pull request #600 from sledgehammer999/trans_it_nsis
...
Updated italian translation of NSIS installer by bovirus.
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
Christophe Dumez
d5aa316613
Merge pull request #513 from Gelmir/creator_root
...
Fix: using files/folder in disk root for torrent creation fails
12 years ago
Christophe Dumez
43271d3ea7
Merge pull request #568 from alfrix/master
...
Updated Spanish Translation
12 years ago
Christophe Dumez
9aa0041422
Merge pull request #584 from sledgehammer999/it_translation
...
Update italian translation by bovirus.
12 years ago
Christophe Dumez
f0e98e2828
Merge pull request #587 from sledgehammer999/update_disklabel
...
Update disk space label in add new torrent dialog. Fixes issue #282 .
12 years ago
sledgehammer999
1e7668608a
Update disk space label in add new torrent dialog. Fixes issue #282 .
12 years ago
sledgehammer999
f918e7f0b0
Merge pull request #586 from sledgehammer999/nsis_it
...
Updated italian language of nsis installer by bovirus.
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
Christophe Dumez
a2d3a1c41c
Merge pull request #543 from sledgehammer999/master
...
Really fix issue #405 and #536 .
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
Christophe Dumez
3519cb281f
Merge pull request #499 from Driim/add_torrent_icon_fix
...
Fix missing "Add torrent file" icon
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
Christophe Dumez
902aa4503e
Merge pull request #496 from Gelmir/libz
...
Use <OS_name>conf.pri files to control libz linkage
12 years ago
Nick Tiskov
314fc003b3
Use <OS_name>conf.pri file to control libz linkage
12 years ago
Christophe Dumez
c36b2774ed
Merge pull request #469 from Gelmir/ul_eta
...
ETA calculation for seed_only torrents; ETA column sorting
12 years ago
Nick Tiskov
ec08bfac07
Improve code readability in speed monitor
12 years ago
Christophe Dumez
cd754fd239
Update Norwegian translation
12 years ago
Christophe Dumez
a6e7588593
Merge pull request #495 from Gelmir/ru_ts
...
Update Russian 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
13e57fb9dd
Merge pull request #471 from daimor/master
...
Correctly handle HTTP responses with gzipped encoded content.
12 years ago