This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 15, 2018
-
-
Peterson, Peter authored
This is a duplicate of the one in mantidqt and should go away.
-
- Oct 05, 2018
-
-
Nick Draper authored
Update copyright headers in all files Squashed commit of the following: * First version of a script to manage copyright statements re #23468 * Neatened up script, added comments re #23488 * move script to tools directory re #23488 * small script changes and a couple of manual file changes re #23488 * Minor chnage to whitespace detection in regex re #23488 * Add an excluded directory re #23488 * remove a repeasted copyright statement in a file re #23488 * Don't comsume the comment end if it is on the same line re #23488 * fix error in new copright parsing re #23488 * remove double copyrifght entry re #23488 * Improve handling of old copyrights at the start of comments re #23488 * remove empty comments re #23488 * exclude gsoapgenerated directories re #23488 * Sort out greedy line matching re #23488 * improve empty comment removal re #23488 * improve false positives re #23488 * impressive speedup by limiting regex matching length re #23488 * remove evil invisible non ascii character Also upadte the copyright at the same time re #23488 * resolve multiple copyrights in a single file re #23488 * resolve an issue with new statement detection re #23488 * another unprintable unicode character re #23488 * pep updates and cmake the new copyright fit clang format re #23488 * update already done new format headers re #23488 * wrong type of bracket re #23488 * Update class_maker and friends re #23488 * Update all copyright statements re #23488 * clang format re #23488 * flake8 warnings re #23488 * Flake8 warnings re #23488 * Exclude .cmake.in and rb.in files re #23488 * replace missing line re #23488 * exclude .py.in files as they are flasely recognized as C++ re #23488 * another setp.py.in re #23488 * another .py.in correction re #23488 * Hopefully the last of the .py.in files re #23488 * resolve utf-8 encoding of python files and changed ABINS checksum re #23488 * updates to unit tests that reference line numbers re #23488 * remaining unit test files and other fixes re #23488
-
- Mar 27, 2018
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
-
- Mar 20, 2018
-
-
Roman Tolchenov authored
-
- Jun 13, 2016
-
-
Martyn Gigg authored
-
- Jun 08, 2016
-
-
Martyn Gigg authored
-
Martyn Gigg authored
This gives more information for debugging errors.
-
- Feb 10, 2016
-
-
Lamar Moore authored
-
- Feb 09, 2016
-
-
Lamar Moore authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Apr 15, 2015
-
-
Federico Montesino Pouzols authored
-
- Nov 17, 2014
-
-
Federico Montesino Pouzols authored
-
Federico Montesino Pouzols authored
-
- Nov 14, 2014
-
-
Federico Montesino Pouzols authored
-
- Nov 13, 2014
-
-
Owen Arnold authored
Conflicts: Code/Mantid/MantidPlot/mantidplot.py conflict when removing Code/Mantid/MantidPlot/mantidplot.py, it should just go away
-
- Oct 14, 2014
-
-
Federico Montesino Pouzols authored
-
- Oct 10, 2014
-
-
Federico Montesino Pouzols authored
-
- Aug 28, 2014
-
-
Harry Jeffery authored
Refs #9970.
-
- Aug 20, 2014
-
-
Peterson, Peter authored
-
- Aug 07, 2014
-
-
Harry Jeffery authored
This is unmaintainable and nonfunctional in its current form. Once the refactoring is complete, it ought to be far easier to re-implement properly. See #8517 for more information on templates. Refs #9970
-
- Jun 30, 2014
-
-
Gigg, Martyn Anthony authored
Also renamed MantidUI member function call to make its purpose clearer. Refs #9756
-
- Jun 09, 2014
-
-
Gigg, Martyn Anthony authored
Use the actual aspect ratio to then set the width if the height exceeds the preset maximum. Refs #9613
-
- May 23, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9521
-
- May 02, 2014
-
-
Gigg, Martyn Anthony authored
The MantidUI::plotBin function is now not required. Refs #9402
-
Gigg, Martyn Anthony authored
They'll use a switch that will just change the data source type. Refs #9402
-
- Apr 23, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9319
-
Gigg, Martyn Anthony authored
This avoids having to create a matrix first. Refs #9319
-
- Apr 07, 2014
-
-
Roman Tolchenov authored
-
- Nov 15, 2013
-
-
Owen Arnold authored
More robust and flexible input checks. Perform any conversion if possible. Give errors on python side if bad inputs provided. Refactor code to use getWorkspaceNames from both modules.
-
- Nov 11, 2013
-
-
Arturs Bekasovs authored
It wasn't able to display the default value of normalization correctly and thrown an error. I will make further investigation into why IPython fails to do so, but this quick fix seems to solve the problem which is fine for this ticket.
-
Arturs Bekasovs authored
-
- Nov 07, 2013
-
-
Arturs Bekasovs authored
Plus some documentation updates.
-
Arturs Bekasovs authored
Argument to clear that window was added as well, but is not working yet.
-
- Oct 24, 2013
-
-
Owen Arnold authored
-
- Oct 23, 2013
-
-
Owen Arnold authored
Default to auto-select the non-integrated axis.
-
Owen Arnold authored
Change the interface so that it allows many MDWorkspaces to be plotted simultaneously. This is more consistent with the plotSpectrum functionality already implemented.
-
Owen Arnold authored
plotMD is now a new method in mantidplot. Exposed MDNormalization to python as well.
-
- Sep 16, 2013
-
-
Gigg, Martyn Anthony authored
The link to the system installed/3rd party version of boost python is now restored. This required an additional helper function: isNone. boost python only introduced object::is_none in version 1.43 so the helper uses it if it is present but falls back to checking manually if not. Refs #7607
-
Arturs Bekasovs authored
Refs #7874
-
- Sep 05, 2013
-
-
Arturs Bekasovs authored
Merged showToolbars and hideToolbars into one for simplicity. Refs #7874
-