<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello!<br>
<br>
I'm working on QML implementation of system tray (branch
plasma/dmitrya/systemtray-qml of kde-workspace).<br>
<br>
New/changes:<br>
<br>
1. Support of floating form factor (view for desktop):<br>
<br>
<img alt="<file: systemtray_02.png>"
src="cid:part1.07040401.06070107@rosalab.ru" height="364"
hspace="20" border="1" width="379"><br>
<br>
There is one problem: an applet for network manager has blue default
icon instead of themed icon. The same problem occurs in case of C++
system tray applet.<br>
<br>
2. Popup dialog has view like list of icons and their names:<br>
<br>
<img alt="<file: systemtray_01.png>"
src="cid:part2.08080409.08050801@rosalab.ru" height="511"
hspace="20" border="1" width="497"><br>
<br>
<img alt="<file: systemtray_03.png>"
src="cid:part3.01000700.03040702@rosalab.ru" height="251"
hspace="20" border="1" width="373"><br>
<br>
<br>
I've found one problem: battery applet doesn't process redirected
clicks: if I click on text "Индикатор батареи" (name of battery
applet) then battery applet won't show popup. At the same time
applet for network manager processes such event. And the same
problem occurs in case of C++ system tray applet. I can see many
messages:<br>
<br>
<blockquote type="cite">.../apps/plasma/plasmoids/battery/contents/ui/batterymonitor.qml:183:
TypeError: Result of expression 'pmSource.data["PowerDevil"]'
[undefined] is not an object.<br>
</blockquote>
<br>
<br>
3. Items are sorted with their categories (types): for example,
kopete is placed before kmix<br>
<br>
<img alt="<file: systemtray_05.png>"
src="cid:part4.02000207.00050004@rosalab.ru" height="367"
hspace="20" border="1" width="532"><br>
<br>
<img alt="<file: systemtray_06.png>"
src="cid:part5.02020409.04070802@rosalab.ru" height="259"
hspace="20" border="1" width="506"><br>
<br>
<br>
4. License has been changed to GPLv2+ (C++) and LGPLv2+ (QML)<br>
<br>
</body>
</html>