<table><tr><td style="">davidedmundson created this revision.<br />davidedmundson added a project: KWin.<br />Restricted Application edited projects, added Plasma; removed 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/D6591" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Make shadows work for windows 100% width or height</p>

<p>Clients provide shadows as 9 images, which then get split into relevant quads.<br />
To work out the full width we need the size of an item on the left, the middle and the right.</p>

<p>Some elements can be legitiamtely missing so to work out the width of the left edge we need to consider<br />
all 3 of topleft,left,bottomleft.</p>

<p>Currently we checked both corners in case one was missing, but it's legitimate for both to be missing if the shadow<br />
stretches the whole way.</p>

<p>BUG: 380825</p>

<p>Temporary popup stuff</p>

<p>like x11, ping before closing</p>

<p>use a new signal pingTimeout from kwayland</p>

<p>Update to signal rename</p>

<p>Merge branch 'xdgv6' into mart/xdgv6ping</p>

<p>kill windows after 2 ping timeouts</p>

<p>remove useless debug</p>

<p>set as responsive in case of late pongs</p>

<p>get rid of discardPing</p>

<p>skip taskbar/pager/windowmanagement for xdgpopups</p>

<p>popups should never appear in taskbar, pager or alt+tab</p>

<p>reviewed-by:David Edmundson</p>

<p>send configure on popup resize</p>

<p>adapr to pingDelayed api</p>

<p>Merge branch 'mart/xdgv6ping' into xdgv6</p>

<p>Connect XDG ping pong only in XDG specific code path</p>

<p>initSurface is a generic method, putting something in the generic method<br />
and then casting it will crash if we're not using XDG, and the casting<br />
is uneeded.</p>

<p>Fixup</p>

<p>Edit, move was sensible but still need the cast.<br />
This commit is going to get squashed anyway, nobody need ever know.</p>

<p>Merge branch 'master' into xdgv6</p>

<p>move other xdg-only connect</p>

<p>Guard against assuming we're using xdgshell</p>

<p>asdfasf</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Shadow on panel, rest looks the same</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>xdgv6</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6591" rel="noreferrer">https://phabricator.kde.org/D6591</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>shell_client.cpp<br />
shell_client.h<br />
utils.h<br />
wayland_server.cpp<br />
wayland_server.h</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>kwin, plasma-devel, KWin, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas<br /></div>