[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:20 UTC 2016


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

The following commit has been merged in the master branch:
commit 45a7dd9404a0cd6268ffa366376cbeb3536ee1ef
Author: Vishesh Handa <me at vhanda.in>
Date:   Thu Jul 3 11:33:01 2014 +0200

    ContactList: Set highlightMoveDuration to 0
    
    By default the highlightMoveDuration is determined from the
    highlightMoveVelocity, which has a default value of 400 pixels / second.
    This can often be quite slow and is inconsistent with the rest of
    Plasma.
---
 contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
index 7320ddd..bd9efd3 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ContactList.qml
@@ -102,6 +102,7 @@ Item {
             highlight: PlasmaComponents.Highlight {
                 hover: contactsList.focus
             }
+            highlightMoveDuration: 0
         }
     }
 }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list