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


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

The following commit has been merged in the master branch:
commit 841398147865a263fba6f31cd5d06d6528eff7b2
Author: Oskar Jauch <oskar.jauch at gmail.com>
Date:   Sun Nov 24 15:09:59 2013 +0100

    Cut long names in KDE Telepathy Text UI tab name
    
    When tab names are too long to be displayed they will beautomatically
    cut off and the end is replaced by "...".
    
    BUG: 326976
    FIXED-IN: 0.8.0
    REVIEW: 114056
---
 app/chat-window.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index b5e99d9..2e40873 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -105,6 +105,7 @@ ChatWindow::ChatWindow()
     m_tabWidget->setDocumentMode(true);
     m_tabWidget->setTabsClosable(true);
     m_tabWidget->setTabBarHidden(true);
+    m_tabWidget->setElideMode(Qt::ElideRight);
 
     connect(m_tabWidget, SIGNAL(closeRequest(QWidget*)), this, SLOT(destroyTab(QWidget*)));
     connect(m_tabWidget, SIGNAL(currentChanged(int)), this, SLOT(onCurrentIndexChanged(int)));

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list