This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Mar 26, 2020
-
-
Gemma Guest authored
Re #28429
-
- Mar 20, 2020
-
-
Nick Draper authored
Also updated class_maker.py
-
- Mar 10, 2020
-
-
Harriet Brown authored
This commit replaces all header guards in qt/scientific_interfaces with #pragma once.
-
- Dec 16, 2019
-
-
Gemma Guest authored
Add a separate method for opening the save/load dialog. Previously it was always opening the save dialog to get the filename. Re #27242
-
Gemma Guest authored
These are now injected into the main window presenter's constructor so that they can be tested. Re #27242
-
Gemma Guest authored
- Move the QFileDialog implementation into the view so that the presenter does not need to know about it. Call the dialog functions via the IMessageHandler interface. - Move the save/load JSON functions into the view. Call them via a new IFileHandler interface. Note that not all Qt types are removed from the view's interface yet so a TODO has been added. Re #27242
-
- Aug 23, 2019
-
-
Samuel Jones authored
-
- Aug 22, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
- Aug 20, 2019
-
-
Samuel Jones authored
Re
-
- Aug 16, 2019
-
-
Samuel Jones authored
Re #18826 Cppcheck fix Re #18826 fix poor imports in tests
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
- Aug 15, 2019
-
-
Samuel Jones authored
-
- Aug 14, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
- Aug 13, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
Samuel Jones authored
-
- Aug 12, 2019
-
-
Samuel Jones authored
-
Samuel Jones authored
-
Gemma Guest authored
Re #26353
-
Gemma Guest authored
Recent changes mean the classes now have shorter names so the namespace ensures will will not have any clashes with other GUIs. Re #26535
-
Samuel Jones authored
-
- Aug 07, 2019
-
-
Samuel Jones authored
-
Gemma Guest authored
Rename SearchModel and CatalogSearcher to start with a Q to indicate they are Qt derived. Also remove obsolete moc files from Common/CMakeLists.txt Re #26535
-
- Aug 01, 2019
-
-
Samuel Jones authored
-
- Jul 02, 2019
-
-
Dimitar Tasev authored
-
Samuel Jones authored
-
- Jun 28, 2019
-
-
Gemma Guest authored
Use log-log axes and do not overplot Re #26025
-
- Jun 21, 2019
-
-
Gemma Guest authored
Re #23027
-
Gemma Guest authored
They don't need to be in Common now they don't have a pointer to the main window Re #23027
-
Gemma Guest authored
Return false if catalog search fails rather than throwing an error, so that we can test it more thoroughly with the mock Re #23027
-
Gemma Guest authored
Use the algorithm runner from the runs view to start the search and notify when the algorithm is complete. Pass the results through to the runs presenter. Re #23027
-
Gemma Guest authored
This is necessary so we can perform different searches per batch using the runs view's algorithm runner when we implement async search Re #23027
-
Gemma Guest authored
Use the python runner in the main window Re #23027
-
Gemma Guest authored
Re #23027
-