D29689: Port "sorry, nothing found" message to Kirigami.PlaceholderMessage

Filip Fila noreply at phabricator.kde.org
Tue May 12 20:05:38 BST 2020


filipf accepted this revision.
filipf added inline comments.
This revision is now accepted and ready to land.

INLINE COMMENTS

> ApplicationsListPage.qml:152
> +
> +            visible: opacity != 0
> +            opacity: apps.count == 0 && !appsModel.isBusy ? 1 : 0

Should work without this, no?

> ApplicationsListPage.qml:154
> +            opacity: apps.count == 0 && !appsModel.isBusy ? 1 : 0
>              Behavior on opacity { PropertyAnimation { duration: Kirigami.Units.longDuration; easing.type: Easing.InOutQuad } }
> +

Probably worth it to port this to NumberAnimation at a different time since Marco said it's more efficient.

REPOSITORY
  R134 Discover Software Store

BRANCH
  port-to-placeholdermessage (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D29689

To: ngraham, apol, #discover_software_store, #vdg, filipf
Cc: filipf, plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, ragreen, ZrenBot, ngraham, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20200512/006163a8/attachment-0001.htm>


More information about the Plasma-devel mailing list