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

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


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

The following commit has been merged in the master branch:
commit b71b39761ddd39db5ee1791ae13d9db80a9b6e4c
Author: David Rosca <nowrep at gmail.com>
Date:   Thu Apr 9 17:46:13 2015 +0200

    KCM: Use currentChanged signal instead of clicked in deviceList
    
    Using currentChanged signal it is now possible to select devices
    with keyboard.
    It also no longer refreshes plugin info when clicking on already
    selected device.
    
    REVIEW:123308
---
 kcm/kcm.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
index e053aca..7a72f74 100644
--- a/kcm/kcm.cpp
+++ b/kcm/kcm.cpp
@@ -75,7 +75,7 @@ KdeConnectKcm::KdeConnectKcm(QWidget *parent, const QVariantList&)
 
     connect(devicesModel, SIGNAL(dataChanged(QModelIndex,QModelIndex)),
             this, SLOT(resetSelection()));
-    connect(kcmUi->deviceList, SIGNAL(pressed(QModelIndex)),
+    connect(kcmUi->deviceList->selectionModel(), SIGNAL(currentChanged(QModelIndex,QModelIndex)),
             this, SLOT(deviceSelected(QModelIndex)));
     connect(kcmUi->pair_button, SIGNAL(clicked()),
             this, SLOT(requestPair()));

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list