Bug 315463 - remaining time info string should be shorten, eg. "minutes" -> "min" and so on
Summary: remaining time info string should be shorten, eg. "minutes" -> "min" and so on
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: GUI/Usability (show other bugs)
Version: 2.0.2
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: k3b developers
URL:
Keywords:
: 266516 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-02-19 17:19 UTC by Toralf Förster
Modified: 2014-11-07 16:29 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.3


Attachments
screen shot (133.13 KB, image/png)
2013-02-19 17:19 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***