Changes

Summary

  1. Simulation support: added an addRun() method to our Simulation class (commit: ffa4675) (details)
  2. Simulation support: can now add a new run (#1523). (commit: edc590f) (details)
  3. Some minor cleaning up. (commit: 012ee5d) (details)
  4. Revert "Some minor cleaning up." (commit: c1846e0) (details)
  5. Some minor cleaning up. (commit: ae54b46) (details)
  6. Some minor cleaning up. (commit: a4e197c) (details)
  7. Some minor cleaning up. (commit: da85fda) (details)
  8. Some minor cleaning up. (commit: 73f4a0d) (details)
  9. Simulation support: give access to all our data stores (#1523). (commit: ea009ed) (details)
  10. Some minor cleaning up. (commit: 7c94b2b) (details)
  11. Simplified our data store interface (#1523). (commit: c3a2592) (details)
  12. Some minor cleaning up. (commit: c3b23db) (details)
  13. Some minor cleaning up. (commit: be6e59d) (details)
  14. Some minor cleaning up. (commit: fa481aa) (details)
  15. Some minor cleaning up. (commit: 9b2fe28) (details)
  16. Some minor cleaning up. (commit: 32c6c45) (details)
  17. CSV data store: support multiple data stores (#1523). (commit: 54b6347) (details)
  18. CSV data store: support multiple data stores (#1523). (commit: 39cf439) (details)
  19. CSV data store: support multiple data stores (#1523). (commit: 9ef1ff0) (details)
  20. CSV data store: support multiple data stores (#1523). (commit: 5b951d4) (details)
  21. Data store: always have a VOI (#1523). (commit: 91a2a70) (details)
  22. Some minor cleaning up. (commit: 923443b) (details)
  23. Some minor refactoring (#1523). (commit: fa2fafb) (details)
  24. Data store interface: don't create a data store with a capacity anymore (commit: b33e1b1) (details)
  25. Data store interface: don't pass all our data stores to DataStoreData (commit: 8c0ee49) (details)
  26. Data store interface: removed DataStores (#1523). (commit: f4c1ebf) (details)
  27. Some minor cleaning up. (commit: 7ef9b8c) (details)
  28. Data store interface: slight change to the signature of our (commit: 431097a) (details)
  29. Data store interface: added the skeleton of an addRun() method to our (commit: 924e65f) (details)
  30. Some minor cleaning up. (commit: 3bb7fd5) (details)
  31. Some minor cleaning up. (commit: 72350af) (details)
  32. Removed our resetList() method. (commit: a53e949) (details)
  33. Data store interface: added an addRun() method to our DataStoreVariable (commit: fe81f7f) (details)
  34. Data store interface: can now return the size of a given run (#1523). (commit: ea8d6b0) (details)
  35. Some minor cleaning up. (commit: c66e0a4) (details)
  36. Data store interface: can now only add a variables / some variables to a (commit: 9e6922f) (details)
  37. Data store interface: can now add and retrieve values (#1523). (commit: 5bc3193) (details)
  38. Some minor cleaning up. (commit: 4bca0e5) (details)
  39. Data store interface: keep track of our data store in our DataStoreData (commit: 90ad026) (details)
  40. Data store interface: some minor renaming (#1523). (commit: 6fd46be) (details)
  41. Some minor cleaning up. (commit: 2586662) (details)
  42. Some minor cleaning up. (commit: f9c9da5) (details)
  43. CSV data store: now support multiple runs (#1523). (commit: 40ff6b5) (details)
  44. BioSignalML data store: can now re-export the last run (#1523). (commit: a7b7c82) (details)
  45. BioSignalML data store: now support multiple runs (#1523). (commit: f6cd94f) (details)
  46. Some minor cleaning up. (commit: 6b9cdfb) (details)
  47. Some minor cleaning up. (commit: 7a21894) (details)
  48. Simulation Experiment view: simplified our code a bit. (commit: 7f68736) (details)
  49. CSV data store: improved the progress of the export. (commit: b5729b4) (details)
  50. BioSignalML data store: improved the progress of the export. (commit: 5b9ce9d) (details)
  51. Some minor cleaning up. (commit: 3192b70) (details)
  52. Some minor cleaning up. (commit: fb259f6) (details)
  53. Graph panel widget: added support for multiple runs (#1523). (commit: 7c015fb) (details)
  54. Simulation Experiment view: added initial support for multiple runs (commit: 1669656) (details)
  55. Graph panel widget: our runs are freed automatically, so no need to free (commit: 94e5295) (details)
  56. Simulation Experiment view: to clear our simulation data now reset all (commit: 8498a1e) (details)
  57. Graph panel widget: use the same symbols for different runs (#1523). (commit: 3c67d02) (details)
  58. Some minor cleaning up. (commit: b0e14ab) (details)
  59. Simulation support: don't try to create a data store for our results if (commit: 136c98f) (details)
  60. Simulation support: make sure that our results have a data store before (commit: 1f37dd9) (details)
  61. Some minor cleaning up. (commit: 0cecf4b) (details)
  62. Graph panel widget: make sure that a run has some data before using it (commit: 47cddce) (details)
  63. Graph panel widget: make sure that our new default run (upon resetting (commit: 44cf95b) (details)
  64. Some minor cleaning up. (commit: 6cbc358) (details)
  65. Graph panel widget: improved boundingRect() and boundingLogRect() (commit: 3f62ff9) (details)
  66. Some minor cleaning up. (commit: 0056d45) (details)
  67. Graph panel widget: show only one instance of a graph's legend (#1523). (commit: 870efed) (details)
  68. Some minor cleaning up. (commit: 468dd3c) (details)
  69. Some minor cleaning up. (commit: 63e87f6) (details)
  70. Some minor cleaning up. (commit: 7789ec4) (details)
  71. CSV data store: output the data of all the runs and not always that of (commit: 0aa0e7e) (details)
  72. Slight updates to our downloads and what is new pages (#1523). (commit: 84dc07b) (details)
  73. Some minor cleaning up. (commit: 4deb3e5) (details)
  74. Graph panel widget: no space between our legend items (#1523). (commit: 7865861) (details)
Commit ffa46750fa8d5c08f177f7e504218d40c2850953 by Alan Garny
Simulation support: added an addRun() method to our Simulation class
(#1523).
This is just about refactoring code at this stage…
(commit: ffa4675)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
Commit edc590f5ad1cddbd125594c8be9bed4135196822 by Alan Garny
Simulation support: can now add a new run (#1523).
(commit: edc590f)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.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)
Commit c1846e03e74a28987e45f667a354a702529c5df1 by Alan Garny
Revert "Some minor cleaning up."
This reverts commit 012ee5d4c09ce475d41120646187806dfdb7934f.
(commit: c1846e0)
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/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit ea009ed53334321aba404b6839d1ae7752daf0b1 by Alan Garny
Simulation support: give access to all our data stores (#1523).
(commit: ea009ed)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
Commit c3a2592c1210c8b1b879b017a506646eee2e50e1 by Alan Garny
Simplified our data store interface (#1523).
(commit: c3a2592)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredialog.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.h (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.cpp (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.h (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredialog.h (diff)
The file was modified src/plugins/datastoreinterface.inl (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.h (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified doc/developer/thirdPartyLibraries.html (diff)
The file was modified doc/developer/thirdPartyLibraries.html (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified doc/developer/develop/res/stylesheet.css (diff)
Commit 54b63474d8dea17988f40cafe4a576d5d058665f by Alan Garny
CSV data store: support multiple data stores (#1523).
(commit: 54b6347)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h (diff)
Commit 39cf439de1508fd8d2a6bf17ba0e42c1fc44364a by Alan Garny
CSV data store: support multiple data stores (#1523).
Makes sure that we can output different runs with different point
intervals, this without outputting the VOI.
(commit: 39cf439)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 9ef1ff07ecc89292bed0a53fb2dfc5cbc530b645 by Alan Garny
CSV data store: support multiple data stores (#1523).
Makes sure that we can output different runs with different point
intervals, this without outputting the VOI.
(commit: 9ef1ff0)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 5b951d43098d0f52280bad80c5f94f15676dfda6 by Alan Garny
CSV data store: support multiple data stores (#1523).
Make sure that it builds fine on Windows.
(commit: 5b951d4)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 91a2a707f5e227021c2e18d1677cf650e594374b by Alan Garny
Data store: always have a VOI (#1523).
(commit: 91a2a70)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit fa2fafb20c5197d5af3289fc13cdac499370ced0 by Alan Garny
Some minor refactoring (#1523).
(commit: fa2fafb)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
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 b33e1b1e4dd51a770ae204ae886a9247586f3722 by Alan Garny
Data store interface: don't create a data store with a capacity anymore
(#1523).
Indeed, we want a data store to hold one or several runs, and those runs
may not all be of the same capacity (e.g. one run with a point interval
of 1 and another of 0.1, for the same starting and ending points).
(commit: b33e1b1)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 8c0ee4943740e022e6c80ca6e58d47d38319bec2 by Alan Garny
Data store interface: don't pass all our data stores to DataStoreData
(#1523).
(commit: 8c0ee49)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.h (diff)
Commit f4c1ebf1771d2e1f585bec8e4a2bae5d73fa7a5c by Alan Garny
Data store interface: removed DataStores (#1523).
(commit: f4c1ebf)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/datastoreinterface.inl (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredialog.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredialog.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 431097afa7fe98ebf6d47698cabe7f4c7bb5dfb9 by Alan Garny
Data store interface: slight change to the signature of our
DataStore::addVariables() method (#1523).
(commit: 431097a)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit 924e65fbbac095e8593b7fea346b42d5d31d72a2 by Alan Garny
Data store interface: added the skeleton of an addRun() method to our
DataStore class (#1523).
(commit: 924e65f)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h.inl (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h.inl (diff)
Commit a53e949df4abc775b4c06fb68b6820f1294430fc by Alan Garny
Removed our resetList() method.
Only CellmlFile::reset() was really taking advantage of it.
(commit: a53e949)
The file was modified src/plugins/pluginmanager.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h.inl (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit fe81f7f99868b22896629fd4171d705b80d4fae8 by Alan Garny
Data store interface: added an addRun() method to our DataStoreVariable
class (#1523).
(commit: fe81f7f)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit ea8d6b0cd23050a91bb5daf84707811b726ab723 by Alan Garny
Data store interface: can now return the size of a given run (#1523).
(commit: ea8d6b0)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
Commit 9e6922f40a211b1fbe7a5ee22a16269654c8df0d by Alan Garny
Data store interface: can now only add a variables / some variables to a
data store if no runs haven't already been added to it (#1523).
(commit: 9e6922f)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit 5bc31933421312cea2e06f88f3338e7fcf2eb74d by Alan Garny
Data store interface: can now add and retrieve values (#1523).
(commit: 5bc3193)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit 90ad0261854d2f34ec72abb88fb1a1f4b8c7f005 by Alan Garny
Data store interface: keep track of our data store in our DataStoreData
class (#1523).
(commit: 90ad026)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.h (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreplugin.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit 6fd46be5e5d0328cfda52376a40af64b0046ca02 by Alan Garny
Data store interface: some minor renaming (#1523).
(commit: 6fd46be)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit 40ff6b50831d2453d48a0f46d93508c2a3f3fb44 by Alan Garny
CSV data store: now support multiple runs (#1523).
(commit: 40ff6b5)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit a7b7c82f71f57bcb3de75fc543e924aac4244e2d by Alan Garny
BioSignalML data store: can now re-export the last run (#1523).
(commit: a7b7c82)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
Commit f6cd94f132b5908f727f8a8283e95ca0e287c58e by Alan Garny
BioSignalML data store: now support multiple runs (#1523).
Note that we don’t set the duration of our recording anymore since it
may contain more than one run.
(commit: f6cd94f)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 7f6873667e61d743a4440848e1f003f2661da536 by Alan Garny
Simulation Experiment view: simplified our code a bit.
(commit: 7f68736)
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/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
Commit b5729b4748026c461d2e21d5658c83af7bda9656 by Alan Garny
CSV data store: improved the progress of the export.
(commit: b5729b4)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 5b9ce9dd0256d8bd75ca96e64d5d919416296c58 by Alan Garny
BioSignalML data store: improved the progress of the export.
(commit: 5b9ce9d)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsimulationwidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.cpp (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
Commit 7c015fb5a998dca3688a4e6e62b4aa20c0954fc8 by Alan Garny
Graph panel widget: added support for multiple runs (#1523).
Now, we ‘just’ need to make use of multiple runs from the
SimulationExperiment view.
(commit: 7c015fb)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
Commit 16696563052db86e4d40daeaac6aed1943dcb4fd by Alan Garny
Simulation Experiment view: added initial support for multiple runs
(#1523).
There are still some strange things going on (e.g. to clear the
simulation data doesn’t remove the plots…!?).
(commit: 1669656)
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/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (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)
Commit 94e529576ae721a80545a17791a384ff6f08839d by Alan Garny
Graph panel widget: our runs are freed automatically, so no need to free
them ourselves (#1523).
Not only that, but it also prevents potential problems for trying to
free them twice!
(commit: 94e5295)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 8498a1e30bfc593f39b222dc30127ca19f46f313 by Alan Garny
Simulation Experiment view: to clear our simulation data now reset all
our runs, not only the last one (#1523).
(commit: 8498a1e)
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)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 3c67d02a9d352d94a225a5788fc476a27b15f4ae by Alan Garny
Graph panel widget: use the same symbols for different runs (#1523).
(commit: 3c67d02)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 136c98f668b06a837d836583a04a8859c31dc6a1 by Alan Garny
Simulation support: don't try to create a data store for our results if
we don't have a runtime (#1523).
(commit: 136c98f)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 1f37dd91eca59a7cccb0d53f59b8e3d3c02a4fce by Alan Garny
Simulation support: make sure that our results have a data store before
returning its size (#1523).
(commit: 1f37dd9)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 47cddceddf8758dc842fc1838f8a4b14546b7dd8 by Alan Garny
Graph panel widget: make sure that a run has some data before using it
to compute our bounding rectangle (#1523).
(commit: 47cddce)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 44cf95bb23e4ffa88d53371b04cb3bdd9af693af by Alan Garny
Graph panel widget: make sure that our new default run (upon resetting
our runs) is properly customised (#1523).
(commit: 44cf95b)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 3f62ff9d1da5a04037f84ddc5d4c29ff97622df9 by Alan Garny
Graph panel widget: improved boundingRect() and boundingLogRect()
methods (#1523).
(commit: 3f62ff9)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 870efed1b7ebb0f2bcee1cb4ce9f0f456a638574 by Alan Garny
Graph panel widget: show only one instance of a graph's legend (#1523).
Indeed, Qwt creates a legend widget for every single graph, which means
that if we have three runs then we will have three legend widgets while
we only want one of them.
(commit: 870efed)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 0aa0e7e2ea8a0a4c93da97da18229469432edfb3 by Alan Garny
CSV data store: output the data of all the runs and not always that of
the last run (#1523).
(commit: 0aa0e7e)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 84dc07b30df3d906481094d0a396a2d0bc327a86 by Alan Garny
Slight updates to our downloads and what is new pages (#1523).
(commit: 84dc07b)
The file was modified doc/user/whatIsNew.js (diff)
The file was modified doc/downloads/index.js (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 78658613229cad7539d2cc30fab4cae1c4771f66 by Alan Garny
Graph panel widget: no space between our legend items (#1523).
Indeed, on macOS it was fine, but on Windows and Linux there was some
space, which meant that after a few runs of
doc/developer/functionalTests/res/sedml/noble_1962_local.sedml, we would
see a scrollbar for the two bottom graph panels (since they have 3
graphs each while the first graph panel has only one).
(commit: 7865861)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)