Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jul 28, 2011
  2. Jul 15, 2011
  3. Jul 12, 2011
  4. Jun 27, 2011
    • Nick Draper's avatar
      fixes #2126 · 80c053bd
      Nick Draper authored
      Fixed problem with configservice not saving new entries.  Also dealt with mantid dock issue on delete 
      80c053bd
  5. Jun 08, 2011
  6. Jun 02, 2011
  7. Jun 01, 2011
  8. May 25, 2011
  9. May 12, 2011
  10. May 06, 2011
  11. Apr 25, 2011
    • Russell Taylor's avatar
      Do away with MantidPlotReleaseDate.h and have everything in MantidVersion.... · 5e8084da
      Russell Taylor authored
      Do away with MantidPlotReleaseDate.h and have everything in MantidVersion. Turn MantidVersion into a class with static functions so that the part that changes every time can go in a cpp - this means files that include MantidVersion.h (e.g. the enormous ApplicationWindow.cpp) don't get compiled every commit. Re #2722. Also formats date better, which fixes #2246.
      5e8084da
  12. Apr 19, 2011
  13. Apr 08, 2011
  14. Apr 07, 2011
  15. Apr 01, 2011
  16. Mar 31, 2011
  17. Mar 07, 2011
  18. Mar 04, 2011
  19. Feb 28, 2011
  20. Feb 18, 2011
  21. Feb 17, 2011
  22. Feb 05, 2011
  23. Jan 28, 2011
  24. Jan 19, 2011
  25. Jan 13, 2011
  26. Jan 06, 2011
  27. Dec 29, 2010
  28. Dec 21, 2010
  29. Dec 15, 2010
  30. Dec 08, 2010
    • Anders Markvardsen's avatar
      Extend LoadInstrument to include the input properties: · f41e9f8c
      Anders Markvardsen authored
        InstrumentName
      
      This means there will be two input properties which can be used to specify and IDF:
      
        Filename
        InstrumentName
      
      If Filename is specified then use that this filename. If not then it is required that an InstrumentName is specified. And an appropriate filename is created at runtime (search the Workspace's Run object for "startdate"/"starttime" and get IDF search directory from Config) 
      
      Modify all loaders (except LoadEmptyInstrument) to load inst using this InstrumentName property
       
      re #1997
      f41e9f8c
Loading