This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 03 Mar, 2020 10 commits
-
-
Alice Russell authored
-
Nick Draper authored
Merge pull request #28169 from mantidproject/28104_issues_with_data_analysis_plot_scaling_with_range_change Disable context menu on Indirect data analysis fitting tabs.
-
Nick Draper authored
Remove 'None' title in the legend of 1D plots
-
Nick Draper authored
Elemental analysis bugs
-
Nick Draper authored
Also catch IndexError for numpy array access with bool
-
Nick Draper authored
IndexProperty - Append bad index to out of range exception
-
Nick Draper authored
Merge pull request #28138 from mantidproject/27789_failing_performance_test_IntegrateEllipsoidsWithSatellitesTestPerformance Update values for performance test related to IntegrateEllipsoids
-
Harriet Brown authored
This commit adds a reason for the context menu being disabled in this release. re: #28104
-
Stephen Smith authored
-
Harriet Brown authored
This commit fixes formatting issues raised from clang formatting.
-
- 02 Mar, 2020 16 commits
-
-
Gagik Vardanyan authored
Just make sure the generator script is also fixed if it is necessary.
-
Harriet Brown authored
This commit add a record of the context menu being disabled in the indirect data analysis gui. re: #28104
-
Harriet Brown authored
This Commit disables the context menu in indirect data analysis in workbench. This is to prevent crashes and other bugs that result form the plat widget not properly communicating with the interface. re: #28104
-
Gigg, Martyn Anthony authored
Merge pull request #28130 from mantidproject/28060_crash_when_adding_user_function_to_multi_dataset_gui Fix crash when adding a user function to the multi dataset fitting gui
-
Gigg, Martyn Anthony authored
Fix plotting in old Muon Analysis GUI
-
Anthony authored
-
Gigg, Martyn Anthony authored
Remove extra none in the legend of 1D plots
-
Harriet Brown authored
This commit disables the context menu in the fit plot widgets in Indirect Data Analysis, this is because the plot is not properly communicating with the rest of the gui that can result in crashes. re: #28104
-
Gigg, Martyn Anthony authored
-
Martyn Gigg authored
Mac-only eol characters confuse our checksum calculator and causes the IDF to be downloaded even when this is not necessary and the downloaded content matches the installed content
-
Alice Russell authored
-
Gagik Vardanyan authored
Fix crash with Indirect data analysis when spectra is removed
-
Gagik Vardanyan authored
Turn unhandled logic error into handled runtime_error
-
Gagik Vardanyan authored
Muon Analysis cleared fit results
-
StephenSmith25 authored
Co-Authored-By:
Conor Finn <47181718+ConorMFinn@users.noreply.github.com>
-
Anthony authored
-
- 29 Feb, 2020 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 28 Feb, 2020 13 commits
-
-
Anthony authored
-
Anthony Lim authored
-
Adam Washington authored
Attempting to use an improperly defined spectra range (e.g. 5-3) causes appendValue in PropertyHelper.h to throw a logic error. The gui alerts the user to runtime errors, but fails over on logic errors. We now catch the logic error and demote it to a runtime error.
-
Anthony Lim authored
-
Gigg, Martyn Anthony authored
Fixing Muon sequential TF asymmetry fits bug
-
Martyn Gigg authored
-
Nick Draper authored
Workbench: Redirect warnings module messages to mantid warning logger
-
Nick Draper authored
-
Nick Draper authored
Trap further exceptions when attempting to iterate over processes
-
Nick Draper authored
Make the help pages use the custom Mantid style sheet
-
Gigg, Martyn Anthony authored
Modified Metadata handling in LoadEventNexus
-
Gigg, Martyn Anthony authored
Fix issue related to the Log option from the double click axis menu
-
Danny Hindson authored
The help pages in MantidPlot and MantidWorkbench were not using the custom Mantid style sheet. This could be seen by the fact the hyperlinks were blue for example instead of green. These changes force the Qthelp pages to use the bootstrap theme by setting the options qthelp_theme and qthelp_theme_options which seem be be new in recent Sphinx versions. Previously Qthelp just shared the html_theme\html_theme_options settings with the Html help.
-