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

List:       kde-commits
Subject:    kdebase/konqueror
From:       Stephan Binner <binner () kde ! org>
Date:       2005-02-19 23:19:53
Message-ID: 20050219231953.2F2651BB76 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

icon fixlets


  M +1 -1      konq_frame.cc   1.196
  M +1 -1      keditbookmarks/actionsimpl.cpp   1.73
  M +2 -2      sidebar/sidebar_widget.cpp   1.139


--- kdebase/konqueror/konq_frame.cc  #1.195:1.196
@@ -146,5 +146,5 @@ void KonqFrameStatusBar::splitFrameMenu(
    // We have to ship the remove view action ourselves,
    // since this may not be the active view (passive view)
-   KAction actRemoveView(i18n("Close View"), 0, m_pParentKonqFrame, \
SLOT(slotRemoveView()), (QObject*)0, "removethisview"); +   KAction \
actRemoveView(i18n("Close View"), "view_remove", 0, m_pParentKonqFrame, \
SLOT(slotRemoveView()), (QObject*)0, "removethisview");  //KonqView * nextView = \
mw->viewManager()->chooseNextView( m_pParentKonqFrame->childView() );  \
actRemoveView.setEnabled( mw->mainViewsCount() > 1 || \
m_pParentKonqFrame->childView()->isToggleView() || \
m_pParentKonqFrame->childView()->isPassiveMode() );

--- kdebase/konqueror/keditbookmarks/actionsimpl.cpp  #1.72:1.73
@@ -129,5 +129,5 @@ actionCollection());
         actn, SLOT( slotChangeComment() ), actionCollection(), "changecomment");
     (void) new KAction(
-        i18n("Chan&ge Icon..."), 0,
+        i18n("Chan&ge Icon..."), "icons", 0,
         actn, SLOT( slotChangeIcon() ), actionCollection(), "changeicon");
     (void) new KAction(

--- kdebase/konqueror/sidebar/sidebar_widget.cpp  #1.138:1.139
@@ -823,7 +823,7 @@ bool Sidebar_Widget::eventFilter(QObject
                                         m_buttonPopup=new KPopupMenu(this, \
                "Sidebar_Widget::ButtonPopup");
                                         \
                m_buttonPopup->insertTitle(SmallIcon("unknown"), "", 50);
-                                        \
m_buttonPopup->insertItem(SmallIconSet("www"), i18n("Set Name..."),4); // Item to \
open a dialog to change the name of the sidebar item (by Pupeno) +                    \
m_buttonPopup->insertItem(SmallIconSet("text"), i18n("Set Name..."),4); // Item to \
                open a dialog to change the name of the sidebar item (by Pupeno)
                                         \
                m_buttonPopup->insertItem(SmallIconSet("www"), i18n("Set URL..."),2);
-                                        \
m_buttonPopup->insertItem(SmallIconSet("image"), i18n("Set Icon..."),1); +            \
m_buttonPopup->insertItem(SmallIconSet("icons"), i18n("Set Icon..."),1);  \
                m_buttonPopup->insertSeparator();
                                         \
m_buttonPopup->insertItem(SmallIconSet("editdelete"), i18n("Remove"),3);


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

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