Opened 6 years ago

Last modified 5 years ago

#14425 reopened bug

Enhancement: HaikuDepot statusbar statistics

Reported by: cb88 Owned by: stippi
Priority: normal Milestone: Unscheduled
Component: Applications/HaikuDepot Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

It would be nice if the status bar acutally shows some additional numerical status info. Sometimes I stare at the progress bar to see if it is even moving.

Total total% complete (calculated based on bytes) Current download % and speed.

I'd prefer percents to be displayed as floats... as when on a slow connection and with large packages you still want to see the status update and an int might not chane but every 10s of seconds.

It would also be nice to have packages available and installed displayed in the status bar. Probably calculate this based on the package visibilty selection so if devel packages are shown, they are part of the total, if they are hidden they aren't. This last one is pretty common on *nix package managers.

Change History (6)

comment:1 by cb88, 6 years ago

Something like this...

[----     ] 40.4%@159KB/s 1 of 2 | 25% Downloaded |          | 234 of 5032 Packages Installed
Left justified                                               Right Justified

comment:2 by diver, 6 years ago

Component: - GeneralApplications/HaikuDepot
Owner: changed from nobody to stippi

comment:3 by waddlesplash, 5 years ago

Resolution: fixed
Status: newclosed

This was added in hrev52660.

comment:4 by waddlesplash, 5 years ago

Resolution: fixed
Status: closedreopened

Ah, I see you also wanted sizes and not just packages to install, etc.

comment:5 by cb88, 5 years ago

Not sure what you mean? Some of this has been implemented I think but alot hasn't.

Specifically download progress in status bar with rate displayed as a float.

Display overall progress 1 of X and so on, and also download rate and progress of current download/installation.

Number of installed packages, number of available packages (perhaps count only the shown packages depeding on view featured/developer/source enabled disabled etc...?)

Those sorts of things sould make it feel more polished and also indicate better to the user just how much there is to install and how well the software is working.

comment:6 by waddlesplash, 5 years ago

Display overall progress 1 of X and so on, and also download rate and progress of current download/installation.

That is done as of hrev52660.

Number of installed packages, number of available packages (perhaps count only the shown packages depeding on view featured/developer/source enabled disabled etc...?)

This is also done already.

Specifically download progress in status bar with rate displayed as a float.

The download progress is displayed, the rate isn't.

Hence why I closed this ticket, I saw that the first two things had been done and missed that you wanted the last one.

Note: See TracTickets for help on using tickets.