The following tooltips are missing in the Settings menu: General section: * Automatically retrieve cover art * Automatically scroll playlist to current track * Moodbar style dropdown menu Playback section: * Fadeout on stop Notifications section: * Use On-Screen Display * Translucent * Use custom colors * Use system notifications Database section: all tooltips are missing
Please refer here for the missing tooltip text: http://userbase.kde.org/Amarok/Manual/ConfiguringAmarok#Configuring_Amarok
I will add those once string freeze is over.
hm, wrong action, sorry for the noise
All the items in comment #0 appear to be fixed in git. A new missing tooltip has appear, however: General -> Enable context applets collapse animations
Created attachment 56019 [details] Add a tooltip for General -> Enable context applets collapse animations .. The patch contains the code for adding tooltip for General -> Enable context applets collapse animations.
Thank you for the patch, Bhargav. Please submit it to http://git.reviewboard.kde.org (you need to create an identity in http://identity.kde.org before).
Patch submitted to reviewboard. http://git.reviewboard.kde.org/r/100393/
commit 240f617283e74c9324fea8fa3c8dbb8aa2dd343c branch master Author: Mark Kretschmann <kretschmann@kde.org> Date: Sun Jan 16 10:29:12 2011 +0100 Add missing tooltip for animation settings. Patch by Bhargav Mangipudi <bhargav.1191@gmail.com>. BUG: 248690 diff --git a/ChangeLog b/ChangeLog index c13d326..57b2fce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ VERSION 2.4.1 FEATURES: CHANGES: + * Added missing tooltip for animation settings. Patch by Bhargav Mangipudi + <bhargav.1191@gmail.com>. (BR 248690) BUGFIXES: * Fixed minor inconsistency in the Collection view. Patch by diff --git a/src/configdialog/dialogs/GeneralConfig.ui b/src/configdialog/dialogs/GeneralConfig.ui index f1625c9..14b2d63 100644 --- a/src/configdialog/dialogs/GeneralConfig.ui +++ b/src/configdialog/dialogs/GeneralConfig.ui @@ -64,6 +64,12 @@ </item> <item row="3" column="0"> <widget class="QCheckBox" name="kcfg_AnimateAppletCollapse"> + <property name="toolTip"> + <string>Check to enable animations when context applets collapse.</string> + </property> + <property name="whatsThis"> + <string>Check to enable animations when context applets collapse.</string> + </property> <property name="text"> <string>Enable context applets collapse animations</string> </property>
*** Bug 266992 has been marked as a duplicate of this bug. ***