Changes

Summary

  1. CellML Annotation view: fixed a class member access problem. (details)
  2. Some minor cleaning up. (details)
  3. Moved SimulationExperimentViewSimulationWidget::FileType to (details)
  4. Some minor cleaning up. (details)
  5. Some minor cleaning up. (details)
  6. CellML support: added a method to directly check for a CellML file's (details)
  7. Some minor cleaning up. (details)
  8. COMBINE support: now have methods to check that it is supported and to (details)
  9. SED-ML support: allow the creation of a SED-ML with the file name of its (details)
  10. SED-ML support: can now validate a SED-ML file directly. (details)
  11. Some minor cleaning up. (details)
  12. Moved (details)
  13. SED-ML support: now have methods to check that it is supported and to (details)
  14. Some minor cleaning up. (details)
  15. Simulation Experiment view: prevent a potential problem with filters (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…?!
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.cpp (diff)
Commit f8445384baed1638e807af097efe84518eabd2dd by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
Commit c0aa60c4cb7f6a7c7dda4dfddcf21476283f47be by Alan Garny
Moved SimulationExperimentViewSimulationWidget::FileType to
SimulationExperimentViewSimulation::FileType.
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)
Commit 85f218d88126e28da1059e577a540221b15da4b6 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit f5c441e79258ad193fe0b8f931276b3a88df131b by Alan Garny
Some minor cleaning up.
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.
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.h (diff)
Commit e78cc96a1b04a05d8ce0f0a615901787cdd5a20f by Alan Garny
Some minor cleaning up.
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.
The file was modified src/plugins/support/COMBINESupport/CMakeLists.txt (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/i18n/COMBINESupport_fr.ts (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.h (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/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/support/COMBINESupport/tests/tests.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/tests/tests.h (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.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.cpp (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.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 60e208f71ef1ebeaa2ab538e3610b3fd814750e6 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
Commit f16d5ec7f6b75f5d96caeaf7a99e14bd004ca053 by Alan Garny
Moved
SimulationExperimentViewSimulationWidget::sedmlAlgorithmSupported() to
SedmlFile::algorithmSupported().
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)
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)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (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().
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (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/support/SEDMLSupport/src/sedmlfile.cpp (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)
Commit d05af71bc969d80fd7ca6dbac28160252d080719 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/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.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)