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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:39 UTC 2016


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

The following commit has been merged in the master branch:
commit d7414654730d3df96620a8bac8c47cf3cea42ce8
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Jun 19 07:22:00 2015 +0200

    Make it possible to go back from any page by having a back button on the toolbar
---
 app/qml/main.qml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/app/qml/main.qml b/app/qml/main.qml
index c6e0e47..c64ee25 100644
--- a/app/qml/main.qml
+++ b/app/qml/main.qml
@@ -30,6 +30,17 @@ ApplicationWindow
     width: 400
     height: 500
 
+    toolBar: RowLayout {
+        Button {
+            text: "<"
+            onClicked: stack.pop()
+        }
+        Label {
+            Layout.fillWidth: true
+            text: "KDE Connect"
+            font.pointSize: 20
+        }
+    }
     StackView {
         id: stack
         anchors {
@@ -85,10 +96,6 @@ ApplicationWindow
         ColumnLayout {
             id: deviceView
             property QtObject currentDevice
-            Button {
-                text: "<"
-                onClicked: stack.pop()
-            }
             Loader {
                 Layout.fillHeight: true
                 Layout.fillWidth: true

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list