This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 22, 2010
-
-
Peterson, Peter authored
-
Peterson, Peter authored
-
- Jul 09, 2010
-
-
Nick Draper authored
more doxygen warning hunting
-
Nick Draper authored
more doxygen warning hunting
-
- May 15, 2010
-
-
Peterson, Peter authored
-
- Mar 23, 2010
-
-
Gigg, Martyn Anthony authored
MantidPlot scripting autocomplete now inspects objects to update auto complete information after each execution. Required that each tab + the interpreter have different dictionaries so that the autocomplete only sees information for the current script. Re #713
-
- 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
-
- Feb 26, 2010
-
-
Gigg, Martyn Anthony authored
This is implemented via two keyword files: one pre written and the second dynamically generated by the simple API. Re #713
-
- Jan 28, 2010
-
-
Gigg, Martyn Anthony authored
error. Also re-added dock updating. 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 21, 2010
-
-
Gigg, Martyn Anthony authored
Accidentally pre-empted a change to the Python API on my last change to the SANS script. Necessary minor changes was on my system but not yet checked in. Re #1088
-
- Dec 10, 2009
-
-
Russell Taylor authored
Modified the SANS beam centre finding routine to use the Q1D algorithm, and thus allowing correction for gravity. Re #755.
-
- Nov 23, 2009
-
-
Gigg, Martyn Anthony authored
-
- Nov 09, 2009
-
-
Gigg, Martyn Anthony authored
Reimplemented the Python notification listeners. The Python Framework now has to be told whether to try and acquire the global interpreter lock. This should aboid the deadlock issue in MantidPlot. Re #947
-
- Nov 06, 2009
-
-
Gigg, Martyn Anthony authored
-
- Nov 05, 2009
-
-
Gigg, Martyn Anthony authored
Added a Framework class written in Python, which inherits from the C++ one, to be the main interaction point from Python so that we can keep track of dead workspaces and set their variables to None. Re #947
-
- Oct 02, 2009
-
-
Russell Taylor authored
Re #851.
-
- Sep 02, 2009
-
-
Gigg, Martyn Anthony authored
-
- Jul 30, 2009
-
-
Gigg, Martyn Anthony authored
Changed message, enable and disable arguments in python dialogs so that their case is consistent with other parameters, i.e. now they are with a capital. Fixes #788
-
- Jul 17, 2009
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
- Jul 16, 2009
-
-
Gigg, Martyn Anthony authored
descriptions. In order to include a type column, there is a new function in Kernel::System that gives back an unmangled string for some standard types that we use. Closes #666 and refs #705
-
- Jul 10, 2009
-
-
Gigg, Martyn Anthony authored
Added two more arguments, enable and disable, to the Dialog API in Python. These can be used to list the parameters whose controls should be either enabled or disabled. Also added a help button that links to the mantidproject wiki page for each algorithm. Re #728
-
- Jul 08, 2009
-
-
Gigg, Martyn Anthony authored
Relaxed requirement for every property to be a string in the Python interface. Strings still work though. Re #728
-
- Jul 03, 2009
-
-
Russell Taylor authored
-
- Jun 22, 2009
-
-
Gigg, Martyn Anthony authored
Closes #647 #668
-
- Jun 19, 2009
-
-
Gigg, Martyn Anthony authored
Fixed the build server failure. I accidentally used a method that wasn't yet in the Poco version that we are using. Closes #684
-
Gigg, Martyn Anthony authored
Fixed a bug with creating simple Python API that could fail sometimes if Poco through for some minor reason. Closes #684
-
- May 21, 2009
-
-
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 07, 2009
-
-
Steve Williams authored
Mantid Plot now gives explanations for rejecting parameters! Let me know if any messages could be more helpful. re #409
-
- Apr 29, 2009
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Fixed issue with Python paths in system path, now all backslashes are converted to forward slashes.Fixes #576
-
- Apr 03, 2009
-
-
Gigg, Martyn Anthony authored
-
- Apr 01, 2009
-
-
Gigg, Martyn Anthony authored
-
- Mar 31, 2009
-
-
Gigg, Martyn Anthony authored
The Python API now adds both the current directory and the scripts directory to its search path. There is a new property in Mantid.properties that indicates the location of the scripts directory. The default is set to the path for the installed layout on Windows machines. Re #506
-
Gigg, Martyn Anthony authored
Fixed issues with scoping with Python and MantidPlot. All function definitions are now applied to the main global dictionary rather than the local one. Imported scripts that contain mantid commands will need to import the simple API separately since external scripts maintain a separate global dictionary. Re #506
-
- Mar 24, 2009
-
-
Gigg, Martyn Anthony authored
The ? character should be prepended to the property value to indicate that the value is only a suggested value. The control within the dialog will then remain enabled. In the commands that do not relate to a dialog, the character is ignored. Re #514
-
- Mar 06, 2009
-
-
Roman Tolchenov authored
AlgorithmProxy class is added. References to Algorithm are replaced to IAlgorithm in many cases. re #464
-
- Feb 13, 2009
-
-
Gigg, Martyn Anthony authored
The simple Python API is now included in the command line start up script as well as the passing of arguments so that a script can run without the interactive interpreter. Re #411
-
- Feb 11, 2009
-
-
Gigg, Martyn Anthony authored
some algorithms being run twice in a script. Re #359
-