Christophe Dumez
|
3827a66a3a
|
- Optimized transfer list refresh
|
15 years ago |
Christophe Dumez
|
eb3d7f31e8
|
- Updated language files
|
15 years ago |
Christophe Dumez
|
62f57862e5
|
- Properly report paused torrents from Bittorrent session to GUI (closes #86293)
- Removed some verbose debug
|
15 years ago |
Christophe Dumez
|
70c62f6294
|
- Refresh torrent properties and transfer list only when they are visible in order to save CPU :)
|
15 years ago |
Christophe Dumez
|
d6e1dc9020
|
- Make torrent status filters behave as in µTorrent
|
15 years ago |
Christophe Dumez
|
46f081d888
|
- Made sure the file priorities in torrent properties don't overwrite "download first/last pieces first" option
|
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
|
6673273830
|
- Change qBittorrent parameter in desktop file because it does not seem to work
|
15 years ago |
Christophe Dumez
|
154673a99b
|
- Force torrentfilesmodel list repaint when progress and priorities are updated
|
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
|
873221ec14
|
- Catch exception thrown by resolver.resolve() and display the error message on stderr
|
15 years ago |
Christophe Dumez
|
e645133baf
|
- Fix compilation errors on Fedora
|
15 years ago |
Christophe Dumez
|
8c1851c0bd
|
- Move priority column to index==1 for better readability
|
15 years ago |
Christophe Dumez
|
d15a177027
|
- Fix the status display of queued checking torrents
|
15 years ago |
Christophe Dumez
|
5d427d2acf
|
- Save fast resume data for paused torrents too to avoid loosing information (e.g. user trackers, ...)
|
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
|
332a4121c8
|
- Made nova2dl.py more robust by downloading the torrent itself if the search plugin does not provide the download_torrent() method
|
15 years ago |
Christophe Dumez
|
843168bb62
|
- Move ui files to their own folder
|
15 years ago |
Christophe Dumez
|
4ee47ce2b8
|
- Use a capital "B" for Bittorrent class
|
15 years ago |
Christophe Dumez
|
262b88930e
|
- Use lowercase characters only in filenames
|
15 years ago |
Christophe Dumez
|
d1646c169d
|
- Fix folder size update in TorrentFilesModel
|
15 years ago |
Christophe Dumez
|
c6a9ec7c6f
|
- Added a few more country flags to Geoip
|
15 years ago |
Christophe Dumez
|
ff2fef0dc1
|
- Fix little problem in evenmanager causing this output: "no status, should not happen!!!"
|
15 years ago |
Christophe Dumez
|
b35cc2c9e4
|
- Support up to 99999 peers (for display). It used to be 9999 but this was not enough for some torrents.
|
15 years ago |
Christophe Dumez
|
98223e54e8
|
- Updated tracker behavior, it works better now (more µTorrent like)
|
15 years ago |
Christophe Dumez
|
e36e500045
|
- Added DHT to trackers list
|
15 years ago |
Christophe Dumez
|
e2b8aeafa6
|
- FEATURE: Display the number of peers returned by each tracker
|
15 years ago |
Christophe Dumez
|
484a75ad64
|
FEATURE: Global upload/download speeds can be capped from status bar (µTorrent behavior)
|
15 years ago |
Christophe Dumez
|
5a88c1ad46
|
- Fix double fix in tracker list when switching torrent
|
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
|
81412584e1
|
- Remember tracker list column width on restart
|
15 years ago |
Christophe Dumez
|
1b82dd315b
|
- Fix and improved torrent comment display
- Made links linkable in torrent comments
|
15 years ago |
Christophe Dumez
|
ccdb2a82c3
|
- New tracker list (displays tracker status and error/warning messages)
|
15 years ago |
Christophe Dumez
|
8ada8d33c8
|
FEATURE: Announce to all trackers specified for a torrent (µTorrent behavior)
|
15 years ago |
Christophe Dumez
|
ac279979fb
|
- Fix errors in tracker messages saving code
|
15 years ago |
Christophe Dumez
|
d5e2905ead
|
- Clean up of bittorrent class
|
15 years ago |
Christophe Dumez
|
1b0d2a7d55
|
- Clean up GUI includes
|
15 years ago |
Christophe Dumez
|
da080a8979
|
- delete socket client explicitely (although Qt should take care of it)
|
15 years ago |
Christophe Dumez
|
41e18fd245
|
- Removed useless class property in GUI class
|
15 years ago |
Christophe Dumez
|
10c40c6485
|
- Cleanup systray code
|
15 years ago |
Christophe Dumez
|
e93fab40fe
|
- Removed some too verbose debug
- Suppress a Qt warning about the layout in status bar
|
15 years ago |
Christophe Dumez
|
b64919234a
|
- Suppress another valgrind warning
|
15 years ago |
Christophe Dumez
|
fb4700907d
|
- Removed unused keyboard shortcut (and remove valgrind warning)
|
15 years ago |
Christophe Dumez
|
d3c59f0814
|
- Move Web UI code to Bittorrent class
|
15 years ago |
Christophe Dumez
|
cedc87a703
|
- Fix completed torrent counting
- Make sure the status bar is displayed before showing the GUI
|
15 years ago |
Christophe Dumez
|
54f2e66464
|
- Updated language files
|
15 years ago |
Christophe Dumez
|
8160449964
|
- Improved status bar spacing
|
15 years ago |
Christophe Dumez
|
e467fd8fab
|
- Improved separators style in status bar
|
15 years ago |
Christophe Dumez
|
5da2e6a9ee
|
- Started to improved the status bar style
|
15 years ago |
Christophe Dumez
|
0cb5993f66
|
- Display total amount transferred in status bar
|
15 years ago |