Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 18, 2020
  2. Apr 24, 2019
    • Dimitar Tasev's avatar
      Adds unit tests for AlgorithmProgress widget and dialog, re #25161 · 8107494e
      Dimitar Tasev authored
      - Adds ManualProgressReporter development algorithm
      - Clang-format, and add VSCode workspace files to gitignore
      - Moved Mock class into MantidQtWidgets/Common
      - Added tests for AlgorithmProgressPresenter
      - Extracted AlgorithmProgressWidget interface into IAlgorithmProgressWidget
      - Removed progressBar() method from AlgorithmProgressWidget, now uses an updateProgress() function so it can be mocked out.
      
      Re #25161
      8107494e
  3. Apr 11, 2019
    • Dimitar Tasev's avatar
      No longer clears the tracked algorithm on any Algorithm end · 6febacb7
      Dimitar Tasev authored
      Previously the AlgorithmProgressPresenter would clear the tracked
      AlgorithmID pointer on any Algorithm ending, this meant that child
      algorithms would clear their parent's pointer.
      
      This change adds a check to see if the algorithm ending is
      the one being tracked, this way child algorithms that are not
      tracked, do not clear anything.
      
      Re #25509
      6febacb7
  4. Mar 15, 2019
  5. Feb 15, 2018
  6. Oct 05, 2015
  7. May 27, 2014
  8. Jan 17, 2012
  9. Jan 08, 2012
Loading