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

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


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

The following commit has been merged in the master branch:
commit a9ed55b64450fb344058b839fc5c76cbc763bf23
Author: Samoilenko Yuri <kinnalru at gmail.com>
Date:   Mon Jan 27 20:52:29 2014 +0400

    first steps in QML
---
 plasmoid/package/contents/ui/DeviceDelegate.qml | 26 +++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml
index fd5e97b..9a29f96 100644
--- a/plasmoid/package/contents/ui/DeviceDelegate.qml
+++ b/plasmoid/package/contents/ui/DeviceDelegate.qml
@@ -30,13 +30,27 @@ PlasmaComponents.ListItem
 
     Column {
         width: parent.width
-        PlasmaComponents.Label {
+        
+        Row
+        {
+            PlasmaComponents.Label {
+                width: parent.width - browse.width
+                horizontalAlignment: Text.AlignHCenter
+                text: display
+            }
+            
+            PlasmaComponents.Button {
+                id: browse
+                text: "Browse"
+                onClicked: {
+                    text = "Hello"
+                }
+            }
+ 
+            height: browse.height
             width: parent.width
-            anchors.horizontalCenter: parent.horizontalCenter
-            horizontalAlignment: Text.AlignHCenter
-            text: display
         }
-
+        
         //Battery
         PlasmaComponents.ListItem {
             BatteryInterface {
@@ -54,7 +68,7 @@ PlasmaComponents.ListItem
                 anchors.right: parent.right
             }
         }
-
+        
         //Notifications
         PlasmaComponents.ListItem {
             visible: notificationsModel.count>0

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list