This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 18 Mar, 2019 13 commits
-
-
Samuel Jones authored
-
Nick Draper authored
Change Mask Energies Label Indirect
-
Martyn Gigg authored
Disable fit button on workbench plots with no associated workspaces
-
Pete Peterson authored
Removes geometry input from Indirect>Corrections>Apply Abs Corr
-
Tom Titcombe authored
re #25214
-
Tom Titcombe authored
Update indirect data analysis docs re #25214
-
Martyn Gigg authored
Turn off X errorbars in workbench plots
-
Roman Tolchenov authored
-
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 27 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.
-
-
-
-
-
Note: All of the AlgorithmProgress files are formatted as Webkit, not LLVM! (This will be fixed for PR) Exposes AlgorithmProgress widget just for QT5
-