<table><tr><td style="">ahiemstra created this revision.<br />ahiemstra added a reviewer: Kirigami.<br />Herald added a project: Kirigami.<br />Herald added a subscriber: plasma-devel.<br />ahiemstra 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/D24634">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This replaces the custom layouting code in ToolBarPageHeader with<br />
an ActionToolBar, which allows items from a page's contextualActions<br />
to flow onto the page toolbar when there is space available.</p>

<p>One major change is that this adds support for alignment to <br />
ActionToolBar, which effectively rewrites the layouting code for it.<br />
Rather than use inline hidden actions, the new code uses a separate<br />
hidden layout to determine action visibility.</p>

<p>Still to do (maybe in a followup patch?):</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Add a priority property to Action that matches QAction's priority property.</li>
<li class="remarkup-list-item">Use the priority to determine if a certain action should be shown in the toolbar at all or always kept in overflow.</li>
<li class="remarkup-list-item">Use the priority to to replicate the icon only display behaviour used for main/left/right actions.</li>
<li class="remarkup-list-item">Find some way for actions to indicate whether to show text at all.</li>
</ul></div></div><br /><div><strong>TEST PLAN</strong><div><p>Running kirigami2gallery everything should still work correctly, with<br />
the addition of the mentioned action overflow.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R169 Kirigami</div></div></div><br /><div><strong>BRANCH</strong><div><div>contextactions_in_toolbar</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24634">https://phabricator.kde.org/D24634</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/controls/ActionToolBar.qml<br />
src/controls/private/globaltoolbar/ToolBarPageHeader.qml</div></div></div><br /><div><strong>To: </strong>ahiemstra, Kirigami<br /><strong>Cc: </strong>plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, apol, ahiemstra, davidedmundson, mart, hein<br /></div>