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


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

The following commit has been merged in the master branch:
commit f1cfde4f787d5a31f3d54a9b7b8e6618d116d262
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Mon Dec 14 22:29:16 2015 +0100

    Remove Raised style for hover
    
    The current Breeze theme highlight is prominent enough and it makes it look
    like a graphical glitch.
    
    Acked-by: apol
---
 .../org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml     | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml b/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml
index 82012c2..6347285 100644
--- a/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml
+++ b/contactlist/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml
@@ -25,7 +25,6 @@ import org.kde.kquickcontrolsaddons 2.0 as ExtraComponents
 PlasmaComponents.ListItem {
     id: delegate
     enabled: true
-    property bool isCurrent: delegate.ListView.view.currentIndex==index
 
     ExtraComponents.QPixmapItem {
         id: avatarLabel
@@ -46,11 +45,6 @@ PlasmaComponents.ListItem {
         text: model.display
         elide: Text.ElideRight
 
-        //consider this a workaround, because the breeze's listitem doesn't
-        //display very clearly what's the current item
-        styleColor: theme.viewFocusColor
-        style: delegate.isCurrent ? Text.Raised : Text.Normal
-
         anchors {
             left: avatarLabel.right
             right: presenceLabel.left

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list