D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-13 Thread Eike Hein
This revision was automatically updated to reflect the committed changes. Closed by commit R120:140c65f2236b: Expose PlasmaWindow::pid through WaylandTasksModel. (authored by hein). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5755?vs=14272=14465

D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-11 Thread Eike Hein
hein added a dependent revision: D5818: Lift app identification heuristic out of XWindowTasksModel and share it with WaylandTasksModel.. REPOSITORY R120 Plasma Workspace BRANCH master REVISION DETAIL https://phabricator.kde.org/D5755 To: hein, #plasma, davidedmundson, sebas, graesslin

D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-08 Thread Martin Flöser
graesslin accepted this revision. graesslin added a comment. This revision is now accepted and ready to land. Obviously commit embargo till 5.10 is branched is still in place. REPOSITORY R120 Plasma Workspace BRANCH master REVISION DETAIL https://phabricator.kde.org/D5755 To: hein,

D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-08 Thread Eike Hein
hein updated this revision to Diff 14272. hein added a comment. Restricted Application edited projects, added Plasma; removed KWin. Document the limitations of the AppPid data role better. REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE

D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-08 Thread Eike Hein
hein added a comment. Argh, the lack of sleep ... I updated the wrong Phab. Give me a few mins ;) INLINE COMMENTS > graesslin wrote in waylandtasksmodel.cpp:340 > You are aware that pid is not always correct? Any process started by KWin > shares KWin pid. Given that one need to be careful

D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-08 Thread Eike Hein
hein updated this revision to Diff 14267. hein added a comment. Restricted Application edited projects, added KWin; removed Plasma. Restricted Application added subscribers: KWin, kwin. Put code working with the client connection into ShellClient. Fix commit subject. REPOSITORY R108

D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-07 Thread Martin Flöser
graesslin added a comment. Commit embargo till 5.10 is branched. INLINE COMMENTS > waylandtasksmodel.cpp:340 > } else if (role == AppPid) { > -// FIXME Implement. > +return window->pid(); > } You are aware that pid is not always correct? Any process started by KWin

D5755: Expose PlasmaWindow::pid through WaylandTasksModel.

2017-05-07 Thread Eike Hein
hein created this revision. Restricted Application added a project: Plasma. REVISION SUMMARY Depends on https://phabricator.kde.org/D5747. REPOSITORY R120 Plasma Workspace BRANCH master REVISION DETAIL https://phabricator.kde.org/D5755 AFFECTED FILES