[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:22:26 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=51f7400

The following commit has been merged in the master branch:
commit 51f7400dcabd5fcad7ffcaa007687f6e2fd442f8
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Aug 13 20:27:23 2012 +0100

    Show ToolButton in compact respentation pressed whilst the popup is open
    
    REVIEW: 106004
---
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml | 3 +++
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml                 | 1 +
 2 files changed, 4 insertions(+)

diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml
index c73d2d4..8a8d851 100644
--- a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml
+++ b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml
@@ -26,6 +26,9 @@ import org.kde.plasma.core 0.1 as PlasmaCore
 PlasmaComponents.ToolButton {
     id: base
     width: height
+    
+    checked: ListView.isCurrentItem
+    
     ExtraComponents.QIconItem {
         id: icon
         icon: model.conversation.target.avatar
diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml
index 1241894..feb766b 100644
--- a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml
+++ b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml
@@ -36,6 +36,7 @@ ListView {
     model: handler.conversations
     currentIndex: -1
     interactive: false
+    spacing: 2
 
     TelepathyTextObserver {
         id: handler

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list