Changes

Summary

  1. CellML Annotation view: fixed a class member access problem. (commit: f68b4e7) (details)
  2. Some minor cleaning up. (commit: f844538) (details)
  3. Moved SimulationExperimentViewSimulationWidget::FileType to (commit: c0aa60c) (details)
  4. Some minor cleaning up. (commit: 85f218d) (details)
  5. Some minor cleaning up. (commit: f5c441e) (details)
  6. CellML support: added a method to directly check for a CellML file's (commit: 15e80ae) (details)
  7. Some minor cleaning up. (commit: e78cc96) (details)
  8. COMBINE support: now have methods to check that it is supported and to (commit: ce0df3f) (details)
  9. SED-ML support: allow the creation of a SED-ML with the file name of (commit: 57721e2) (details)
  10. SED-ML support: can now validate a SED-ML file directly. (commit: 27d911e) (details)
  11. Some minor cleaning up. (commit: 60e208f) (details)
  12. Moved (commit: f16d5ec) (details)
  13. SED-ML support: now have methods to check that it is supported and to (commit: c39b0d5) (details)
  14. Some minor cleaning up. (commit: d05af71) (details)
  15. Simulation Experiment view: prevent a potential problem with filters (commit: 2376e25) (details)
Commit f68b4e7c13b055ed3389245f81692253f5b82654 by Alan Garny
CellML Annotation view: fixed a class member access problem.
Indeed, we were trying to call
CellmlAnnotationViewCellmlElementItem::type() on our model’s invisible
root item, which obviously cannot work, even though it used to be
‘fine’ until now…?!
(commit: f68b4e7)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.cpp (diff)
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/simulationexperimentviewsimulationwidget.h (diff)
Commit c0aa60c4cb7f6a7c7dda4dfddcf21476283f47be by Alan Garny
Moved SimulationExperimentViewSimulationWidget::FileType to
SimulationExperimentViewSimulation::FileType.
(commit: c0aa60c)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulation.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
Commit 15e80aee8631b0db8b71110b54e5cf8ee89345d0 by Alan Garny
CellML support: added a method to directly check for a CellML file's
validity.
(commit: 15e80ae)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfilemanager.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfilemanager.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinefilemanager.cpp (diff)
Commit ce0df3fcfe3385b73a90832acb7f92a25b9c67a1 by Alan Garny
COMBINE support: now have methods to check that it is supported and to
retrieve its corresponding SED-ML file.
(commit: ce0df3f)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/support/COMBINESupport/tests/tests.h (diff)
The file was modified src/plugins/support/COMBINESupport/CMakeLists.txt (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinesupportplugin.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.h (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/tests/tests.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/i18n/COMBINESupport_fr.ts (diff)
Commit 57721e2d565f3f8ff242851667bd35b44c2edf9e by Alan Garny
SED-ML support: allow the creation of a SED-ML with the file name of
its owner.
This will come handy later on when we can retrieve the corresponding
CellML file of a SED-ML file.
(commit: 57721e2)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
Commit 27d911e2033a35d5edb5446b2daf9c430c24a003 by Alan Garny
SED-ML support: can now validate a SED-ML file directly.
This is in contrast with before where we could only validate some file
contents.
(commit: 27d911e)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
Commit f16d5ec7f6b75f5d96caeaf7a99e14bd004ca053 by Alan Garny
Moved
SimulationExperimentViewSimulationWidget::sedmlAlgorithmSupported() to
SedmlFile::algorithmSupported().
(commit: f16d5ec)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/support/SEDMLSupport/i18n/SEDMLSupport_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit c39b0d5cb5de6663471b3ae9bc7307f1eb996e2a by Alan Garny
SED-ML support: now have methods to check that it is supported and to
retrieve its corresponding CellML file.
This has basically meant moving
SimulationExperimentViewSimulationWidget::sedmlFileSupported() to
SedmlFile::isSupported() and
SimulationExperimentViewSimulationWidget::retrieveCellmlFile() to
SedmlFile::cellmlFile().
(commit: c39b0d5)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/i18n/SEDMLSupport_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
Commit 2376e25a3d31b6915a39d9a9984001c80baf05f7 by Alan Garny
Simulation Experiment view: prevent a potential problem with filters
when exporting a simulation to SED-ML or a COMBINE archive.
(commit: 2376e25)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)