Bug 52592

Summary: Option to disable tooltips
Product: [Plasma] kicker Reporter: Gaute Hvoslef Kvalnes <gaute>
Component: minipagerappletAssignee: Michael Brade <brade>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gaute Hvoslef Kvalnes 2003-01-04 16:50:56 UTC
Version:            (using KDE KDE 3.0.4)
Installed from:    Debian testing/unstable Packages

It should be possible to disable the tooltips in the mini pager applet.

Alternatively, make the tooltips appear only in the "preview" and "number" views. In the "name" view, which I prefer, the tooltips just duplicates the text that's already visible. Useless and intrusive.
Comment 1 Simon Hausmann 2003-06-15 10:21:17 UTC
Subject: kdebase/kicker/applets/minipager

CVS commit by hausmann: 

- don't show the tooltips in LabelName mode, as it's redundant and terribly
  annoying

CCMAIL: 52592-done@bugs.kde.org


  M +2 -1      pagerapplet.cpp   1.88


--- kdebase/kicker/applets/minipager/pagerapplet.cpp  #1.87:1.88
@@ -473,4 +473,5 @@ void KMiniPager::allocateButtons()
 //      btn->setOn(i == act);
         btn->show();
+        if ( mode() != KMiniPager::LabelName )
         QToolTip::add(btn, kwin()->desktopName(i));