This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 12 Feb, 2020 1 commit
-
-
Danny Hindson authored
The format of the sample environment xml file has been extended to support loading a .stl file for each environment component. An example spec file has been created in ISIS/Pearl.xml. This can be used when running the Algorithm SetSample Various SampleEnvironmentXXX units have been moved out the Geometry package into the DataHandling package to facilitate this because they needed to access the STL loading code in DataHandling SetSample contains some features for overriding the sample geometry if the geometry is a CSGObject. This has been sidestepped for mesh geometries. The methods setId and setMaterial have been moved up to IObject because it's useful to have them applicable to all objects (CSG, mesh) Some of the repeated code in SetSample, LoadSampleEnvironment (and now SampleEnvironmentSpecParser) has been centralised in a new class LoadStlFactory Also changed container logic so that if there's only one container specified in the env spec file you don't need to specify it in SetSample Centralise code relating to scaling mesh vertices and handling of units into the LoadShape class and rename it MeshFileIO now that SaveStl is also descended from this class Move repeated code to choose Ascii or binary STL reader into a factory class
-
- 03 Feb, 2020 18 commits
-
-
Gemma Guest authored
-
Gemma Guest authored
MonitorData not showing in the workbench algorithm details box
-
Gemma Guest authored
Allow workbench to load the workspaces from mantidplot projects
-
Gemma Guest authored
Ship printsupport plugin with macOS bundle
-
Gemma Guest authored
Bundle Windows printer support plugin with Qt5 plugins.
-
Gagik Vardanyan authored
Build nightly documentation pages on Ubuntu and not RHEL7
-
Gagik Vardanyan authored
Remove workaround for GSL library name switch.
-
Nick Draper authored
Add section on Python debugging and clangd to VS Code docs
-
Nick Draper authored
Edit WorkspaceGroup docs
-
Daniel Murphy authored
-
Nick Draper authored
-
Nick Draper authored
Add plotting options to context menu for WorkspaceGroups
-
Phil Colebrooke authored
-
Gigg, Martyn Anthony authored
Set sample and run via python
-
Gigg, Martyn Anthony authored
Preserve Lattice Parameters in PredictFractionalPeaks
-
Gigg, Martyn Anthony authored
Eng Diff Fitting Tab - Loading Files
-
Gigg, Martyn Anthony authored
Add description of output types to PDFFourierTransform
-
Gigg, Martyn Anthony authored
Remove systemtests dump of version_tested/revision_tested
-
- 31 Jan, 2020 19 commits
-
-
Daniel Murphy authored
-
Nick Draper authored
Co-Authored-By:
Conor Finn <47181718+ConorMFinn@users.noreply.github.com>
-
Gigg, Martyn Anthony authored
This is causing issues on Windows with bytes->str conversion required. The fix is fairly trivial but the files are not really useful and have never really helped with anything. The console log has enough information to determine the required information.
-
Nick Draper authored
-
Nick Draper authored
-
Gigg, Martyn Anthony authored
Add manitdplot settings to workbench - part 2
-
Nick Draper authored
-
Conor Finn authored
-
Conor Finn authored
-
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
-
Conor Finn authored
-
Alice Russell authored
- Move imported constants from figureinteraction to a separate module to fix errors in the order of importing - Rename categories tab - Remove paraview setting
-
Owen Arnold authored
-
Conor Finn authored
-
Gigg, Martyn Anthony authored
Fix crash in Indirect ILL Reduction GUI
-
Phil Colebrooke authored
-
Gigg, Martyn Anthony authored
ILL Reflectometry workflow
-
Gigg, Martyn Anthony authored
Fix unrolling consecutive workflow algorithms in workspace history
-
Gigg, Martyn Anthony authored
Add unit for atomic distance to unit factory
-
- 30 Jan, 2020 2 commits
-
-
Conor Finn authored
-
Conor Finn authored
-