This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 17 Sep, 2021 6 commits
-
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
Whitfield, Ross authored
-
- 26 Jan, 2021 1 commit
-
-
Mathieu Tillet authored
-
- 22 Sep, 2020 2 commits
-
-
Mathieu Tillet authored
Just makes sure the boundary color is correctly set in the copy constructor called by clone, for the sector.
-
Mathieu Tillet authored
-
- 22 Jul, 2020 2 commits
-
-
Mathieu Tillet authored
If by chance the sector was reduced to a point, the scaling (obviously) failed. It is fixed by preventing the outer radius from going to zero, thus ensuring the sector cannot be a point.
-
Mathieu Tillet authored
-
- 21 Jul, 2020 2 commits
-
-
Mathieu Tillet authored
Because that's better than loading degrees as radians Also, 0 mod 360 = 0, not 360
-
Mathieu Tillet authored
The user's interactions are now taken into account (and dynamically) when the "center" field is edited (for a sector).
-
- 20 Jul, 2020 1 commit
-
-
Mathieu Tillet authored
- Solves the bug where the sector would stop being scaled by dragging a corner and the bug where the sector's bounding box and real position would sometimes stop corresponding to one another by changing strict equalities of potentially very small numbers to checking their absolute differences is less than a certain threshold. - Manages negative values for field input, especially for angles
-
- 17 Jul, 2020 1 commit
-
-
Mathieu Tillet authored
- Add a proper shortcut - Fix the bounding box not following the sector when moved, but updating it - Set new endAngle at creation - Fix a bug where the topLeft corner drag was mismanaged due to a bad variable - Better check for angles and radii values
-
- 08 Jul, 2020 1 commit
-
-
Mathieu Tillet authored
Refactor redondant parts of the code and modify some default values to be more convenient for the user.
-
- 25 Jun, 2020 1 commit
-
-
Mathieu Tillet authored
Sectors can now be dragged to be scaled. Correction of a few minor bugs regarding the angles.
-
- 15 Jun, 2020 1 commit
-
-
Hahn, Steven authored
Signed-off-by:
Steven Hahn <hahnse@ornl.gov>
-
- 08 Jun, 2020 1 commit
-
-
Mathieu Tillet authored
As for the other shapes, the user should be able to extend a sector by dragging the corners of the bounding box. This current version is still non functionnal.
-
- 03 Jun, 2020 1 commit
-
-
Mathieu Tillet authored
Adds a correction for when the angles of the sectors are close to the origin, in order to avoid auto-intersection. Awful if statements involved, should be simplified later. Adds saver and loader functions to the object.
-
- 29 May, 2020 1 commit
-
-
Mathieu Tillet authored
- start angle and end angle can no longer cross each other - user interface switched to degrees
-
- 18 May, 2020 1 commit
-
-
Mathieu Tillet authored
When drawing masks on detectors, adds a sector shape. This version is incomplete, as it lacks some keys functions and have quite some interfaces troubles, but compiles and runs.
-
- 20 Mar, 2020 1 commit
-
-
Nick Draper authored
Also updated class_maker.py
-
- 25 Mar, 2019 1 commit
-
-
Tom Titcombe authored
-
- 21 Mar, 2019 1 commit
-
-
Gigg, Martyn Anthony authored
Quick fix to enable shapes to be saved in the Qt5 build. Issue will be created to implement this function correctly for workbench and remove TSVSerializer again. Refs #24470
-
- 16 Oct, 2018 1 commit
-
-
Gigg, Martyn Anthony authored
The default pen width changed from 0->1 in Qt5 so without explicitly specifying the width the shapes come out very large.
-
- 13 Oct, 2018 1 commit
-
-
Gigg, Martyn Anthony authored
Project saving does not yet exist in newer builds and will not take the same form.
-
- 05 Oct, 2018 1 commit
-
-
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
-
- 06 Aug, 2018 1 commit
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- 04 Sep, 2017 1 commit
-
-
Karl Palmen authored
-
- 27 Jul, 2017 1 commit
-
-
Roman Tolchenov authored
-
- 29 Aug, 2016 1 commit
-
-
Jan Burle authored
-
- 17 Aug, 2016 1 commit
-
-
Samuel Jackson authored
We need to add the export macro to TSVSerialiser's class definition and update the namespaces
-
- 16 Aug, 2016 2 commits
-
-
Samuel Jackson authored
-
Samuel Jackson authored
-
- 11 Aug, 2016 1 commit
-
-
Samuel Jackson authored
-
- 06 Jun, 2016 1 commit
-
-
Whitfield, Ross authored
-
- 18 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 11 Feb, 2016 1 commit
-
-
Lamar Moore authored
-
- 09 Feb, 2016 1 commit
-
-
Lamar Moore authored
-