Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 06, 2017
  2. Sep 04, 2017
  3. Aug 01, 2017
  4. Jul 12, 2016
  5. Jul 11, 2016
  6. Jul 08, 2016
  7. Jul 05, 2016
  8. Jun 06, 2016
  9. Jun 01, 2016
  10. May 06, 2016
    • Tom Perkins's avatar
      Only start the search if it isn't already going · f1969657
      Tom Perkins authored
      The bug was observed when the lineedit lost focus, starting the search,
      so then starting the search again went straight to the inspection stage
      (as the text had not been modified since the previous search).
      
      re #9963
      f1969657
    • Tom Perkins's avatar
      Replace busy wait with signal and slot · 1569bcd9
      Tom Perkins authored
      The sequential fit dialog runs the file search in case the user
      has edited the run input box. We need to wait for the search to
      complete before getting the filenames.
      
      Previously this was done in a busy while loop using
      QApplication::processEvents(). This has been changed so that the
      fit is only started once the search reports that it is done.
      
      (We use a new signal fileInspectionFinished() because the existing
      fileFindingFinished() is emitted "too soon", i.e. when the thread finishes
      but while its member variables are still being accessed).
      
      re #9963
      1569bcd9
    • Tom Perkins's avatar
      Minor commit: pedantic changes to comments · 2e53f22c
      Tom Perkins authored
      re #9963
      2e53f22c
  11. Feb 24, 2016
  12. Feb 18, 2016
  13. Feb 14, 2016
  14. Feb 12, 2016
  15. Feb 10, 2016
  16. Feb 09, 2016
  17. Dec 16, 2015
    • Tom Perkins's avatar
      Re #14800 Fix sequential fits in Muon Analysis interface · f83b265e
      Tom Perkins authored
      - If "ApplyDeadTimeCorrection" is set but there is no dead time table set
      on the algorithm passed in, we need to load the dead times from the file.
      - The output workspace type has been corrected.
      - In the catch, write the exception's error message to the log.
      f83b265e
  18. Dec 03, 2015
    • Tom Perkins's avatar
      Re #13916 Rename MuonLoad to MuonProcess as it doesn't load any more · ea337433
      Tom Perkins authored
      The name of "MuonLoad" is now very confusing as it no longer loads data
      from a NeXus file. Change it to "MuonProcess" as this better reflects what
      it does.
      
      This is also a good thing because the algorithm has changed quite a bit,
      and so changing its name will avoid confusion with the old one.
      ea337433
  19. Dec 02, 2015
  20. Oct 12, 2015
  21. Oct 05, 2015
  22. Mar 18, 2014
  23. Mar 05, 2014
    • Arturs Bekasovs's avatar
      Refs #9120. Process events after the search is finished · fe189e17
      Arturs Bekasovs authored
      After the file searching thread is finished, it emits some signals
      which MWRunFiles needs to process before we can access the found files.
      We are now doing that by calling QApplication::processEvent() after the
      search process has finished.
      fe189e17
  24. Jan 21, 2014
  25. Jan 17, 2014
  26. Jan 14, 2014
  27. Dec 13, 2013
Loading