Bug 315463

Summary: remaining time info string should be shorten, eg. "minutes" -> "min" and so on
Product: [Applications] k3b Reporter: Toralf Förster <toralf.foerster>
Component: GUI/UsabilityAssignee: k3b developers <k3b>
Status: RESOLVED FIXED    
Severity: normal CC: mrmazda, rad.n, trueg
Priority: NOR    
Version: 2.0.2   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 2.0.3
Sentry Crash Report:
Attachments: screen shot

Description Toralf Förster 2013-02-19 17:19:02 UTC
with 12 pt fonts otherwise relevant info isn't displayed (see attached screen shot)

Reproducible: Always
Comment 1 Toralf Förster 2013-02-19 17:19:41 UTC
Created attachment 77440 [details]
screen shot
Comment 2 Felix Miata 2014-10-23 07:18:04 UTC
Same problem in openSUSE 13.2 with k3b-2.0.2-34.2.

Abbreviation likely wouldn't even be necessary if the output simply made use of the ample whitespace following the ellipsis. 

On hover, the full data shows in a tooltip that refreshes at approximately 1 second intervals, causing a blinking of the tooltip, off longer than on, that makes it very difficult to read.
Comment 3 Johannes Obermayr 2014-11-02 15:39:56 UTC
Git commit a4dee50258e7678604348444a754ef2f3502b8db by Johannes Obermayr.
Committed on 30/09/2014 at 17:17.
Pushed by jobermayr into branch '2.0'.

Use QElapsedTimer to calculate remaining time.
Related: bug 330239
FIXED-IN: 2.0.3
REVIEW: 120459

M  +2    -0    CMakeLists.txt
M  +24   -32   src/k3bjobprogressdialog.cpp
M  +6    -7    src/k3bjobprogressdialog.h

http://commits.kde.org/k3b/a4dee50258e7678604348444a754ef2f3502b8db
Comment 4 Johannes Obermayr 2014-11-07 16:29:52 UTC
*** Bug 266516 has been marked as a duplicate of this bug. ***