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


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

The following commit has been merged in the master branch:
commit 00260cd8c46e693bbd261165732373c115015e2b
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Dec 17 19:35:48 2010 +0000

    Added TODO comment wrt highlight notifications.
---
 lib/chatwindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/chatwindow.cpp b/lib/chatwindow.cpp
index f9a0a35..db70c12 100644
--- a/lib/chatwindow.cpp
+++ b/lib/chatwindow.cpp
@@ -191,6 +191,7 @@ void ChatWindow::handleIncomingMessage(const Tp::ReceivedMessage &message)
         // kde_telepathy_info_event
 
         //if the message text contains sender name, it's a "highlighted message"
+        //TODO DrDanz suggested this could be a configurable list of words that make it highlighted.(seems like a good idea to me)
         if(message.text().contains(m_chatConnection->connection()->selfContact()->alias())) {
             notificationType = QLatin1String("kde_telepathy_contact_highlight");
         } else if(message.messageType() == Tp::ChannelTextMessageTypeNotice) {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list