Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Nov 10, 2014
  2. Oct 23, 2014
  3. Oct 22, 2014
  4. Sep 10, 2014
  5. Sep 09, 2014
  6. Sep 01, 2014
  7. Aug 29, 2014
  8. Aug 15, 2014
  9. Jun 03, 2014
  10. May 28, 2014
  11. Apr 03, 2014
  12. Mar 04, 2014
  13. Feb 10, 2014
  14. Jan 06, 2014
  15. Oct 18, 2013
    • Russell Taylor's avatar
      Re #8159. Make sure the filename property's name is set correctly. · b289687e
      Russell Taylor authored
      In the case of LoadEventPreNexus is is "EventFilename". It seems that for
      everything else is is "Filename" because the variable that holds this is
      empty by the time the algorithm comes to run (though the loader is
      selected correctly).
      I've factored out the method that sets the variable and called it again
      from within a method that exec() calls.
      b289687e
  16. Sep 26, 2013
  17. Sep 02, 2013
  18. Jul 04, 2013
  19. Jun 07, 2013
  20. Apr 02, 2013
  21. Mar 15, 2013
  22. Mar 04, 2013
  23. Jan 02, 2013
  24. Nov 19, 2012
  25. Oct 15, 2012
  26. Aug 21, 2012
    • Peter Parker's avatar
      Refs #5212 - Fix the second of the two MultipleFileProperty issues. · 5d7d1409
      Peter Parker authored
      Ensure that input into a MultipleFileProperty properly survies a "round
      trip", i.e. what you put in is what you get out, and that using the output
      again, as input into another MultipleFileProperty gives the same results.
      
      Proper functionality in a large number of use cases is assured by vastly
      improved coverage of unit tests, which was lacking previously.
      
      Simplify parts of the MultipleFileProperty class, including the filename
      generation functors I introduced that weren't doing anybody any favours.
      5d7d1409
  27. Aug 15, 2012
  28. Aug 09, 2012
  29. Jul 29, 2012
  30. Jul 27, 2012
    • Peter Parker's avatar
      Refs #5205 - Revert multifile stuff for now. · 4fe9cd9d
      Peter Parker authored
      This reverts commit a9c8a59a.
      4fe9cd9d
    • Peter Parker's avatar
      Refs #5212, #5441 - Better parsing when multifile loading. Hist Fixed. · 5b78e0e5
      Peter Parker authored
      Allow filenames specified with the format <<short><operator>>...<short>
      where:
      
      <short> = <dir><inst><underscore><runs><ext>
      <operator> = "+" or ","
      <runs> = lists and/or ranges of (possibly added) runs e.g. "12,13+14,15:20".
      
      See header file of MultipleFileProperty for more info on syntax.
      
      This enables workspaces loaded through the algorithm to have a history that
      can be used to reproduce the workspace properly.
      
      MWRunFiles widget of LoadDialog now remembers the exact text a user typed -
      in this way any user who types "INST0-50", clicks "Run" and reopens the
      dialog is not met by a huge string containing a list of all 51 fully
      resolved files, but rather their original input.
      
      Changed the vector<vector<string>> templated versions of the toString and
      toValue functions to accept customised delimiters.  This enables us to add
      an option for the user to turn off multifile parsing if they are crazy
      enough to want to load files with a plus or a comma in their path.
      
      Changed the inner workings of Load for multi files.  No longer calling sub
      algorithms with setChild or alwaysStoreInADS.  All workspaces are
      essentially created outside the ADS and managed by the algorithm, right up
      until the OutputWorkspaces are set.
      
      Tests added where appropriate, but the majority of parsing cases are already
      covered by MultiFileNameParser.
      5b78e0e5
  31. Jun 25, 2012
  32. May 25, 2012
  33. May 01, 2012
  34. Apr 13, 2012
Loading