Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 30, 2011
  2. Aug 29, 2011
  3. Aug 11, 2011
  4. Aug 01, 2011
  5. Jul 18, 2011
  6. Jul 08, 2011
    • Janik Zikovsky's avatar
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and... · 0c5e87e9
      Janik Zikovsky authored
      - Refs #3203: Implemented ISpectrum. It is the base class of EventList and Histogram and contains the spectrum number and list of detector IDs for a given spectrum.
      - ISpectrum return X/Y/E vectors. EventList, e.g. calculates the histogram on the fly.
      - Moved the EventWorkspace MRU list of histograms to be contained within the EventList; better code separation. Made a EventWorkspaceMRU class to encapsulate this more easily.
      - Workspaces must implement getSpectrum (const/not const) to return a ISpectrum object. dataX(i), etc. methods on MatrixWorkspaces no longer need to be overridden since they call getSpectrum()
      - Got rid of EventWorkspace::getEventListatPixelID() and doneLoadingData()
      - replaceSpectraMap() methods offers backwards-compatibility with SpectraDetectorMaps by setting the specNo and detector list when called. Must be called AFTER creating all the spectra in a workspace.
      - Refs #3318: maskWorkspaceIndex() implemented as part of ISpectrum.
      
      
      
      0c5e87e9
  7. Jun 30, 2011
  8. Jun 21, 2011
    • Nick Draper's avatar
      fixes #2127 · 9818dc82
      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
      9818dc82
  9. Jun 10, 2011
  10. Jun 03, 2011
  11. May 24, 2011
  12. May 19, 2011
  13. May 17, 2011
  14. May 12, 2011
  15. May 11, 2011
  16. May 06, 2011
  17. May 03, 2011
  18. Apr 20, 2011
  19. Apr 15, 2011
  20. Apr 13, 2011
  21. Apr 12, 2011
  22. Apr 08, 2011
  23. Apr 07, 2011
  24. Apr 06, 2011
  25. Apr 04, 2011
  26. Apr 01, 2011
  27. Mar 31, 2011
  28. Mar 30, 2011
Loading