This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Sep 28, 2011
-
-
Peterson, Peter authored
-
Doucet, Mathieu authored
-
- Sep 08, 2011
-
-
Gigg, Martyn Anthony authored
Export the access functions for the oriented lattice from the sample class. Fixes #3680. Also cleared some warnings on windows. Refs #3302
-
- Sep 07, 2011
-
-
Campbell, Stuart authored
-
- Aug 31, 2011
-
-
Doucet, Mathieu authored
-
- Aug 30, 2011
-
-
Doucet, Mathieu authored
-
- Jul 28, 2011
-
-
Gigg, Martyn Anthony authored
Refs #3332. Remove a function from the ConfigService that didn't belong there. It was only used in the GUI and QString already has similar functionality so use that instead.
-
Robert Whitley authored
-
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
-