This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 19 Mar, 2019 5 commits
-
-
Matthew Andrew authored
Merge branch '25172_erroneous_negative_peaks_in_phase_quad' of https://github.com/mantidproject/mantid into 25172_erroneous_negative_peaks_in_phase_quad
-
Matthew Andrew authored
-
Anthony Lim authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
- 18 Mar, 2019 9 commits
-
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Matthew Andrew authored
-
Martyn Gigg authored
Turn off X errorbars in workbench plots
-
Martyn Gigg authored
Workbench: User aimed documentation
-
Nick Draper authored
Double-clicking algorithm opens run dialog in Workbench
-
Harry Saunders authored
Replace 'execute' with 'open_run_dialog' to avoid confusion. re #25180
-
Nick Draper authored
Move the AlgorithmProgress widget to C++
-
Gagik Vardanyan authored
Fix ORNL SANS setup workflow algorithms
-
- 15 Mar, 2019 26 commits
-
-
Martyn Gigg authored
SNSPowderReduction fixes
-
Martyn Gigg authored
Python algorithm properties declare ints as C longs. Specializations for the JSON decoder were missing for this and a few other types. Refs #25138
-
Peterson, Peter authored
-
Martyn Gigg authored
Show log value in viewer
-
Pete Peterson authored
Mock out threading in unit tests
-
Matthew Andrew authored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Now uses a single ProgressObserver that oversees all events. This makes the event triggering synchronous - no two events can trigger at the same time. Handling an event requires changes in the GUI thread. Whenever an event triggers, a QueuedConnection signal is emitted to the GUI. This queues an update that will be done at some point in the future event loops.
-
-
-
-
-