This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Feb 11, 2016
-
-
Federico Montesino Pouzols authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- May 28, 2015
-
-
Nick Draper authored
re #11818
-
- Jan 26, 2015
-
-
Dan Nixon authored
Refs #10964
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Nov 27, 2014
-
-
Nick Draper authored
-
- Oct 01, 2014
-
-
Harry Jeffery authored
-
Harry Jeffery authored
-
- Sep 19, 2014
-
-
Anders Markvardsen authored
and removed header references in .cpp files where this class not used
-
- Aug 13, 2014
-
-
Anders Markvardsen authored
Change the behaviour of LoadIDFFromNexus and before doing this, as part of trying to ensure I wasn't broking something, updated various code comments related to loading of xml files
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- May 28, 2014
-
-
Nick Draper authored
-
- Dec 11, 2013
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Dec 10, 2013
-
-
Karl Palmen authored
Also correct the error message. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Dec 09, 2013
-
-
Karl Palmen authored
At least one of these two properties must be set. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Dec 06, 2013
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Dec 05, 2013
-
-
Karl Palmen authored
I also drilled it down into the execManually method changing its arguments. Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Aug 28, 2013
-
-
Mike Thomas authored
-
- Mar 04, 2013
-
-
Gesner Passos authored
LoadNexus, LoadNexusLogs, LoadNexusMonitors, LoadNexusProcessed, LoadPDFgetNFile, LoadParameterFile, LoadPreNexusMonitors, LoadRKH, LoadRawBin0, LoadRawSpectrum0, LoadRawHelper re #6485
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Oct 25, 2011
-
-
Janik Zikovsky authored
Refs #3984 Took the wiki description from every algorithm's wiki page and placed it in a comment in the CPP file (instead of the header file).
-
- Sep 14, 2011
-
-
Janik Zikovsky authored
Refs #3669: Refactored LoadInstrument by moving the parsing code to Geometry/InstrumentDefinitionParser. This allowed ExperimentInfo to use it to load the instrument directly.
-
- Sep 13, 2011
-
-
Janik Zikovsky authored
Refs #3669: instrument XML contents are saved in NXS processed file. Much more painful then it needed to be.
-
- Sep 12, 2011
-
-
Russell Taylor authored
ExperimentInfo::getBaseInstrument() is gone. If it's really necessary to get hold of the 'naked' instrument then there's a baseInstrument() method on Instrument itself - but it should only be rarely needed. Re #3690.
-
Janik Zikovsky authored
-
- Sep 08, 2011
-
-
Russell Taylor authored
Add pointer to physical instrument as a member (not used in vast majority of cases) of Instrument. Show this 'physical instrument' in the instrument view, if it exists. Re #1944. P.S. This again lead to a const change which accounts for most of the changes.
-
- Aug 18, 2011
-
-
Russell Taylor authored
Eradicate IInstrument. Instrument's the one to talk to now (it was the only descendent class anyway). Re #2041.
-
- Mar 02, 2011
-
-
Janik Zikovsky authored
Refs #2572: Added an initDocs() for all algorithms that sets the summary string to display in the dialog, as well as the wiki summary for possible later auto-wiki-fication of documentation.
-
- Mar 01, 2011
-
-
Janik Zikovsky authored
Refs #2572: Ran into issue with un-escaped characters that my compiler did not catch. Commented out all optional messages until I can fix it.
-
Janik Zikovsky authored
-
- Feb 14, 2011
-
-
Anders Markvardsen authored
More intelligent error message when loading a number of XML format including LoadInstrument. In particular when defining instrument defintion files (IDFs) is it quite easy to by mistake add not well-formed XML. Now output sensible error messages informing about such mistakes and at what lines this occur. To test this e.g. take any of the IDF and put in nonsense XML. re #1813.
-
- Feb 04, 2011
-
-
Campbell, Stuart authored
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Nov 10, 2010
-
-
Janik Zikovsky authored
Refs #1884: Merging branch into trunk. Several classes in Geometry were removed in order to simplify parametrized components. ParDetector, ParObjComponent, etc. are now handled in the same class.
-
- Oct 21, 2010
-
-
Gigg, Martyn Anthony authored
Move the Instrument and Instrument interface classes down to Geometry. The new raytracing framework needs instrument access and it should all be in geometry. Also, given that everything else was defined in geometry it seems to make more sense to have it all in one place. Re #1212
-
- Oct 20, 2010
-
-
Russell Taylor authored
-