This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 12, 2015
-
-
Nick Draper authored
re #8120
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Jul 14, 2014
-
-
Harry Jeffery authored
Categories were not being hidden when a parent category was hidden. Now, categories are hidden whenever either the category itself, or one of its parents is set as hidden. Refs #9515
-
- May 28, 2014
-
-
Gigg, Martyn Anthony authored
It provides easy access to the highest version of an algorithm currently registered. Refs #9521
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Aug 14, 2013
-
-
Keith Brown authored
There were a couple of rather major bugs which it's a wonder hadn't been found until now. The first was that decodeName() could go out the range of the string and return garbage if there wasn't a bar cahracter in the supplied string. A check has been added which will throw an exception if one isn't found. The second was that getCategories() didn't work at all as the loop wasn't executing due to the variable "it_end" used in the condition not being initialised correctly. It's now initialised correctly to categoryMap.end(). Refs #3344
-
- Jul 03, 2013
-
-
Gigg, Martyn Anthony authored
It was previously not updating the version map when the algorithm was removed and then subscribing the same thing again would throw an error. Refs #7263
-
- Feb 18, 2013
-
-
Campbell, Stuart authored
-
- Oct 25, 2012
-
-
Nick Draper authored
-
- Apr 13, 2012
-
-
Gigg, Martyn Anthony authored
This allows the algorithm dock in MantidPlot to update when the algorithm factory is changed. RegistrationHelper has been moved to its own class to remove the dependency of Parameter.h on DynamicFactory.
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
This now doesn't require a user to understand the internal mangling of the algorithm names in order to unsubscribe/replace and algorithm in the factory.
-
- Sep 28, 2011
-
-
Michael Reuter authored
-
- Sep 07, 2011
-
-
Peterson, Peter authored
-
- Jul 12, 2011
-
-
Russell Taylor authored
-
- Jun 27, 2011
-
-
Nick Draper authored
Fixed problem with configservice not saving new entries. Also dealt with mantid dock issue on delete
-
- Jun 23, 2011
-
-
Gigg, Martyn Anthony authored
-
Nick Draper authored
Adds the option to select which algorithm categories are available into the Mantid->options tab of the preferences window. Known Bug: Does not work with nested categories at the moment, but right now the only one is DataHandling, and you'd be a fool to hide that.
-
- Jun 21, 2011
-
-
Nick Draper authored
Python supports multiple categories, no work really as python does not realy support categories any more. refs #2128 Python and the mantidplot UI respects not showing algorithms if all of it's categories are hidden tests: Normally Hidden What I want in tree Yes No No in search box Yes No No typed in box Yes Yes Ideally, but not too fussed mtdHelp Yes No No intellisense Yes Yes No, but not too fussed typed in script Yes Yes Yes
-
Nick Draper authored
Multiple categories are now correctly displayed in Mantidplot. Hiding of categories is implemented for Mantidplot, but no GUI to select yet. hidden categories can be set in the properties files with algorithms.categories.hidden
-
- Jun 14, 2011
-
-
Doucet, Mathieu authored
Cleaning up the algorithm version number handling in Python now that we have a new mantidsimple. The existence of a version 1 is no longer a requirement. Re #1591
-
- Mar 21, 2011
-
-
Gigg, Martyn Anthony authored
Fixes #1591. Included information about properties that don't exist in all versions of an algorithm in the Python help. Also added some helper functions to the AlgorithmFactory to make this eaiser.
-
- Jan 31, 2011
-
-
Russell Taylor authored
-
- Jan 28, 2011
-
-
Janik Zikovsky 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 09, 2010
-
-
Janik Zikovsky authored
-
- Aug 10, 2010
-
-
Janik Zikovsky authored
-
- May 14, 2010
-
-
Peterson, Peter authored
-
- Feb 09, 2010
-
-
Gigg, Martyn Anthony authored
-
- Feb 01, 2010
-
-
Gigg, Martyn Anthony authored
Greatly improved error handling for Python algorithms. Moved Mantid initialization in MantidPlot to before scripting initilzation so that useful log messages get displayed. Re #952
-
- Jan 29, 2010
-
-
Gigg, Martyn Anthony authored
Added validation to Python algorithms. Improved handling of Python cloned python references that were not being cleaned up. Re #952
-
- Jan 25, 2010
-
-
Gigg, Martyn Anthony authored
Major backbone of Python algorithms. Changing and reloading while running MantidPlot is now implemented. Re #952
-
- Jan 20, 2010
-
-
Russell Taylor authored
Avoid crash of MantidPlot if the same algorithm occurs twice (e.g. in UserAlgorithms and Algorithms. Also move connection of log window to signalchannel earlier so that the error is shown on startup. Re #1089.
-
- Apr 29, 2009
-
-
Russell Taylor authored
Remove the annoying "multiple assignment operator" warning that MSVS gave for WorkspaceProperty. Delete inclusion of Workspace2D header in MantidPlot. Re #100.
-
- Mar 06, 2009
-
-
Nick Draper authored
crusade against the usage of cout and cerr in the framework code
-
Roman Tolchenov authored
AlgorithmProxy class is added. References to Algorithm are replaced to IAlgorithm in many cases. re #464
-
- Sep 19, 2008
-
-
Matt Clarke authored
Refs #207. Added initial code for creating an instance of a algorithm in python then having access from it in Mantid.
-
- Jul 11, 2008
-
-
Roman Tolchenov authored
A dockable widget for viewing algorithms is added to QtiPlot.
-
- May 13, 2008
-
-
Matt Clarke authored
-
- Apr 30, 2008
-
-
Nick Draper authored
Massive Doxygen cleanup, still more to do though
-