Version: 1.0.80 (using Devel) OS: Linux It would be nice that when you hoover on a contact from the contact list, their tooltip was shown even if that window has not focus. I've managed to achieve this behaviour by adding: window()->setAttribute( Qt::WA_AlwaysShowToolTips ); to line 268 in kopetewindow.cpp Is it the right approach? If so, would you mind including this? Thank you very much. I've been using this hack for some days now and it hasn't caused any problems Reproducible: Always Steps to Reproduce: Hoover on a contact with the contact list unfocused OS: Linux (x86_64) release 2.6.37-ARCH Compiler: gcc
SVN commit 1221521 by lvsouza: Show contact tooltips even when main window has not focus. This problem happens when using "click to focus" window policy. It does not happen when using "focus follow mouse" policy. Thanks Adria for the patch. BUG: 266559 M +1 -0 kopetewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1221521
SVN commit 1221522 by lvsouza: Backport r1221521 by lvsouza from trunk to the 4.6 branch: Show contact tooltips even when main window has not focus. This problem happens when using "click to focus" window policy. It does not happen when using "focus follow mouse" policy. Thanks Adria for the patch. CCBUG: 266559 M +1 -0 kopetewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1221522