Summary: | Battery Status Not Shown Anywhere | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | Dennis Jansen <dennis.jansen> |
Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arthur |
Priority: | NOR | ||
Version: | 0.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdeconnect-kde/553a6c518e734d72e129ed0d46bf8f090f0d3258 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dennis Jansen
2013-10-30 14:37:14 UTC
I guess it should still show up as shown here: http://www.youtube.com/watch?feature=player_embedded&v=L5KF6gBI8-o#t=57 . But it doesn't. The notifications are not displayed on my system because I don't have the most current Android version which is required for this. But battery notifications are independent from that right? This feature requires a patch to kdelibs that hasn't been included yet. Meanwhile I plan to show it inside the plasmoid in the system tray, but it's not done yet. Git commit 553a6c518e734d72e129ed0d46bf8f090f0d3258 by Albert Vaca. Committed on 15/11/2013 at 16:41. Pushed by albertvaka into branch 'master'. Plasmoid now displays the devices' battery M +2 -0 plasmoid/declarativeplugin/CMakeLists.txt A +73 -0 plasmoid/declarativeplugin/batteryinterface.cpp [License: GPL (v2/3)] A +65 -0 plasmoid/declarativeplugin/batteryinterface.h [License: GPL (v2/3)] M +2 -0 plasmoid/declarativeplugin/kdeconnectdeclarativeplugin.cpp M +23 -6 plasmoid/package/contents/ui/DeviceDelegate.qml M +9 -2 plasmoid/package/contents/ui/kdeconnect.qml http://commits.kde.org/kdeconnect-kde/553a6c518e734d72e129ed0d46bf8f090f0d3258 |