Sebastian Kügler 8c797fce42 Improve PlasmaCore.ToolTip
- Derive from MouseEventListener as to let input through
- react to target changes: reparent the MEL accordingly
- kill a bunch of warnings

This "helps" a bit, but still filters out input events since the MEL
only passes events down to children, but the tooltip's target becomes
its parent.

Reparenting the target crashes, and it seems a pretty ugly thing to do,
anyway, since we don't want to mess with the scenegraph structure just
to filter events out for tooltips. Grmblz.
2014-01-05 04:26:29 +01:00
2014-01-02 19:18:53 +01:00
2014-01-05 04:26:29 +01:00
2013-08-16 21:58:50 +01:00
2013-12-19 15:23:02 +01:00
2013-12-23 18:39:10 +00:00
2013-12-23 18:39:10 +00:00
2013-12-20 20:36:21 +01:00
Description
No description provided
Readme 40 MiB
Languages
C++ 63.9%
QML 29.4%
CMake 3.3%
Shell 1.3%
Python 1%
Other 1%