This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 28, 2011
-
-
Robert Whitley authored
Refs #3332 Implemented a send to options tab on the preference dialog where a user can control what programs a workspace can be sent to. Add and Edit buttons open a seperate dialog containing a form with validation to make sure the user enters the correct information.
-
- Jul 15, 2011
-
-
Robert Whitley authored
Refs #3332 Implemented a simple send to option on the workspace context menu in MantidPlot which saves the current workspace and opens it up on another program. The menu is populated by the programs defined by the user in the properties file.
-
- Jul 12, 2011
-
-
Robert Whitley authored
-
- Jun 27, 2011
-
-
Nick Draper authored
Fixed problem with configservice not saving new entries. Also dealt with mantid dock issue on delete
-
- Jun 08, 2011
-
-
Russell Taylor authored
-
Gigg, Martyn Anthony authored
-
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.
-
- Jun 02, 2011
-
-
Russell Taylor authored
-
Russell Taylor authored
-
- Jun 01, 2011
-
-
Peterson, Peter authored
-
- May 25, 2011
-
-
Peterson, Peter authored
-
- May 12, 2011
-
-
Peterson, Peter authored
-
- May 06, 2011
-
-
Gigg, Martyn Anthony authored
-
- Apr 25, 2011
-
-
Russell Taylor authored
Do away with MantidPlotReleaseDate.h and have everything in MantidVersion. Turn MantidVersion into a class with static functions so that the part that changes every time can go in a cpp - this means files that include MantidVersion.h (e.g. the enormous ApplicationWindow.cpp) don't get compiled every commit. Re #2722. Also formats date better, which fixes #2246.
-
- Apr 19, 2011
-
-
Gigg, Martyn Anthony authored
-
- Apr 08, 2011
-
-
Campbell, Stuart authored
Added a setFacility() refs #2760
-
- Apr 07, 2011
-
-
Campbell, Stuart authored
-
- Apr 01, 2011
-
-
Michael Whitty authored
fixes #2646 - fix bug that stopped Mantid initialising if some directories didn't exist/were inaccessible.
-
- Mar 31, 2011
-
-
Russell Taylor authored
Lower-case first letter of instruments and scripts directories. All our installers did this anyway and this will mean less manipulation of the properties file is needed. Re #2753.
-
- Mar 07, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Mar 04, 2011
-
-
Janik Zikovsky authored
Refs #2584: Adding the use of a MANTIDLOGPATH variable to override the log file path at run-time; test.
-
Janik Zikovsky authored
Refs #2584: Can specify alternative log file path under Linux. Logging configuration should be picked up from Mantid.user.properties better than before.
-
- Feb 28, 2011
-
-
Gigg, Martyn Anthony authored
Added a few convenience functions for dealing with ConfigService data paths from Python. Should avoid the need to deal with the raw keys. Fixes #2302
-
- Feb 18, 2011
-
-
Janik Zikovsky authored
-
- Feb 17, 2011
-
-
Gigg, Martyn Anthony authored
Fix problem with saving certain paths after the default save directory had been appended to it. Fixes #2445 Also improve python simple algorithm functions help documentation with a few new lines to make them clearer. Fixes #2459
-
- Feb 05, 2011
-
-
Campbell, Stuart authored
-
- Jan 28, 2011
-
-
Janik Zikovsky authored
-
Nick Draper authored
ConfigService: Look for Mantid.properties in the execuatable directory BEFORE going for MANTIDPATH
-
- Jan 19, 2011
-
-
Gigg, Martyn Anthony authored
Removed check for the executable name from the ConfigService. It now either uses the path pointed to by MANTIDPATH or the executable's directory if the former is not set. Also renamed a couple of functions relating to this so that it is clearer what their return values point. Re #2256
-
Steve Williams authored
The SANS interface now uses the Load algorithm and can read sample log information from Nexus files refs #2251 and #2238 and #2152 fixes #1294
-
- Jan 13, 2011
-
-
Doucet, Mathieu authored
Added mantidqt.python_interfaces_directory as one of the Mantid properties that needs to be transformed from relative to absolute. Re #1881
-
- Jan 06, 2011
-
-
Owen Arnold 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.
-
- Dec 21, 2010
-
-
Roman Tolchenov authored
Fixed the particular issue of python crashing, but it is not clear for me why Mantid should work at all without Mantid.properties file. re #1594
-
Roman Tolchenov authored
-
- Dec 15, 2010
-
-
Janik Zikovsky authored
-
- Dec 08, 2010
-
-
Anders Markvardsen authored
InstrumentName This means there will be two input properties which can be used to specify and IDF: Filename InstrumentName If Filename is specified then use that this filename. If not then it is required that an InstrumentName is specified. And an appropriate filename is created at runtime (search the Workspace's Run object for "startdate"/"starttime" and get IDF search directory from Config) Modify all loaders (except LoadEmptyInstrument) to load inst using this InstrumentName property re #1997
-