[Bug 177999] New: Shortcuts for digikamapp are not listed in the shortcuts editor

classic Classic list List threaded Threaded
14 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] New: Shortcuts for digikamapp are not listed in the shortcuts editor

Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999

           Summary: Shortcuts for digikamapp are not listed in the shortcuts
                    editor
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:            (using KDE 4.1.3)
OS:                Linux
Installed from:    Compiled From Sources

The shortcuts are displayed randomly in the shortcuts editor dialog. Most of
the time they are not visible, sometimes only the HTML export plugin is
displayed.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999


Andi Clemens andi clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Albums GUI
            Version|unspecified                 |0.10.0-svn




--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999





--- Comment #1 from Andi Clemens <andi clemens gmx net>  2008-12-17 17:42:54 ---
Created an attachment (id=29397)
 --> (http://bugs.kde.org/attachment.cgi?id=29397)
no shortcuts visible

The screenshot was taken after removing the digikamrc file and starting with a
fresh config file. No entries can be found.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999





--- Comment #2 from Gilles Caulier <caulier gilles gmail com>  2008-12-17 18:16:24 ---
Andi,

Comment code like this:

void DigikamApp::slotEditKeys()
{
    KShortcutsDialog dialog(KShortcutsEditor::AllActions,
                            KShortcutsEditor::LetterShortcutsAllowed, this);
    dialog.addCollection( actionCollection(), i18n( "General" ) );

/*
    KIPI::PluginLoader::PluginList list = d->kipiPluginLoader->pluginList();

    for( KIPI::PluginLoader::PluginList::Iterator it = list.begin() ; it !=
list.end() ; ++it )
    {
        KIPI::Plugin* plugin = (*it)->plugin();
        if ( plugin )
           dialog.addCollection(plugin->actionCollection(), (*it)->comment());
    }
*/
    dialog.configure();
}

... and digiKam shorcuts are here. Sound like a problem with kipi-plugins...

Gilles


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999





--- Comment #3 from Andi Clemens <andi clemens gmx net>  2008-12-17 18:19:56 ---
/me hopes it is not my fault :-) I'll check my KIPI Plugin...


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999


Gilles Caulier caulier gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2008-12-17 18:34:39 ---
SVN commit 898197 by cgilles:

digiKam from trunk : fix iterator to fill kipi-plugins keyboard shorcuts
BUG: 177999


 M  +5 -6      digikamapp.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=898197


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999





--- Comment #5 from Andi Clemens <andi clemens gmx net>  2008-12-17 18:43:25 ---
That seems to fix the main problem, but still only the HTML plugin is listed in
there... all other KIPI Plugins are not shown in the editor.

Andi


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999





--- Comment #6 from Gilles Caulier <caulier gilles gmail com>  2008-12-17 18:49:09 ---
Andi,

Editor do not support kipi-plugins. Why do you want to add kipi shortcuts here
?

Gilles


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999





--- Comment #7 from Andi Clemens <andi clemens gmx net>  2008-12-17 18:53:36 ---
;-)

I was talking about the shortcut editor, not the image editor component.
KIPI Plugins are not listed correctly in the shortcuts editor. Only HTML Export
is in there.

Andi


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999





--- Comment #8 from Gilles Caulier <caulier gilles gmail com>  2008-12-17 20:23:08 ---
SVN commit 898223 by cgilles:

SlideShow kipi-plugin: fix registration in ActionCollection
CCBUG: 177999


 M  +8 -7      plugin_slideshow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=898223


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999


Gilles Caulier caulier gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #9 from Gilles Caulier <caulier gilles gmail com>  2008-12-17 20:24:40 ---
Andi,

Look my commit #898223. All kipi-plugins need to be fixed in a same this way...

Gilles


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 177999] Shortcuts for digikamapp are not listed in the shortcuts editor

Gilles Caulier-4
In reply to this post by Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=177999


Gilles Caulier caulier gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[hidden email]       |[hidden email]
             Status|REOPENED                    |NEW
          Component|Albums GUI                  |general
            Product|digikam                     |kipiplugins
            Version|0.10.0-svn                  |0.2.0-svn




--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 177999] Export tools shortcuts are not listed in the shortcuts editor from digiKam

bugzilla_noreply
In reply to this post by Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=177999

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|0.2.0                       |unspecified
           Assignee|[hidden email]         |[hidden email]
          Component|general                     |Usability
            Summary|Kipi-plugins Shortcuts are  |Export tools shortcuts are
                   |not listed in the shortcuts |not listed in the shortcuts
                   |editor from Kipi host       |editor from digiKam
                   |application                 |
            Product|kipiplugins                 |digikam

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 177999] Export tools shortcuts are not listed in the shortcuts editor from digiKam

bugzilla_noreply
In reply to this post by Bugzilla from andi.clemens@gmx.net
https://bugs.kde.org/show_bug.cgi?id=177999

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Usability                   |Usability-Shortcuts

--
You are receiving this mail because:
You are the assignee for the bug.