This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 06, 2020
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
- Jan 31, 2020
-
-
Nick Draper authored
This was due to: 1. Too long a default UpdateEvery default 2. Too infrequest progress updates from MonitorLiveData 3. The Algorithm Details box not adding an algorithm until it sends a progress update 4. The StartLiveData custom Dialog not showing the default for UpdateEvery Fixes: 1. Decreased the default UpdateEvery from 60 to 30 seconds 2. Change the default timeout for FakeISISHistongramDAE from 30 to 60s 3. improved the progress logging for MonitorLivedata to update more frequently with an idle counter as well. 4. Changed the tie function used in custom algorithm dialogs to set the placeholder text for line edits 5. Changed the log level for user cancelling of algorithms from Error to warning so it does not trigger the notification service 6. Changed the log message for user cancellation from Terminated to cancelled to reduce confusion re #27077
-
- Dec 12, 2019
-
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Nov 08, 2019
-
-
Nick Draper authored
re #27319
-
- Oct 31, 2019
-
-
Danny Hindson authored
Main change is to add an overload of registerFeatureUsage that accepts a simple string in addition to the existing method that takes a vector of strings Update some further calls to registerFeatureUsage that had appeared in master Also change trimming behaviour so trimming of feature names is done on copy rather than in place
-
Danny Hindson authored
Now accepts: - an enum for feature type rather than a string eg Algorithm - a vector of strings for the feature name instead of string (eg class1->method1) Also updated pre-existing calls to registerFeatureUsage in C++ and Python
-
- Jul 17, 2019
-
-
Dimitar Tasev authored
-
- Jul 15, 2019
-
-
Samuel Jones authored
-
- Jun 04, 2019
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Mar 20, 2019
-
-
Tom Titcombe authored
re #15452
-
- Feb 09, 2019
-
-
Martyn Gigg authored
Required to set existing properties from a Json object Refs #23988
-
- Jan 18, 2019
-
-
Gigg, Martyn Anthony authored
Input workspace history needs to be copied to output workspaces. In the case of groups, where an output replaces an input, the input history can disappear before we have time to copy it to the output. Refs #24372
-
- Jan 03, 2019
-
-
Peterson, Peter authored
There is a bug that the algorithm is somehow already declared itself executed before actually running the `exec()` method. This just sets it to false just before the call, then it is set to true if no exception is thrown.
-
- Dec 20, 2018
-
-
Gigg, Martyn Anthony authored
Refs #24372
-
- Dec 11, 2018
-
-
Sam Jenkins authored
-
- Nov 27, 2018
-
-
mantid-builder authored
re #0
-
mantid-builder authored
re #0
-
- Nov 14, 2018
-
-
Samuel Jones authored
-
- Nov 05, 2018
-
-
Samuel Jones authored
-
- Nov 01, 2018
-
-
Samuel Jones authored
-
Samuel Jones authored
-
- Oct 15, 2018
-
-
Antti Soininen authored
-
- Oct 05, 2018
-
-
Nick Draper authored
Update copyright headers in all files Squashed commit of the following: * First version of a script to manage copyright statements re #23468 * Neatened up script, added comments re #23488 * move script to tools directory re #23488 * small script changes and a couple of manual file changes re #23488 * Minor chnage to whitespace detection in regex re #23488 * Add an excluded directory re #23488 * remove a repeasted copyright statement in a file re #23488 * Don't comsume the comment end if it is on the same line re #23488 * fix error in new copright parsing re #23488 * remove double copyrifght entry re #23488 * Improve handling of old copyrights at the start of comments re #23488 * remove empty comments re #23488 * exclude gsoapgenerated directories re #23488 * Sort out greedy line matching re #23488 * improve empty comment removal re #23488 * improve false positives re #23488 * impressive speedup by limiting regex matching length re #23488 * remove evil invisible non ascii character Also upadte the copyright at the same time re #23488 * resolve multiple copyrights in a single file re #23488 * resolve an issue with new statement detection re #23488 * another unprintable unicode character re #23488 * pep updates and cmake the new copyright fit clang format re #23488 * update already done new format headers re #23488 * wrong type of bracket re #23488 * Update class_maker and friends re #23488 * Update all copyright statements re #23488 * clang format re #23488 * flake8 warnings re #23488 * Flake8 warnings re #23488 * Exclude .cmake.in and rb.in files re #23488 * replace missing line re #23488 * exclude .py.in files as they are flasely recognized as C++ re #23488 * another setp.py.in re #23488 * another .py.in correction re #23488 * Hopefully the last of the .py.in files re #23488 * resolve utf-8 encoding of python files and changed ABINS checksum re #23488 * updates to unit tests that reference line numbers re #23488 * remaining unit test files and other fixes re #23488
-
- Sep 24, 2018
-
-
Antti Soininen authored
The algorithm was setting the InOut *Workspace* property to another workspace if the input workspace type was MatrixWorkspace. Instead, it should modify the InOut value in place. Re #23600
-
- Sep 11, 2018
-
-
Samuel Jones authored
-
Samuel Jones authored
-
- Sep 10, 2018
-
-
Samuel Jones authored
-
- Sep 07, 2018
-
-
Savici, Andrei T. authored
-
Samuel Jones authored
-
Samuel Jones authored
-
- Sep 06, 2018
-
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-