Bug 268196

Summary: ActiveToolTip correct priority
Product: [Developer tools] kdevplatform Reporter: Julien Desgats <julien.desgats>
Component: utilAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: minor    
Priority: NOR    
Version: git master   
Target Milestone: 1.2.0   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: This patches fixes the bug

Description Julien Desgats 2011-03-11 10:24:07 UTC
Version:           git master (using KDE 4.6.0) 
OS:                Linux

On the function ActiveToolTip::showToolTip, the documentation says that a priority of 0.0 makes visibility exclusive to given tooltip. However, thid is not currently the case : all tooltips are hidden.

This patch makes that behavior according to documentation.

Reproducible: Always




This feature is not currently used anyway. I needed it to an improvement on debugger tooltips. Review request is comming.
Comment 1 Julien Desgats 2011-03-11 10:25:44 UTC
Created attachment 57859 [details]
This patches fixes the bug
Comment 2 Milian Wolff 2011-03-15 21:41:30 UTC
uhm looks good I'd say - but please put patches always on reviewboard in the future.
Comment 3 Julien Desgats 2011-03-19 10:47:40 UTC
Git commit b0161ee4fb9ed848ad9763d7a41afae2f1578384 by Julien Desgats.
Committed on 19/03/2011 at 10:34.
Pushed by desgats into branch 'master'.

Fixes exclusive mode in active tooltips

BUG: 268196

M  +9    -8    util/activetooltip.cpp     

http://commits.kde.org/kdevplatform/b0161ee4fb9ed848ad9763d7a41afae2f1578384