Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 04, 2020
  2. Jan 31, 2020
    • Nick Draper's avatar
      clang formatting for this pr · d4dc5ed9
      Nick Draper authored
      d4dc5ed9
    • Nick Draper's avatar
      Algorithm Progress details fills with all algorithms on creation · 570c00d9
      Nick Draper authored
      Previously an algorithm only appeared when a progress message came in
      re #27077
      570c00d9
    • Nick Draper's avatar
      Reslove MonitorData not showing in the workbench algorithm details box · 55ad2798
      Nick Draper authored
      This was due to:
      1. Too long a default UpdateEvery default
      2. Too infrequest progress updates from MonitorLiveData
      3. The Algorithm Details box not adding an algorithm until it sends a progress update
      4. The StartLiveData custom Dialog not showing the default for UpdateEvery
      
      Fixes:
      1. Decreased the default UpdateEvery from 60 to 30 seconds
      2. Change the default timeout for FakeISISHistongramDAE from 30 to 60s
      3. improved the progress logging for MonitorLivedata to update more frequently with an idle counter as well.
      4. Changed the tie function used in custom algorithm dialogs to set the placeholder text for line edits
      5. Changed the log level for user cancelling of algorithms from Error to warning so it does not trigger the notification service
      6. Changed the log message for user cancellation from Terminated to cancelled to reduce confusion
      
      re #27077
      55ad2798
    • Phil Colebrooke's avatar
  3. Jan 30, 2020
  4. Jan 23, 2020
  5. Jan 21, 2020
  6. Jan 16, 2020
  7. Jan 09, 2020
  8. Dec 12, 2019
  9. Nov 28, 2019
    • Martyn Gigg's avatar
      Accept OrientedLattice by unique_ptr · 424fc625
      Martyn Gigg authored
      The overwhelming use case for this method is to
      take ownership of a lattice object into Sample.
      Using unique_ptr clarifies that this is happening
      at the call site and forces a caller to make copy
      if that is truly the desired behaviour. The old code
      make a copy internally but this was not obvious
      from the method call.
      424fc625
  10. Nov 25, 2019
  11. Nov 24, 2019
  12. Nov 21, 2019
  13. Nov 20, 2019
  14. Nov 18, 2019
  15. Nov 08, 2019
  16. Oct 31, 2019
    • Danny Hindson's avatar
      Incorporate review comments · 393d47be
      Danny Hindson authored
      Main change is to add an overload of registerFeatureUsage that accepts a
      simple string in addition to the existing method that takes a vector of strings
      
      Update some further calls to registerFeatureUsage that had appeared in master
      Also change trimming behaviour so trimming of feature names is done on copy
      rather than in place
      393d47be
    • Danny Hindson's avatar
      Modify registerFeatureUsage in Usage Service to reduce misuse · 1af6118d
      Danny Hindson authored
      Now accepts:
      - an enum for feature type rather than a string eg Algorithm
      - a vector of strings for the feature name instead of string (eg class1->method1)
      
      Also updated pre-existing calls to registerFeatureUsage in C++ and Python
      1af6118d
  17. Sep 23, 2019
  18. Sep 18, 2019
  19. Sep 04, 2019
    • Owen Arnold's avatar
      Fix more build server issues · 052d369e
      Owen Arnold authored
      052d369e
    • Owen Arnold's avatar
      File production seems to be OK · 6b68a103
      Owen Arnold authored
      Main change here is preventing LoadNexusProcessed from running the
      instrument save when going via the ESS route.
      
      New problem is that LoadNexusProcessed does not attempt to look for new
      Geometry in Nexus as part of the loading, and therefore gives up when it
      shouldn't
      
      LoadNexusProcessed also annoyinly looking for group named "instrument",
      which we now do not adhere to.
      6b68a103
  20. Sep 02, 2019
    • Owen Arnold's avatar
      File production seems to be OK · e4e5ecaa
      Owen Arnold authored
      Main change here is preventing LoadNexusProcessed from running the
      instrument save when going via the ESS route.
      
      New problem is that LoadNexusProcessed does not attempt to look for new
      Geometry in Nexus as part of the loading, and therefore gives up when it
      shouldn't
      
      LoadNexusProcessed also annoyinly looking for group named "instrument",
      which we now do not adhere to.
      e4e5ecaa
  21. Aug 28, 2019
  22. Aug 27, 2019
    • Gigg, Martyn Anthony's avatar
      Update codebase ready for std=c++17 · 6c918cc5
      Gigg, Martyn Anthony authored
      - Remove bind1st/bind2nd usage.
      - Avoids an internal compiler error in gcc with getProperty.
      - Adds wrapper around sip executable to process the output and
        remove the throw specifiers. They are not allowed in C++ 17.
      Refs #26261
      6c918cc5
  23. Aug 13, 2019
  24. Aug 05, 2019
  25. Jul 29, 2019
  26. Jul 25, 2019
Loading