This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 12, 2019
-
-
Gemma Guest authored
Recent changes mean the classes now have shorter names so the namespace ensures will will not have any clashes with other GUIs. Re #26535
-
- Jul 24, 2019
-
-
Gemma Guest authored
Remove the old polarization correction inputs from the GUI and replace them with a simple checkbox which is equivalent to the old option of 'ParameterFile' if checked or 'None' if not checked. The 'PA' and 'PNR' options have been removed entirely. Note that although the PolarizationCorrections model could now be replaced with a simple bool, it has been left because we may extend it with additional options in the future. Re #23818
-
- Jul 09, 2019
-
-
Gemma Guest authored
The params should be shown as valid when empty Re #26063
-
Gemma Guest authored
Re #26063
-
Gemma Guest authored
This is now incorporated into the Experiment model and updated from the view etc. Re #26063
-
- Jun 04, 2019
-
-
Gemma Guest authored
- Catch and report exceptions - Reset the model if the parameters file was not loaded - Change error type thrown if wavelength range is not set to match other exception types Re #23051
-
Gemma Guest authored
This means that the user can edit the parameters file and click Restore Defaults to re-load it without closing the GUI Re #23051
-
Gemma Guest authored
Experiment presenter now uses the mock rather than testing values against the parameter file directly. Re #23015
-
Gemma Guest authored
Re #23051
-
Gemma Guest authored
- Check values against the parameters file - Check that invalid values are rejected Re #23051
-
Gemma Guest authored
-
Gemma Guest authored
Re #23051
-
Gemma Guest authored
Re #23051
-
Gemma Guest authored
Re #23051
-
Gemma Guest authored
This commit makes sure all widgets' invalid/valid state is updated when resetting to defaults Re #23051
-
Gemma Guest authored
Re #23051
-
Gemma Guest authored
This just ties up the existing button with the recent functionality to get defaults from the algorithm/parameters file. Re #23051
-
Gemma Guest authored
Get the new defaults and update the model, then update the view, when the instrument has changed. Re #23051
-
Gemma Guest authored
- Move the boost optional defaults file to API so it can be accessed outside MantidAlgorithms - Replace the unused InstrumentOptionDefaults struct with a class that uses the boost optional defaults file to get default values from the algorithm or instrument Re #23501
-
- Jan 07, 2019
-
-
Gemma Guest authored
-
- Jan 02, 2019
-
-
Gemma Guest authored
MainWindow and Batch subdirectories have been created for these GUI components. A Common subdirectory has been created for miscellaneous shared utilities. Unused files have been removed
-
- Dec 21, 2018
-
-
Gemma Guest authored
- Notifications are sent from tabs up to the Batch and then back down to the Runs Table - The runs table will need to handle this and reset the processed state the in reduction jobs (not implemented yet) - Tidy up some naming of the instrument notification functions Re #23041
-
Gemma Guest authored
Disable widgets when autoreduction is in progress. Fix a bug where the Experiment settings grid was not disabling its child widgets - they need to be disabled individually. Re #23041
-
- Dec 20, 2018
-
-
Gemma Guest authored
Re #23041
-
- Dec 19, 2018
-
-
Gemma Guest authored
Add MVP model for flood corrections to the experiment presenter's model and add flags for debug and include-partial-bins options Re #23043
-
Gemma Guest authored
Manually re-add recent gui additions from master that were not merged because of the file restructuring: - flood correction inputs - debug check box - include-partial-bins check box Re #23043
-
- Oct 05, 2018
-
-
Gemma Guest authored
Re #22263
-
- Oct 03, 2018
-
-
Gemma Guest authored
Re #22263
-
Gemma Guest authored
Add unit tests for all combinations of start/end being set/unset and valid/invalid Re #22263
-
- Oct 02, 2018
-
-
Gemma Guest authored
This uses zero as a special value to mean unset. The range can be checked to see if it's valid depending on whether both or none must be set together. This is true for the background range, but the other ranges can have min/max set independently. Re #22263
-
Gemma Guest authored
Re #22263
-
Gemma Guest authored
Re #22263
-
Gemma Guest authored
Re #22263
-
Gemma Guest authored
Re #22263
-
Gemma Guest authored
The range is not set in the model if the user enters invalid values Re #22263
-
Gemma Guest authored
Stitch params are now validated immediately rather than alongside the per-theta defaults Re #22263
-
Gemma Guest authored
Re #22263
-
- Oct 01, 2018
-
-
Gemma Guest authored
-
Gemma Guest authored
Re #22263
-
- Sep 28, 2018
-
-
Gemma Guest authored
Re #22263
-