Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 12, 2015
  2. Dec 16, 2014
  3. Jul 14, 2014
  4. May 28, 2014
  5. Mar 18, 2014
  6. Aug 14, 2013
    • Keith Brown's avatar
      Fixed some bugs in AlgorithmFactory · 27777863
      Keith Brown authored
      There were a couple of rather major bugs which it's a wonder hadn't been found until now.
      
      The first was that decodeName() could go out the range of the string and return garbage if there wasn't a bar cahracter in the supplied string. A check has been added which will throw an exception if one isn't found.
      
      The second was that getCategories() didn't work at all as the loop wasn't executing due to the variable "it_end" used in the condition not being initialised correctly. It's now initialised correctly to categoryMap.end().
      
      Refs #3344
      27777863
  7. Jul 03, 2013
  8. Feb 18, 2013
  9. Oct 25, 2012
  10. Apr 13, 2012
  11. Mar 14, 2012
  12. Sep 28, 2011
  13. Sep 07, 2011
  14. Jul 12, 2011
  15. 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
  16. Jun 23, 2011
  17. 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
    • Nick Draper's avatar
      fixes #2126, refs #2128 · dac66d6d
      Nick Draper authored
      Multiple categories are now correctly displayed in Mantidplot.
      Hiding of categories is implemented for Mantidplot, but no GUI to select yet.
      hidden categories can be set in the properties files with algorithms.categories.hidden
      dac66d6d
  18. Jun 14, 2011
  19. Mar 21, 2011
  20. Jan 31, 2011
  21. Jan 28, 2011
  22. Dec 29, 2010
  23. Dec 09, 2010
  24. Aug 10, 2010
  25. May 14, 2010
  26. Feb 09, 2010
  27. Feb 01, 2010
  28. Jan 29, 2010
  29. Jan 25, 2010
  30. Jan 20, 2010
  31. Apr 29, 2009
  32. Mar 06, 2009
  33. Sep 19, 2008
  34. Jul 11, 2008
    • Roman Tolchenov's avatar
      re #168 · 000890dc
      Roman Tolchenov authored
      A dockable widget for viewing algorithms is added to QtiPlot.
      000890dc
  35. May 13, 2008
  36. Apr 30, 2008
    • Nick Draper's avatar
      re #100 · 9ec15df6
      Nick Draper authored
      Massive Doxygen cleanup, still more to do though
      9ec15df6
Loading