D22514: Show if KRunner is still searching for more things
Kai Uwe Broulik
noreply at phabricator.kde.org
Thu Jul 25 10:37:15 BST 2019
broulik added a comment.
Can you delay showing the busy indicator a bit? e.g. only show if there haven't been any new results for 500ms or so, to avoid that thing constantly flashing up. Perhaps easiest would be something like
Timer {
id: delayBusyIndicatorTimer
interval: 500
}
BusyIndicator {
visible: !delayBusyIndicatorTimer.running && results.queryActive
}
onQueryStringChanged: delayBusyIndicatorTimer.start()
Also, it would be lovely to animate its appearance/disappearance instead of just using `visible`
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D22514
To: apol
Cc: broulik, plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190725/728d1a2a/attachment.html>
More information about the Plasma-devel
mailing list