[SCM] konsole packaging branch, kde4.8, updated. debian/4.8.3-1-9-gdd9b6bc

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Thu Jun 7 21:27:46 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/konsole.git;a=commitdiff;h=3341508

The following commit has been merged in the kde4.8 branch:
commit 33415085adf5584fb5b2a3b9b20cd97789a8255e
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Thu Jun 7 23:19:31 2012 +0200

    Add one_profile_per_window.diff.
---
 debian/changelog                           |    4 ++++
 debian/patches/one_profile_per_window.diff |   25 +++++++++++++++++++++++++
 debian/patches/series                      |    1 +
 3 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eb1d2ec..99af055 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ konsole (4:4.8.4-0r1) UNRELEASED; urgency=low
   * Bump kde-sc-dev-latest build dependency to version 4:4.8.4.
   * Fix lintian maintainer-script-without-set-e message.
 
+  [ José Manuel Santamaría Lema ]
+  * Add one_profile_per_window.diff, this allows one to open new tabs
+    with ctrl+shift+t in a remote shell.
+
  -- Eshat Cakar <info at eshat.de>  Tue, 05 Jun 2012 17:53:45 +0200
 
 konsole (4:4.8.3-1) experimental; urgency=low
diff --git a/debian/patches/one_profile_per_window.diff b/debian/patches/one_profile_per_window.diff
new file mode 100644
index 0000000..65b8562
--- /dev/null
+++ b/debian/patches/one_profile_per_window.diff
@@ -0,0 +1,25 @@
+Author: José Manuel Santamaría Lema <panfaust at gmail.com>
+Description: This patch reverts the following upstream commit: 
+ https://projects.kde.org/projects/kde/kde-baseapps/konsole/repository/revisions/6167fc97
+ This patch MUST be removed for 4.9.x since the lost functionality would be
+ available as a new "Clone Tab" action.
+--- a/src/MainWindow.cpp
++++ b/src/MainWindow.cpp
+@@ -397,14 +397,12 @@ void MainWindow::openUrls(const QList<KUrl>& urls)
+ 
+ void MainWindow::newTab()
+ {
+-    Profile::Ptr defaultProfile = SessionManager::instance()->defaultProfile();
+-    emit newSessionRequest(defaultProfile , activeSessionDir() , _viewManager);
++    emit newSessionRequest( _defaultProfile , activeSessionDir() , _viewManager);
+ }
+ 
+ void MainWindow::newWindow()
+ {
+-    Profile::Ptr defaultProfile = SessionManager::instance()->defaultProfile();
+-    emit newWindowRequest(defaultProfile , activeSessionDir());
++    emit newWindowRequest( _defaultProfile , activeSessionDir() );
+ }
+ 
+ bool MainWindow::queryClose()
+
diff --git a/debian/patches/series b/debian/patches/series
index bccb940..93acb4d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+one_profile_per_window.diff
 debian-T-addition.diff

-- 
konsole packaging



More information about the pkg-kde-commits mailing list