Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 09, 2018
  2. Jan 03, 2018
    • Gemma Guest's avatar
      Fix a bug getting processing options for SANS · a84bb145
      Gemma Guest authored
      - Replace functions that get options as strings with ones that return a dict for pre-processing and processing options (note that, for now, post-processing options are still always used as a string)
      - Use a QMap in the C++ code so that SIP conversion works
      - Update tests to use the QMap return type
      - Convert from the QMap to a std::map where the results are used in the data processor so that subsequent code does not have to change
      
      Re #21218
      a84bb145
  3. Dec 13, 2017
  4. Dec 11, 2017
    • Gemma Guest's avatar
      Make settings tab return options map instead of string · 3370e485
      Gemma Guest authored
      Previously the settings were being put into a comma-separated string of key=value which then had to be parsed out by the data processor. This commit makes it pass a map of key=value instead.
      
      Re #2118
      3370e485
    • Gemma Guest's avatar
      Remove load option from Settings tab · 45ac5d32
      Gemma Guest authored
      The loadRuns option was not being used and the load method had hard-coded values for which prefix and algorithm to use. It is better to do all loading from the same place (via the loader in the GenericDataProcessorPresenter)a
      
      Re #21818
      45ac5d32
  5. Nov 24, 2017
  6. Sep 04, 2017
  7. Aug 01, 2017
  8. May 19, 2017
  9. May 17, 2017
  10. May 16, 2017
  11. May 12, 2017
  12. May 10, 2017
  13. Mar 10, 2017
  14. Feb 24, 2017
  15. Feb 22, 2017
  16. Jan 19, 2017
  17. Jan 18, 2017
  18. Dec 14, 2016
  19. Dec 07, 2016
  20. Nov 28, 2016
  21. Nov 25, 2016
  22. Nov 17, 2016
  23. Nov 08, 2016
  24. Nov 04, 2016
  25. Nov 03, 2016
Loading