KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
79000
:
multiple configure shortcuts actions
P
roduct
:
kontact
Co
m
ponent
:
general
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2004-04-03 22:13
Last Changed:
2004-04-16 14:39:19
I get multiple actions for configuring shortcuts in kontact. At least they should have different names for the actions so I don't have to guess which belongs to kontact and which belongs to, ex, knode (which has aweful, inconsistent bindings).
Comment
#1
Volker Krause 2004-04-16 13:49:18
In CVS HEAD, this seems only to occur in the knode plugin. I'm fixing it there.
Comment
#2
Volker Krause 2004-04-16 14:39:18
CVS commit by vkrause: Move configure shortcut action from the main widget to the main window. Fixes
bug #79000
(multiple configure shortcut actions in kontact). CCMAIL:
79000-done@bugs.kde.org
M +0 -13 knmainwidget.cpp 1.25 M +0 -1 knmainwidget.h 1.12 M +7 -0 knode.cpp 1.128 M +1 -0 knode.h 1.53 --- kdepim/knode/knmainwidget.cpp #1.24:1.25 @@ -22,5 +22,4 @@ #include <kconfig.h> #include <kmessagebox.h> -#include <kkeydialog.h> #include <kedittoolbar.h> #include <kstdaction.h> @@ -665,8 +664,4 @@ void KNMainWidget::initActions() SLOT(slotSettings()), actionCollection(), "knode_configure_knode" ); - (void) new KAction( i18n("Configure S&hortcuts..."), - "configure_shortcuts", 0, this, - SLOT(slotConfKeys()), actionCollection(), - "knode_configure_shortcuts" ); //collection-view - folder @@ -2277,12 +2272,4 @@ void KNMainWidget::slotSwitchToArticleVi -void KNMainWidget::slotConfKeys() -{ - //KKeyDialog::configureKeys(actionCollection(), xmlFile(), true, this); - KKeyDialog::configure( actionCollection(), - true /*allow one-letter shortcuts*/ - ); -} - void KNMainWidget::slotSettings() { --- kdepim/knode/knmainwidget.h #1.11:1.12 @@ -399,5 +399,4 @@ protected slots: void slotSwitchToHeaderView(); void slotSwitchToArticleViewer(); - void slotConfKeys(); void slotSettings(); --- kdepim/knode/knode.cpp #1.127:1.128 @@ -46,4 +46,6 @@ KNMainWindow::KNMainWindow( QWidget* pWi KStdAction::configureToolbars(this, SLOT(slotConfToolbar()), actionCollection(), "knode_configure_toolbars" ); + KStdAction::keyBindings(this, SLOT(slotConfKeys()), + actionCollection(), "knode_configure_shortcuts"); m_mainWidget = new KNMainWidget( this, true, this, 0 ); @@ -83,4 +85,9 @@ void KNMainWindow::slotNewToolbarConfig( } +void KNMainWindow::slotConfKeys() +{ + KKeyDialog::configure(actionCollection(), true); +} + bool KNMainWindow::queryClose() { --- kdepim/knode/knode.h #1.52:1.53 @@ -47,4 +47,5 @@ public slots: void slotConfToolbar(); void slotNewToolbarConfig(); + void slotConfKeys(); protected: bool queryClose();
P
latform
:
Unlisted Binaries
O
S
:
Linux
K
eywords
:
U
RL
:
People
Reporter
:
George Staikos
Assigned To
:
Daniel Molkentin
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In