- Made finished list menu more similar to the download list one

- Fixed Start/Pause actions in lists context menus
This commit is contained in:
Christophe Dumez
2007-08-28 14:18:09 +00:00
parent 20a8b3f418
commit 71599c0f9f
3 changed files with 37 additions and 13 deletions

6
TODO
View File

@@ -47,11 +47,9 @@
- Windows port (Chris - Peerkoel)
- write a patch for file_priority(int index);
- strace -p `pidof yourbtclient`
- valgrind --tool=memcheck --leak-check=full src/qbittorrent (parameter socket?)
- valgrind --tool=memcheck --leak-check=full src/qbittorrent
* beta 6
- Translations update (IN PROGRESS)
- dllist and seeding lists context menus should be more similar
- dllist and seeding list shouldn't need a pointer to GUI (use signals/slots)
- Wait for some bug fixes in libtorrent :
- Mutex invalid argument on exit (Ticket #126) - FIXED?
- Number of seeds non null for finished torrent (Ticket #122)
@@ -81,3 +79,5 @@ beta5->beta6 changelog:
- BUGFIX: Showing checking progress for paused torrents too
- BUGFIX: Fixed progress column sorting on startup
- BUGFIX: Prevent downloadFromUrl flooding
- BUGFIX: Made finished list context menu more similar to the download list one
- BUGFIX: Fixed Pause/Start action in lists context menus