Christophe Dumez
|
4b77bb57ad
|
Fix crash on torrent completion
|
15 years ago |
Christophe Dumez
|
a6b1d308c2
|
More code clean up
|
15 years ago |
Christophe Dumez
|
a91ad3c9c7
|
Fix "Open destination folder" that would open a subfolder instead (closes #607510)
|
15 years ago |
Christophe Dumez
|
8f5bd2bc9f
|
Fix other temp path issues
|
15 years ago |
Christophe Dumez
|
9f5d31b2b1
|
Use the same save path editing behaviour in properties panel as in torrent addition dialog
|
15 years ago |
Christophe Dumez
|
5f23cbc470
|
Use libtorrent version.hpp instead of our own DEFINE
|
15 years ago |
Christophe Dumez
|
656beed82b
|
Fix other unicode issues
|
15 years ago |
Christophe Dumez
|
4e1366bf0d
|
Merge latest fixes from stable branch
|
15 years ago |
Christophe Dumez
|
781d33b869
|
FEATURE: Added error state for torrents (error is displayed in a tooltip)
|
15 years ago |
Christophe Dumez
|
10d6dd5a23
|
Torrent queue position now starts at 1 (closes #581130)
|
15 years ago |
Christophe Dumez
|
c2da227254
|
User can force tracker reannounce
|
15 years ago |
Christophe Dumez
|
af3755bf91
|
"Downloaded pieces" bar now displays in yellow the pieces being downloaded
|
15 years ago |
Christophe Dumez
|
aec99ed14f
|
More code cleanup
|
15 years ago |
Christophe Dumez
|
7d0581a7a5
|
Started code clean up and optimization
|
15 years ago |
Christophe Dumez
|
0f4f108eb5
|
BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane)
|
15 years ago |
Christophe Dumez
|
4bfacb8b91
|
- Clear torrent errors when starting a torrent
|
15 years ago |
Christophe Dumez
|
fb79146ae6
|
FEATURE: Added "Added/Completed On" columns to transfer list
|
15 years ago |
Christophe Dumez
|
8ed0e58d63
|
- "Open destination folder" now opens torrent root folder (if it contains one) instead of the parent folder
|
15 years ago |
Christophe Dumez
|
04b7af4df5
|
- Fix renaming of files with unicode characters
|
15 years ago |
Christophe Dumez
|
d5da8a6277
|
- Save torrent file as soon as we get the torrent metadata so that it does not have to be redownloaded on restart
|
15 years ago |
Christophe Dumez
|
2bf8e2d2d7
|
- file priority can be set for finished torrents that have filtered files
|
15 years ago |
Christophe Dumez
|
bd5880843f
|
- flush cache before file preview (libtorrent >= 0.15 only)
|
15 years ago |
Christophe Dumez
|
a18e325c18
|
FEATURE: Files contained in a torrent are opened on double click (files panel)
|
15 years ago |
Christophe Dumez
|
7bac95c9ad
|
- Torrents can be renamed in transfer list
|
15 years ago |
Christophe Dumez
|
c61aded388
|
- Initial implementation of "Append .!qB extension to incomplete files" (untested)
- Update torrent save path when its label is changed and "Append label to save path" setting is set
|
15 years ago |
Christophe Dumez
|
abbbf1e562
|
- Torrent Addition Dialog: File priorities were not taken into consideration (Thanks Mariusz)
|
15 years ago |
Christophe Dumez
|
9a68e0cc25
|
- Fix compilation error on some systems
|
15 years ago |
Christophe Dumez
|
aeb2c06e0f
|
- Disabled file prioritizing for seeding torrents
- Added file prioritizing to Web UI
|
15 years ago |
Christophe Dumez
|
5544f2a138
|
- Another compilation fix for libtorrent v0.14
|
15 years ago |
Christophe Dumez
|
ef4c320af7
|
- Made "download first and last piece first" option smarter. It now detects the main file in the torrent and download the first/last pieces of this file. (Thanks Attila Olah for this suggestion).
|
15 years ago |
Christophe Dumez
|
62604e32c0
|
FEATURE: Added option to download first and last piece of a torrent first (for preview)
|
15 years ago |
Christophe Dumez
|
e36e500045
|
- Added DHT to trackers list
|
15 years ago |
Christophe Dumez
|
ccdb2a82c3
|
- New tracker list (displays tracker status and error/warning messages)
|
15 years ago |
Christophe Dumez
|
4ca2d060ea
|
- Make everything compile back with libtorrent v0.14
- Fix crash in search engine destructor if downloads are running
|
15 years ago |
Christophe Dumez
|
47fc4679d4
|
- Support per-peer rate limiting
|
15 years ago |
Christophe Dumez
|
94f3323270
|
- New peers can manually be added to a torrent
|
15 years ago |
Christophe Dumez
|
4e8eaafd53
|
- Torrents can now be rechecked from Web UI (patch by Stephanos Antaris)
- Torrents paused/resumed state is not reflected in GUI if the action was executed from Web UI
|
15 years ago |
Christophe Dumez
|
12106c308e
|
- Manage country resolution on libtorrent side. The flags are not displayed in the peer list yet though
|
15 years ago |
Christophe Dumez
|
8260159ca4
|
- Initial implementation of Peer list
|
15 years ago |
Christophe Dumez
|
bc2a4b622b
|
- Added piece_availability() to qtorrenthandle to prepare for piece availability widget (bar)
|
15 years ago |
Christophe Dumez
|
a6f31c7950
|
- Display more information regarding the torrent in its properties pannel
- Made properties pannel scrollable, it behaves better with the splitter
|
15 years ago |
Christophe Dumez
|
7792b4f849
|
- Branched trunk in order to work on a major GUI remodeling. I will attempt to:
* Merge download and upload lists
* Display torrent properties in the same tab (horizontal split)
|
15 years ago |
Christophe Dumez
|
7fc0b02259
|
- Remove useless function that can cause compilation errors
|
15 years ago |
Christophe Dumez
|
e97a6f5f08
|
- Fix tracker addition to torrents
|
15 years ago |
Christophe Dumez
|
e423285d88
|
- FEATURE: Added per-torrent super seeding mode
|
15 years ago |
Christophe Dumez
|
edc25ba52f
|
- Remove call to h.trackers() since it seems to cause crashes sometimes
|
15 years ago |
Christophe Dumez
|
e619b6977a
|
- Added Magnet URI support (might be still buggy)
* Known problem: Always added in paused state for some obscure reason)
|
15 years ago |
Christophe Dumez
|
2742a54d6e
|
- Rewrited torrent resume code to make it cleaner and more generic
* magnet URI support should be easy to implement now
Warning: Since a lot of code was rewrited, some bugs may have been introduced
|
15 years ago |
Christophe Dumez
|
0153b03160
|
BUGFIX: Stop enforcing UTF-8 and use system locale instead
|
16 years ago |
Christophe Dumez
|
53c2fe4a60
|
- Display Swarm infos in seeding list (closes #346955)
- Bump to beta3
|
16 years ago |