Changes

Summary

  1. Simulation support: make sure that we have a runtime when checking (commit: ab7c0e0) (details)
  2. Simulation Experiment view: make it possible to save a new SED-ML file. (commit: 4a8e228) (details)
  3. Simulation Experiment view: make sure that we return a suitable default (commit: 9513dc0) (details)
  4. Simulation Experiment view: only export our simulation to a SED-ML file (commit: a136997) (details)
  5. Slight update to our downloads page (#1572). (commit: ce0cf70) (details)
Commit ab7c0e0a220eb30a4c927580dad15848b9d6d8ef by Alan Garny
Simulation support: make sure that we have a runtime when checking
whether some simulation data have changed (#1572).
(commit: ab7c0e0)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 4a8e228b5965e60d8d3960953da495050e11fadb by Alan Garny
Simulation Experiment view: make it possible to save a new SED-ML file.
The downside is that the SED-ML is invalid since it doesn’t contain
everything it should. So, when it comes to saving a new SED-ML file
using the Simulation Experiment view, we should just save our default
SED-ML template, i.e. as if we were to save the SED-ML file using the
Raw SED-ML or Raw Text view.
(commit: 4a8e228)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 9513dc044422a427f07dfb295b78d4f5cd646097 by Alan Garny
Simulation Experiment view: make sure that we return a suitable default
file extension.
Indeed, our Simulation Experiment view supports both CellML and SED-ML
files, so we must return a default file extension based on the type of
the current file.
(commit: 9513dc0)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewplugin.cpp (diff)
Commit a1369977b0e4e4c4f262acfa8d3ca0cbade81241 by Alan Garny
Simulation Experiment view: only export our simulation to a SED-ML file
if we are not dealing with a new SED-ML file (#1572).
Otherwise, we just copy the contents of our new (temporary) file to the
new file itself.
(commit: a136997)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit ce0cf70ddccd36a963a77bede1112160f6088d51 by Alan Garny
Slight update to our downloads page (#1572).
(commit: ce0cf70)
The file was modified doc/downloads/index.js (diff)
The file was modified doc/downloads/previousSnapshots.js (diff)