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.
-
- 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.
-
- 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
-
- 03 Apr, 2019 2 commits
-
-
Samuel Jones authored
-
Dimitar Tasev authored
-
- 15 Mar, 2019 9 commits
-
-
-
-
-
Now uses a single ProgressObserver that oversees all events. This makes the event triggering synchronous - no two events can trigger at the same time. Handling an event requires changes in the GUI thread. Whenever an event triggers, a QueuedConnection signal is emitted to the GUI. This queues an update that will be done at some point in the future event loops.
-
-
-
Note: All of the AlgorithmProgress files are formatted as Webkit, not LLVM! (This will be fixed for PR) Exposes AlgorithmProgress widget just for QT5
-
-
-