This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 03 Jun, 2020 1 commit
-
-
Nick Draper authored
Includes: 1. Passing the message down the pretty long chain to the widget 2. Updating Pause to ouyput these messages 3. A HACK commenting out some tests where I need some help sorting out the mocking.
-
- 07 Apr, 2020 1 commit
-
-
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
-
- 20 Mar, 2020 1 commit
-
-
Nick Draper authored
Also updated class_maker.py
-
- 10 Mar, 2020 1 commit
-
-
Harriet Brown authored
This commit replaces all header guards in qt/Widgets with #pragma once.
-
- 09 May, 2019 1 commit
-
-
Roman Tolchenov authored
-
- 01 May, 2019 1 commit
-
-
Dimitar Tasev authored
-
- 24 Apr, 2019 1 commit
-
-
Dimitar Tasev authored
- Adds ManualProgressReporter development algorithm - Clang-format, and add VSCode workspace files to gitignore - Moved Mock class into MantidQtWidgets/Common - Added tests for AlgorithmProgressPresenter - Extracted AlgorithmProgressWidget interface into IAlgorithmProgressWidget - Removed progressBar() method from AlgorithmProgressWidget, now uses an updateProgress() function so it can be mocked out. Re #25161
-