This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 30, 2015
-
-
Matthew D Jones authored
-
Matthew D Jones authored
-
Matthew D Jones authored
-
- Oct 29, 2015
-
-
Matthew D Jones authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Jul 13, 2015
-
-
Savici, Andrei T. authored
Some tests fail because they use positional arguments in python scripts. Instead of fixing them, I just moved the "LogUnit" to be in the last place
-
Savici, Andrei T. authored
-
- Dec 18, 2014
-
-
Lynch, Vickie authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Aug 20, 2014
-
-
Lynch, Vickie authored
-
- 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
-
- Jan 03, 2014
-
-
Russell Taylor authored
-
Russell Taylor authored
If the value passed in can be converted to an integer then create a PropertyWithValue<int> or TimeSeriesProperty<int> for the 'Number' & 'Number Series' options respectively.
-
- Dec 20, 2013
-
-
Russell Taylor authored
-
- Dec 18, 2013
-
-
Russell Taylor authored
It was just setting the property to the value it already had (since it's an InOut).
-
Russell Taylor authored
Not the time when the algorithm is run (a strange choice). If there's not start time, use the epoch (1990-1-1).
-
- Feb 28, 2013
-
-
Owen Arnold authored
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- Feb 22, 2012
-
-
Janik Zikovsky authored
in DateAndTime methods.
-
- 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 18, 2011
-
-
Janik Zikovsky authored
Refs #3724: Pulled wiki description text from the wiki site and added in algorithms' header file with special tags. The auto_wiki.py script can retrieve the text to generate the wiki page fully.
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
-
- Jun 03, 2011
-
-
Janik Zikovsky authored
-
- Jun 02, 2011
-
-
Janik Zikovsky authored
Fixes #3128: Valid-from/to dates in instrument. Fixes #3075: SaveIsawPeaks is complete and can round-trip save/load.
-
Janik Zikovsky authored
-
- Mar 09, 2011
-
-
Steve Williams authored
-
- 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
-
- 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.
-
- Jul 26, 2010
-
-
Gigg, Martyn Anthony authored
Also cleared some warnings. Re #1416
-
- May 14, 2010
-
-
Peterson, Peter authored
-
- May 07, 2010
-
-
Steve Williams authored
AddSampleLog() takes a string and adds it to a workspace's sample logs. SANS scripts now save the name of the mask file which can be retrieved with Python like pWS=mtd['992front_2D'];print pWS.getSampleDetails().getLogData('UserFile').value() refs #1237
-