[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:05:38 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=819ce0e

The following commit has been merged in the master branch:
commit 819ce0e574ba19dcf54df4ecda9aef4c88c97db0
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Mon Oct 29 23:21:44 2012 +0100

    Add tab for salut in ktp-debugger
    
    Reviewed-by: George Kiagiadakis <kiagiadakis.george at gmail.com>
---
 tools/debugger/main-window.cpp |  1 +
 tools/debugger/main-window.ui  | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/tools/debugger/main-window.cpp b/tools/debugger/main-window.cpp
index 10d0b8d..a7b81ff 100644
--- a/tools/debugger/main-window.cpp
+++ b/tools/debugger/main-window.cpp
@@ -28,6 +28,7 @@ MainWindow::MainWindow(QWidget *parent)
     m_ui.mcLogsView->setService(QLatin1String("org.freedesktop.Telepathy.MissionControl5"));
     m_ui.gabbleLogsView->setService(QLatin1String("org.freedesktop.Telepathy.ConnectionManager.gabble"));
     m_ui.hazeLogsView->setService(QLatin1String("org.freedesktop.Telepathy.ConnectionManager.haze"));
+    m_ui.salutLogsView->setService(QLatin1String("org.freedesktop.Telepathy.ConnectionManager.salut"));
 }
 
 MainWindow::~MainWindow()
diff --git a/tools/debugger/main-window.ui b/tools/debugger/main-window.ui
index b65860b..435ecdc 100644
--- a/tools/debugger/main-window.ui
+++ b/tools/debugger/main-window.ui
@@ -46,6 +46,16 @@
        </item>
       </layout>
      </widget>
+     <widget class="QWidget" name="salutTab">
+      <attribute name="title">
+       <string>Salut</string>
+      </attribute>
+      <layout class="QHBoxLayout" name="horizontalLayout_5">
+       <item>
+        <widget class="DebugMessageView" name="salutLogsView"/>
+       </item>
+      </layout>
+     </widget>
     </widget>
    </item>
   </layout>

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list