Bug 52592 - Option to disable tooltips
Summary: Option to disable tooltips
Status: RESOLVED FIXED
Alias: None
Product: kicker
Classification: Plasma
Component: minipagerapplet (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michael Brade
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-04 16:50 UTC by Gaute Hvoslef Kvalnes
Modified: 2003-06-15 10:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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));