Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Sep 19, 2019
  2. Sep 16, 2019
  3. Aug 14, 2019
  4. Aug 13, 2019
  5. Aug 12, 2019
  6. Aug 07, 2019
  7. Aug 01, 2019
  8. Jul 31, 2019
  9. Jun 28, 2019
  10. Jun 27, 2019
    • Gemma Guest's avatar
      Fix a crash when the help button is clicked · b3ddeda8
      Gemma Guest authored
      - This was to do with the way the presenter is created as an optional. It doesn't need to be an optional here - a unique pointer is better and makes ownership clearer.
      - This commit also includes some tidying of the MainWindowSubscriber which was being used incorrectly.
      - It also includes replacing some calls to m_presenter with calls to m_notifyee. They are the same object but we should use m_notifyee to be more in keeping with MVP. There is one remaining use of m_presenter in closeEvent but it is beyond the scope of this PR to fix that.
      
      Re #23027
      b3ddeda8
  11. Jun 21, 2019
  12. Jan 02, 2019
Loading