This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 15 Sep, 2021 1 commit
-
-
Harriet Brown authored
re: #32498
-
- 13 Sep, 2021 2 commits
-
-
David Fairbrother authored
Removes instances of std::move where: - We have a constant argument - For trivial types - For cr-types
-
David Fairbrother authored
Replaces const refs with std::move, so that the compiler can choose between copy elision, refs or a cheap move
-
- 08 Apr, 2021 2 commits
-
-
Robert Applin authored
-
Robert Applin authored
-
- 31 Mar, 2021 2 commits
-
-
Peterson, Peter authored
-
Samuel Jones authored
-
- 15 Mar, 2021 2 commits
-
-
Robert Applin authored
-
Robert Applin authored
-
- 17 Feb, 2021 1 commit
-
-
Rob Applin authored
It connects the FunctionTreeView to the data table, and same with the check box above the FunctionTreeView. The following is now possible: Selecting individual or multiple datasets, and then add or remove functions to the FunctionTreeView for only these datasets by unticking the tick box. Add or remove functions to all datasets by ticking the checkbox. Selecting between datasets will display the functions related to that dataset. Switching between Sequential and Simultaneous fitting will hide/show the global parameter column and multi domain index It is also now possible to do the following: Editing parameter and attribute values Local and global ties constraints global parameters
-
- 19 Jan, 2021 1 commit
-
-
Robert Applin authored
-
- 24 Nov, 2020 5 commits
-
-
Matt Cumber authored
Cleaner solution
-
Matt Cumber authored
Clean up code a bit
-
Matt Cumber authored
Correct comment
-
Matt Cumber authored
Clang format
-
Matt Cumber authored
There was a problem with a for range loop and read access violation exceptions. Changed the loop to be more explicitly controlled
-
- 05 Nov, 2020 1 commit
-
-
Stephen authored
-
- 29 Oct, 2020 4 commits
-
-
Stephen authored
This commit adds unit test to the FunctionModel and FunctionMultiDomain presenter to cover the new attribute getters/setters.
-
Stephen authored
-
Stephen authored
This commit the model to be updated when individual attributes are changed in the view. Previously, any attribute being changed in the view would cause the full function be replaced and reconstructed. This is sometimes necessary when one of the attributes modifies the full function, e.g the order of polynomial - however most the time it is unnecessary. To avoid this a check has been included, which ensures the function is only reconstructed when it needs to be.
-
Stephen authored
This commit ensures the correct value of the attribute (as taken from the model) is shown in the IFunctionView. This issue is prevalent for Q dependent functions, with the IFunctionView typically showing the incorrect value. In order to remedy this issue, methods to set attributes in the view have been added.
-
- 07 Oct, 2020 1 commit
-
-
Stephen authored
Given the new changes, both functions were broken. This commit fixes them by implementing attributeName method within tabular functions and modifying how the attribute X & Y are created.
-
- 25 Aug, 2020 1 commit
-
-
Stephen authored
-
- 13 Aug, 2020 1 commit
-
-
Stephen authored
-
- 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
-
- 25 Mar, 2020 2 commits
-
-
David Fairbrother authored
-
David Fairbrother authored
Runs clang-tidy pass by ref across the codebase to fix-up various warnings we are seeing in cppcheck
-
- 20 Mar, 2020 1 commit
-
-
Nick Draper authored
Also updated class_maker.py
-
- 20 Feb, 2020 1 commit
-
-
Alice Russell authored
This allows constraints to be empty so that if one is removed or if only one constraints is required it handles it correctly
-
- 11 Feb, 2020 1 commit
-
-
Stephen authored
The fitting tab was keeping a reference to two function browsers, which had to kept up-to-date with each-other. This issue has been addressed by introducing a single function browser.
-
- 10 Feb, 2020 1 commit
-
-
Alice Russell authored
-
- 09 Jan, 2020 1 commit
-
-
Stephen authored
The constraints box would accept any string, which would cause Mantid to crash. This has been fixed by ensuring that only doubles can be used as constraints. This commit implements this change.
-
- 31 Oct, 2019 1 commit
-
-
Stephen authored
When an attribute was changed in the fitting view all the previous functions were discarded. Fixed by modifying the emit signal to return the complete function.
-
- 24 Sep, 2019 1 commit
-
-
Matthew Andrew authored
-
- 08 Jul, 2019 1 commit
-
-
Roman Tolchenov authored
-
- 05 Jul, 2019 1 commit
-
-
Roman Tolchenov authored
-
- 03 Jul, 2019 1 commit
-
-
Roman Tolchenov authored
Re #26144
-
- 09 May, 2019 2 commits
-
-
Roman Tolchenov authored
-
Roman Tolchenov authored
-
- 07 May, 2019 1 commit
-
-
Roman Tolchenov authored
-