Add separate category for "Runtimes" in settings and module listing
ClosedPublic

Authored by kossebau on May 30 2017, 11:31 AM.

Details

Summary

Grouoing the runtimes together adds some more structure back and
helps looking up the entries.

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.May 30 2017, 11:31 AM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptMay 30 2017, 11:31 AM
apol accepted this revision.May 30 2017, 1:25 PM
apol added a subscriber: apol.
apol added inline comments.
shell/uicontroller.cpp
537

These two look swapped. Can you check?

This revision is now accepted and ready to land.May 30 2017, 1:25 PM
kossebau added inline comments.May 30 2017, 1:36 PM
shell/uicontroller.cpp
537

What do you mean by swapped? Actually the whole old code here is screwed, as the API dox of ConfigDialog::addConfigPage(ConfigPage* page, ConfigPage* next = nullptr) claims something else than what the implementation does (signature also changes from next to previous.
But the added code follows the pattern, and the runtime result seems okay.

I stayed away from changing this for this patch, only planned to handle that as future patch.

This revision was automatically updated to reflect the committed changes.