Ticket #3571 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

MultipleFileProperty for algorithms

Reported by: Janik Zikovsky Owned by: Janik Zikovsky
Priority: major Milestone: Iteration 30
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: #3557 Tester: Russell Taylor

Description

Add a property type that allows the user to select multiple files, and returns a std::vector<string> with the full path of each file.

The MWRunFiles widget is a GUI to allow selection. Tie that in in mantidplot when possible.

Change History

comment:1 Changed 9 years ago by Janik Zikovsky

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Janik Zikovsky

In [14010]:

Refs #3571: MultipleFileProperty for selecting multiple files. Refs #3557: MergeMDEW stub.

comment:3 Changed 9 years ago by Janik Zikovsky

In [14050]:

Refs #3571: Multiple file selection dialog if you use MultipleFileProperty. Also fixed the annoying lack of extensions in file dialogs (at least on linux)

comment:4 Changed 9 years ago by Janik Zikovsky

In [14051]:

Refs #3571: Remove debug statement

comment:5 Changed 9 years ago by Janik Zikovsky

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:6 Changed 9 years ago by Russell Taylor

  • Status changed from verify to verifying
  • Tester set to Russell Taylor

comment:7 Changed 9 years ago by Russell Taylor

  • Status changed from verifying to closed

Verified by code inspection and checking values in debugger when kicking off MergeMD (the only algorithm that uses this property thus far).

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4418

Note: See TracTickets for help on using tickets.