This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 20, 2010
-
-
Russell Taylor authored
-
- Sep 29, 2010
-
-
Doucet, Mathieu authored
Added trailing slash to release dir in ConfigService. Adding it to MANTIDPATH is both non-standard and makes other parts of the code break. Re #1594
-
- Sep 28, 2010
-
-
Doucet, Mathieu authored
Long overdue one-liner that will make life in pythonland much easier (MANTIDPATH environment variable). Re #1594
-
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.
-
- Sep 20, 2010
-
-
Russell Taylor authored
-
- 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
-
- Aug 24, 2010
-
-
Russell Taylor authored
-
- Aug 20, 2010
-
-
Michael Reuter authored
-
- Aug 11, 2010
-
-
Campbell, Stuart authored
Added getInstrumentFilename() method to return the filename of the instrument geometry defintion file. refs #1463
-
- Jul 28, 2010
-
-
Roman Tolchenov authored
-
- Jul 27, 2010
-
-
Roman Tolchenov authored
-
- Jul 26, 2010
-
-
Gigg, Martyn Anthony authored
Also cleared some warnings. Re #1416
-
- Jul 23, 2010
-
-
Roman Tolchenov authored
-
- Jul 12, 2010
-
-
Nick Draper authored
more doxygen warning hunting
-
- Jul 08, 2010
-
-
Sofia Antony authored
Added new class MaskedProperty to mask some of the properties of ICat algorithms Added ICat download directory to Build/Tests/Mantid.Properties file
-
- Jun 10, 2010
-
-
Gigg, Martyn Anthony authored
Add a curve fitting page to the MantidPlot settings dialog to allow setting the AutoBackground property. Also fixed a minor issue in the Config service saveConfig that was overly zealous with adding new line endings to the saved file. Re #1310
-
- 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 18, 2010
-
-
Gigg, Martyn Anthony authored
Fix for Windows when ConfigService saving causes a crash if it encounters a blank line in the original file. Re #1248
-
- May 15, 2010
-
-
Peterson, Peter authored
-
- May 14, 2010
-
-
Gigg, Martyn Anthony authored
-
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.
-
- Mar 25, 2010
-
-
Russell Taylor authored
Downgrade some of the logging messages in the ConfigService - they weren't necessarily errors and could be confusing. Re #1161.
-
- Mar 17, 2010
-
-
Gigg, Martyn Anthony authored
Update SANS script and interface to include options to specify the range over which the transmission curve should be fitted. Re #1153. Minor update to ConfigService to correctly handle non-existant directories in the properties file. Re #1152
-
- Mar 16, 2010
-
-
Gigg, Martyn Anthony authored
Improved the handling of scripts paths in the ConfigService so that there are two separate keys for the Python scripts: those required by Mantid and those specified by users. Updated SANS interface so that it better handles being unable to find the reduction script. Re #1152
-
- Dec 09, 2009
-
-
Russell Taylor authored
Change DiffractionFocussing2 to use rebin instead of rebinNonDispersive in the same way as Q1D. Tests show that it makes no difference to the result (well < 10^-11 anyway). Re #438.
-
- Dec 04, 2009
-
-
Russell Taylor authored
-
- Oct 07, 2009
-
-
Russell Taylor authored
-
- Oct 05, 2009
-
-
Gigg, Martyn Anthony authored
-
- Sep 08, 2009
-
-
Gigg, Martyn Anthony authored
-
- Sep 04, 2009
-
-
Gigg, Martyn Anthony authored
handles this for algorithm file properties. The algorithms don't use this yet. Also added ignore properties for the generated object files of the new Geometry directories. Re #767
-
- Aug 18, 2009
-
-
Steve Williams authored
The script to find badly performing detectors is complete, including examination of the background of experimental runs. There's also a custom dialog box for entering parameters to the script. refs #769 closes #602
-
- Jul 20, 2009
-
-
Steve Williams authored
In the Matlab API fixed a problem with compilation against a new version of Matlab and finding property files. Improvements to the documentation of some diagnostic routines fixes #590
-
- Jul 15, 2009
-
-
Russell Taylor authored
-
- Jul 02, 2009
-
-
Nick Draper authored
Loggers should not leak now and can be disabled by calling setEnabledfalse)
-
- May 21, 2009
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Outputting files now differs under Windows and Linux. Linux now uses a directory under the user's home directory, $HOME/.mantid, to store things such as mantidsimple, logs, managed workspace files. This is basically so that the installation via the RPM can work properly. Windows behaviour should be unchanged. Re #587
-
- May 05, 2009
-
-
Russell Taylor authored
-
- Apr 21, 2009
-
-
Russell Taylor authored
Log the offending statement and then ignores the property. Fixes #553.
-
- Apr 16, 2009
-
-
Russell Taylor authored
Changed FindPeaks algorithms to use WorkspaceFactory to create their TableWorkspace properties (and not to do it in the constructor). Removed statics from ConfigService. Re #470.
-