[SCM] ktp-contact-applet packaging branch, master, updated. debian/16.04.2-1-67-g066859a

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 12 14:08:30 UTC 2017


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

The following commit has been merged in the master branch:
commit 0a981e934f37a47fb2ac69c19233a4d24c2c9a3f
Author: Kai Uwe Broulik <kde at privat.broulik.de>
Date:   Wed Oct 19 13:59:18 2016 +0200

    [Quick Chat] Remove unused popupSide property
    
    This property is unused and PlasmaCore.Dialog location and visualParent already take care of this.
    
    REVIEW: 129069
---
 chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml | 1 -
 chat/org.kde.ktp-chat/contents/ui/FullChatList.qml         | 7 -------
 2 files changed, 8 deletions(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
index a089fbc..01f5fe2 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
@@ -25,7 +25,6 @@ import org.kde.telepathy 0.1
 ConversationDelegateButton {
     id: convButton
     property alias isCurrentConversation: dialog.visible
-    property variant popupSide
     
     avatar: model.conversation.avatar
     title: model.conversation.title
diff --git a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
index 258c1cf..2312290 100644
--- a/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/FullChatList.qml
@@ -120,18 +120,11 @@ Grid {
         }
     }
 
-    property variant popupSide:   plasmoid.location === PlasmaCore.Types.TopEdge ?Qt.AlignBottom
-                                : plasmoid.location === PlasmaCore.Types.BottomEdge ? Qt.AlignTop
-                                : plasmoid.location === PlasmaCore.Types.LeftEdge ? Qt.AlignRight
-                                : plasmoid.location === PlasmaCore.Types.RightEdge ? Qt.AlignLeft
-                                : base.flow === Flow.LeftToRight ? Qt.AlignBottom : Qt.AlignRight
-
     Repeater {
         id: conversationsView
         delegate: ConversationDelegate {
             width: base.itemWidth
             height: base.itemHeight
-            popupSide: base.popupSide
         }
         model: conversationsModel
         onCountChanged: if(base.currentIndex>=conversationsView.count) {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list