Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Feb 08, 2018
  2. Jan 16, 2018
    • Edward Brown's avatar
      Re #21216: Made changes following review. · 30c55efd
      Edward Brown authored
      - Fixed invalidateAllProcessed for TwoLevelTreeManager.
      - Added forEachGroup and forEachRow for iterating over a
      QTwoLevelTreeModel.
      - Removed unnecessary variable settingsHaveChanged.
      - Removed extra //s.
      30c55efd
  3. Jan 11, 2018
  4. Jan 10, 2018
    • Edward Brown's avatar
      Re #21216: Fixed many unit test failures. · 1c92bb75
      Edward Brown authored
      Caused by not getting the initial value of the settings, now done in
      the accept(view) method.
      
      Had to move/adjust expectGetOptions + similar to account for the fact
      settings are fetched in the accept method rather than later in the
      process method.
      1c92bb75
  5. Jan 09, 2018
  6. Jan 04, 2018
  7. Jan 03, 2018
    • Gemma Guest's avatar
      Apply clang-format Re #21218 · 68255667
      Gemma Guest authored
      68255667
    • 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
  8. Dec 20, 2017
  9. Dec 19, 2017
  10. Dec 18, 2017
  11. Dec 15, 2017
    • Gemma Guest's avatar
      Fix differences in output workspace names · 944d68da
      Gemma Guest authored
      - Refactoring to re-use the same code to parse and re-join preprocessing input values
      - Refactoring to re-use the same function for working out the reduced workspace name
      - Preprocessing input values are now always split on comma or plus character and always re-joined using the plus character
      
      Re #21218
      944d68da
  12. Dec 13, 2017
  13. Dec 11, 2017
  14. Dec 07, 2017
Loading