Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Dec 05, 2011
  2. Dec 02, 2011
  3. Nov 17, 2011
  4. Nov 10, 2011
  5. Nov 02, 2011
  6. Oct 07, 2011
  7. Oct 05, 2011
  8. Oct 03, 2011
  9. Sep 29, 2011
  10. Sep 16, 2011
  11. Sep 14, 2011
  12. Sep 08, 2011
  13. Sep 02, 2011
  14. Aug 30, 2011
  15. Aug 29, 2011
  16. Aug 11, 2011
  17. Aug 01, 2011
  18. Jul 18, 2011
  19. 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
  20. Jun 30, 2011
  21. 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
  22. Jun 10, 2011
  23. Jun 03, 2011
  24. May 24, 2011
  25. May 19, 2011
  26. May 17, 2011
  27. May 12, 2011
  28. May 11, 2011
  29. May 06, 2011
Loading