Commit graph

126 commits

Author SHA1 Message Date
Christophe Dumez
df5f5a943b - Fix other possible crashes with MAGNET URIs
- Fix "download first last piece first" feature for torrents containing more than one file
2009-12-02 20:24:34 +00:00
Christophe Dumez
4dc8959f67 * More exit tweaking to make shutdown faster
* Fixed active upload icon in Web UI
* Fixed text alignment in Web UI preferences dialog
* Fixes to ratio display in Web UI transfer list and properties panel
* Edited Queued/Paused/Checking icons so that they are the same for complete/incomplete torrents (easier to understand)
* Color torrents in UI transfer list as in qBittorrent < 2.0 (more easily understandable)
* Progress and size are now updated when files are filtered in torrent properties
2009-11-30 21:30:14 +00:00
Christophe Dumez
62fad5df87 - Display the right icon for active uploads in UI transfer list (Web UI was ok) 2009-11-27 16:11:22 +00:00
Christophe Dumez
90207020f2 - Fix for media file preview 2009-11-27 11:38:42 +00:00
Christophe Dumez
b80843c602 - Scroll to current torrent when it changes (Transfer list) 2009-11-25 18:20:42 +00:00
Christophe Dumez
f15973f2c8 - Update torrent progress after checking (especially useful for paused torrents that are not updated otherwise) 2009-11-25 14:02:54 +00:00
Christophe Dumez
7c1d3dea86 - Fixed download limit icon 2009-11-24 18:15:08 +00:00
Christophe Dumez
aeb2c06e0f - Disabled file prioritizing for seeding torrents
- Added file prioritizing to Web UI
2009-11-24 15:38:47 +00:00
Christophe Dumez
3eeeb73af4 - New torrent status icons by Mateusz Tobola 2009-11-23 16:33:43 +00:00
Christophe Dumez
68092f3b5c - Make sure the torrent is not already in the list before trying to add it 2009-11-23 14:17:47 +00:00
Christophe Dumez
e187426dd5 - Still remodeling the UI
- Improved Web UI performance by make more work on server side (C++) and less work on client side (Javascript)
2009-11-23 10:37:55 +00:00
Christophe Dumez
08710ed822 - Do not delete selected torrents when hitting delete button unless the transfer tab is actually shown 2009-11-23 07:43:17 +00:00
Christophe Dumez
72d82af147 - Force repainting of the transfer list after it is updated 2009-11-22 19:26:13 +00:00
Christophe Dumez
581efd0afd - Remember sorted column in peer list 2009-11-22 18:20:47 +00:00
Christophe Dumez
8b78096366 - Set refresh list interval to 30ms min (instead of 10ms) 2009-11-22 18:08:05 +00:00
Christophe Dumez
8fe448d35f - Fixed compilation with libtorrent v0.14 2009-11-22 11:16:30 +00:00
Christophe Dumez
3827a66a3a - Optimized transfer list refresh 2009-11-21 14:42:58 +00:00
Christophe Dumez
62f57862e5 - Properly report paused torrents from Bittorrent session to GUI (closes #86293)
- Removed some verbose debug
2009-11-21 14:25:07 +00:00
Christophe Dumez
70c62f6294 - Refresh torrent properties and transfer list only when they are visible in order to save CPU :) 2009-11-21 14:16:54 +00:00
Christophe Dumez
d6e1dc9020 - Make torrent status filters behave as in µTorrent 2009-11-21 13:51:15 +00:00
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). 2009-11-21 12:35:26 +00:00
Christophe Dumez
62604e32c0 FEATURE: Added option to download first and last piece of a torrent first (for preview) 2009-11-21 10:17:57 +00:00
Christophe Dumez
8c1851c0bd - Move priority column to index==1 for better readability 2009-11-20 19:15:12 +00:00
Christophe Dumez
d15a177027 - Fix the status display of queued checking torrents 2009-11-20 18:42:32 +00:00
Christophe Dumez
4ee47ce2b8 - Use a capital "B" for Bittorrent class 2009-11-20 08:01:59 +00:00
Christophe Dumez
262b88930e - Use lowercase characters only in filenames 2009-11-20 07:48:44 +00:00
Renamed from src/TransferListWidget.cpp (Browse further)