------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 11:17 ------- SVN commit 619394 by cgilles: digikam from trunk : Image editor Level Tool shortcut : use "CTRL+L" instead "SHIFT+L" to prevent conflict with new rule from Comments Text edit widget focus from right side bar and to be homogenous with Photoshop shortcuts. CCBUGS: 131743 M +2 -2 digikamimageplugin_adjustlevels_ui.rc M +6 -6 imageplugin_adjustlevels.cpp --- trunk/extragear/graphics/digikamimageplugins/adjustlevels/digikamimageplugin_adjustlevels_ui.rc #619393:619394 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_adjustlevels" > +<kpartgui version="3" name="digikamimageplugin_adjustlevels" > <MenuBar> @ -18,7 +18,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+L" name="imageplugin_adjustlevels" /> + <Action name="imageplugin_adjustlevels" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/adjustlevels/imageplugin_adjustlevels.cpp #619393:619394 @ -1,10 +1,9 @ /* ============================================================ - * File : imageplugin_adjustlevels.cpp - * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> - * Date : 2004-06-04 + * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net> + * Date : 2004-06-04 * Description : * - * Copyright 2004-2005 by Gilles Caulier + * Copyright 2004-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -32,6 +31,7 @ #include "bannerwidget.h" #include "adjustlevels.h" #include "imageplugin_adjustlevels.h" +#include "imageplugin_adjustlevels.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_adjustlevels, KGenericFactory<ImagePlugin_AdjustLevels>("digikamimageplugin_adjustlevels")) @ -40,7 +40,8 @ const QStringList &) : Digikam::ImagePlugin(parent, "ImagePlugin_AdjustLevels") { - m_levelsAction = new KAction(i18n("Levels Adjust..."), "adjustlevels", 0, + m_levelsAction = new KAction(i18n("Levels Adjust..."), "adjustlevels", + CTRL+Key_L, // NOTE: Photoshop 7 use CTRL+L. this, SLOT(slotLevelsAdjust()), actionCollection(), "imageplugin_adjustlevels"); @ -68,4 +69,3 @ delete headerFrame; } -#include "imageplugin_adjustlevels.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 11:28 ------- SVN commit 619404 by cgilles: digikam from trunk : Image editor AntiVignetting Tool shortcut : "SHIFT+V" and "CTRL+V" cannot be use here to prevent conflict with new rule from Comments Text edit widget focus from right side bar. I remove the default keyboard shorcut for this tool. CCBUGS: 131743 M +2 -2 digikamimageplugin_antivignetting_ui.rc --- trunk/extragear/graphics/digikamimageplugins/antivignetting/digikamimageplugin_antivignetting_ui.rc #619403:619404 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_antivignetting" > +<kpartgui version="3" name="digikamimageplugin_antivignetting" > <MenuBar> @ -15,7 +15,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+V" name="imageplugin_antivignetting" /> + <Action name="imageplugin_antivignetting" /> </ActionProperties> </kpartgui> _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 11:34 ------- SVN commit 619407 by cgilles: digikam from trunk : Image editor White Balance Tool shortcut : use "CTRL+W" instead "SHIFT+W" to prevent conflict with new rule from Comments Text edit widget focus from right side bar. CCBUGS: 131743 M +2 -2 digikamimageplugin_whitebalance_ui.rc M +4 -5 imageplugin_whitebalance.cpp --- trunk/extragear/graphics/digikamimageplugins/whitebalance/digikamimageplugin_whitebalance_ui.rc #619406:619407 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_whitebalance" > +<kpartgui version="3" name="digikamimageplugin_whitebalance" > <MenuBar> @ -18,7 +18,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+W" name="imageplugin_whitebalance" /> + <Action name="imageplugin_whitebalance" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/whitebalance/imageplugin_whitebalance.cpp #619406:619407 @ -1,10 +1,9 @ /* ============================================================ - * File : imageplugin_whitebalance.cpp * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> * Date : 2005-03-11 * Description : * - * Copyright 2005 by Gilles Caulier + * Copyright 2005-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -32,6 +31,7 @ #include "bannerwidget.h" #include "imageeffect_whitebalance.h" #include "imageplugin_whitebalance.h" +#include "imageplugin_whitebalance.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_whitebalance, KGenericFactory<ImagePlugin_WhiteBalance>("digikamimageplugin_whitebalance")); @ -39,7 +39,8 @ ImagePlugin_WhiteBalance::ImagePlugin_WhiteBalance(QObject *parent, const char*, const QStringList &) : Digikam::ImagePlugin(parent, "ImagePlugin_WhiteBalance") { - m_whitebalanceAction = new KAction(i18n("White Balance..."), "whitebalance", 0, + m_whitebalanceAction = new KAction(i18n("White Balance..."), "whitebalance", + CTRL+Key_W, this, SLOT(slotWhiteBalance()), actionCollection(), "imageplugin_whitebalance"); @ -66,5 +67,3 @ dlg.exec(); delete headerFrame; } - -#include "imageplugin_whitebalance.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 11:41 ------- SVN commit 619410 by cgilles: digikam from trunk : Image editor Channel Mixer Tool shortcut : use "CTRL+H" instead "SHIFT+M" to prevent conflict with new rule from Comments Text edit widget focus from right side bar. CCBUGS: 131743 M +2 -2 digikamimageplugin_channelmixer_ui.rc M +5 -5 imageplugin_channelmixer.cpp --- trunk/extragear/graphics/digikamimageplugins/channelmixer/digikamimageplugin_channelmixer_ui.rc #619409:619410 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_channelmixer" > +<kpartgui version="3" name="digikamimageplugin_channelmixer" > <MenuBar> @ -18,7 +18,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+M" name="imageplugin_channelmixer" /> + <Action name="imageplugin_channelmixer" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/channelmixer/imageplugin_channelmixer.cpp #619409:619410 @ -1,7 +1,6 @ /* ============================================================ - * File : imageplugin_channelmixer.cpp - * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> - * Date : 2005-02-26 + * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net> + * Date : 2005-02-26 * Description : * * Copyright 2005 by Gilles Caulier @ -32,6 +31,7 @ #include "bannerwidget.h" #include "channelmixer.h" #include "imageplugin_channelmixer.h" +#include "imageplugin_channelmixer.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_channelmixer, KGenericFactory<ImagePlugin_ChannelMixer>("digikamimageplugin_channelmixer")) @ -40,7 +40,8 @ const QStringList &) : Digikam::ImagePlugin(parent, "ImagePlugin_ChannelMixer") { - m_channelMixerAction = new KAction(i18n("Channel Mixer..."), "channelmixer", 0, + m_channelMixerAction = new KAction(i18n("Channel Mixer..."), "channelmixer", + CTRL+Key_H, this, SLOT(slotChannelMixer()), actionCollection(), "imageplugin_channelmixer"); @ -68,4 +69,3 @ delete headerFrame; } -#include "imageplugin_channelmixer.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 12:47 ------- SVN commit 619423 by cgilles: digikam from trunk : Image editor InsertText Tool shortcut : use "CTRL+T" instead "SHIFT+T" to prevent conflict with new rule from Comments Text edit widget focus from right side bar. CCBUGS: 131743 M +2 -2 digikamimageplugin_inserttext_ui.rc M +6 -6 imageplugin_inserttext.cpp --- trunk/extragear/graphics/digikamimageplugins/inserttext/digikamimageplugin_inserttext_ui.rc #619422:619423 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_inserttext" > +<kpartgui version="3" name="digikamimageplugin_inserttext" > <MenuBar> @ -15,7 +15,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+T" name="imageplugin_inserttext" /> + <Action name="imageplugin_inserttext" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/inserttext/imageplugin_inserttext.cpp #619422:619423 @ -1,10 +1,9 @ /* ============================================================ - * File : imageplugin_inserttext.cpp - * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> - * Date : 2005-01-20 + * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net> + * Date : 2005-01-20 * Description : * - * Copyright 2005 by Gilles Caulier + * Copyright 2005-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -32,6 +31,7 @ #include "bannerwidget.h" #include "imageeffect_inserttext.h" #include "imageplugin_inserttext.h" +#include "imageplugin_inserttext.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_inserttext, KGenericFactory<ImagePlugin_InsertText>("digikamimageplugin_inserttext")); @ -39,7 +39,8 @ ImagePlugin_InsertText::ImagePlugin_InsertText(QObject *parent, const char*, const QStringList &) : Digikam::ImagePlugin(parent, "ImagePlugin_InsertText") { - m_insertTextAction = new KAction(i18n("Insert Text..."), "inserttext", 0, + m_insertTextAction = new KAction(i18n("Insert Text..."), "inserttext", + CTRL+Key_T, this, SLOT(slotInsertText()), actionCollection(), "imageplugin_inserttext"); @ -67,4 +68,3 @ delete headerFrame; } -#include "imageplugin_inserttext.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 12:48 ------- SVN commit 619424 by cgilles: digikam from trunk : Image editor AddBorder Tool shortcut : use "CTRL+B" instead "SHIFT+B" to prevent conflict with new rule from Comments Text edit widget focus from right side bar. CCBUGS: 131743 M +2 -2 digikamimageplugin_border_ui.rc M +6 -5 imageplugin_border.cpp --- trunk/extragear/graphics/digikamimageplugins/border/digikamimageplugin_border_ui.rc #619423:619424 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="3" name="digikamimageplugin_border" > +<kpartgui version="4" name="digikamimageplugin_border" > <MenuBar> @ -15,7 +15,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+B" name="imageplugin_border" /> + <Action name="imageplugin_border" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/border/imageplugin_border.cpp #619423:619424 @ -1,9 +1,9 @ /* ============================================================ - * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> - * Date : 2005-01-20 + * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net> + * Date : 2005-01-20 * Description : * - * Copyright 2005-2006 by Gilles Caulier + * Copyright 2005-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -31,6 +31,7 @ #include "bannerwidget.h" #include "imageeffect_border.h" #include "imageplugin_border.h" +#include "imageplugin_border.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_border, KGenericFactory<ImagePlugin_Border>("digikamimageplugin_border")); @ -38,7 +39,8 @ ImagePlugin_Border::ImagePlugin_Border(QObject *parent, const char*, const QStringList &) : Digikam::ImagePlugin(parent, "ImagePlugin_Border") { - m_borderAction = new KAction(i18n("Add Border..."), "bordertool", 0, + m_borderAction = new KAction(i18n("Add Border..."), "bordertool", + CTRL+Key_B, this, SLOT(slotBorder()), actionCollection(), "imageplugin_border"); @ -66,4 +68,3 @ delete headerFrame; } -#include "imageplugin_border.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 13:04 ------- SVN commit 619427 by cgilles: digikam from trunk : Image editor Refocus Tool shortcut : use "CTRL+F" instead "SHIFT+F" to prevent conflict with new rule from Comments Text edit widget focus from right side bar. CCBUGS: 131743 M +2 -2 digikamimageplugin_refocus_ui.rc M +6 -6 imageplugin_refocus.cpp --- trunk/extragear/graphics/digikamimageplugins/refocus/digikamimageplugin_refocus_ui.rc #619426:619427 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_refocus" > +<kpartgui version="3" name="digikamimageplugin_refocus" > <MenuBar> @ -15,7 +15,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+F" name="imageplugin_refocus" /> + <Action name="imageplugin_refocus" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/refocus/imageplugin_refocus.cpp #619426:619427 @ -1,10 +1,9 @ /* ============================================================ - * File : imageplugin_refocus.cpp - * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> - * Date : 2005-04-29 + * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net> + * Date : 2005-04-29 * Description : * - * Copyright 2005 by Gilles Caulier + * Copyright 2005-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -32,6 +31,7 @ #include "bannerwidget.h" #include "imageeffect_refocus.h" #include "imageplugin_refocus.h" +#include "imageplugin_refocus.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_refocus, KGenericFactory<ImagePlugin_Refocus>("digikamimageplugin_refocus")); @ -39,7 +39,8 @ ImagePlugin_Refocus::ImagePlugin_Refocus(QObject *parent, const char*, const QStringList &) : Digikam::ImagePlugin(parent, "ImagePlugin_Refocus") { - m_refocusAction = new KAction(i18n("Refocus..."), "refocus", 0, + m_refocusAction = new KAction(i18n("Refocus..."), "refocus", + CTRL+Key_F, this, SLOT(slotRefocus()), actionCollection(), "imageplugin_refocus"); @ -67,4 +68,3 @ delete headerFrame; } -#include "imageplugin_refocus.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 13:12 ------- SVN commit 619432 by cgilles: digikam from trunk : Image editor Inpainting Tool shortcut : use "CTRL+E" instead "SHIFT+I" to prevent conflict with new rule from Comments Text edit widget focus from right side bar. CCBUGS: 131743 M +2 -2 digikamimageplugin_inpainting_ui.rc M +6 -6 imageplugin_inpainting.cpp --- trunk/extragear/graphics/digikamimageplugins/inpainting/digikamimageplugin_inpainting_ui.rc #619431:619432 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_inpainting" > +<kpartgui version="3" name="digikamimageplugin_inpainting" > <MenuBar> @ -15,7 +15,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+I" name="imageplugin_inpainting" /> + <Action name="imageplugin_inpainting" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/inpainting/imageplugin_inpainting.cpp #619431:619432 @ -1,10 +1,9 @ /* ============================================================ - * File : imageplugin_inpainting.cpp - * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> - * Date : 2005-03-30 + * Authors: Gilles Caulier <caulier dot gilles at kdemail dot net> + * Date : 2005-03-30 * Description : * - * Copyright 2005 by Gilles Caulier + * Copyright 2005-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -31,6 +30,7 @ #include "imageeffect_inpainting.h" #include "imageplugin_inpainting.h" +#include "imageplugin_inpainting.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_inpainting, KGenericFactory<ImagePlugin_InPainting>("digikamimageplugin_inpainting")); @ -38,7 +38,8 @ ImagePlugin_InPainting::ImagePlugin_InPainting(QObject *parent, const char*, const QStringList &) : Digikam::ImagePlugin(parent, "ImagePlugin_InPainting") { - m_inPaintingAction = new KAction(i18n("Inpainting..."), "inpainting", 0, + m_inPaintingAction = new KAction(i18n("Inpainting..."), "inpainting", + CTRL+Key_E, this, SLOT(slotInPainting()), actionCollection(), "imageplugin_inpainting"); @ -64,4 +65,3 @ DigikamInPaintingImagesPlugin::ImageEffect_InPainting::inPainting(parentWidget()); } -#include "imageplugin_inpainting.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 13:15 ------- SVN commit 619433 by cgilles: digikam from trunk : Image editor LensDistorsion Tool shortcut : "SHIFT+D" and "CTRL+D" cannot be used here to prevent conflict with new rule from Comments Text edit widget focus from right side bar. I remove the default keyboard shorcut for this tool. CCBUGS: 131743 M +2 -2 digikamimageplugin_lensdistortion_ui.rc M +3 -6 imageplugin_lensdistortion.cpp --- trunk/extragear/graphics/digikamimageplugins/lensdistortion/digikamimageplugin_lensdistortion_ui.rc #619432:619433 @ -1,5 +1,5 @ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui version="2" name="digikamimageplugin_lensdistortion" > +<kpartgui version="3" name="digikamimageplugin_lensdistortion" > <MenuBar> @ -15,7 +15,7 @ </ToolBar> <ActionProperties> - <Action shortcut="Shift+D" name="imageplugin_lensdistortion" /> + <Action name="imageplugin_lensdistortion" /> </ActionProperties> </kpartgui> --- trunk/extragear/graphics/digikamimageplugins/lensdistortion/imageplugin_lensdistortion.cpp #619432:619433 @ -1,10 +1,9 @ /* ============================================================ - * File : imageplugin_lensdistortion.cpp * Author: Gilles Caulier <caulier dot gilles at kdemail dot net> * Date : 2004-12-27 * Description : * - * Copyright 2004-2005 by Gilles Caulier + * Copyright 2004-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -32,12 +31,13 @ #include "bannerwidget.h" #include "imageeffect_lensdistortion.h" #include "imageplugin_lensdistortion.h" +#include "imageplugin_lensdistortion.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_lensdistortion, KGenericFactory<ImagePlugin_LensDistortion>("digikamimageplugin_lensdistortion")); ImagePlugin_LensDistortion::ImagePlugin_LensDistortion(QObject *parent, const char*, const QStringList &) - : Digikam::ImagePlugin(parent, "ImagePlugin_LensDistortion") + : Digikam::ImagePlugin(parent, "ImagePlugin_LensDistortion") { m_lensdistortionAction = new KAction(i18n("Lens Distortion Correction..."), "lensdistortion", 0, this, SLOT(slotLensDistortion()), @ -66,6 +66,3 @ dlg.exec(); delete headerFrame; } - - -#include "imageplugin_lensdistortion.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 13:46 ------- SVN commit 619446 by cgilles: digikam from trunk : fix Image editor AddBorder Tool default shortcut from CTRL+B to CTRL+F (like Frame). Note "CTRL+B" will be use to "Color Balance" Tool like with Photoshop. CCBUGS: 131743 M +1 -1 imageplugin_border.cpp --- trunk/extragear/graphics/digikamimageplugins/border/imageplugin_border.cpp #619445:619446 @ -40,7 +40,7 @ : Digikam::ImagePlugin(parent, "ImagePlugin_Border") { m_borderAction = new KAction(i18n("Add Border..."), "bordertool", - CTRL+Key_B, + CTRL+Key_F, this, SLOT(slotBorder()), actionCollection(), "imageplugin_border"); _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 13:50 ------- SVN commit 619450 by cgilles: digikam from trunk : Image editor AntiVignetting Tool shortcut : "SHIFT+V" and "CTRL+V" cannot be use here to prevent conflict with new rule from Comments Text edit widget focus from right side bar. I remove the default keyboard shorcut for this tool. CCBUGS: 131743 M +4 -4 imageplugin_core.cpp --- trunk/extragear/graphics/digikam/imageplugins/imageplugin_core.cpp #619449:619450 @ -5,7 +5,7 @ * Description : digiKam image editor plugin core * * Copyright 2004-2005 by Renchi Raju and Gilles Caulier - * Copyright 2006 by Gilles Caulier + * Copyright 2006-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -48,6 +48,7 @ #include "imageeffect_autocorrection.h" #include "imageeffect_iccproof.h" #include "imageplugin_core.h" +#include "imageplugin_core.moc" K_EXPORT_COMPONENT_FACTORY( digikamimageplugin_core, KGenericFactory<ImagePlugin_Core>("digikam")); @ -81,7 +82,8 @ this, SLOT(slotHSL()), actionCollection(), "implugcore_hsl"); - m_RGBAction = new KAction(i18n("Color Balance..."), "adjustrgb", 0, + m_RGBAction = new KAction(i18n("Color Balance..."), "adjustrgb", + CTRL+Key_B, // NOTE: Photoshop 7 use CTRL+B. this, SLOT(slotRGB()), actionCollection(), "implugcore_rgb"); @ -265,5 +267,3 @ iface.convertOriginalColorDepth(64); parentWidget()->unsetCursor(); } - -#include "imageplugin_core.moc" _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-03 14:22 ------- Marcel, I have polished all Keyboard shortcuts in editor to be compatible with Sidebar comments & tab and to be homogenous with PhotoShop 7 shortcuts (this version work fine in my computer using cross over office 5.0 (never tested Photoshop CS under linux) Still Only the "Delete" shortcut in conflict... About to do "Keep focus on comments widget only if it had the focus", if you have a patch to fix it, let's me hear... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From fabien.ubuntu gmail com 2007-01-03 14:27 ------- About #16 (deleting pictures with del). It's not only not homogeneous with other KDE applications but also with any software : most softwares under all operating systems use the Del key to delete an element. I hope it will still be possible to delete pictures using the Del key, at least when the focus is in the thumbnail panel... _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-10 09:09 ------- SVN commit 621996 by cgilles: digikam from trunk : improve Comments edit widget Focus rule : this one is only set on when the Comments & Tab side bar is visible _and_ selected, else it is off. CCBUGS: 131743, 131632 M +8 -3 imageproperties/imagedescedittab.cpp M +1 -1 imageproperties/imagedescedittab.h M +19 -11 imageproperties/imagepropertiessidebardb.cpp M +5 -3 imageproperties/imagepropertiessidebardb.h M +25 -23 widgets/common/sidebar.cpp M +11 -2 widgets/common/sidebar.h --- trunk/extragear/graphics/digikam/libs/imageproperties/imagedescedittab.cpp #621995:621996 @ -251,7 +251,7 @ d->dateTimeEdit->installEventFilter(this); d->ratingWidget->installEventFilter(this); d->tagsView->installEventFilter(this); - setFocusToComments(); + setFocusToComments(true); updateRecentTags(); // Connect to album manager ----------------------------- @ -553,9 +553,14 @ d->revertBtn->setEnabled(true); } -void ImageDescEditTab::setFocusToComments() +void ImageDescEditTab::setFocusToComments(bool f) { - d->commentsEdit->setFocus(); + DDebug() << "Comments focus = " << f << endl; + + if (f) + d->commentsEdit->setFocus(); + else + d->commentsEdit->clearFocus(); } void ImageDescEditTab::assignRating(int rating) --- trunk/extragear/graphics/digikam/libs/imageproperties/imagedescedittab.h #621995:621996 @ -57,7 +57,7 @ void assignRating(int rating); void setItem(ImageInfo *info=0); void populateTags(); - void setFocusToComments(); + void setFocusToComments(bool f); protected: --- trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiessidebardb.cpp #621995:621996 @ -1,10 +1,12 @ /* ============================================================ - * Author: Caulier Gilles <caulier dot gilles at kdemail dot net> - * Date : 2004-11-17 + * Authors: Caulier Gilles <caulier dot gilles at kdemail dot net> + * Marcel Wiesweg <marcel dot wiesweg at gmx dot de> + * Date : 2004-11-17 * Description : image properties side bar using data from * digiKam database. * * Copyright 2004-2006 by Gilles Caulier + * Copyright 2007 by Gilles Caulier and Marcel Wiesweg * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -94,6 +96,9 @ connectTab(m_colorTab); connectTab(d->desceditTab); + connect(this, SIGNAL(signalViewChanged()), + this, SLOT(slotSetFocus())); + connect(this, SIGNAL(signalChangedTab(QWidget*)), this, SLOT(slotChangedTab(QWidget*))); @ -177,9 +182,7 @ NavigateBarTab *navtab = dynamic_cast<NavigateBarTab *>(getActiveTab()); if (navtab) - { navtab->setNavigateBarState(d->hasPrevious, d->hasNext); - } } void ImagePropertiesSideBarDB::slotChangedTab(QWidget* tab) @ -255,16 +258,22 @ navtab->setNavigateBarFileName(m_currentURL.filename()); } - if (tab == d->desceditTab) - { - // See B.K.O #131632 and #131743 : always give focus to Comments widget - // when we toogle between tab and when we change current item. - d->desceditTab->setFocusToComments(); - } + slotSetFocus(); unsetCursor(); } +void ImagePropertiesSideBarDB::slotSetFocus() +{ + // See B.K.O #131632 and #131743 : always give focus to Comments widget + // when we toogle between tab and when we change current item. + + if (getActiveTab() == d->desceditTab && isExpanded()) + d->desceditTab->setFocusToComments(true); + else + d->desceditTab->setFocusToComments(false); +} + void ImagePropertiesSideBarDB::slotFileMetadataChanged(const KURL &url) { if (url == m_currentURL) @ -321,4 +330,3 @ } } // NameSpace Digikam - --- trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiessidebardb.h #621995:621996 @ -1,10 +1,12 @ /* ============================================================ - * Author: Caulier Gilles <caulier dot gilles at kdemail dot net> - * Date : 2004-11-17 + * Authors: Caulier Gilles <caulier dot gilles at kdemail dot net> + * Marcel Wiesweg <marcel dot wiesweg at gmx dot de> + * Date : 2004-11-17 * Description : image properties side bar using data from * digiKam database. * * Copyright 2004-2006 by Gilles Caulier + * Copyright 2007 by Gilles Caulier and Marcel Wiesweg * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -85,6 +87,7 @ private slots: + void slotSetFocus(); void slotChangedTab(QWidget* tab); void slotThemeChanged(); void slotFileMetadataChanged(const KURL &url); @ -98,7 +101,6 @ private: ImagePropertiesSideBarDBPriv* d; - }; } // NameSpace Digikam --- trunk/extragear/graphics/digikam/libs/widgets/common/sidebar.cpp #621995:621996 @ -5,7 +5,7 @ * Description : a widget to manage sidebar in gui. * * Copyright 2005-2006 by Joern Ahrens - * Copyright 2006 by Gilles Caulier + * Copyright 2006-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -39,6 +39,7 @ // Local includes. #include "sidebar.h" +#include "sidebar.moc" namespace Digikam { @ -56,20 +57,20 @ minimized = false; } - bool minimizedDefault; - bool minimized; - bool isMinimized; + bool minimizedDefault; + bool minimized; + bool isMinimized; // Backup of minimized status (used with Fullscreen) - int tabs; - int activeTab; - int minSize; - int maxSize; + int tabs; + int activeTab; + int minSize; + int maxSize; - QWidgetStack *stack; - QSplitter *splitter; - QSize bigSize; + QWidgetStack *stack; + QSplitter *splitter; + QSize bigSize; - Sidebar::Side side; + Sidebar::Side side; }; Sidebar::Sidebar(QWidget *parent, const char *name, Side side, bool minimizedDefault) @ -77,7 +78,7 @ { d = new SidebarPriv; d->minimizedDefault = minimizedDefault; - d->side = side; + d->side = side; } Sidebar::~Sidebar() @ -131,7 +132,6 @ { KConfig *config = kapp->config(); config->setGroup(QString("%1").arg(name())); - config->writeEntry("ActiveTab", d->activeTab); config->writeEntry("Minimized", d->minimized); config->sync(); @ -232,21 +232,19 @ void Sidebar::shrink() { d->minimized = true; - d->bigSize = size(); - d->minSize = minimumWidth(); - d->maxSize = maximumWidth(); + d->bigSize = size(); + d->minSize = minimumWidth(); + d->maxSize = maximumWidth(); d->stack->hide(); KMultiTabBarTab* tab = tabs()->first(); if (tab) - { setFixedWidth(tab->width()); - } else - { setFixedWidth(width()); - } + + emit signalViewChanged(); } void Sidebar::expand() @ -256,8 +254,12 @ resize(d->bigSize); setMinimumWidth(d->minSize); setMaximumWidth(d->maxSize); + emit signalViewChanged(); } +bool Sidebar::isExpanded() +{ + return !d->minimized; +} + } // namespace Digikam - -#include "sidebar.moc" --- trunk/extragear/graphics/digikam/libs/widgets/common/sidebar.h #621995:621996 @ -5,7 +5,7 @ * Description : a widget to manage sidebar in gui. * * Copyright 2005-2006 by Joern Ahrens - * Copyright 2006 by Gilles Caulier + * Copyright 2006-2007 by Gilles Caulier * * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General @ -129,6 +129,11 @ */ void restore(); + /** + * return the visible status of current sidebar tab. + */ + bool isExpanded(); + private: @ -151,10 +156,14 @ */ void signalChangedTab(QWidget *w); + /** + * is emitted, when tab is shrink or expanded + */ + void signalViewChanged(); + private: SidebarPriv* d; - }; } // namespace Digikam _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From fabien.ubuntu gmail com 2007-01-12 18:12 ------- I finally took time to test the latest svn version :) Some comments : - if I change the comment then switch to another picture, the modifications are taken in account even if I don't press the "Apply Changes" button. Expected behavior with this new button would be for me to not change anything except if button depressed. Or I don't see why there's this button :) I also found it a bit "dangerous" as it's too easy to change the comment (I know it's meant for that, but maybe it's too much :) ) without wanting to do it... - do you think it would be possible to not have the focus in the comment panel in any way (eg : if we don't click in this panel) ? I found it not very convenient to not be able to navigate in the thumbnails using arrows + not possible to delete a picture with del IMHO, the best, *if possible*, would be like before : - no focus by default in the comment sidebar - BUT, when there's the focus, keep it when switching to the next picture (using mouse of PageUp/PageDown). I guess that corresponds to the original request. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From mikmach wp pl 2007-01-12 21:40 ------- > IMHO, the best, *if possible*, would be like before : > - no focus by default in the comment sidebar > - BUT, when there's the focus, keep it when switching to the next > picture (using mouse of PageUp/PageDown). I guess that corresponds to > the original request. _______________________________________________ Yes, yes, yes. Focus should be retained where it was - keep to thumbnails part, or comments, or data, or tags. m. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-15 07:36 ------- Sound like a "focus proxy" to implemente. I wil take a look. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 ------- Additional Comments From caulier.gilles kdemail net 2007-01-31 16:11 ------- SVN commit 628812 by cgilles: digikam from trunk : forcing focus to Comments Edit Widget from Comments & Tags sidebar is not the right solution. Focus stuff is a complicated problem witch must be study indeep. In fact the folder view and album icon view take the focus with the mouse. The previous implementation cannot work with that. Also, alots of menu shorcuts are broken if we force Comments edit widget to take focus. My viewpoint is to implement a shortcut to toggle gui to captionning mode. It a better/simple solution. Please give me your viewpoint. CCBUGS: 131632, 131743 BUG: 140412 M +0 -9 imagedescedittab.cpp M +0 -1 imagedescedittab.h M +0 -16 imagepropertiessidebardb.cpp M +0 -1 imagepropertiessidebardb.h --- trunk/extragear/graphics/digikam/libs/imageproperties/imagedescedittab.cpp #628811:628812 @ -265,7 +265,6 @ d->dateTimeEdit->installEventFilter(this); d->ratingWidget->installEventFilter(this); d->tagsView->installEventFilter(this); - setFocusToComments(true); updateRecentTags(); // Connect to album manager ----------------------------- @ -588,14 +587,6 @ d->revertBtn->setEnabled(true); } -void ImageDescEditTab::setFocusToComments(bool f) -{ - if (f) - d->commentsEdit->setFocus(); - else - d->commentsEdit->clearFocus(); -} - void ImageDescEditTab::assignRating(int rating) { d->ratingWidget->setRating(rating); --- trunk/extragear/graphics/digikam/libs/imageproperties/imagedescedittab.h #628811:628812 @ -59,7 +59,6 @ void setItem(ImageInfo *info=0); void setItems(QPtrList<ImageInfo> infos); void populateTags(); - void setFocusToComments(bool f); signals: --- trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiessidebardb.cpp #628811:628812 @ -98,9 +98,6 @ connectTab(m_colorTab); connectTab(d->desceditTab); - connect(this, SIGNAL(signalViewChanged()), - this, SLOT(slotSetFocus())); - connect(this, SIGNAL(signalChangedTab(QWidget*)), this, SLOT(slotChangedTab(QWidget*))); @ -360,22 +357,9 @ } } - slotSetFocus(); - unsetCursor(); } -void ImagePropertiesSideBarDB::slotSetFocus() -{ - // See B.K.O #131632 and #131743 : always give focus to Comments widget - // when we toogle between tab and when we change current item. - - if (getActiveTab() == d->desceditTab && isExpanded()) - d->desceditTab->setFocusToComments(true); - else - d->desceditTab->setFocusToComments(false); -} - void ImagePropertiesSideBarDB::slotFileMetadataChanged(const KURL &url) { if (url == m_currentURL) --- trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiessidebardb.h #628811:628812 @ -95,7 +95,6 @ private slots: - void slotSetFocus(); void slotChangedTab(QWidget* tab); void slotThemeChanged(); void slotFileMetadataChanged(const KURL &url); _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by vrabcak
------- 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=131743 caulier.gilles kdemail net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From caulier.gilles kdemail net 2007-01-31 16:15 ------- I tag like duplicate this file with #131632. Fine solution is to implement a shortcut to toggle GUi in "Captionning Mode". Please continue this thread in #131632. Gilles Caulier *** This bug has been marked as a duplicate of 131632 *** _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |