Bug 157991

Summary: "Stop all" from system tray menu not working for newly added torrents
Product: [Applications] ktorrent Reporter: Jonas Jasas <jon>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jonas Jasas 2008-02-17 23:26:29 UTC
Version:           2.2.5 (using 3.5.8, Kubuntu (gutsy) 4:3.5.8-0ubuntu3.3)
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.22-14-generic

Add new torrents without calling main window.
Press right mouse button on system tray icons and select "Stop all".
It will stop just old torrents.
Comment 1 Joris Guisson 2008-02-19 18:43:54 UTC
SVN commit 777074 by guisson:

- Fix stop all and start all from system tray menu (it used to apply to the current view, now it applies to all torrents)
- Make sure that set download location and add to group are disabled when no torrent is selected

BUG: 157991


 M  +33 -15    apps/ktorrent/ktorrent.cpp  
 M  +5 -1      apps/ktorrent/ktorrent.h  
 M  +22 -5     apps/ktorrent/ktorrentview.cpp  
 M  +22 -1     apps/ktorrent/ktorrentview.h  
 M  +2 -0      apps/ktorrent/ktorrentviewmenu.cpp  
 M  +9 -0      apps/ktorrent/viewmanager.cpp  
 M  +3 -0      apps/ktorrent/viewmanager.h  
 M  +2 -2      ktorrent.kdevelop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=777074