Bug 180102

Summary: system monitor plasmoid should display information on mouse hover when added to panel
Product: [Unmaintained] plasma4 Reporter: SlashDevDsp <slashdevdsp>
Component: widget-systemmonitorAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: aseigo
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description SlashDevDsp 2009-01-09 08:29:10 UTC
Version:            (using Devel)
Compiler:          g++ 4.1.3 
OS:                Linux
Installed from:    Compiled sources

There is no 'information displayed' on mouse hover when the system monitor cpu and the system monitor network are added to panel. This helps in distinguishing which monitor is what (cpu or network plasmoid).

In the screenshot the 'Tiny CPU/RAM/Swap monitor' by Matthew Dawson (tooltip shows system load viewer with cpu/ram/swap information) does show a display window on mouse hover on the plasmoid when added to the panel, but the 

in the screenshot (the 'system monitor cpu or network' next to it do not show a tool tip or a text in the plasmoid saying it is displaying 'cpu' information or 'network information' - so there is no way if the widgets are locked to find out if the plasmoid display is cpu info or network info, although by sending a big file across the network shows which is the network plasmoid, but is not a solution.
Comment 1 SlashDevDsp 2009-01-09 08:31:07 UTC
duh the screenshot is here: http://img360.imageshack.us/img360/2756/snapshot1vj5.jpg
Comment 2 Petri Damstén 2009-02-24 11:27:33 UTC
SVN commit 930810 by pdamsten:

Add tooltips when in panel.
BUG:180102

 M  +13 -0     cpu.cpp  
 M  +1 -0      cpu.h  
 M  +18 -6     hdd.cpp  
 M  +3 -2      hdd.h  
 M  +14 -1     net.cpp  
 M  +1 -0      net.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=930810
Comment 3 SlashDevDsp 2009-02-24 14:59:30 UTC
thanks Petri for this one :) a much needed visual improvement