This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 14, 2014
-
-
Samuel Jackson authored
SaveNexus and SaveNexusProcessed wouldn't append a record to the history. This commit fixes that issue and leaves a record on the input workspace so the result is that we get a complete history, but we lose the execution start time and duration.
-
- Mar 04, 2013
-
-
Nick Draper authored
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Oct 01, 2012
-
-
Gigg, Martyn Anthony authored
Some property orders in C++ have been altered such that the order in Python stay the same.
-
- Sep 13, 2012
-
-
Russell Taylor authored
Also add a unit test for this case.
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- Feb 09, 2012
-
-
Russell Taylor 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).
-
- Jul 14, 2011
-
-
Anders Markvardsen authored
Make SaveNenux accept TableWorkspace, and make the File->Save->Nexus behave better when TableWorkspaces open. re #2425
-
- Jul 01, 2011
-
-
Janik Zikovsky authored
-
- Jun 27, 2011
-
-
Campbell, Stuart authored
-
- Jun 15, 2011
-
-
Campbell, Stuart authored
-
- Apr 15, 2011
-
-
Campbell, Stuart authored
-
- Apr 14, 2011
-
-
Campbell, Stuart authored
Fixed tests outside NeXus/DataHandling that relied on loading data Had to add Nexus as a link dependency for various package Test targets - don't know why! refs #2822
-
- 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 09, 2011
-
-
Janik Zikovsky authored
Fixes #2360: The problem was actually only in SaveNexus, it did not specify the start/end progress values so the progress was not updated at all.
-
- Feb 04, 2011
-
-
Campbell, Stuart authored
-
- Jan 28, 2011
-
-
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.
-
- Sep 10, 2010
-
-
Janik Zikovsky authored
-
- Sep 02, 2010
-
-
Peterson, Peter authored
-
- Aug 06, 2010
-
-
Gigg, Martyn Anthony authored
Bumped FileProperty up to API so that it can take advantage of the new FileFinder. Code has just been moved here, not reimplemented yet. Re #1398
-
- Jun 18, 2010
-
-
Peterson, Peter authored
-
- May 15, 2010
-
-
Peterson, Peter authored
-
- Dec 08, 2009
-
-
Russell Taylor authored
-
- Sep 17, 2009
-
-
Sofia Antony authored
re #791,#792 added a new virtual function setOtherProperties.This is useful for setting the non workspace properties and period number when group members are processed.
-
- Sep 16, 2009
-
-
Sofia Antony authored
-
- Sep 08, 2009
-
-
Gigg, Martyn Anthony authored
Updated algorithms that were using the FileValidator class alone to use the new FileProperty class. Re #767
-
- Aug 12, 2009
-
-
Sofia Antony authored
-
- Jul 28, 2009
-
-
Sofia Antony authored
re #774 - Renamed algorithm properties - SpectrumIndex to WorkspaceIndex,StartSpectrum to StartWorkspaceIndex,EndSpectrum to EndWorkspaceIndexAlso changed X axis of 1D graph from Spectrum to WorkspaceIndex
-
- Jul 22, 2009
-
-
Russell Taylor authored
-
- Jul 21, 2009
-
-
Sofia Antony authored
re #697, re# 698 loading and saving workspace groups for nexus files. Roman is fixing the LoadISISNexus failure.
-
- Jul 13, 2009
-
-
Sofia Antony authored
re #605 implemented progress reporting for all algorithms.Parallel processing implemented for some algorithms - it was not applicable for all algorithms
-
- Jul 06, 2009
-
-
Sofia Antony authored
-
- Jul 03, 2009
-
-
Nick Draper authored
Remove redundant loggers from Nexus project
-
- Jun 10, 2009
-
-
Steve Williams authored
Please point out if any descriptions could be better or more helpful. Descriptions for nearly all properties in the documented algorithms in the algorithm directory are now in, work continues on those in datahandling. I still expect to finish sometime on Thursday. refs #410
-
- Jun 04, 2009
-
-
Steve Williams authored
There maybe still be bugs due to changes to PropertyManager and isDefault() but I've checked all he isDefault() functions now refs #593
-