D11683: Make it possible to request a plugin configuration module programatically

2018-04-04 Thread Aleix Pol Gonzalez
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 REPOSITOR

D11683: Make it possible to request a plugin configuration module programatically

2018-04-02 Thread Albert Vaca Cintora
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 QSt

D11683: Make it possible to request a plugin configuration module programatically

2018-03-25 Thread Aleix Pol Gonzalez
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

2018-03-25 Thread Aleix Pol Gonzalez
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

2018-03-25 Thread Aleix Pol Gonzalez
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