Version: unspecified (using KDE 4.5.1) OS: Linux KNotes dbus interface is missing the notes() method as compared to the old dcop interface, making it impossible to get note id's. This is probably because it was returning a QMap<QString,QString> which is not supported by DBus Adaptors. Attached patch returns this functionality by using a QVariantMap instead. Reproducible: Always Steps to Reproduce: Inspect KNotes dbus interface Actual Results: No notes() method Expected Results: notes() method returning a map of note id's to titles
Created attachment 51852 [details] Patch restoring notes() method to knotes
SVN commit 1180082 by winterz: restore notes() dbus interface BUG: 251914 thanks for the patch Tejas. M +2 -2 knotesapp.cpp M +1 -1 knotesapp.h M +4 -0 org.kde.KNotes.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=1180082
SVN commit 1180083 by winterz: merge forward SVN commit 1180082 by winterz: restore notes() dbus interface CCBUG: 251914 thanks for the patch Tejas. M +2 -2 knotesapp.cpp M +1 -1 knotesapp.h M +4 -0 org.kde.KNotes.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=1180083
SVN commit 1180084 by winterz: merge forward SVN commit 1180082 by winterz: restore notes() dbus interface CCBUG: 251914 thanks for the patch Tejas. M +2 -2 knotesapp.cpp M +1 -1 knotesapp.h M +4 -0 org.kde.KNotes.xml WebSVN link: http://websvn.kde.org/?view=rev&revision=1180084