<table><tr><td style="">davidedmundson created this revision.<br />davidedmundson added a reviewer: Plasma.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />davidedmundson requested review of this revision.
</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/D21618">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Plasma applets when they were all C++ had a way for them to signal when<br />
they were ready for showing to the user.</p>

<p>The QtQuick plugin does it automatically when an applet is compiled and<br />
the component is created with no scope for the applet to do something<br />
async.</p>

<p>This is initially intended just for the desktop wallpaper, but is<br />
generic enough for any applet/containment that does async loading on<br />
startup.</p>

<p>API is chosen as we need something ref-count based to handle wallpaper<br />
and containment both loading something asynchronous, and limited by the<br />
fact that AppletInterface is not exported.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>qDebug</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R242 Plasma Framework (Library)</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/D21618">https://phabricator.kde.org/D21618</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/scriptengines/qml/plasmoid/appletinterface.cpp<br />
src/scriptengines/qml/plasmoid/appletinterface.h<br />
src/scriptengines/qml/plasmoid/wallpaperinterface.cpp<br />
src/scriptengines/qml/plasmoid/wallpaperinterface.h</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns<br /></div>