<table><tr><td style="">davidedmundson created this revision.<br />davidedmundson added a reviewer: Plasma.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.
</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/D4057" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When updating a menu we would always delete all the actions and recreate<br />
them.</p>

<p>This caused a problem that we would also be deleting submenus and<br />
recreating them, meaning when we update the applet's submenu before<br />
showing it, our submenu will always be destroyed.</p>

<p>This patch uses the DBusMenuItem IDs to re-use existing QAction / QMenu<br />
objects and only create new instances when needed. It should also be (in<br />
theory) faster as there's a lot less object creation every update.</p>

<p>Also replace QSignalMapper with a lambda and replace replace QMap<int,<br />
QPointer<QAction*> with QMap<int, QAction*> and a lambda to do cleanup<br />
on deletion.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Tweked the applet to update before showing<br />
Original QMenu object used before showing still has all the items</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4057" rel="noreferrer">https://phabricator.kde.org/D4057</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>libdbusmenuqt/dbusmenuimporter.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>davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, andreaska, sebas<br /></div>