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


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

The following commit has been merged in the master branch:
commit 22b5b375e2fa941e2ed36fff7517a98abdfd1992
Author: Dominik Schmidt <dev at dominik-schmidt.de>
Date:   Wed Feb 2 18:32:04 2011 +0100

    Make the sendMessageBox a focus proxy for the chatview.
---
 lib/chatwindow.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/chatwindow.cpp b/lib/chatwindow.cpp
index 38210a9..2752cff 100644
--- a/lib/chatwindow.cpp
+++ b/lib/chatwindow.cpp
@@ -192,6 +192,9 @@ void ChatWindow::init()
 
     connect(d->ui.sendMessageBox, SIGNAL(textChanged()), SLOT(onInputBoxChanged()));
 
+    // make the sendMessageBox a focus proxy for the chatview
+    d->ui.chatArea->setFocusProxy(d->ui.sendMessageBox);
+
     MessageBoxEventFilter *messageBoxEventFilter = new MessageBoxEventFilter(this);
     d->ui.sendMessageBox->installEventFilter(messageBoxEventFilter);
     connect(messageBoxEventFilter, SIGNAL(returnKeyPressed()), SLOT(sendMessage()));

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list