Christophe Dumez
51068294f1
Vavious Magnet link related fixes
15 years ago
Christophe Dumez
8f5bd2bc9f
Fix other temp path issues
15 years ago
Christophe Dumez
121a636b4e
Fix several problems when incomplete torrent are kept in a temp folder
...
Bump to rc3
15 years ago
Christophe Dumez
b9241ad5ad
Proper fix to use an INI file instead of the registry on Windows
15 years ago
Christophe Dumez
5f23cbc470
Use libtorrent version.hpp instead of our own DEFINE
15 years ago
Christophe Dumez
8ec1621334
Merge msvc fixes from stable branch
15 years ago
Christophe Dumez
789cf654d0
Another attempt to fixing Mac compilation
15 years ago
Christophe Dumez
aec99ed14f
More code cleanup
15 years ago
Christophe Dumez
e082c02630
Make use of QT_VERSION define instead of using our own define
15 years ago
Christophe Dumez
fb79146ae6
FEATURE: Added "Added/Completed On" columns to transfer list
15 years ago
Christophe Dumez
cac6f7428c
- When incomplete torrents are saved to a different path, check if content is already present at final location
...
- Automacillay force a data recheck every time a torrent is moved (because libtorrent does not take care of checking if the torrent data exists at the destination location)
15 years ago
Christophe Dumez
7bac95c9ad
- Torrents can be renamed in transfer list
15 years ago
Christophe Dumez
add2475700
- Files / Folders can also be renamed directly from torrent addition dialog
15 years ago
Christophe Dumez
04e008afa0
- Fix new settings not being saved
15 years ago
Christophe Dumez
ed803fb994
- Initiated work on torrent labeling/categorization (functional but not perfect yet
15 years ago
Christophe Dumez
abbbf1e562
- Torrent Addition Dialog: File priorities were not taken into consideration (Thanks Mariusz)
15 years ago
Christophe Dumez
9323660c79
- Fix compilation with Qt 4.4
...
- Fix compilation with older boost libraries
15 years ago
Christophe Dumez
d42ab6120e
- Added right-click menu to transfer list
15 years ago
Christophe Dumez
aa0c2e611f
- Remove useless code in torrentpersistentdata since libtorrent is saving and restoring this for us
15 years ago
Christophe Dumez
262b88930e
- Use lowercase characters only in filenames
15 years ago
Christophe Dumez
e8fba3e630
- Moved "download in sequential order" from Torrent properties to right click menu in transfer list (it makes more sense this way)
...
- Do not save sequential mode status to hard disk because libtorrent is already taking care of this
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
31374d8d30
- Remove useless code since it is handled on libtorrent side
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
7f12bbb783
- Added "Skip file checking and start seeding immediately" option to torrent addition dialog (patch by Stephanos Antaris).
...
- Updated French translation
15 years ago
Christophe Dumez
1d9b524b77
- Fixes compilation problem regarding hash missing
15 years ago
Christophe Dumez
63761afd0a
- Got rid of .speedlimits file and use new TorrentPersistantData system
15 years ago
Christophe Dumez
0b9c05d41b
- FEATURE: Make use of torrent enclosure in RSS feeds for direct download
...
- FEATURE: Implemented a RSS feed downloader with filter support
- FEATURE: Save old RSS item to hard disk to remember them on start up
- FEATURE: RSS Feeds can now be copied to the clipboard
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