Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13391

Numerical overflows in timeline view

    XMLWordPrintable

Details

    • fd3f544bb26575295dbbfcd975bdc8235541d927

    Description

      10a14ced366b6df5197f247a23ba628a0c5ae41d introduced a regression which leads to events disappearing if you zoom in too closely. The root of the problem is that we now keep intermediate values for the calculation of event widths in 32bit integers in TimelineRenderer::getItemXExtent(). This is bad because they are calculated from 64bit integer timestamps and the clamping to visible range happens only afterwards

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ulherman Ulf Hermann
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes