Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2013-04-18 10:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yakuake (Old)
 and      /work/SRC/openSUSE:Factory/.yakuake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yakuake", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2012-10-29 
20:15:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes     2013-04-18 
10:49:50.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 13:39:40 UTC 2013 - [email protected]
+
+- Add an option for keeping the window open after the last session closes.
+  * This is a patch for bko#308850, as per upstream in git commit 4655fb0a.
+
+-------------------------------------------------------------------

New:
----
  yakuake-2.9.9_no-close.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yakuake.spec ++++++
--- /var/tmp/diff_new_pack.F3n80N/_old  2013-04-18 10:49:51.000000000 +0200
+++ /var/tmp/diff_new_pack.F3n80N/_new  2013-04-18 10:49:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yakuake
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          System/GUI/KDE
 Url:            http://kde-apps.org/content/show.php?content=29153
 Source:         %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM yakuake-2.9.9_no-close.patch kde#308850 [email protected] -- 
patch comes from upstream
+Patch0:         yakuake-2.9.9_no-close.patch
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  xz
@@ -40,6 +42,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build

++++++ yakuake-2.9.9_no-close.patch ++++++
>From 4655fb0affb4753eade7d6c92bb699e9d7dd3fb5 Mon Sep 17 00:00:00 2001
From: Eike Hein <[email protected]>
Date: Mon, 5 Nov 2012 23:06:26 +0100
Subject: [PATCH] Add an option for keeping the window open after the last
 session closes.

BUG:308850
---
 app/config/behaviorsettings.ui | 107 ++++++++++++++++++++++++-----------------
 app/config/yakuake.kcfg        |   5 ++
 app/mainwindow.cpp             |   2 +-
 3 files changed, 68 insertions(+), 46 deletions(-)

diff --git a/app/config/behaviorsettings.ui b/app/config/behaviorsettings.ui
index 2fce1c7..3759f7b 100644
--- a/app/config/behaviorsettings.ui
+++ b/app/config/behaviorsettings.ui
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>364</width>
-    <height>308</height>
+    <width>356</width>
+    <height>289</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -20,31 +20,49 @@
       <string comment="@title:group Group box label">General</string>
      </property>
      <layout class="QGridLayout" name="gridLayout">
-      <item row="0" column="0" colspan="2">
-       <widget class="QCheckBox" name="kcfg_OpenAfterStart">
+      <item row="6" column="0" colspan="2">
+       <widget class="QCheckBox" name="kcfg_FocusFollowsMouse">
         <property name="text">
-         <string comment="@option:check">Open window after program 
start</string>
+         <string comment="@option:check">Focus terminals when the mouse 
pointer is moved over them</string>
         </property>
        </widget>
       </item>
-      <item row="1" column="0" colspan="2">
-       <widget class="QCheckBox" name="kcfg_PollMouse">
+      <item row="4" column="1">
+       <widget class="QCheckBox" name="kcfg_ToggleToFocus">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
         <property name="whatsThis">
-         <string comment="@info:whatsthis">If this option is enabled, the 
window will automatically open when the mouse pointer is moved to the same edge 
of the screen that it would open on when using the shortcut.</string>
+         <string comment="@info:whatsthis">If this option is enabled, the 
shortcut normally used to open and retract the window will give it focus, 
rather than close it, if it has previously lost focus. Unless the window is set 
to show on all virtual desktops, this may cause the window manager to switch to 
the virtual desktop it currently resides on.</string>
         </property>
         <property name="text">
-         <string comment="@option:check">Open window when the mouse pointer 
touches the screen edge</string>
+         <string comment="@option:check">Use Open/Retract action to focus 
window</string>
         </property>
        </widget>
       </item>
-      <item row="2" column="0" colspan="2">
-       <widget class="QCheckBox" name="kcfg_KeepOpen">
+      <item row="3" column="1">
+       <widget class="QCheckBox" name="kcfg_KeepAbove">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
         <property name="text">
-         <string comment="@option:check">Keep window open when it loses 
focus</string>
+         <string comment="@option:check">Keep window above other 
windows</string>
         </property>
        </widget>
       </item>
-      <item row="3" column="0">
+      <item row="4" column="0">
        <spacer>
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
@@ -60,23 +78,31 @@
         </property>
        </spacer>
       </item>
