This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 23, 2010
-
-
Steve Williams authored
Attempt to fix the Mantidplot failure on Darwin by simplifying the code in the region of the error re #1263
-
Roman Tolchenov authored
I guess that g++ is unhappy about having const string as the template argument for vector/set. re #1394
-
Nick Draper authored
Remove several toget directories from windows installer, QT, SIP and pyqt files are now taken from local computer
-
Roman Tolchenov authored
-
Steve Williams authored
There is a new dialog that allows saving multiple workspaces in multiple formats. It's accessible from the SANS GUI under "Save Other". Other controls have been added to the SANS GUI to aid loading files and the interface has been rearranged a little. re #1263
-
Gigg, Martyn Anthony authored
Updated RPM make script to get the Mantid version from the file rather than the hard coded version. Re #1182
-
Nick Draper authored
add update of mantid/code directory
-
Nick Draper authored
version moved to Mantidversion.txt file Version set to 1.1
-
Steve Williams authored
FileProperty objects now can have a default extension, accessible with getDefaultExt(). The default extension is the first extension that was passed to the FileProperty's constructor. re #1263
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Activate other warnings that are not covered by -Wall on gcc, this in particular flags unused variables. Removed a couple of prevalent ones that are included everywhere. Lots more though. Re #100
-
Gigg, Martyn Anthony authored
-
- Jul 22, 2010
-
-
Peterson, Peter authored
Autogenerate python docs from inspecting the properties. This could share more from the mtdHelp generation, but it gets the job done. Fixes #1417.
-
Doucet, Mathieu authored
-
Nick Draper authored
Copyright updated to read Copyright © 2007-10 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
-
Nick Draper authored
Update splash screen & Mantid about box
-
Russell Taylor authored
-
Peterson, Peter authored
-
Peterson, Peter authored
-
Peterson, Peter authored
Added an extra member variable rethrow to declare that algorithms just give up and rethrow exceptions during execution. Refs #1411.
-
Doucet, Mathieu authored
Now that we know what the problem is we don't need those examples. Adding the file directory to the python path when loading from MantidPlot seems like the solution. Re #1415
-
Doucet, Mathieu authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
its use out yet. Fixed a bug in property manager, that was found here, where removeProperty would cause a crash when the manager's destructor was run since it wasn't actually removing the entry from the property map. Updated the property manager test as a result. Re #1416
-
Michael Whitty authored
re #1362 - exposing getDistance() function to IComponent PythonAPI which has been missing for a while
-
- Jul 21, 2010
-
-
Peterson, Peter authored
Made the instrument geometry file filter a bit more specifc to reduce the number of files to see in the browser. Refs #1296.
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Doucet, Mathieu authored
-
Janik Zikovsky authored
Refs #1396: some code to work towards parallelized event loading, but does not work yet. Refs #1406: load an instrument geometry file. Test disabled because it does not pass yet.
-
Doucet, Mathieu authored
-
Peterson, Peter authored
-
Campbell, Stuart authored
-
Peterson, Peter authored
-
Doucet, Mathieu authored
Added test to check that we get the correct result even when the order of the monitors is not the spectrum/index order. Re #1408
-
Peterson, Peter authored
-
Doucet, Mathieu authored
-
Peterson, Peter authored
Do not convert the units on the proton charge log, also log the total proton charge after loading. Refs #1296.
-
Peterson, Peter authored
-
Janik Zikovsky authored
-