processcore: Expose a bunch of common enums to QML
-
processcore: Cleanup unnecessary KSysGuard:: usages in ProcessController
-
processcore: Remove change to BestEffort if setting IoScheduler::None
I don't know why this is done, but it now interferes with the UI we want to add, so stop doing this.
- processcore: Add getters to ProcessController for properties of mulitple PIDs
This adds getters for priority, scheduler, io priority and io scheduler that take a list of PIDs rather than a single PID. These will return either the value that is common to all PIDs or null.
- processcore: Expose a bunch of common enums to QML
This allows us to use these from QML, rather than needing to mess about with ints.