-      <item row="3" column="1">
-       <widget class="QCheckBox" name="kcfg_KeepAbove">
-        <property name="enabled">
-         <bool>false</bool>
+      <item row="0" column="0" colspan="2">
+       <widget class="QCheckBox" name="kcfg_OpenAfterStart">
+        <property name="text">
+         <string comment="@option:check">Open window after program 
start</string>
         </property>
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
-          <horstretch>0</horstretch>
-          <verstretch>0</verstretch>
-         </sizepolicy>
+       </widget>
+      </item>
+      <item row="1" column="0" colspan="2">
+       <widget class="QCheckBox" name="kcfg_PollMouse">
+        <property name="whatsThis">
+         <string comment="@info:whatsthis">If this option is enabled, the 
window will automatically open when the mouse pointer is moved to the same edge 
of the screen that it would open on when using the shortcut.</string>
         </property>
         <property name="text">
-         <string comment="@option:check">Keep window above other 
windows</string>
+         <string comment="@option:check">Open window when the mouse pointer 
touches the screen edge</string>
         </property>
        </widget>
       </item>
-      <item row="4" column="0">
+      <item row="2" column="0" colspan="2">
+       <widget class="QCheckBox" name="kcfg_KeepOpen">
+        <property name="text">
+         <string comment="@option:check">Keep window open when it loses 
focus</string>
+        </property>
+       </widget>
+      </item>
+      <item row="3" column="0">
        <spacer>
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
@@ -92,29 +118,10 @@
         </property>
        </spacer>
       </item>
-      <item row="4" column="1">
-       <widget class="QCheckBox" name="kcfg_ToggleToFocus">
-        <property name="enabled">
-         <bool>false</bool>
-        </property>
-        <property name="sizePolicy">
-         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
-          <horstretch>0</horstretch>
-          <verstretch>0</verstretch>
-         </sizepolicy>
-        </property>
-        <property name="whatsThis">
-         <string comment="@info:whatsthis">If this option is enabled, the 
shortcut normally used to open and retract the window will give it focus, 
rather than close it, if it has previously lost focus. Unless the window is set 
to show on all virtual desktops, this may cause the window manager to switch to 
the virtual desktop it currently resides on.</string>
-        </property>
-        <property name="text">
-         <string comment="@option:check">Use Open/Retract action to focus 
window</string>
-        </property>
-       </widget>
-      </item>
       <item row="5" column="0" colspan="2">
-       <widget class="QCheckBox" name="kcfg_FocusFollowsMouse">
+       <widget class="QCheckBox" name="kcfg_KeepOpenAfterLastSessionCloses">
         <property name="text">
-         <string comment="@option:check">Focus terminals when the mouse 
pointer is moved over them</string>
+         <string extracomment="@option:check">Keep window open after the last 
session is closed</string>
         </property>
        </widget>
       </item>
@@ -152,6 +159,16 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>kcfg_OpenAfterStart</tabstop>
+  <tabstop>kcfg_PollMouse</tabstop>
+  <tabstop>kcfg_KeepOpen</tabstop>
+  <tabstop>kcfg_KeepAbove</tabstop>
+  <tabstop>kcfg_ToggleToFocus</tabstop>
+  <tabstop>kcg_KeepOpenAfterLastSessionCloses</tabstop>
+  <tabstop>kcfg_FocusFollowsMouse</tabstop>
+  <tabstop>kcfg_ConfirmQuit</tabstop>
+ </tabstops>
  <resources/>
  <connections>
   <connection>
diff --git a/app/config/yakuake.kcfg b/app/config/yakuake.kcfg
index e70418b..a71e9b3 100644
--- a/app/config/yakuake.kcfg
+++ b/app/config/yakuake.kcfg
@@ -41,6 +41,11 @@
       <whatsthis context="@info:whatsthis">Whether to keep the application 
window open when it loses focus.</whatsthis>
       <default>true</default>
     </entry>
+    <entry name="KeepOpenAfterLastSessionCloses" type="Bool">
+      <label context="@label">Keep window open after last session 
closes</label>
+      <whatsthis context="@info:whatsthis">Whether to keep the application 
window open after the last session is closed.</whatsthis>
+      <default>false</default>
+    </entry>
     <entry name="ToggleToFocus" type="Bool">
       <label context="@label">Use open/retract shortcut to focus window</label>
       <whatsthis context="@info:whatsthis">Whether the open/retract keyboard 
shortcut can be used to focus the application window when it is already 
open.</whatsthis>
diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
index 3f51911..22b374d 100644
--- a/app/mainwindow.cpp
+++ b/app/mainwindow.cpp
@@ -538,7 +538,7 @@ void MainWindow::handleTerminalSilence(Terminal* terminal)
 
 void MainWindow::handleLastTabClosed()
 {
-    if (isVisible())
+    if (isVisible() && !Settings::keepOpenAfterLastSessionCloses())
         toggleWindowState();
 }
 
-- 
1.8.1.4

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to