<table><tr><td style="">hein created this revision.<br />hein added reviewers: Plasma, davidedmundson.<br />hein added a subscriber: plasma-devel.<br />Restricted Application added a project: Plasma.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D3482" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This adds a new data role "ChildCount" to AbstractTasksModel and<br />
implements it in TaskGroupingProxyModel.</p>

<p>The purpose of this data role is as a means of signalling to a Qt<br />
Quick delegate for a top-level row that a property of the item -<br />
namely the number of children it has - has changed. Qt Quick's poor<br />
support for tree models makes the existing way of signaling this<br />
(rowsInserted) prohibitive to use.</p>

<p>The Task Manager applet needs this info because it's in charge of<br />
telling the window manager about the screen coordinates of window<br />
delegates (through support code in this library). When a window is<br />
directly added to an existing group, there is no new delegate<br />
created, nor does the existing delegate change position. An<br />
increase of ChildCount will be used in this case to decide to<br />
publish delegate geo for the new window.</p>

<p>CCBUG:372699</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rPLASMAWORKSPACE Plasma Workspace</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3482" rel="noreferrer">https://phabricator.kde.org/D3482</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>libtaskmanager/abstracttasksmodel.h<br />
libtaskmanager/taskgroupingproxymodel.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>hein, Plasma, davidedmundson<br /><strong>Cc: </strong>plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas<br /></div>