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

Gilles Caulier caulier.gilles at gmail.com
Wed Dec 17 17:16:25 GMT 2008


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.



More information about the Digikam-devel mailing list