[Digikam-devel] [Bug 147854] Put images into an emptied light-table

Gilles Caulier caulier.gilles at gmail.com
Fri Sep 7 11:52:35 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=147854         




------- Additional Comments From caulier.gilles gmail com  2007-09-07 12:52 -------
SVN commit 709371 by cgilles:

use new icon to differentiate Add to LT action
CCBUGS: 147854


 M  +3 -3      albumiconview.cpp  
 M  +1 -1      digikamapp.cpp  
 M  +3 -3      imagepreviewview.cpp  


--- trunk/extragear/graphics/digikam/digikam/albumiconview.cpp #709370:709371
 @ -534,9 +534,9  @
     // --------------------------------------------------------
 
     DPopupMenu popmenu(this);
-    QAction *viewAction       = popmenu.addAction(SmallIcon("viewimage"), i18n("View..."));
-    QAction *editAction       = popmenu.addAction(SmallIcon("editimage"), i18n("Edit..."));
-    QAction *lighttableAction = popmenu.addAction(SmallIcon("lighttable"), i18n("Add to Light Table"));
+    QAction *viewAction       = popmenu.addAction(SmallIcon("viewimage"),     i18n("View..."));
+    QAction *editAction       = popmenu.addAction(SmallIcon("editimage"),     i18n("Edit..."));
+    QAction *lighttableAction = popmenu.addAction(SmallIcon("lighttableadd"), i18n("Add to Light Table"));
     popmenu.addMenu(&openWithMenu);
     openWithMenu.menuAction()->setText(i18n("Open With"));
 
--- trunk/extragear/graphics/digikam/digikam/digikamapp.cpp #709370:709371
 @ -629,7 +629,7  @
 
     // -----------------------------------------------------------
 
-    d->imageAddLightTableAction = new KAction(KIcon("lighttable"), i18n("Add to Light Table"), this);
+    d->imageAddLightTableAction = new KAction(KIcon("lighttableadd"), i18n("Add to Light Table"), this);
     d->imageAddLightTableAction->setShortcut(Qt::CTRL+Qt::Key_F6);
     d->imageAddLightTableAction->setWhatsThis(i18n("Add selected items to the light table thumbbar."));
     connect(d->imageAddLightTableAction, SIGNAL(triggered()), d->view, SLOT(slotImageAddToLightTable()));
--- trunk/extragear/graphics/digikam/digikam/imagepreviewview.cpp #709370:709371
 @ -369,9 +369,9  @
     //-- Edit actions -----------------------------------------------
 
     popmenu.addSeparator();
-    QAction *slideshowAction  = popmenu.addAction(SmallIcon("datashow"),   i18n("SlideShow"));
-    QAction *editAction       = popmenu.addAction(SmallIcon("editimage"),  i18n("Edit..."));
-    QAction *lighttableAction = popmenu.addAction(SmallIcon("lighttable"), i18n("Add to Light Table"));
+    QAction *slideshowAction  = popmenu.addAction(SmallIcon("datashow"),      i18n("SlideShow"));
+    QAction *editAction       = popmenu.addAction(SmallIcon("editimage"),     i18n("Edit..."));
+    QAction *lighttableAction = popmenu.addAction(SmallIcon("lighttableadd"), i18n("Add to Light Table"));
     popmenu.addMenu(&openWithMenu);
     openWithMenu.menuAction()->setText(i18n("Open With"));



More information about the Digikam-devel mailing list