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


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

The following commit has been merged in the master branch:
commit f5cdc0a4c69c5b833f36edf269b2c1fd1e269da3
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Feb 15 18:34:02 2013 +0100

    On plasmoid activate, jump to the next active conversation
    
    When the keyboard shortcut is triggered, jump to the next active
    conversation.
    
    REVIEW: 108897
---
 chat/org.kde.ktp-chat/contents/ui/main.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/chat/org.kde.ktp-chat/contents/ui/main.qml b/chat/org.kde.ktp-chat/contents/ui/main.qml
index 9234472..717f61f 100644
--- a/chat/org.kde.ktp-chat/contents/ui/main.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/main.qml
@@ -43,6 +43,9 @@ Grid {
 
     Component.onCompleted: {
         plasmoid.aspectRatioMode = plasmoid.IgnoreAspectRatio
+        plasmoid.addEventListener('activate', function() {
+            base.currentIndex = handler.conversations.nextActiveConversation(base.currentIndex+1 % handler.conversations)
+        });
     }
 
     Repeater {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list