the item being installed already becomes desaturated and shows a spinner. So that's the logical place to show the "Installing..." text. Right now, since it's a passiveNotification, it times out quickly leaving you wondering what's going on if the installation takes more than 7 seconds.
Git commit 24ffb9cb9c11832ea54ef053bf0f0e3ec552b678 by Dan Leinir Turthra Jensen. Committed on 07/11/2019 at 14:05. Pushed by leinir into branch 'master'. Add an overlay component for item activity feedback Summary: This is the very first steps toward allowing for better, more involved feedback on what is happening with the items (such as download progress, the ability to abort installations, and such things). Also removes a now unneeded passive notification call Test Plan: Without this patch, as mentioned in https://bugs.kde.org/show_bug.cgi?id=413441 With this patch: {F7746432} Reviewers: #knewstuff, #frameworks, #plasma, ngraham Reviewed By: ngraham Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D25189 M +0 -2 src/qtquick/qml/Page.qml M +2 -12 src/qtquick/qml/private/entrygriddelegates/BigPreviewDelegate.qml A +77 -0 src/qtquick/qml/private/entrygriddelegates/FeedbackOverlay.qml [License: LGPL] M +2 -12 src/qtquick/qml/private/entrygriddelegates/ThumbDelegate.qml M +2 -12 src/qtquick/qml/private/entrygriddelegates/TileDelegate.qml https://commits.kde.org/knewstuff/24ffb9cb9c11832ea54ef053bf0f0e3ec552b678