This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 09, 2020
-
-
Stephen authored
-
- Apr 08, 2020
-
-
Stephen authored
-
Stephen authored
-
Stephen authored
-
Stephen authored
To facilitate future changes a custom table widget was implemented in the sequential fitting tab. This should enable log data to be easily added to the table. Fix flake8 errorrr
-
Stephen authored
-
Stephen authored
-
Stephen authored
-
Stephen authored
-
Stephen authored
This change makes it so tiled plots and data loading signals update the plots in a smart way (e.g does not replot all the data if we are on the fitting tab)
-
Stephen authored
-
Stephen authored
Reintroduced a fit selected button Sequential fit will fit all workspaces, and then select the last one to display. Added custom parameter item, to prevent string inputs, which cause errors for mantid.
-
Stephen authored
-
Stephen authored
Handling focus out event
-
Stephen authored
Add in custom table widget to allow for new signals
-
Stephen Smith authored
-
Simon Heybrock authored
Replace boost::shared_ptr with std::shared_ptr
-
- Apr 07, 2020
-
-
Nick Draper authored
Shorten commit length requirement to 10 characters
-
Gigg, Martyn Anthony authored
Expose background subtraction options in GUI
-
Nick Draper authored
Allow z-axis limits and label to be changed by double-clicking on it in 3D plots.
-
In places other substitutions have been made, e.g Clang does not yet specialize std::shared_ptr for T[]. Vector has been used instead. The operator[] methods were incorrectly marked const but returning a non-const reference - this has been fixed. Refs #25842
-
Nick Draper authored
-
Gigg, Martyn Anthony authored
Workbench crash after closing a plot then defining a new fit fn
-
- Apr 06, 2020
-
-
Nick Draper authored
-
Nick Draper authored
-
- Apr 03, 2020
-
-
Peterson, Peter authored
Remove FrameworkManager.h from includes in any headers
-
Phil Colebrooke authored
-
Phil Colebrooke authored
-
Gigg, Martyn Anthony authored
It is a header that is heavy and should never be needed in another header. It's long include chain now also has issues with older moc versions not parsing nested namespaces
-
Phil Colebrooke authored
-
Gemma Guest authored
Also do some minor tidying of existing tests and add a missing polarization correction test. Re #27826
-
Gemma Guest authored
Re #27826
-
Gemma Guest authored
Expose the background subtraction options in ReflectometryISISLoadAndProcess in the ISIS Reflectometry interface. The background processing instructions need to be specified on a per-angle basis so these are added to the Per-Angle Defaults table. The other options can be specified as defaults for all runs so are added as their own widgets on the Experiment Settings tab. Re #27826
-
Gigg, Martyn Anthony authored
Equality for sample run
-
Gigg, Martyn Anthony authored
IndirectReduction GUI slowing processing on workbench when open.
-
- Apr 02, 2020
-
-
Savici, Andrei T. authored
NexusFileLoader class
-
Peterson, Peter authored
-
Peterson, Peter authored
This caused an issue with nested imports on Qt < 5.9
-
Gigg, Martyn Anthony authored
Fix bugs with restoring defaults on the reflectometry GUI
-
- Apr 01, 2020
-
-
Owen Arnold authored
-