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

List:       kde-commits
Subject:    branches/extragear/kde3/network/konversation
From:       Eike Hein <hein () kde ! org>
Date:       2008-02-28 17:03:12
Message-ID: 1204218192.081854.29834.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 780284 by hein:

* Announce 'k' channel mode (i.e. channel key) changes in non-raw mode 
  as well (patch by Matt Sharp -- thanks!).
  BUG:158528
* Changelog updates.


 M  +6 -0      ChangeLog  
 M  +13 -1     src/channel.cpp  


--- branches/extragear/kde3/network/konversation/ChangeLog #780283:780284
@@ -190,7 +190,13 @@
 - Fixed a bug that caused the "Send File..." action in the generic query con-
   text menu to pick the wrong recipient after hovering the user's own nick in
   the chat display.
+- Changed the OSD screensaver check logic to work in KDE 4.
+- Added DCC transfer average speed reading to the DCC transfer details panel.
+- Added an "Open Folder" button to the DCC transfer details panel.
+- The DCC Status tab now remembers its column widths across sessions.
+- Announce 'k' channel mode (i.e. channel key) changes in non-raw mode as well.
 
+
 -------------------------------------------------------------------------------
 
 Changes from 1.0 to 1.0.1
--- branches/extragear/kde3/network/konversation/src/channel.cpp #780283:780284
@@ -1731,7 +1731,19 @@
             modeT->setDown(plus);
             break;
 
-        //case 'k': break;
+        case 'k':
+            if(plus)
+            {
+                if(fromMe) message=i18n("You set the channel key to '%1'.").arg(parameter);
+                else message=i18n("%1 sets the channel key to '%2'.").arg(sourceNick).arg(parameter);
+            }
+            else
+            {
+                if(fromMe) message=i18n("You remove the channel key.");
+                else message=i18n("%1 removes the channel key.").arg(sourceNick);
+            }
+            modeK->setDown(plus);
+            break;
 
         case 'l':
             if(plus)
[prev in list] [next in list] [prev in thread] [next in thread] 

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