[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:21 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=2e9e9ff

The following commit has been merged in the master branch:
commit 2e9e9ffbfa17897745a4b10ad863e90f753ff036
Author: Vishesh Handa <me at vhanda.in>
Date:   Thu Jul 3 11:47:22 2014 +0200

    ContactList: Make the highlight follow the mouse cursor
    
    REVIEW: 119102
---
 contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
index bd9efd3..6319881 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
@@ -97,6 +97,12 @@ Item {
                     plasmoid.expanded = false;
                     telepathyManager.startChat(model.account, model.contact, "org.freedesktop.Telepathy.Client.KTp.chatPlasmoid");
                 }
+                MouseArea {
+                    anchors.fill: parent
+                    hoverEnabled: true
+                    propagateComposedEvents: true
+                    onEntered: contactsList.currentIndex = index
+                }
             }
 
             highlight: PlasmaComponents.Highlight {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list