D25940: Add support for custom display components to Action

2019-12-13 Thread Arjen Hiemstra
This revision was automatically updated to reflect the committed changes. Closed by commit R169:22d31898ae0b: Add support for custom display components to Action (authored by ahiemstra). REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D25940?vs=71418&id=71459

D25940: Add support for custom display components to Action

2019-12-13 Thread Arjen Hiemstra
ahiemstra updated this revision to Diff 71418. ahiemstra added a comment. - Add missing @since REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D25940?vs=71415&id=71418 BRANCH action_displaycomponent REVISION DETAIL https://phabricator.kde.org/D25940 A

D25940: Add support for custom display components to Action

2019-12-13 Thread Marco Martin
mart accepted this revision. mart added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > Action.qml:151 > + * A Component that should be preferred when displaying this Action. > + */ > +property Component displayComponent: null @since 2.12 @since 5.

D25940: Add support for custom display components to Action

2019-12-13 Thread Arjen Hiemstra
ahiemstra created this revision. ahiemstra added a reviewer: Kirigami. Herald added a project: Kirigami. Herald added a subscriber: plasma-devel. ahiemstra requested review of this revision. REVISION SUMMARY This adds a "displayComponent" property to Action, which allows specifying a component