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

List:       kde-commits
Subject:    KDE/kdebase/konqueror
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2005-08-06 19:42:11
Message-ID: 1123357331.610434.22090.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 443620 by pletourn:

Make the shortcuts work


 M  +4 -4      iconview/konq_iconview.cc  
 M  +2 -2      keditbookmarks/actionsimpl.cpp  
 M  +4 -4      listview/konq_listview.cc  
 M  +1 -1      shellcmdplugin/kshellcmdplugin.cpp  


--- trunk/KDE/kdebase/konqueror/iconview/konq_iconview.cc #443619:443620
@@ -302,14 +302,14 @@
 
     m_pamSort->insert( aSortDescending );
     */
-    m_paSelect = new KAction( i18n( "Se&lect..." ), Qt::Key_Control+Qt::Key_Plus, \
this, SLOT( slotSelect() ), +    m_paSelect = new KAction( i18n( "Se&lect..." ), \
Qt::CTRL+Qt::Key_Plus, this, SLOT( slotSelect() ),  actionCollection(), "select" );
-    m_paUnselect = new KAction( i18n( "Unselect..." ), \
Qt::Key_Control+Qt::Key_Minus, this, SLOT( slotUnselect() ), +    m_paUnselect = new \
KAction( i18n( "Unselect..." ), Qt::CTRL+Qt::Key_Minus, this, SLOT( slotUnselect() ), \
                actionCollection(), "unselect" );
     m_paSelectAll = KStdAction::selectAll( this, SLOT( slotSelectAll() ), \
                actionCollection(), "selectall" );
-    m_paUnselectAll = new KAction( i18n( "Unselect All" ), \
Qt::Key_Control+Qt::Key_U, this, SLOT( slotUnselectAll() ), +    m_paUnselectAll = \
new KAction( i18n( "Unselect All" ), Qt::CTRL+Qt::Key_U, this, SLOT( \
slotUnselectAll() ),  actionCollection(), "unselectall" );
-    m_paInvertSelection = new KAction( i18n( "&Invert Selection" ), \
Qt::Key_Control+Qt::Key_Asterisk, +    m_paInvertSelection = new KAction( i18n( \
                "&Invert Selection" ), Qt::CTRL+Qt::Key_Asterisk,
                                        this, SLOT( slotInvertSelection() ),
                                        actionCollection(), "invertselection" );
 
--- trunk/KDE/kdebase/konqueror/keditbookmarks/actionsimpl.cpp #443619:443620
@@ -126,13 +126,13 @@
         i18n("Recursive Sort"), 0,
         actn, SLOT( slotRecursiveSort() ), actionCollection(), "recursivesort");
     (void) new KAction(
-        i18n("&New Folder..."), "folder_new", Qt::Key_Control+Qt::Key_N,
+        i18n("&New Folder..."), "folder_new", Qt::CTRL+Qt::Key_N,
         actn, SLOT( slotNewFolder() ), actionCollection(), "newfolder");
     (void) new KAction(
         i18n("&New Bookmark"), "www", 0,
         actn, SLOT( slotNewBookmark() ), actionCollection(), "newbookmark");
     (void) new KAction(
-        i18n("&Insert Separator"), Qt::Key_Control+Qt::Key_I,
+        i18n("&Insert Separator"), Qt::CTRL+Qt::Key_I,
         actn, SLOT( slotInsertSeparator() ), actionCollection(),
         "insertseparator");
     (void) new KAction(
--- trunk/KDE/kdebase/konqueror/listview/konq_listview.cc #443619:443620
@@ -665,11 +665,11 @@
    m_paShowPermissions->setCheckedState(i18n("Hide Permissions"));
    m_paShowURL=new KToggleAction(i18n("Show URL"), 0, this, \
SLOT(slotColumnToggled()),actionCollection(), "show_url" );  
-   m_paSelect = new KAction( i18n( "Se&lect..." ), Qt::Key_Control+Qt::Key_Plus, \
                this, SLOT( slotSelect() ), actionCollection(), "select" );
-  m_paUnselect = new KAction( i18n( "Unselect..." ), Qt::Key_Control+Qt::Key_Minus, \
this, SLOT( slotUnselect() ), actionCollection(), "unselect" ); +   m_paSelect = new \
KAction( i18n( "Se&lect..." ), Qt::CTRL+Qt::Key_Plus, this, SLOT( slotSelect() ), \
actionCollection(), "select" ); +  m_paUnselect = new KAction( i18n( "Unselect..." ), \
Qt::CTRL+Qt::Key_Minus, this, SLOT( slotUnselect() ), actionCollection(), "unselect" \
);  m_paSelectAll = KStdAction::selectAll( this, SLOT( slotSelectAll() ), \
                actionCollection(), "selectall" );
-  m_paUnselectAll = new KAction( i18n( "Unselect All" ), Qt::Key_Control+Qt::Key_U, \
                this, SLOT( slotUnselectAll() ), actionCollection(), "unselectall" );
-  m_paInvertSelection = new KAction( i18n( "&Invert Selection" ), \
Qt::Key_Control+Qt::Key_Asterisk, this, SLOT( slotInvertSelection() ), \
actionCollection(), "invertselection" ); +  m_paUnselectAll = new KAction( i18n( \
"Unselect All" ), Qt::CTRL+Qt::Key_U, this, SLOT( slotUnselectAll() ), \
actionCollection(), "unselectall" ); +  m_paInvertSelection = new KAction( i18n( \
"&Invert Selection" ), Qt::CTRL+Qt::Key_Asterisk, this, SLOT( slotInvertSelection() \
), actionCollection(), "invertselection" );  
   m_paShowDot = new KToggleAction( i18n( "Show &Hidden Files" ), 0, this, SLOT( \
slotShowDot() ), actionCollection(), "show_dot" );  //  \
                m_paShowDot->setCheckedState(i18n("Hide &Hidden Files"));
--- trunk/KDE/kdebase/konqueror/shellcmdplugin/kshellcmdplugin.cpp #443619:443620
@@ -32,7 +32,7 @@
     if (!kapp->authorize("shell_access"))
        return;
 
-    new KAction( i18n( "&Execute Shell Command..." ), "run", \
Qt::Key_Control+Qt::Key_E, this, +    new KAction( i18n( "&Execute Shell Command..." \
                ), "run", Qt::CTRL+Qt::Key_E, this,
                  SLOT( slotExecuteShellCommand() ), actionCollection(), \
"executeshellcommand" );  }
 


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

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