This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Sep 18, 2015
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Apr 16, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Oct 09, 2014
-
-
Peterson, Peter authored
-
- Jul 23, 2014
-
-
Roman Tolchenov authored
-
- Jun 06, 2014
-
-
Roman Tolchenov authored
-
- May 22, 2014
-
-
Samuel Jackson authored
-
- Apr 30, 2014
-
-
Russell Taylor authored
This is by default set when the full documentation field is set and will consist of the text up to the first period, or the entire text if no period. An setter method is also provided to override this.
-
- Apr 29, 2014
-
-
Samuel Jackson authored
This also gives WorkspaceProperty a temp value if it it doesn't have one.
-
- Feb 11, 2014
-
-
Gigg, Martyn Anthony authored
Refs #8784
-
- Feb 10, 2014
-
-
Gigg, Martyn Anthony authored
Many things here could be forward declared so that the headers don't propagate through the code. The MaskedProperty implementations have been moved to the cpp file to help with this. Refs #8784
-
- Dec 31, 2013
-
-
Jose Borreguero authored
modified: Property.cpp
-
Jose Borreguero authored
modified: Framework/Kernel/src/Property.cpp
-
- Sep 09, 2013
-
-
Gigg, Martyn Anthony authored
The previous one must be deleted first. Refs #7819
-
- May 30, 2013
-
-
Owen Arnold authored
-
- May 03, 2013
-
-
Gigg, Martyn Anthony authored
-
- Apr 16, 2013
-
-
Savici, Andrei T. authored
-
- Mar 04, 2013
-
-
Owen Arnold authored
Property knows about more of the dataobject workspace types so that it can unmangle the names correctly.
-
- Aug 15, 2012
-
-
Russell Taylor authored
-
- Apr 12, 2012
-
-
Campbell, Stuart authored
Added to Property Workspace lists Added to MantidDock
-
- Feb 14, 2012
-
-
Peter Parker authored
MultiFileProperty changed to store a vector of vectors of file names. File names that share a vector are to be added. Old functionality can be produced by calling "flattenFileNames". See source code for more info. MultiFileProperty was used in one place previously (MDMergeFiles), this has been modified to relect these changes. Load now implemented in terms of MultiFileProperty, though its interface is unchanged. "Filename" input is now parsed as a multi file, and if that fails old functionality is attempted. Error reports will output the result of both attempts. Some additional template specialisations / "toString" overloads surrounding the Property class heirachy were necessary to properly support std::vector<std::vector<std::string> >.
-
- Dec 29, 2011
-
-
Michael Reuter authored
-
Janik Zikovsky authored
-
- Nov 10, 2011
-
-
Janik Zikovsky authored
-
- Oct 07, 2011
-
-
Janik Zikovsky authored
-
- Aug 30, 2011
-
-
Janik Zikovsky authored
-
- Aug 26, 2011
-
-
Janik Zikovsky authored
Refs #262: Moved the new validators to a separate class that better reflects what they do. New method on algorithms setPropertySettings() to give an IPropertySettings to a given property. This allows you to make properties be hidden/disabled based on other properties.
-
- Jun 08, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3157 Sort our System.h. It was becoming a dumping ground. It should only be touched when absolutely necessary as it affects every file in Mantid. Also combined this with Refs #2345 to sort out DLLExport/DLLImport usage. It's done for Kernel, Geometry and API but stuff in the plugins could do with updating as well.
-
- May 17, 2011
-
-
Russell Taylor authored
-
- Apr 16, 2011
-
-
Gigg, Martyn Anthony authored
Fixes #2349. Add a macro that can be used to stop compiler warnings for unused function arguments. Saves every person from doing (void)x //Silence warning. The macro name, UNUSED_ARG, should make it obvious what is happening. Kernel instances have been updated to use it.
-
- Feb 14, 2011
-
-
Steve Williams authored
When adding two workspaces together only a selection of the Run object (log file) entries are summed re #2357
-
- 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.
-
- Nov 16, 2010
-
-
Janik Zikovsky authored
Refs #1928: PulseTimeType and dateAndTime were combined into a single date and time class, DateAndTime (note the more pleasant capitalization). This class handles all required operators and conversions, and stores the time as the number of nanoseconds since Jan 1, 1990, as an 8-byte int. The class avoids overflows in dates.
-
Michael Reuter authored
-
- Oct 04, 2010
-
-
Janik Zikovsky authored
-
- Sep 23, 2010
-
-
Janik Zikovsky authored
Refs #1382 and #1588: added units to Property, and to code that loads sample logs and calculates proton charge.
-