Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-128886

Enable categorized logging in QtGraphs

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.10
    • None
    • Graphs: 2D, Graphs: 3D
    • None
    • 7bee03a15 (dev), 756b296cf (dev), c1ccb5b83 (dev)

      QtGraphs module starts be quite massive. Therefore, we think it would benefit from categorized logging.

      Categories (separate for 2D and 3D, some valid only for either one):

      • general
        • renderer creation
        • sync start / end 
        • how many times we sync stuff before rendering, if that can be detected
        • data handling (consider moving to its own category)
          • for verifying the data we got is valid
      • series (perhaps add later one for each series type)
        • addition
        • removal
      • events
        • only the ones we handle
        • slice view enter / exit
        • zoom / rotate
      • property changes
        • if setting a property fails
      • animation states
      • input handling
        • pick result
        • selection query
      • performance
        • timing (add later when doing performance improvement task)
      • critical (use qCCritical)
      • warning (use qCWarning)

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

            nikokorkala Niko Korkala
            oulu_hillbilly Sami Varanka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes