D23566: Move code to send signals and set priority of processes to a dedicated object

2019-09-02 Thread Arjen Hiemstra
This revision was automatically updated to reflect the committed changes. Closed by commit R111:cb3ccfc6b3db: Move code to send signals and set priority of processes to a dedicated object (authored by ahiemstra). REPOSITORY R111 KSysguard Library CHANGES SINCE LAST UPDATE https://phabricator

D23566: Move code to send signals and set priority of processes to a dedicated object

2019-08-29 Thread Arjen Hiemstra
ahiemstra added inline comments. INLINE COMMENTS > davidedmundson wrote in process_controller.h:89 > Eww, it would be better if we could make this a qwindow, but I see you're > limited by current KAuth Agreed. I did look at what would be needed to do that, but the entire widget thing is embedd

D23566: Move code to send signals and set priority of processes to a dedicated object

2019-08-29 Thread David Edmundson
davidedmundson added a comment. ++ Looks nice and simplifies this old mega class INLINE COMMENTS > process_controller.h:89 > + */ > +void setWidget(QWidget *widget); > + Eww, it would be better if we could make this a qwindow, but I see you're limited by current KAuth > ksysgu

D23566: Move code to send signals and set priority of processes to a dedicated object

2019-08-29 Thread Arjen Hiemstra
ahiemstra created this revision. ahiemstra added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. ahiemstra requested review of this revision. REVISION SUMMARY This pulls the code out of KSysGuardProcessList and introduces it in a new class called Pr