This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 27, 2011
-
-
Janik Zikovsky authored
-
- Apr 11, 2011
-
-
Campbell, Stuart authored
-
Campbell, Stuart authored
-
- Apr 08, 2011
-
-
Campbell, Stuart authored
Added a setFacility() refs #2760
-
- Apr 07, 2011
-
-
Campbell, Stuart authored
-
- Mar 07, 2011
-
-
Janik Zikovsky authored
Refs #2584: new environment variable is not really testable and always fails on windows due to file access errors. Removing test.
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Mar 04, 2011
-
-
Janik Zikovsky authored
-
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 05, 2011
-
-
Campbell, Stuart authored
-
- Jan 14, 2011
-
-
Russell Taylor authored
-
- Jan 12, 2011
-
-
Peterson, Peter authored
-
Russell Taylor authored
-
- Jan 11, 2011
-
-
Russell Taylor authored
-
- Jan 10, 2011
-
-
Michael Whitty authored
-
- Jan 07, 2011
-
-
Russell Taylor authored
Fix failing ConfigServiceTest for CMake - it was relying on a relative path existing that (possibly) didn't. Re #1881.
-
- Jan 06, 2011
-
-
Gigg, Martyn Anthony authored
Tell scons to build the new TestHelpers package so that ISIS buildservers are still happy with moving the test helpers while the CMake transition is still in progress. Refs #2196 and #1881
-
- 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 28, 2010
-
-
Michael Whitty authored
re #1691 - adjusting ConfigService to send POCO Notifications on change of a user property. Adding test for this. Adjusting the InstrumentSelector widget in MantidPlot to pick up on these signals and act on them.
-
- Aug 25, 2010
-
-
Gigg, Martyn Anthony authored
Removed references to instrument prefixes which are now handled with the facilities XML file. The MantidPlot config dialog now includes the instrument selector widget rather than a standard combobox. Re #1533
-
- Jun 10, 2010
-
-
Gigg, Martyn Anthony authored
-
- May 20, 2010
-
-
Gigg, Martyn Anthony authored
Fix for problems with saving property files that contain line continuation characters. Also added a test for this. Re #1248.
-
- May 14, 2010
-
-
Gigg, Martyn Anthony authored
Correction to ConfigService test so that if a test fails and leaves a file, the next run of the test removes the file before starting the test. Re #1248
-
Gigg, Martyn Anthony authored
Fix ConfigService test. Linux/MAC are more forgiving about opening a file that is still open. Re #1248
-
Gigg, Martyn Anthony authored
Allow property values within the ConfigService to be changed at run time. Added a function to save the current configuration to a file. Re #1248
-
- Mar 26, 2010
-
-
Russell Taylor authored
Re-jig the ConfigService so that the logging doesn't start up until after the Mantid.user.properties file has been dealt with. Re #1161.
-
- Jul 03, 2009
-
-
Russell Taylor authored
-
- Jul 02, 2009
-
-
Nick Draper authored
loggers are now defined in the algorithm base class, sumspectra is the only one to take advantage of this so far. Possible mild memory leak reintroduced need to look at the release of the logger in the alg destructor.
-
Nick Draper authored
Loggers should not leak now and can be disabled by calling setEnabledfalse)
-
- Apr 21, 2009
-
-
Russell Taylor authored
Log the offending statement and then ignores the property. Fixes #553.
-
- Apr 07, 2009
-
-
Nick Draper authored
Changes to Properties files Mantid now tries to load TWO properties files Mantid.Properties as before and now a Mantid.user.properties Any entries in the user.properties file overides those on the main file. The intention is that on reinstalls we will not overwrite the user file, but are free to replace the original .properties file to add new keys etc. IMPORTANT: The release properties files are now in the Properties subdirectory, the ones in the release directory have been removed.
-
- Feb 16, 2009
-
-
Gigg, Martyn Anthony authored
Altered ConfigService so that relative path names are converted to absolute ones. Note that the original value is not actually altered but the call for a key is intercepted and a locally stored value is returned. Re #404
-
- Mar 10, 2008
-
-
Russell Taylor authored
Remove the method in ConfigService that's causing a test failure on the Windows build server. Fixes #113.
-
- Feb 22, 2008
-
-
Matt Clarke authored
-
- Jan 31, 2008
-
-
Nick Draper authored
Improved output date format to 2007-Dec-31 12:10:20
-
- Nov 27, 2007
-
-
Nick Draper authored
Added stream interfaces to the logger class
-
- Nov 23, 2007
-
-
Matt Clarke authored
-