This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 24, 2020
-
-
Conor Finn authored
Co-Authored-By:
StephenSmith25 <56431339+StephenSmith25@users.noreply.github.com>
-
- Mar 20, 2020
-
-
Conor Finn authored
Needed to add checks around makedirs(), throws an error if the directory already exists.
-
- Mar 18, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
- Mar 17, 2020
-
-
Conor Finn authored
-
- Feb 27, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
- Feb 26, 2020
-
-
Conor Finn authored
-
- Feb 21, 2020
-
-
Conor Finn authored
If the table was repopulated at any time, any plotted workspaces would be added to the plot every time the table was updated. Resulting in extra lines shown on the legend that couldn't be seen on the plot.
-
- Feb 20, 2020
-
-
Conor Finn authored
-
- Feb 19, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Should have fixed these as I went along, but I'm not sure where they failed to fixup the commits. Most were introduced as a result of handling the checking of the plot box when repopulating the table.
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Observer pattern uses has the data widget as an observable that sends the plotting widget the workspaces to add or remove from the plot when the 3rd column in the table is ticked and unticked respectively. The pattern also handles the removal of indiviual workspaces or the clearing of all tracked workspaces.
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
- Feb 17, 2020
-
-
Conor Finn authored
-
- Feb 11, 2020
-
-
Conor Finn authored
Co-Authored-By:
PhilColebrooke <52415735+PhilColebrooke@users.noreply.github.com>
-
Conor Finn authored
Python 2 has a different method of sorting its dictionaries, so the comparisons were failing after iterating through them.
-
Conor Finn authored
Makes the loading process use run numbers if they are available. Falling back to using the filename to collect data and finally using the workspace name as is. Also changes the finder to encourage the use of nexus files.
-