D11683: Make it possible to request a plugin configuration module programatically
This revision was automatically updated to reflect the committed changes. Closed by commit R295:0a3c90c89bdb: Make it possible to request a plugin configuration module programatically (authored by apol). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D11683?vs=30512&id=31306#toc REPOSITORY R295 KCMUtils CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D11683?vs=30512&id=31306 REVISION DETAIL https://phabricator.kde.org/D11683 AFFECTED FILES src/kpluginselector.cpp src/kpluginselector.h src/kpluginselector_p.h To: apol, #frameworks, #kde_connect, albertvaka Cc: albertvaka, michaelh, ngraham
D11683: Make it possible to request a plugin configuration module programatically
albertvaka accepted this revision. albertvaka added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > kpluginselector.h:214 > + * Shows the configuration dialog for the plugin @p pluginId if it's > available > + */ > +void showConfiguration(const QString &pluginId); Remember to add the `@since 5.X` annotation before pushing the change. REPOSITORY R295 KCMUtils BRANCH master REVISION DETAIL https://phabricator.kde.org/D11683 To: apol, #frameworks, #kde_connect, albertvaka Cc: albertvaka, michaelh, ngraham
D11683: Make it possible to request a plugin configuration module programatically
apol added a comment. The usage of the API: https://phabricator.kde.org/D11684 REPOSITORY R295 KCMUtils REVISION DETAIL https://phabricator.kde.org/D11683 To: apol, #frameworks, #kde_connect Cc: michaelh, ngraham
D11683: Make it possible to request a plugin configuration module programatically
apol added a dependent revision: D11684: Show the KCM with the run commands open when a setup packet is received. REPOSITORY R295 KCMUtils REVISION DETAIL https://phabricator.kde.org/D11683 To: apol, #frameworks, #kde_connect Cc: michaelh, ngraham
D11683: Make it possible to request a plugin configuration module programatically
apol created this revision. apol added reviewers: Frameworks, KDE Connect. Restricted Application added a project: Frameworks. apol requested review of this revision. REVISION SUMMARY In KDE Connect we want to show a specific configuration module in some occasions, having this new API would be handy in this regard. TEST PLAN Implemented KDE Connect side which works REPOSITORY R295 KCMUtils BRANCH master REVISION DETAIL https://phabricator.kde.org/D11683 AFFECTED FILES src/kpluginselector.cpp src/kpluginselector.h src/kpluginselector_p.h To: apol, #frameworks, #kde_connect Cc: michaelh, ngraham