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


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

The following commit has been merged in the master branch:
commit d862a235ad33de79c9fee74483f1eeda11b32b78
Author: Lasath Fernando <kde at lasath.org>
Date:   Wed Feb 15 09:06:49 2012 +1100

    Make popup stay visible even after it looses focus.
    
    Will add an option to make it dissapear again (properly) later.
    
    CCBUG: 293984
    REVIEW: 103992
---
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ChatWidget.qml | 3 ++-
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml       | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ChatWidget.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ChatWidget.qml
index ef9a3f6..740cb34 100644
--- a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ChatWidget.qml
+++ b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ChatWidget.qml
@@ -191,7 +191,8 @@ Item {
 
     PlasmaWidgets.LineEdit {
         id: input
-
+        //FIXME: replace with Plasma Component and focus
+//         focus: true
 
         anchors.left: parent.left; anchors.right: parent.right
         anchors.bottom: parent.bottom
diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml
index 27dc83d..df83328 100644
--- a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml
+++ b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/main.qml
@@ -32,7 +32,7 @@ Item {
             PlasmaCore.Dialog {
                 id: dialog
                 //Set as a Tool window to bypass the taskbar
-                windowFlags: Qt.Tool
+                windowFlags: Qt.Tool | Qt.WindowStaysOnTopHint | Qt.X11BypassWindowManagerHint
                 visible: conv.pressed
 
                 mainItem: ChatWidget {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list