This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 02, 2020
-
-
Peterson, Peter authored
This caused an issue with nested imports on Qt < 5.9
-
- Mar 30, 2020
-
-
Nick Draper authored
-
David Fairbrother authored
Creates new tab names correctly on non-GNOME enrionvments for Ubuntu. KDE automatically binds keyboard shortcuts, which Qt represents with &x (where x is the shortcut). This breaks the name lookup as &New != New in "New Tab". We now strip out these characters when looking up the names fixing the names not incrementing correctly.
-
Conor Finn authored
-
- Mar 27, 2020
-
-
Nick Draper authored
Co-Authored-By:
PhilColebrooke <52415735+PhilColebrooke@users.noreply.github.com>
-
Conor Finn authored
-
Conor Finn authored
The tests include a check for the line numbers that an error occurs on. The removal of the import future has reduced these values by 2.
-
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
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
Removes all of the from __future__ imports that open and close the brackets on the same line. This is most of them.
-
Conor Finn authored
-
Gemma Guest authored
Previously this tooltip was misleading because it was referencing the transmission stitch params property of the reduction algorithm. This input is actually for all properties for the Stitch1DMany algorithm so we cannot take the documentation from a single algorithm property as we do for the other tooltips. Therefore, this commit adds a function to be able to set a tooltip independently of any algorithm and sets this tooltip manually.
-
- Mar 26, 2020
-
-
Nick Draper authored
-
Nick Draper authored
-
Matthew Andrew authored
Without this check every plot was being dedrawn every time a workspace was deleted from the ADS leading to slowdowns.
-
Conor Finn authored
-
- Mar 25, 2020
-
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
Runs clang-tidy pass by ref across the codebase to fix-up various warnings we are seeing in cppcheck
-
- Mar 24, 2020
-
-
Conor Finn authored
The colour bar was reset to -0.1 and +0.1 when the normalistion was changed. This reperforms the setting of the colour bar to the max and min values in the workspace.
-
Conor Finn authored
-
- Mar 23, 2020
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
David Fairbrother authored
Updates the CMake configuration to set our debugging targets. This means a user can debug Workbench or System tests, which have a python entry point, directly from the MSVC IDE.
-
- Mar 20, 2020
-
-
Nick Draper authored
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 17, 2020
-
-
Conor Finn authored
-