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

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


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

The following commit has been merged in the master branch:
commit 00632aaa6a02e1cef9b9b267467106d79ab71d39
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Mon Dec 2 19:13:55 2013 +0100

    A better implementation to do the same as the previous commit
---
 .../package/contents/ui/CompactRepresentation.qml    | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/plasmoid/package/contents/ui/CompactRepresentation.qml b/plasmoid/package/contents/ui/CompactRepresentation.qml
index 55e9143..b2267ab 100644
--- a/plasmoid/package/contents/ui/CompactRepresentation.qml
+++ b/plasmoid/package/contents/ui/CompactRepresentation.qml
@@ -19,7 +19,6 @@
  */
 
 import QtQuick 1.1
-import org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets
 import org.kde.plasma.core 0.1 as PlasmaCore
 
 Item {
@@ -31,25 +30,10 @@ Item {
         return (plasmoid.formFactor == Vertical || plasmoid.formFactor == Horizontal);
     }
 
-
-/*
-    PlasmaWidgets.IconWidget {
+    PlasmaCore.IconItem {
         id: icon
-        Component.onCompleted: setIconByName("smartphone");
-        anchors.fill: parent
-    }
-*/
-
-    PlasmaCore.Svg {
-        id: svg
-        imagePath: "icons/smartphone"
-    }
-
-    PlasmaCore.SvgItem {
+        source: "smartphone"
         anchors.fill: parent
-        svg: svg
-        height: view.height
-        width: view.width
     }
 
     MouseArea {

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list