Re: HTML systray tooltips under KF5

2015-06-11 Thread Sebastian Kügler
[adding kde-devel back in] On Thursday, June 11, 2015 13:31:13 Jason L Tibbitts III wrote: > > "SK" == Sebastian Kügler writes: > SK> It's not a workaround, it's the proper way of doing it. > > In a way that works on other desktops as well? I may have written it > using the KDE libraries bu

Re: HTML systray tooltips under KF5

2015-06-11 Thread Sebastian Kügler
On Monday, June 08, 2015 14:38:42 Jason L Tibbitts III wrote: > > "SK" == Sebastian Kügler writes: > SK> You can port it to QML, make it a plasmoid and use a custom QML item > SK> to display the tooltip. > > I don't really think "rewrite the entire application" qualifies as a > workaround. C

Re: HTML systray tooltips under KF5

2015-06-08 Thread Jason L Tibbitts III
> "SK" == Sebastian Kügler writes: SK> You can port it to QML, make it a plasmoid and use a custom QML item SK> to display the tooltip. I don't really think "rewrite the entire application" qualifies as a workaround. Can I take it that the documented functionality of tooltips has changed to

Re: HTML systray tooltips under KF5

2015-06-08 Thread Sebastian Kügler
On Monday, June 08, 2015 11:16:20 Jason L Tibbitts III wrote: > I have a little application for local use which sits in the systray and > tells people when they're getting low on disk quota. It has a tooltip > which gives current quota status. The tooltip text contains HTML. You > can see a scre

HTML systray tooltips under KF5

2015-06-08 Thread Jason L Tibbitts III
I have a little application for local use which sits in the systray and tells people when they're getting low on disk quota. It has a tooltip which gives current quota status. The tooltip text contains HTML. You can see a screenshot of this tooltip at https://fedorahosted.org/kquotanotifier/ Th