Changes

Summary

  1. General: simplified our fileReloaded() method interface (#1491). (details)
  2. General: added the fileSaved() method interface (#1491). (details)
  3. Sample view: don't do anything when a file has been saved (#1491). (details)
  4. Some minor cleaning up. (details)
  5. Slight update to our sample view documentation page (#1491). (details)
  6. Central widget: prevent some flashing. (details)
  7. Editing and CellML Editing view plugins: don't handle the `fileSaved()` (details)
  8. Editing view plugin: simplified things a bit (#1491). (details)
  9. CellML Editing view plugin: reworked our approach to the (details)
  10. Revert "CellML Editing view plugin: reworked our approach to the (details)
  11. CellML Editing view plugin: reworked our approach to the (details)
  12. Raw CellML view plugin: reworked our approach to the saving/reloading of (details)
  13. Raw Text view plugin: reworked our approach to the saving/reloading of a (details)
  14. CellML Annotation view: fixed a small problem with the hiding of our (details)
  15. CellML Annotation view: slight improvement to the saving of a CellML (details)
  16. CellML Annotation view plugin: reworked our approach to the (details)
  17. CellML Annotation view plugin: reworked our approach to the (details)
  18. Raw SED-ML view plugin: reworked our approach to the saving/reloading of (details)
  19. Editing view plugin: simplified things a bit (#1491). (details)
  20. Central widget: we need our central widget to be enabled before we can (details)
  21. Central widget: get the mode and view tabs to work fine again. (details)
  22. SED-ML Editing view plugin: reworked our approach to the (details)
  23. Core plugin: reworked our approach to the saving/reloading of a file (details)
  24. Some minor cleaning up. (details)
  25. Some minor cleaning up. (details)
  26. Simulation Experiment view plugin: some work on reworking our approach (details)
  27. Some minor cleaning up. (details)
  28. File classes: refactored a few things that were in our CellmlFile class (details)
  29. Simulation Experiment view plugin: reworked our approach to the (details)
  30. Central widget: finally prevented our GUI from flashing when switching (details)
  31. Central widget: finally prevented our GUI from flashing when switching (details)
  32. Slight update to our downloads page (#1491). (details)
Commit cd7ee9ba56d569d78f849fdb376e477976c0fa80 by Alan Garny
General: simplified our fileReloaded() method interface (#1491).
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewplugin.cpp (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewplugin.cpp (diff)
The file was modified src/plugins/filehandlinginterface.inl (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/plugins/sample/SampleView/src/sampleviewplugin.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewplugin.cpp (diff)
The file was modified src/plugins/filehandlinginterface.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
The file was modified src/plugins/editing/EditingView/src/editingviewplugin.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewplugin.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationsupportplugin.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
Commit 450630dc24ab28894bdc16f64506e3a509171a73 by Alan Garny
General: added the fileSaved() method interface (#1491).
The file was modified src/plugins/editing/EditingView/src/editingviewplugin.cpp (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewplugin.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewplugin.cpp (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/plugins/sample/SampleView/src/sampleviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationsupportplugin.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewplugin.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewplugin.cpp (diff)
The file was modified src/plugins/filehandlinginterface.inl (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
Commit c8e90ff84b577aabd7c7c6f8987d7001c301d596 by Alan Garny
Sample view: don't do anything when a file has been saved (#1491).
The file was modified doc/developer/develop/plugins/SampleView.html (diff)
The file was modified src/plugins/sample/SampleView/src/sampleviewplugin.cpp (diff)
Commit aa198dd2a60eaf2b1a4577d634a091d2ac932050 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
Commit f7c7d684ee7ad657d636079dd0a40735bfc43bd9 by Alan Garny
Slight update to our sample view documentation page (#1491).
The file was modified doc/developer/develop/plugins/SampleView.html (diff)
Commit da714d2d23ff7cb20774e2234563df37b12ac5b3 by Alan Garny
Central widget: prevent some flashing.
Some flashing was indeed occurring when in CellML Text view and
modifying a file from outside of OpenCOR. When going back to OpenCOR, we
were asked to reload the file. Then, to reload the file resulted in a
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
Commit ca2e8c27d4f9e5a6f382094508f86ea2ce1df1db by Alan Garny
Editing and CellML Editing view plugins: don't handle the `fileSaved()`
interface (#1491).
The file was modified src/plugins/editing/EditingView/src/editingviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewplugin.cpp (diff)
Commit 1e1b76b1686d2fcf1dba1724d9f228a0216a6a23 by Alan Garny
Editing view plugin: simplified things a bit (#1491).
The file was modified src/plugins/editing/EditingView/src/editingviewplugin.cpp (diff)
Commit c6659bb9b6471e55fa4171877e6491859be44ff4 by Alan Garny
CellML Editing view plugin: reworked our approach to the
saving/reloading of a file (#1491).
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
The file was modified models/noble_model_1962.cellml (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
Commit b9b1787b772d4ce02d33c5d823f050f572e8c8e6 by Alan Garny
Revert "CellML Editing view plugin: reworked our approach to the
saving/reloading of a file (#1491)."
This reverts commit c6659bb9b6471e55fa4171877e6491859be44ff4.
The file was modified models/noble_model_1962.cellml (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
Commit 5b89970ee77230ce78681d9ee88f9cacbd818009 by Alan Garny
CellML Editing view plugin: reworked our approach to the
saving/reloading of a file (#1491).
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
Commit a5fed460444cfd3b72b3570661b7433afa24c8f4 by Alan Garny
Raw CellML view plugin: reworked our approach to the saving/reloading of
a file (#1491).
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.h (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewplugin.cpp (diff)
Commit 5c41a601280b9658f76607328fb4035c557e5cb8 by Alan Garny
Raw Text view plugin: reworked our approach to the saving/reloading of a
file (#1491).
The file was modified src/plugins/editing/RawTextView/src/rawtextviewwidget.h (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewwidget.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewplugin.cpp (diff)
Commit 4aa9a298289b184ed6d4a3384bc4a5264b8cce59 by Alan Garny
CellML Annotation view: fixed a small problem with the hiding of our
busy widget.
This is an indirect result of our work on issue #1492.
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataeditdetailswidget.cpp (diff)
Commit 6ab8a178d40d391868a4b2fe2d69a55b2eef6700 by Alan Garny
CellML Annotation view: slight improvement to the saving of a CellML
file to which we have removed some annotations.
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
Commit ee513c6f059e0d025ecd2e2d8a4f4202b2cca79b by Alan Garny
CellML Annotation view plugin: reworked our approach to the
saving/reloading of a file (#1491).
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewwidget.h (diff)
Commit 5021bcc8aa2fb7441897cdd6de6a380735214f79 by Alan Garny
CellML Annotation view plugin: reworked our approach to the
saving/reloading of a file (#1491).
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewwidget.cpp (diff)
Commit cdae6d7a42d848f8c3482b56b0567699c9c09ba2 by Alan Garny
Raw SED-ML view plugin: reworked our approach to the saving/reloading of
a file (#1491).
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewplugin.cpp (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewwidget.h (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewwidget.cpp (diff)
Commit fe1e2b9e9400890e2df10dc6809a556ecce056e4 by Alan Garny
Editing view plugin: simplified things a bit (#1491).
The file was modified src/plugins/editing/EditingView/src/editingviewplugin.cpp (diff)
Commit 02352d4eacb3c4926892400b1bf382d10f18efba by Alan Garny
Central widget: we need our central widget to be enabled before we can
give the focus to the new view.
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
Commit 301ac4cdc2b18309c270dacfe7b61730d56a3a64 by Alan Garny
Central widget: get the mode and view tabs to work fine again.
This was due to our work on issue #1481.
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
Commit 439ad2faf9946696ee0156c261635ebe8c947a96 by Alan Garny
SED-ML Editing view plugin: reworked our approach to the
saving/reloading of a file (#1491).
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewplugin.cpp (diff)
Commit 824c07778dfdcdbeffb5833c1ca7513e57d8577d by Alan Garny
Core plugin: reworked our approach to the saving/reloading of a file
(#1491).
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
Commit af4e01bc3c1530ed15221ccc22b014b630eac8c4 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.h (diff)
Commit 53403ce65a84b4b04e81464ac230ad016a6adc6b by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
Commit 878cc1936d0868900ed7cbf6837e9738600a5489 by Alan Garny
Simulation Experiment view plugin: some work on reworking our approach
to the saving/reloading of a file (#1491).
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationmanager.h (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationsupportplugin.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewplugin.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationmanager.cpp (diff)
Commit 8966aeef8f1a96c26823a83780e2e91313523e59 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewwidget.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewwidget.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.cpp (diff)
Commit 2cae60b35cac6d42698f22eb498704d3828e1db7 by Alan Garny
File classes: refactored a few things that were in our CellmlFile class
but not in our SedmlFile or CombineArchiveFile classes.
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.h (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfile.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfile.h (diff)
Commit 86978ff1fde75e161d329d260314ed7d20bfa0e9 by Alan Garny
Simulation Experiment view plugin: reworked our approach to the
saving/reloading of a file (#1491).
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (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)
Commit 508599982cc819c066847a3ca167a1a1d6763f6e by Alan Garny
Central widget: finally prevented our GUI from flashing when switching
views.
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
Commit 4cff8737496147c9e1bb7dc188cc3e3c5c1933f1 by Alan Garny
Central widget: finally prevented our GUI from flashing when switching
views.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit a8f314d1d89816b623bf8552fc3e98764dbca8dc by Alan Garny
Slight update to our downloads page (#1491).
The file was modified doc/downloads/index.js (diff)