Changes

Summary

  1. Qt 5.12.5: make sure that we we can build a debug version of OpenCOR on (details)
  2. Qt 5.12.5: make sure that we we can build a debug version of OpenCOR on (details)
  3. Always build our documentation afresh. (details)
  4. Qt 5.12.5: make sure that we we can build a debug version of OpenCOR on (details)
  5. Make Clang-Tidy happy. (details)
  6. Simulation Experiment view: properly handle the Graph Panel properties (details)
  7. Slight updates to our downloads and what is new pages (#2171). (details)
  8. We shouldn't always build our documentation afresh. (details)
  9. Python: work on debug build of Python under Windows. (details)
  10. SED-ML: added support left and right triangle symbols (#2173). (details)
  11. Slight updates to our downloads and what is new pages (#2173). (details)
  12. Python: build Windows debug mode package for Python Qt. (details)
  13. Python: only install a minimal set of packages in Windows debug mode. (details)
  14. Python: don't try to package directories that don't exist in Windows (details)
  15. Python: update PythonPackages for Windows debug mode. (details)
  16. Simulation Experiment view: make sure that curves are plotted with all (details)
  17. Slight update to our downloads page (#2176). (details)
  18. Reverting part of commit 13a0ef1. (details)
  19. Python: documentation builds require Python and its packages to be fully (details)
Commit fe1b1409c938eefad7c79d15ef12854747037000 by Alan Garny
Qt 5.12.5: make sure that we we can build a debug version of OpenCOR on
macOS (#2165).
The file was modified cmake/common.cmake (diff)
The file was modified CMakeLists.txt (diff)
Commit 22e6cc86dca0d2234ead1ba6f06b5281ec63aca0 by Alan Garny
Qt 5.12.5: make sure that we we can build a debug version of OpenCOR on
macOS (#2165).
The file was modified cmake/common.cmake (diff)
Commit becf72ade0c8ef0c979032e3938a8a42328783b8 by Alan Garny
Always build our documentation afresh.
The file was modified CMakeLists.txt (diff)
Commit 53a979246b7c4fbba85522a59104dc942b65e19f by Alan Garny
Qt 5.12.5: make sure that we we can build a debug version of OpenCOR on
macOS (#2165).
The file was modified cmake/common.cmake (diff)
Commit 7a9f397a7f0ac4672d47898bffa10106aa708db7 by Alan Garny
Make Clang-Tidy happy.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 3354ef343852ba4feb14a948e6e8dcf580068a3e by Alan Garny
Simulation Experiment view: properly handle the Graph Panel properties
(#2171).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit af6e68ddc222bc71df76162ed8d9b2b816b69343 by Alan Garny
Slight updates to our downloads and what is new pages (#2171).
The file was modified doc/whatIsNew.js (diff)
The file was modified doc/downloads/index.js (diff)
Commit 13a0ef14b6d5f5586aee421a6f9cf774d12235b7 by Alan Garny
We shouldn't always build our documentation afresh.
Indeed, if you run `./cleanall` and `./make` then OpenCOR will build
fine. However, if you rerun `./make` straight after that, you will be
told that `[OpenCOR]/ext/doc/user` (or `[OpenCOR]/ext/doc/developer`,
depending on which one gets built first) doesn't appear to contain a
CMakeLists.txt file.
So, instead, we have to update our `./clean` script to always clean our
`[OpenCOR]/ext/doc` folder.
The file was modified scripts/genericclean.bat (diff)
The file was modified CMakeLists.txt (diff)
The file was modified scripts/genericclean (diff)
Commit 8126e51458205205cfed32b3122342531e2e39e0 by dave
Python: work on debug build of Python under Windows.
The file was modified src/plugins/thirdParty/PythonLibrary/CMakeLists.txt (diff)
Commit 8be0875ade6c1a26038dabeeda1acfdcf64e66d8 by Alan Garny
SED-ML: added support left and right triangle symbols (#2173).
The file was modified src/plugins/support/SEDMLSupport/i18n/SEDMLSupport_fr.ts (diff)
The file was addedsrc/plugins/support/SEDMLSupport/tests/tests.cpp
The file was addedsrc/plugins/support/SEDMLSupport/tests/tests.h
The file was modified src/plugins/support/SEDMLSupport/CMakeLists.txt (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlsupport.cpp (diff)
Commit 5d0249760178b8ce15dcb7a99cd23ef781d3a8ba by Alan Garny
Slight updates to our downloads and what is new pages (#2173).
The file was modified doc/whatIsNew.js (diff)
The file was modified doc/downloads/index.js (diff)
Commit c57c9b742ede60264f9fe32f3bc97e78040f0a7b by dave
Python: build Windows debug mode package for Python Qt.
The file was modified src/plugins/thirdParty/PythonQtAPI/CMakeLists.txt (diff)
Commit a1b50b902c5d2fb1f6b4e7aa24bae067388e1ea5 by dave
Python: only install a minimal set of packages in Windows debug mode.
The file was modified src/plugins/thirdParty/PythonPackages/CMakeLists.txt (diff)
Commit dfb41c1342b0e711c2bb43407709036a574dccb0 by dave
Python: don't try to package directories that don't exist in Windows
debug mode.
The file was modified src/plugins/thirdParty/PythonPackages/CMakeLists.txt (diff)
Commit 949cefef9c7da5e4279555cbd704fca703545975 by dave
Python: update PythonPackages for Windows debug mode.
The file was modified src/plugins/thirdParty/PythonPackages/CMakeLists.txt (diff)
Commit 60724119ea4f63c821492e59b129859cc82e032e by Alan Garny
Simulation Experiment view: make sure that curves are plotted with all
of their original settings when reloading a SED-ML file (#2176).
This issue was that we were tracking the original settings using a
graph's address as a key. However, when reloading a SED-ML file, that
address changes since a graph gets removed and then readded.
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 268e5efa98a9926bdece64a0008848589aef2925 by Alan Garny
Slight update to our downloads page (#2176).
The file was modified doc/downloads/index.js (diff)
Commit 44b10f41bd461378e1e30cddd568927b1357bb4c by Alan Garny
Reverting part of commit 13a0ef1.
Indeed, if everything works fine (with our copy of Sphinx) then we
shouldn't have to clean our `ext/doc` folder. So, the fact that we are
having some problems with our copy of Sphinx means that it must be
related to our packaging of Python and its packages?
The file was modified scripts/genericclean (diff)
The file was modified scripts/genericclean.bat (diff)
Commit 2e11ac8d2c2ab034217d61331a508dd4bfaa4bbc by dave
Python: documentation builds require Python and its packages to be fully
installed.
The file was modified cmake/common.cmake (diff)