Bug 389626 - Show ETA and download speed in addition to completion percentage
Summary: Show ETA and download speed in addition to completion percentage
Status: RESOLVED FIXED
Alias: None
Product: Discover
Classification: Applications
Component: Updates (interactive) (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-30 03:07 UTC by Nate Graham
Modified: 2018-07-20 14:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2018-01-30 03:07:20 UTC
This was a suggestion from a commenter on my blog (https://pointieststick.wordpress.com/2018/01/29/polishing-plasma-5-12/comment-page-1/#comment-236), and I liked the idea:

"Hi Nate! I have a suggestion: showing the download speed and details in Discover.

Eg: 5 min left – 520 MB of 741 MB (754 KB/Sec)

Congrats for your work!!!"
Comment 1 Aleix Pol 2018-01-30 12:40:42 UTC
Where? :)

Again, this used to be shown, concern back then was that it's useless noise for people who like gauges and knobs.

We should at least find a place that is not too much "in your face". How about on the progressview? (the page that appears when pressing the tasks entry)
Comment 2 Nate Graham 2018-01-30 14:08:04 UTC
On the progressview overlay sounds just fine! Simple by default, powerful when needed. :)
Comment 3 Aleix Pol 2018-05-14 14:56:27 UTC
Git commit 2eafbe243c1b1ed1c2a039fc9124d4155253af35 by Aleix Pol.
Committed on 14/05/2018 at 14:55.
Pushed by apol into branch 'master'.

Display the transaction speed in the ProgressView

M  +1    -1    discover/qml/ProgressView.qml
M  +15   -0    libdiscover/Transaction/Transaction.cpp
M  +10   -0    libdiscover/Transaction/Transaction.h
M  +8    -0    libdiscover/backends/PackageKitBackend/PackageKitUpdater.cpp
M  +1    -0    libdiscover/backends/PackageKitBackend/PackageKitUpdater.h
M  +7    -1    libdiscover/resources/AbstractBackendUpdater.h
M  +10   -0    libdiscover/resources/ResourcesUpdatesModel.cpp
M  +15   -0    libdiscover/resources/StandardBackendUpdater.cpp
M  +1    -0    libdiscover/resources/StandardBackendUpdater.h

https://commits.kde.org/discover/2eafbe243c1b1ed1c2a039fc9124d4155253af35
Comment 4 RYDeN 2018-05-18 05:08:08 UTC
Thanks Aleix and Nate!