Summary: | K3B uses the system clock for calculating elapsed and remaining time | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | catlover2 <invertedrat> |
Component: | general | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aacid, invertedrat, johannesobermayr, trueg |
Priority: | NOR | Flags: | aacid:
gardening?
|
Version: | 2.0.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/k3b/a4dee50258e7678604348444a754ef2f3502b8db | Version Fixed In: | 2.0.3 |
Sentry Crash Report: | |||
Attachments: |
System clock set to 9 days in the future.
System clock set to one week in the past. System clock set to 9 days in the future. |
Description
catlover2
2014-01-21 08:51:40 UTC
Created attachment 84770 [details]
System clock set to 9 days in the future.
Created attachment 84771 [details]
System clock set to one week in the past.
Created attachment 84772 [details]
System clock set to 9 days in the future.
http://qt-project.org/doc/qt-4.8/qelapsedtimer.html Requires a bump of QT_MIN_VERSION to 4.7.0 in CMakeLists.txt 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 315463 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 |