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

List:       kde-commits
Subject:    kdegraphics
From:       Stefan Kebekus <stefan.kebekus () uni-bayreuth ! de>
Date:       2004-08-23 6:40:34
Message-ID: 20040823064034.5EAF54FA6 () office ! kde ! org
[Download RAW message or body]

CVS commit by kebekus: 

improves confusing icons; patch by Wilfried Huss


  M +5 -2      kdvi/kdvi_multipage.cpp   1.132
  M +2 -2      kviewshell/kviewpart.cpp   1.101


--- kdegraphics/kdvi/kdvi_multipage.cpp  #1.131:1.132
@@ -115,6 +115,9 @@ KDVIMultiPage::KDVIMultiPage(QWidget *pa
   connect(viewModeAction, SIGNAL(activated (int)), this, SLOT(setViewMode(int)));
 
-  backAction       = KStdAction::back(this, SLOT(doGoBack()), actionCollection(), \
                "go_back");
-  forwardAction    = KStdAction::forward(this, SLOT(doGoForward()), \
actionCollection(), "go_forward"); +  backAction = new KAction(i18n("&Back"), \
"1leftarrow", 0,  +                   this, SLOT(doGoBack()), actionCollection(), \
"go_back"); +  forwardAction = new KAction(i18n("&Forward"), "1rightarrow", 0, 
+                      this, SLOT(doGoForward()), actionCollection(), "go_forward");
+  
   document_history.setAction(backAction, forwardAction);
   document_history.clear();

--- kdegraphics/kviewshell/kviewpart.cpp  #1.100:1.101
@@ -206,6 +206,6 @@ KViewPart::KViewPart(QString partname, Q
   gotoAct = KStdAction::gotoPage(this, SLOT(goToPage()), actionCollection());
 
-  readUpAct = new KAction(i18n("Read Up Document"), "previous", SHIFT+Key_Space, \
                this, SLOT(readUp() ), actionCollection(), "go_read_up");
-  readDownAct = new KAction(i18n("Read Down Document"), "next", Key_Space, this, \
SLOT(readDown() ), actionCollection(), "go_read_down"); +  readUpAct = new \
KAction(i18n("Read Up Document"), "up", SHIFT+Key_Space, this, SLOT(readUp() ), \
actionCollection(), "go_read_up"); +  readDownAct = new KAction(i18n("Read Down \
Document"), "down", Key_Space, this, SLOT(readDown() ), actionCollection(), \
"go_read_down");  
   printAction = KStdAction::print(this, SLOT(slotPrint()), actionCollection());


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

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