[Bug 276901] Tooltips should be disabled in default configuration

Aaron J. Seigo aseigo at kde.org
Wed Jul 6 11:04:58 CEST 2011


https://bugs.kde.org/show_bug.cgi?id=276901





--- Comment #1 from Aaron J. Seigo <aseigo kde org>  2011-07-06 09:04:58 ---
this can be achieved by calling
Plasma::ToolTipManager::self()->setState(Plasma::ToolTipManager::Inhibited)
somewhere in the shell (e.g. during app setup in main())

it could also be set to ToolTipManager::Deactivated, but then even calls to
show(), used by plasmoids to show informational tips on demand, would not work
and that may not be desired. 

if there are zero use cases for tooltips, the Deactivated is the better choice
for performance and resource usage. from a quick grepping of the sources, this
seems to be the case.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Active mailing list