[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:11 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=958be9d

The following commit has been merged in the master branch:
commit 958be9dc25fb49dfbfcc04e91d4a51f2ce3ebe5f
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Fri Nov 22 19:08:04 2013 +0100

    Added a TODO
---
 kded/plugins/battery/batteryplugin.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kded/plugins/battery/batteryplugin.cpp b/kded/plugins/battery/batteryplugin.cpp
index 4ab9951..7e15d61 100644
--- a/kded/plugins/battery/batteryplugin.cpp
+++ b/kded/plugins/battery/batteryplugin.cpp
@@ -35,6 +35,9 @@ BatteryPlugin::BatteryPlugin(QObject *parent, const QVariantList &args)
     , batteryDbusInterface(new BatteryDbusInterface(parent))
 {
 
+    //TODO: Add battery reporting, could be based on:
+    // http://kde-apps.org/content/show.php/battery+plasmoid+with+remaining+time?content=120309
+
 }
 
 void BatteryPlugin::connected()
@@ -50,8 +53,7 @@ BatteryPlugin::~BatteryPlugin()
     // the next dbus access to its parent). The implication of not deleting this
     // is that disabling the plugin does not remove the interface (that will
     // return outdated values) and that enabling it again instantiates a second
-    // adaptor. This is a partial memory leak (the memory will be freed when the
-    // device is destroyed anyway)
+    // adaptor. This is also a memory leak until the entire device is destroyed.
 
     //batteryDbusInterface->deleteLater();
 }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list