<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: KWin, Plasma on Wayland.<br />Restricted Application added subscribers: kwin, plasma-devel.<br />Restricted Application added projects: Plasma on Wayland, KWin.
</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/D3290" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This is the first change for a larger virtual desktop refactoring. So<br />
far for X11 virtual desktops are just a number. The current virtual<br />
desktop is a number between 1 and the count of virtual desktops.</p>

<p>Similar a Toplevel is on the virtual desktop by setting the number as a<br />
property.</p>

<p>In the long run we want to change that and allow to have windows on<br />
multiple virtual desktops and also support virtual desktops on Wayland.<br />
On Wayland a virtual desktop will be an object.</p>

<p>As a first step a VirtualDesktop class is introduced which currently is<br />
just a glorifed wrapper around the x11 desktop number. The<br />
VirtualDesktopManager now holds a pointer to the current desktop and the<br />
available desktops are a QVector of VirtualDesktops. The implicit<br />
mapping to counting of desktops is removed. Though the internal API is<br />
still completely count based. In follow up changes this will be turned<br />
into being more and more VirtualDesktop based. At least the Core should<br />
be completely transferred to be VirtualDesktop based instead of uint<br />
based.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>virtual desktop auto test still passes (test coverage 97 % line,<br />
83 % conditionals)</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>virtual-desktop-refactoring</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3290" rel="noreferrer">https://phabricator.kde.org/D3290</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>virtualdesktops.cpp<br />
virtualdesktops.h</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>graesslin, KWin, Plasma on Wayland<br /><strong>Cc: </strong>plasma-devel, kwin, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas<br /></div>