Changes

Summary

  1. Some minor cleaning up. (commit: 5bd1ae0) (details)
  2. Some minor cleaning up. (commit: 34265ac) (details)
  3. Some minor cleaning up. (commit: f17d9ac) (details)
  4. Simulation support: added a way to return the file name associated with (commit: 73206f1) (details)
  5. Some minor cleaning up. (commit: 2d402af) (details)
  6. Some minor cleaning up. (commit: 095f4e9) (details)
  7. Simulation Experiment view: don't 'manually' track our file name. (commit: 4804567) (details)
  8. Some minor cleaning up. (commit: 05d19d3) (details)
  9. Simulation Experiment view: make sure that the 2D plots are always (commit: c645412) (details)
  10. Simulation Experiment view: when a file has been modified, only enable (commit: 72fa5d4) (details)
  11. Some minor cleaning up. (commit: 3cafd52) (details)
  12. Some minor cleaning up. (commit: 0f62b7d) (details)
  13. Some minor cleaning up. (commit: ecf33cd) (details)
  14. Some minor cleaning up. (commit: 652bce1) (details)
  15. Some minor cleaning up. (commit: aa73116) (details)
  16. View interface: don't distinguish between the MIME types for opening and (commit: 6ae77df) (details)
  17. Functional tests: make sure that our SED-ML files and COMBINE archive (commit: b1e06b6) (details)
  18. Some minor cleaning up. (commit: 37e09c1) (details)
  19. Graph panels widget: make sure that its sizes are properly set and (commit: 164642c) (details)
  20. Graph panels widget: make it possible to remove all the graph panels. (commit: 876cf78) (details)
  21. Some minor cleaning up. (commit: cd84448) (details)
  22. Some minor cleaning up. (commit: ec71d8e) (details)
  23. Some minor cleaning up. (commit: 9d2e903) (details)
  24. Some minor cleaning up. (commit: 0ff862a) (details)
  25. Whenever possible, use a QByteArray rather than a QString when (commit: 02af0f9) (details)
  26. Some minor cleaning up. (commit: 8c9b938) (details)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/pluginsdialog.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/viewinterface.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfilerdftriple.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 73206f1bcba17e78672013cbc1c1a72ba0f42f38 by Alan Garny
Simulation support: added a way to return the file name associated with
a simulation.
(commit: 73206f1)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/busywidget.cpp (diff)
Commit 48045676214f80e80d5852506d610c127fa07b81 by Alan Garny
Simulation Experiment view: don't 'manually' track our file name.
Indeed, this is bug prone (e.g. we forget to update it at some point).
(commit: 4804567)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit c64541201d7a73e35fd511d3cdd5aac1ed779ec4 by Alan Garny
Simulation Experiment view: make sure that the 2D plots are always
exported to SED-ML in the same order.
(commit: c645412)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 72fa5d47f95dd47ea3ff12a6d320c5cdc0bd4278 by Alan Garny
Simulation Experiment view: when a file has been modified, only enable
our reset button if it was a CellML file.
(commit: 72fa5d4)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.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/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 6ae77dfdbe153ba8005fccf4fef9ec8a611603c5 by Alan Garny
View interface: don't distinguish between the MIME types for opening and
saving a file.
Indeed, views that can open a given type of file should also be able to
save that type of file.
(commit: 6ae77df)
The file was modified src/plugins/viewinterface.inl (diff)
The file was modified src/plugins/viewinterface.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.h (diff)
The file was modified doc/developer/develop/plugins/SampleView.html (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/sample/SampleView/src/sampleviewplugin.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewplugin.cpp (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewplugin.cpp (diff)
The file was modified src/plugins/viewinterface.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewplugin.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewplugin.cpp (diff)
Commit b1e06b63c16197b87816ff0792c46d454445bed4 by Alan Garny
Functional tests: make sure that our SED-ML files and COMBINE archive
list things in the right order.
(commit: b1e06b6)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_V_iK.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_time.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_gL_time.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_iK_time.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_iK_V.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_iK.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_gL.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_local.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_V_time.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_remote.sedml (diff)
The file was modified doc/developer/functionalTests/res/combine/noble_1962.omex (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_V.sedml (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfile.cpp (diff)
Commit 164642c836369a4fb55b3d5180a959695acd3cf5 by Alan Garny
Graph panels widget: make sure that its sizes are properly set and
tracked.
(commit: 164642c)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.h (diff)
Commit 876cf78b3a7cf406f6a0e47ea84ecc5778df2d79 by Alan Garny
Graph panels widget: make it possible to remove all the graph panels.
Right now, when removing all graph panels, we remove all of them but the
first one. Yet, there may be cases where we would also want to remove
the first one (and have it replaced with a ‘blank’ graph panel since we
must always have at least one graph panel).
(commit: 876cf78)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.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/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataeditdetailswidget.cpp (diff)
The file was modified src/checkforupdatesdialog.cpp (diff)
Commit 02af0f9de389fe039aaddf7787f2264b642d5053 by Alan Garny
Whenever possible, use a QByteArray rather than a QString when
reading/writing a file.
(commit: 02af0f9)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.cpp (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewwidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h (diff)
The file was modified src/plugins/support/COMBINESupport/tests/tests.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowsynchronizedialog.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.h (diff)
The file was modified src/plugins/tools/CellMLTools/src/cellmltoolsplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/file.cpp (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)