[Digikam-devel] [Bug 145236] small wishes for the light-table
Gilles Caulier
caulier.gilles at gmail.com
Thu May 10 19:47:15 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=145236
------- Additional Comments From caulier.gilles gmail com 2007-05-10 20:47 -------
SVN commit 663291 by cgilles:
digikam from trunk: Light Table : use CTRL+R and CTRL+L to place thumbbar item on Right or Left panel.
CCBUGS: 145236
M +2 -2 lighttablewindow.cpp
--- trunk/extragear/graphics/digikam/utilities/lighttable/lighttablewindow.cpp #663290:663291
@ -377,12 +377,12 @
// -- Standard 'File' menu actions ---------------------------------------------
d->setItemLeftAction = new KAction(i18n("Show item on left panel"), "previous",
- 0, this, SLOT(slotSetItemLeft()),
+ CTRL+Key_L, this, SLOT(slotSetItemLeft()),
actionCollection(), "lighttable_setitemleft");
d->setItemLeftAction->setEnabled(false);
d->setItemRightAction = new KAction(i18n("Show item on right panel"), "next",
- 0, this, SLOT(slotSetItemRight()),
+ CTRL+Key_R, this, SLOT(slotSetItemRight()),
actionCollection(), "lighttable_setitemright");
d->setItemRightAction->setEnabled(false);
More information about the Digikam-devel
mailing list