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


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

The following commit has been merged in the master branch:
commit 5ea2c285a695c4471ae3bc28e043ac4244f3cb16
Author: Aleix Pol <aleixpol at kde.org>
Date:   Tue Mar 3 14:43:47 2015 +0100

    Clean up the pinned contact button
    
    Remove the presence icon on the overlay, Breeze theme looks terrible there
    as it's not solid.
    Use the Tooltip for displaying presence information.
---
 chat/org.kde.ktp-chat/contents/ui/FullChatList.qml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
index b8763d7..db6d420 100644
--- a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
@@ -95,11 +95,9 @@ Grid {
                 telepathyManager.startChat(account, contact, "org.freedesktop.Telepathy.Client.KTp.chatPlasmoid")
             }
             avatar: decoration
-            overlay: ExtraComponents.QIconItem {
-                    anchors.fill: parent
-                    anchors.margins: parent.width/3
-                    icon: presenceIcon
-                }
+            title: display
+            overlay: PlasmaCore.IconItem { source: "rating" }
+            presenceIcon: model.presenceIcon
             account: model.account
             contact: model.contact
         }

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list