Changes

Summary

  1. Python: allow for `python3` and `python3.x` as name of executable when (details)
  2. GraphPanel widget: improved our tracking/restoring of colours. (details)
  3. Some minor cleaning up. (details)
  4. Some minor cleaning up. (details)
  5. Some minor cleaning up. (details)
  6. Some minor cleaning up. (details)
  7. Some minor cleaning up. (details)
  8. Some minor cleaning up. (details)
  9. Python: update pre-built `PythonLibrary` packages for macOS and Linux. (details)
Commit f57e6d5b11567d5f176e00f8989125750a555a5c by dave
Python: allow for `python3` and `python3.x` as name of executable when
setting path to Python.
The file was modified src/plugins/thirdParty/PythonLibrary/scripts/set_python_path.py (diff)
Commit 2df57b0cfe1b4701a39e69ece4a4bf24f3d6f9e4 by Alan Garny
GraphPanel widget: improved our tracking/restoring of colours.
Note that it only make sense to retrieve our original colours if we have
some graphs and that it's the same number as the number of graph colours
that were originally tracked. Indeed, say that that you have a SED-ML
file that has a couple of curves including an invalid one (e.g. one of
the variables doesn't exist) then it means that only graph colours will
be tracked. Then, if we are to correct the SED-ML file outside of
OpenCOR. To go back to OpenCOR will trigger us to reload the SED-ML
file. If we do so then the number of graphs won't be the same as the
number of graph colours, hence the test (not to mention that it prevents
a crash because of the out-of-bound index!).
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 a266955a3cc14354c8343796117482f0a64ea9e5 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/i18n/SEDMLSupport_fr.ts (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 5825b30919a1bbc2ea92ea6fcfe3a9a6bcda6117 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 5e475178b90eef33f513bfebdf4a4b8437c1685a by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlsupport.cpp (diff)
Commit 011e52c226b3ac76e949c55864e14c133b7cb081 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 7dc34b1ff5c868cc63740af0a3abbe7c743f9338 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 23211b5bf842f4faacc7ce16091b5c03e6950f64 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
Commit 4aba66b9228a545e5e472fe92a4373250deec1e2 by dave
Python: update pre-built `PythonLibrary` packages for macOS and Linux.
The file was modified src/plugins/thirdParty/PythonLibrary/CMakeLists.txt (diff)