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

List:       kde-commits
Subject:    kdesdk/cervisia
From:       André Wöbbeking <Woebbeking () web ! de>
Date:       2005-01-09 18:55:09
Message-ID: 20050109185509.39D601BBE0 () office ! kde ! org
[Download RAW message or body]

CVS commit by woebbe: 

Added an icon for "Diff". Thanks to Jonathan Riddell.

CCMAIL: jr@jriddell.org

First I was not sure about the stacked discs but as the action needs the CVS server...


  M +4 -0      ChangeLog   1.147
  M +2 -2      cervisiapart.cpp   1.159
  M +1 -1      logdlg.cpp   1.56


--- kdesdk/cervisia/ChangeLog  #1.146:1.147
@@ -1,2 +1,6 @@
+2005-01-09  André Wöbbeking  <Woebbeking@web.de>
+
+        * Added an icon for "Diff". Thanks to Jonathan Riddell.
+
 2004-12-08  Christian Loose  <christian.loose@kdemail.net>
 

--- kdesdk/cervisia/cervisiapart.cpp  #1.158:1.159
@@ -335,5 +335,5 @@ void CervisiaPart::setupActions()
     action->setWhatsThis( hint );
 
-    action = new KAction( i18n("&Difference to Repository (BASE)..."), CTRL+Key_D,
+    action = new KAction( i18n("&Difference to Repository (BASE)..."), "vcs_diff", CTRL+Key_D,
                           this, SLOT(slotDiffBase()),
                           actionCollection(), "view_diff_base" );
@@ -342,5 +342,5 @@ void CervisiaPart::setupActions()
     action->setWhatsThis( hint );
 
-    action = new KAction( i18n("Difference to Repository (HEAD)..."), CTRL+Key_H,
+    action = new KAction( i18n("Difference to Repository (HEAD)..."), "vcs_diff", CTRL+Key_H,
                           this, SLOT(slotDiffHead()),
                           actionCollection(), "view_diff_head" );

--- kdesdk/cervisia/logdlg.cpp  #1.55:1.56
@@ -57,5 +57,5 @@ LogDialog::LogDialog(KConfig& cfg, QWidg
                   Ok | Apply | Close | Help | User1 | User2 | User3, Close, true,
                   KGuiItem(i18n("&Annotate")),
-                  KGuiItem(i18n("&Diff")),
+                  KGuiItem(i18n("&Diff"), "vcs_diff"),
                   KGuiItem(i18n("&Find..."), "find"))
     , cvsService(0)


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

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