Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 31, 2020
  2. Mar 30, 2020
    • David Fairbrother's avatar
      Re #28445 Create new tab names correctly on KDE · d3cb3bf1
      David Fairbrother authored
      Creates new tab names correctly on non-GNOME enrionvments for Ubuntu.
      KDE automatically binds keyboard shortcuts, which Qt represents with &x
      (where x is the shortcut). This breaks the name lookup as &New != New in
      "New Tab".
      
      We now strip out these characters when looking up the names fixing the
      names not incrementing correctly.
      d3cb3bf1
  3. Mar 27, 2020
  4. Mar 26, 2020
  5. Mar 24, 2020
  6. Mar 23, 2020
  7. Mar 22, 2020
  8. Mar 20, 2020
  9. Mar 18, 2020
  10. Mar 17, 2020
    • Danny Hindson's avatar
      Make incremental builds work for docs-qthelp target · 840e7501
      Danny Hindson authored
      cmake add_custom_command is only run if any of the listed outputs is missing
      or if any of the dependencies are out of date. If any of the documentation
      .rst files is changed this didn't cause the custom command to run.
      I've changed this so the command always runs by adding an extra dummy output
      file that doesn't ever get created. The sphinx builder has some incremental
      build functionality inside it so this will identify whether any .rst files
      have changed
      Note - I also had to set the cmake source file property to SYMBOLIC to avoid the
      following Visual Studio warning which was added in Visual Studio 2019 (v16.4):
      
      warning MSB8065: Custom build for item XXXX succeeded, but specified output
      "c:\mantid\build\docs\dummyoutput_alwaysrun" has not been created. This may cause
       incremental build to work incorrectly.
      840e7501
  11. Mar 13, 2020
  12. Mar 12, 2020
  13. Mar 11, 2020
  14. Mar 10, 2020
  15. Mar 09, 2020
Loading