Implemented a custom dialog for the Load algorithm. It now dynamically...
Implemented a custom dialog for the Load algorithm. It now dynamically generates its properties from those that the concrete loaer has, Refs #2329. Also fixed a problem with loading grouped nexus files through the Load algorithm, Re #2362
Showing
- Code/Mantid/Framework/API/src/AlgorithmProxy.cpp 2 additions, 6 deletionsCode/Mantid/Framework/API/src/AlgorithmProxy.cpp
- Code/Mantid/Framework/DataHandling/inc/MantidDataHandling/Load.h 3 additions, 3 deletions...ntid/Framework/DataHandling/inc/MantidDataHandling/Load.h
- Code/Mantid/Framework/DataHandling/src/Load.cpp 46 additions, 43 deletionsCode/Mantid/Framework/DataHandling/src/Load.cpp
- Code/Mantid/Framework/DataHandling/test/LoadTest.h 21 additions, 0 deletionsCode/Mantid/Framework/DataHandling/test/LoadTest.h
- Code/Mantid/MantidQt/API/inc/MantidQtAPI/AlgorithmDialog.h 25 additions, 37 deletionsCode/Mantid/MantidQt/API/inc/MantidQtAPI/AlgorithmDialog.h
- Code/Mantid/MantidQt/API/inc/MantidQtAPI/MantidWidget.h 18 additions, 10 deletionsCode/Mantid/MantidQt/API/inc/MantidQtAPI/MantidWidget.h
- Code/Mantid/MantidQt/API/inc/MantidQtAPI/PythonRunner.h 1 addition, 1 deletionCode/Mantid/MantidQt/API/inc/MantidQtAPI/PythonRunner.h
- Code/Mantid/MantidQt/API/src/AlgorithmDialog.cpp 194 additions, 164 deletionsCode/Mantid/MantidQt/API/src/AlgorithmDialog.cpp
- Code/Mantid/MantidQt/API/src/GenericDialog.cpp 0 additions, 5 deletionsCode/Mantid/MantidQt/API/src/GenericDialog.cpp
- Code/Mantid/MantidQt/CustomDialogs/CMakeLists.txt 7 additions, 1 deletionCode/Mantid/MantidQt/CustomDialogs/CMakeLists.txt
- Code/Mantid/MantidQt/CustomDialogs/CustomDialogs.pro 5 additions, 5 deletionsCode/Mantid/MantidQt/CustomDialogs/CustomDialogs.pro
- Code/Mantid/MantidQt/CustomDialogs/inc/MantidQtCustomDialogs/LoadDialog.h 113 additions, 0 deletions...idQt/CustomDialogs/inc/MantidQtCustomDialogs/LoadDialog.h
- Code/Mantid/MantidQt/CustomDialogs/src/LoadDialog.cpp 284 additions, 0 deletionsCode/Mantid/MantidQt/CustomDialogs/src/LoadDialog.cpp
- Code/Mantid/MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/MWDiag.h 1 addition, 0 deletions...MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/MWDiag.h
- Code/Mantid/MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/MWRunFiles.h 12 additions, 9 deletions...idQt/MantidWidgets/inc/MantidQtMantidWidgets/MWRunFiles.h
- Code/Mantid/MantidQt/MantidWidgets/inc/MantidQtMantidWidgets/MWRunFiles.ui 46 additions, 42 deletions...dQt/MantidWidgets/inc/MantidQtMantidWidgets/MWRunFiles.ui
- Code/Mantid/MantidQt/MantidWidgets/src/MWRunFiles.cpp 38 additions, 16 deletionsCode/Mantid/MantidQt/MantidWidgets/src/MWRunFiles.cpp
Loading
Please register or sign in to comment