Changes

Summary

  1. Simulation support: improved the main work loop of our simulation (commit: 1b14a83) (details)
  2. Simulation support: slight improvement to the way we handle elapsed time (commit: 8827ac7) (details)
  3. Simulation support: only forward the first solver error we get. (commit: b09835b) (details)
  4. Solver interface: allow for a solver property to be an integer/double (commit: c441acd) (details)
  5. Some minor cleaning up. (commit: de829f1) (details)
  6. Property editor: fixed an issue with our integer validator. (commit: a7cf1ca) (details)
  7. Property editor: fixed an issue with adding a DoubleGt0 property. (commit: 65ab891) (details)
  8. Property editor: added support for properties for integers/doubles that (commit: af0b87c) (details)
  9. Solver interface: allow for a solver property to be an integer/double (commit: 6edb992) (details)
  10. Property editor: don't allow the value of a DoubleGt0 property to be (commit: 1e1f614) (details)
  11. Solvers: rely on our new types of properties to set a solver's (commit: 9cc356e) (details)
  12. Some minor cleaning up. (commit: af5e819) (details)
  13. Simulation Experiment view: improved the property type of our simulation (commit: e5ea50f) (details)
  14. Simulation support: simplified our detection of modified simulation (commit: f87f7a5) (details)
  15. KINSOL solver: prevent the solver from looping indefinitely when an ODE (commit: 62b0f5c) (details)
  16. New snapshot. (commit: 305ccd6) (details)
Commit 1b14a83ec422db27e9daf0662ce5dbbb3b9b2321 by Alan Garny
Simulation support: improved the main work loop of our simulation
worker.
(commit: 1b14a83)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit 8827ac789a3e4ecb75c6c2c8510fffd9a63407bb by Alan Garny
Simulation support: slight improvement to the way we handle elapsed time
in our simulation worker.
(commit: 8827ac7)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit b09835bda30b621a80b35699565743c6e327d07f by Alan Garny
Simulation support: only forward the first solver error we get.
(commit: b09835b)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit c441acd0adbcd2e6eb7c62e4147cd52f08efda21 by Alan Garny
Solver interface: allow for a solver property to be an integer/double
greater than zero.
The idea is to match what is supported by our property editor.
(commit: c441acd)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit a7cf1ca9b712f555da6ef948d2989a62385ab4c2 by Alan Garny
Property editor: fixed an issue with our integer validator.
(commit: a7cf1ca)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 65ab8919266d1dd4412075c6b713b8411573a58f by Alan Garny
Property editor: fixed an issue with adding a DoubleGt0 property.
(commit: 65ab891)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit af0b87c7b81113e4b570376d7cf83b0b13ac62e9 by Alan Garny
Property editor: added support for properties for integers/doubles that
are greater or equal to zero.
(commit: af0b87c)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
Commit 6edb99230709f4a43e48e9fac978ba5e05f6226a by Alan Garny
Solver interface: allow for a solver property to be an integer/double
greater or equal to zero.
The idea is to match what is supported by our property editor.
(commit: 6edb992)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
Commit 1e1f61451ecd3ce7513a31109db0607fffbd0fc1 by Alan Garny
Property editor: don't allow the value of a DoubleGt0 property to be
empty.
(commit: 1e1f614)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 9cc356ee46f8fbb15f0b07d415bcf167bbf022a0 by Alan Garny
Solvers: rely on our new types of properties to set a solver's
properties.
(commit: 9cc356e)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.cpp (diff)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/i18n/FourthOrderRungeKuttaSolver_fr.ts (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolverplugin.cpp (diff)
The file was modified src/plugins/solver/HeunSolver/i18n/HeunSolver_fr.ts (diff)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolverplugin.cpp (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolver.cpp (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/i18n/SecondOrderRungeKuttaSolver_fr.ts (diff)
The file was modified src/plugins/solver/CVODESSolver/i18n/CVODESSolver_fr.ts (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolverplugin.cpp (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/i18n/ForwardEulerSolver_fr.ts (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolverplugin.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolverplugin.cpp (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolverplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlsupportplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlsupportplugin.cpp (diff)
Commit e5ea50fba6a5e9c9b9be08d41187c741f9b3cb26 by Alan Garny
Simulation Experiment view: improved the property type of our simulation
properties.
(commit: e5ea50f)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/i18n/SimulationSupport_fr.ts (diff)
Commit f87f7a579386afc3daf94221d875a3e364d569bd by Alan Garny
Simulation support: simplified our detection of modified simulation
data.
A state/rate that is not a finite number necessarily has a value that is
different from its initial value.
(commit: f87f7a5)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 62b0f5c1ee9d0ea0df99e3800fde393d32f8f97b by Alan Garny
KINSOL solver: prevent the solver from looping indefinitely when an ODE
solver is badly set up.
(commit: 62b0f5c)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
The file was modified doc/downloads/index.js (diff)
The file was modified doc/user/whatIsNew.js (diff)