Actions
Bug #739
closedTimes with high precision appear stacked
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
legacy
Target version:
-
Start date:
11/07/2016
Due date:
% Done:
100%
Estimated time:
revision:
r0
blocked:
No
Sprint:
Description
Times with high precision appear stacked
Updated by Anonymous over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Solved by standardizing time in ms from epoch, in double , without use of QDateTime (error imprecision due to QDateTime operating on 32bits)
Updated by Anonymous over 8 years ago
- Status changed from Resolved to In Progress
These precision losses still appears.
After testing, it appears that it is due to :
- OpenGL not able to deal with numbers which dynamics exceeds float capability
- and when number dynamics exceeds double capability, even without OpenGL
Updated by Nicolas Aunai about 7 years ago
- Status changed from In Progress to Closed
Actions