Summary: | Toolstip mouseover on systray icon displays overall downloading status | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Sean Lynch <techniq35> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sean Lynch
2003-09-05 22:12:30 UTC
I think that this is a very nice feature that I would like to see implemented and that I already reported 'whishes' to other systray application developers to implement similar status systems: http://bugs.kde.org/show_bug.cgi?id=55206 (already implemented) http://bugs.kde.org/show_bug.cgi?id=65379 http://bugs.kde.org/show_bug.cgi?id=55209 Maybe, if other developers/users think this is a good thing, it should be added as a style guide... for me, this fast status are a very good thing :). I implemented this earlier this year and it is in KDE3.3 However I am about to submit a bug for it, if someone hasn't already, to solve the vanishing nature of the tooltip, as it's updated so fast. For developers... The problem is: QToolTip::remove( this ); QToolTip::add(this, status); Cases the tooltip to vanish almost immediately. I am presently researching what effect removing the QToolTip::remove() causes to QT. Importantly if it will cause a memory leak. In my original patch I had the remove() commented, which stopped the tooltip vanishing on update. However it appears the maintainer believed the remove() had to be there and uncommented it. I will submit a bug later and attempt a fix. Comments to paul@campbell-multimedia.co.uk or the maintainer of kget. Thanks. It's already implemented. |