This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 03, 2018
-
-
Samuel Jones authored
-
- Oct 01, 2018
-
-
Elliot Oram authored
Refs #23388
-
Elliot Oram authored
Refs #23388
-
- Sep 28, 2018
-
-
Lynch, Vickie authored
-
- Sep 27, 2018
-
-
Robert Applin authored
-
Robert Applin authored
-
Robert Applin authored
-
Elliot Oram authored
Refs #23388
-
robertapplin authored
-
- Sep 26, 2018
-
-
Peterson, Peter authored
The problem was that empty progress messages were being converted to `None` which `AlgorithmObserver` did not have the proper overloaded methods to convert to an empty string. The fix is to convert them to a string before calling the binding. For extra measure, the progress percentage is converted to a float as well. Refs #23632
-
* Ignore syntax errors on startup There was an uncaught exception in parsing the file on startup. Refs #23555 * Invert the test that the code is executed Refs #23555
-
robertapplin authored
-
- Sep 24, 2018
-
-
Robert Applin authored
-
Robert Applin authored
-
Robert Applin authored
-
Robert Applin authored
-
Robert Applin authored
-
- Sep 22, 2018
-
-
Gigg, Martyn Anthony authored
Use the new PythonInterfaceCore library to avoid code duplication.
-
Gigg, Martyn Anthony authored
This will contain code commonly used by any part of the code base that interacts with the Python C api.
-
- Sep 21, 2018
-
-
Lamar Moore authored
-
- Sep 20, 2018
-
-
Lamar Moore authored
-
- Sep 19, 2018
-
-
Martyn Gigg authored
Also fixes a dependency issue where changes in string.sip did not cause a full rebuild of mantidqtpython Refs #23233
-
Robert Applin authored
-
Robert Applin authored
-
Anthony Lim authored
-
Elliot Oram authored
Refs #23519
-
Dimitar Tasev authored
The test is skipped on versions that are not Qt5.
-
Elliot Oram authored
Refs #23519
-
Elliot Oram authored
Refs #23519
-
Dimitar Tasev authored
If Qt5 is not present the default behaviour for Qt4 is left.
-
Dimitar Tasev authored
-
Dimitar Tasev authored
-
- Sep 18, 2018
-
-
Peterson, Peter authored
There is missing functionality from the framework and workbench to make the rest of the old command line arguments work.
-
Elliot Oram authored
Refs #23519
-
Robert Applin authored
-
Matthew Andrew authored
-
Antti Soininen authored
When renaming workspaces in a Python script, two threads were accessing m_selectedNames and m_renameMap; one of them calling the clear() method and the other keys(). To prevent the race condition there, the methods in question now acquire a lock before any read/write operation. Re #23513
-
Matthew Andrew authored
-
Matthew Andrew authored
-
- Sep 17, 2018
-
-
Matthew Andrew authored
-