Skip to content
  • Dimitar Tasev's avatar
    A more working progress bar, re #25063 · 981de59c
    Dimitar Tasev authored and Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony committed
    Now uses a single ProgressObserver that oversees all events. This makes
    the event triggering synchronous - no two events can trigger at the same time.
    
    Handling an event requires changes in the GUI thread. Whenever an event
    triggers, a QueuedConnection signal is emitted to the GUI. This queues
    an update that will be done at some point in the future event loops.
    981de59c