[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/utils/yakuake
From:       Eike Hein <hein () kde ! org>
Date:       2007-05-05 3:12:57
Message-ID: 1178334777.308902.23850.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 661274 by hein:

Changelog touchups.


 M  +7 -3      ChangeLog  
 M  +2 -2      src/main_window.cpp  


--- trunk/extragear/utils/yakuake/ChangeLog #661273:661274
@@ -1,7 +1,7 @@
 Changes since 2.7.5
 * Added a proper config dialog. Scale and position settings are previewed in
   real-time as the controls are moved.
-* Added a Skins page to the config dialog, allowing to list, chose, install and
+* Added a Skins page to the config dialog, allowing to list, choose, install and
   remove (given the necessary write permissions) skins. The skin format has been
   slightly augmented to allow skins to ship a preview icon for the list. Skins can
   be switched at runtime without a restart.
@@ -10,7 +10,7 @@
   vertical splits can be added and removed at will, as well as resized and
   collapsed. To add a split, use the keyboard shortcuts or the session tab context
   menu. To open a session preconfigred with a certain split setup click and hold
-  the New Session button, then chose from the list.
+  the New Session button, then choose from the list.
 * The main menu has been redesigned to conform more to established KDE
   practices. Several items have been added corresponding to new Yakuake features.
 * Added a fullscreen mode.
@@ -63,7 +63,11 @@
   without their own postfix.
 * Fixed a crash when a terminal in a tab other than the currently selected tab
   exits.
-* Ported preferences handling to KDE's KConfigXT framework.
+* Ported preferences handling to KDE's KConfigXT framework. Aside from cleaner
+  code, this improves over the old preferences handling by avoiding unnecessary
+  disk activity (and thus spurious hard drive spin-ups on laptop computers and
+  other battery-bound devices).
+* Disabled startup notifications (i.e. KDE's bouncing cursor) for Yakuake.
 * Updated the installation colation of the .desktop menu file to conform to
   modern XDG standards.
 
--- trunk/extragear/utils/yakuake/src/main_window.cpp #661273:661274
@@ -819,7 +819,7 @@
     static int state = 1;
 
     if (timer.isActive())
-        return ;
+        return;
 
     KWinModule kwin(this);
 
@@ -1117,7 +1117,7 @@
         first_run_dialog_page->setShortcut(global_key->shortcut("AccessKey"));
 
         first_run_dialog->setMainWidget(first_run_dialog_page);
-}
+    }
 
     if (focus_policy == false)
         focus_policy = true;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic