This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 16, 2015
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- Oct 14, 2015
-
-
Anton Piccardo-Selg authored
-
- Oct 12, 2015
-
-
Anton Piccardo-Selg authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Aug 24, 2015
-
-
Owen Arnold authored
We allow Label units to regonise themeselves as QUnits. I don't like this a lot, but ConvertToMD returns scaled A^-1 units, that we'd have to write specific subtypes of MDUnit for.
-
Owen Arnold authored
Aspect ratios should be locked for Q dimensions. If the x and y dimensions of the plot are both Q dimensions, we lock the aspect ratios. Otherwise we don't. Need to add menus for this feature. Had to fix a problem with the regex. boost::regex_match matches the entire string. Used boost::regex_search instead. Introduce menus for selecting/unselecting fixed aspect ratios.
-
- Aug 21, 2015
-
-
Owen Arnold authored
-
Owen Arnold authored
-
- Aug 20, 2015
-
-
Owen Arnold authored
For older version of boost, optional type arguments must be copyable. unique_ptr is not.
-
- Aug 19, 2015
-
-
Owen Arnold authored
Update standard chains as well. All factories tested, as well as new standard chain.
-
- Jul 27, 2015
-
-
Owen Arnold authored
-
- Jul 21, 2015
-
-
Owen Arnold authored
Use the factory chain wherever possible. This means that we no longer need to hard-code a type of LabelUnit in one of the constructors for the MDHistoDimension. This makes things very flexible.
-
Owen Arnold authored
-
- Jul 15, 2015
-
-
Owen Arnold authored
-