This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Sep 28, 2017
-
-
Edward Brown authored
-
- Sep 21, 2017
-
-
Martyn Gigg authored
This avoids issues with having a single PyGILState_STATE that can get into issues. Its better to let Python manage that. The original problem with hanging on recsursive async calls is solved using a single local PythonGIL object to record the state at time of manually locking/unlocking.
-
- Sep 14, 2017
-
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to ProcessingAlgorithm - Also renamed ProcessingAlgorithmBase.
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to PreprocessingAlgorithm.
-
Edward Brown authored
- Removed DataProcessor from the names of: - DataProcessorOneLevelTreeManager - DataProcessorTwoLevelTreeManager - QDataProcessorOneLevelTreeModel - QDataProcessorTwoLevelTreeManager
-
Edward Brown authored
- Renamed to PostprocessingAlgorithm.
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to SaveTableAsCommand
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to PasteSelectedCommand
-
Edward Brown authored
- Renamed to OptionsCommand.
-
Edward Brown authored
- Renamed to OneLevelTreeManager
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to ImportTableCommand.
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to ExportTableCommand.
-
Edward Brown authored
- Renamed to ExpandGroupsCommand
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to DeleteGroupCommand.
-
Edward Brown authored
- Renamed to CutSelectedCommand.
-
Edward Brown authored
- Accidentally renamed usages of DataProcessorCommandAdapter to CommandAdapter rather than QtCommandAdapter. This commit fixes that.
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
-
Edward Brown authored
- Renamed to CopySelectedCommand
-