This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jun 04, 2019
-
-
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
-
Gemma Guest authored
This assumes that the value always exists, which it will once pre-populated models are injected into the constructors Re #22263
-
Gemma Guest authored
Also tidied file layouts to be more consistent. Re #22263
-
Gemma Guest authored
Re #22263
-
- Sep 26, 2018
-
-
Gemma Guest authored
-
- Jul 23, 2018
-
-
Edward Brown authored
Re #22263
-
- Jul 12, 2018
-
-
Edward Brown authored
- Tidied up some of the validation, moved some of the logic out of the Experiment Presenter and into a new table validator class. - Generalized RowValidationResult into ValidationResult. Re #22263
-
- Jul 10, 2018
-
-
Edward Brown authored
Re #2263
-
- Jul 06, 2018
-
-
Edward Brown authored
Re #22263
-
Edward Brown authored
- Prevented warning dialog for non-unique angles from showing when not modifying the angles. The red highlighting remains. - Moved additional classes out of Experiment presenter and split some of the validation up into smaller functions Re #22263
-
- Jul 05, 2018
-
-
Edward Brown authored
Re #22263
-
- Jul 03, 2018
-
-
Edward Brown authored
Re #22263
-
- Jul 02, 2018
-
-
Edward Brown authored
Re #22263
-