Commit graph

47 commits

Author SHA1 Message Date
Christophe Dumez
47d545633d - Graphically display piece availability in torrent preferences 2009-11-21 19:40:24 +00:00
Christophe Dumez
fb6b40ccd1 - Rewrote the bar to display the downloaded piece as the one we had was overly complicated 2009-11-21 18:36:12 +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
46f081d888 - Made sure the file priorities in torrent properties don't overwrite "download first/last pieces first" option 2009-11-21 12:43:08 +00:00
Christophe Dumez
aa0c2e611f - Remove useless code in torrentpersistentdata since libtorrent is saving and restoring this for us 2009-11-20 18:29:13 +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
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
2009-11-19 12:45:11 +00:00
Christophe Dumez
1b82dd315b - Fix and improved torrent comment display
- Made links linkable in torrent comments
2009-11-19 12:17:51 +00:00
Christophe Dumez
ccdb2a82c3 - New tracker list (displays tracker status and error/warning messages) 2009-11-19 11:09:03 +00:00
Christophe Dumez
623933e2aa - COSMETIC: New deletion confirmation dialog (Merged delete/delete permanently actions)
- Delete useless properties button in top tool bar
- Set Alt+P keyboard shortcut to toggle torrent properties visibility
2009-11-18 12:11:15 +00:00
Christophe Dumez
7c84551150 - Support peer manual ban (from peer list) 2009-11-17 16:02:35 +00:00
Christophe Dumez
bb4dc84824 - Tweaked property buttons spacing on Linux 2009-11-17 10:03:07 +00:00
Christophe Dumez
9fdc6a2acd - Second attempt to fix buttons layout on Mac OS 2009-11-17 08:32:52 +00:00
Christophe Dumez
e30268cf3b - Attempt to fix property buttons layout on Mac OS 2009-11-17 07:17:33 +00:00
Christophe Dumez
c3281a1e8f - Do not refresh properties if they are note visible 2009-11-16 15:29:44 +00:00
Christophe Dumez
d9cb73634d - Performance improvement, property tabs are updated only when displayed 2009-11-15 13:10:31 +00:00
Christophe Dumez
c5c09b09ee - Implemented flag display in peer list (has to be enabled in program preferences, connection section) 2009-11-15 12:57:25 +00:00
Christophe Dumez
1c08bf054a - Fix progress display in torrent properties 2009-11-15 10:35:45 +00:00
Christophe Dumez
5962ef79cb - Added option to disable peer host name resolution (disabled as a default)
- Fix several other bugs related to properties and preferences
2009-11-15 10:00:07 +00:00
Christophe Dumez
e97b805365 Peer lis column width are now restored on startup 2009-11-15 08:40:26 +00:00
Christophe Dumez
131dda2617 - Fix memory leak in new properties panel 2009-11-14 19:28:35 +00:00
Christophe Dumez
8260159ca4 - Initial implementation of Peer list 2009-11-14 10:37:45 +00:00
Christophe Dumez
d8c6e2bcc6 - Added Peers tab (not functional yet) 2009-11-12 19:44:47 +00:00
Christophe Dumez
a6f31c7950 - Display more information regarding the torrent in its properties pannel
- Made properties pannel scrollable, it behaves better with the splitter
2009-11-12 07:42:21 +00:00
Christophe Dumez
4493752d2f - Improved properties pannel by using a Splitter to allow the user to set the height of the pannel 2009-11-11 16:22:57 +00:00
Christophe Dumez
6199d6d543 - Put pieces properties on the top of torrent properties (uTorrent like) 2009-11-11 14:58:13 +00:00
Christophe Dumez
743d54a745 - Added columns width saving to torrent addition dialog
- Fixed column width saving in torrent properties
- Code Cleanup
2009-11-11 14:19:44 +00:00
Christophe Dumez
5fac6ef3b2 - Minor cleanup 2009-11-11 12:30:46 +00:00
Christophe Dumez
81658b9648 - Ported propertiesWidget from arborescence.h to new TorrentFiles Tree Model. (Needs to do the same thing for TorrentAddition.h now) 2009-11-11 12:22:48 +00:00
Christophe Dumez
d006327f14 - Implemented a arborescence.h replacement. The new implementation is way more efficient and saves memory. Note that arborescence was not replaced yet. 2009-11-10 20:47:48 +00:00
Christophe Dumez
611e33bf80 - Polish torrent properties 2009-11-09 20:04:17 +00:00
Christophe Dumez
998b161696 - Save files list column width 2009-11-09 19:30:13 +00:00
Christophe Dumez
f9da85ecfe - Fixed file priorities 2009-11-09 18:01:54 +00:00
Christophe Dumez
d86cb62dc0 - Clearing of fiels list in properties was a bit too efficient (it removed header too) 2009-11-09 11:54:47 +00:00
Christophe Dumez
15427619bd - Forgot to clear some properties data when no torrent is selected 2009-11-09 11:49:18 +00:00
Christophe Dumez
9bc90fc7b2 - Huge forward porting of all previous properties features to the new properties panel (probably very buggy but most of the code should be there and it compiles) 2009-11-09 08:56:21 +00:00
Christophe Dumez
6a028c9efd - Display URL seeds in torrent properties 2009-11-08 20:23:02 +00:00
Christophe Dumez
92a9d04568 - Fix torrent deletion
- Fix extended selection in transfer list
- Disable and clear torrent properties when necessary
- Set correct visual attributes to transfer list
2009-11-08 19:54:22 +00:00
Christophe Dumez
a7da280f57 - Usability improvement in torrent properties 2009-11-08 19:09:10 +00:00
Christophe Dumez
4a33917e89 - All buttons work now 2009-11-08 16:48:38 +00:00
Christophe Dumez
8686ef0892 - A little eye candy 2009-11-08 16:39:17 +00:00
Christophe Dumez
cee9ece4c7 - Added back trackers display in torrent properties 2009-11-08 16:19:21 +00:00
Christophe Dumez
c756412ee6 - Added back "Sequential download" feature 2009-11-08 15:50:00 +00:00
Christophe Dumez
75e5a7e3d4 - Made progress on torrent properties (main tab) 2009-11-08 15:41:32 +00:00
Christophe Dumez
707e87f5b8 - started work on properties 2009-11-08 14:20:58 +00:00