Changes

Summary

  1. Simulation support: added an addRun() method to our Simulation class (details)
  2. Simulation support: can now add a new run (#1523). (details)
  3. Some minor cleaning up. (details)
  4. Revert "Some minor cleaning up." (details)
  5. Some minor cleaning up. (details)
  6. Some minor cleaning up. (details)
  7. Some minor cleaning up. (details)
  8. Some minor cleaning up. (details)
  9. Simulation support: give access to all our data stores (#1523). (details)
  10. Some minor cleaning up. (details)
  11. Simplified our data store interface (#1523). (details)
  12. Some minor cleaning up. (details)
  13. Some minor cleaning up. (details)
  14. Some minor cleaning up. (details)
  15. Some minor cleaning up. (details)
  16. Some minor cleaning up. (details)
  17. CSV data store: support multiple data stores (#1523). (details)
  18. CSV data store: support multiple data stores (#1523). (details)
  19. CSV data store: support multiple data stores (#1523). (details)
  20. CSV data store: support multiple data stores (#1523). (details)
  21. Data store: always have a VOI (#1523). (details)
  22. Some minor cleaning up. (details)
  23. Some minor refactoring (#1523). (details)
  24. Data store interface: don't create a data store with a capacity anymore (details)
  25. Data store interface: don't pass all our data stores to DataStoreData (details)
  26. Data store interface: removed DataStores (#1523). (details)
  27. Some minor cleaning up. (details)
  28. Data store interface: slight change to the signature of our (details)
  29. Data store interface: added the skeleton of an addRun() method to our (details)
  30. Some minor cleaning up. (details)
  31. Some minor cleaning up. (details)
  32. Removed our resetList() method. (details)
  33. Data store interface: added an addRun() method to our DataStoreVariable (details)
  34. Data store interface: can now return the size of a given run (#1523). (details)
  35. Some minor cleaning up. (details)
  36. Data store interface: can now only add a variables / some variables to a (details)
  37. Data store interface: can now add and retrieve values (#1523). (details)
  38. Some minor cleaning up. (details)
  39. Data store interface: keep track of our data store in our DataStoreData (details)
  40. Data store interface: some minor renaming (#1523). (details)
  41. Some minor cleaning up. (details)
  42. Some minor cleaning up. (details)
  43. CSV data store: now support multiple runs (#1523). (details)
  44. BioSignalML data store: can now re-export the last run (#1523). (details)
  45. BioSignalML data store: now support multiple runs (#1523). (details)
  46. Some minor cleaning up. (details)
  47. Some minor cleaning up. (details)
  48. Simulation Experiment view: simplified our code a bit. (details)
  49. CSV data store: improved the progress of the export. (details)
  50. BioSignalML data store: improved the progress of the export. (details)
  51. Some minor cleaning up. (details)
  52. Some minor cleaning up. (details)
  53. Graph panel widget: added support for multiple runs (#1523). (details)
  54. Simulation Experiment view: added initial support for multiple runs (details)
  55. Graph panel widget: our runs are freed automatically, so no need to free (details)
  56. Simulation Experiment view: to clear our simulation data now reset all (details)
  57. Graph panel widget: use the same symbols for different runs (#1523). (details)
  58. Some minor cleaning up. (details)
  59. Simulation support: don't try to create a data store for our results if (details)
  60. Simulation support: make sure that our results have a data store before (details)
  61. Some minor cleaning up. (details)
  62. Graph panel widget: make sure that a run has some data before using it (details)
  63. Graph panel widget: make sure that our new default run (upon resetting (details)
  64. Some minor cleaning up. (details)
  65. Graph panel widget: improved boundingRect() and boundingLogRect() (details)
  66. Some minor cleaning up. (details)
  67. Graph panel widget: show only one instance of a graph's legend (#1523). (details)
  68. Some minor cleaning up. (details)
  69. Some minor cleaning up. (details)
  70. Some minor cleaning up. (details)
  71. CSV data store: output the data of all the runs and not always that of (details)
  72. Slight updates to our downloads and what is new pages (#1523). (details)
  73. Some minor cleaning up. (details)
  74. Graph panel widget: no space between our legend items (#1523). (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…
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).
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 012ee5d4c09ce475d41120646187806dfdb7934f 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 c1846e03e74a28987e45f667a354a702529c5df1 by Alan Garny
Revert "Some minor cleaning up."
This reverts commit 012ee5d4c09ce475d41120646187806dfdb7934f.
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 ae54b463a82fb00e984d843d8d1eeaa6b29f75ed by Alan Garny
Some minor cleaning up.
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 a4e197cb3465a66ffe61ecd9f3353fc52711c033 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit da85fda94aa3272bf5cb2d0d64cb91c4bb50246b by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 73f4a0d91579852c8cc63ce5cf7e6fa1251896af by Alan Garny
Some minor cleaning up.
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).
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 7c94b2b88f19904e95612d6b44a16bd23996f29e 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/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).
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (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/BioSignalMLDataStore/src/biosignalmldatastoredialog.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.h (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.h (diff)
The file was modified src/plugins/datastoreinterface.inl (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreplugin.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredialog.h (diff)
Commit c3b23db8f833db4826413c148ae6f5dcf624af52 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit be6e59d8a4a8c44af1383691feb82bffbe7601e0 by Alan Garny
Some minor cleaning up.
The file was modified doc/developer/thirdPartyLibraries.html (diff)
Commit fa481aaa2991a59abb9aef97cd0d21768df304f8 by Alan Garny
Some minor cleaning up.
The file was modified doc/developer/thirdPartyLibraries.html (diff)
Commit 9b2fe288717fecb78103b534644da99320ad492d by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 32c6c4538d8c32fdbf91d1450aa9f2578bc4202b by Alan Garny
Some minor cleaning up.
The file was modified doc/developer/develop/res/stylesheet.css (diff)
Commit 54b63474d8dea17988f40cafe4a576d5d058665f by Alan Garny
CSV data store: support multiple data stores (#1523).
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.
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.
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.
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit 91a2a707f5e227021c2e18d1677cf650e594374b by Alan Garny
Data store: always have a VOI (#1523).
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 923443b9a38159a42405ae7b24599aed9ddeebac by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit fa2fafb20c5197d5af3289fc13cdac499370ced0 by Alan Garny
Some minor refactoring (#1523).
The file was modified src/plugins/support/SimulationSupport/src/simulation.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)
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).
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/datastoreinterface.cpp (diff)
Commit 8c0ee4943740e022e6c80ca6e58d47d38319bec2 by Alan Garny
Data store interface: don't pass all our data stores to DataStoreData
(#1523).
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/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredata.h (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/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
Commit f4c1ebf1771d2e1f585bec8e4a2bae5d73fa7a5c by Alan Garny
Data store interface: removed DataStores (#1523).
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredialog.cpp (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/datastoreinterface.inl (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/dataStore/BioSignalMLDataStore/src/biosignalmldatastoredialog.h (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/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
Commit 7ef9b8c5507788d7f86dc195f2f527cd7d430e0c by Alan Garny
Some minor cleaning up.
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).
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 924e65fbbac095e8593b7fea346b42d5d31d72a2 by Alan Garny
Data store interface: added the skeleton of an addRun() method to our
DataStore class (#1523).
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)
Commit 3bb7fd5ca43d6c0d7c6c56e94d23f98c5713f0ea by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h.inl (diff)
Commit 72350af5d7d14d61dd7e719e4955743c60a1fdb6 by Alan Garny
Some minor cleaning up.
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.
The file was modified src/plugins/datastoreinterface.cpp (diff)
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)
Commit fe81f7f99868b22896629fd4171d705b80d4fae8 by Alan Garny
Data store interface: added an addRun() method to our DataStoreVariable
class (#1523).
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).
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
Commit c66e0a4cdb92b264d14aadaef15b363f715ae984 by Alan Garny
Some minor cleaning up.
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).
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit 5bc31933421312cea2e06f88f3338e7fcf2eb74d by Alan Garny
Data store interface: can now add and retrieve values (#1523).
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
Commit 4bca0e591b86ba799c399c2586660d3d710d92a3 by Alan Garny
Some minor cleaning up.
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).
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/biosignalmldatastoredata.h (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreplugin.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
Commit 6fd46be5e5d0328cfda52376a40af64b0046ca02 by Alan Garny
Data store interface: some minor renaming (#1523).
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/dataStore/CSVDataStore/src/csvdatastoreexporter.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/biosignalmldatastoredata.h (diff)
Commit 258666208132199ab08d0ca7bd43a3196dd663e8 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
Commit f9c9da57bc9f1b5532132eabe4de64344175600f by Alan Garny
Some minor cleaning up.
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).
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (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).
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.
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
Commit 6b9cdfbd782cd55711ad2c593c6c350d52ba5772 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit 7a2189467f9ac80461ed11bbcbeb0af36d8727ff by Alan Garny
Some minor cleaning up.
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.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (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.
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.
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
Commit 3192b70eb3daf90b9869fef56ef5e4b62b57f9b7 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.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/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit fb259f61ffe601b77c0a44ae44a6b1b55ee22174 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/CellMLSupport/tests/tests.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.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.
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 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…!?).
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.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/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (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!
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).
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.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/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
Commit 3c67d02a9d352d94a225a5788fc476a27b15f4ae by Alan Garny
Graph panel widget: use the same symbols for different runs (#1523).
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/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
Commit b0e14ab873ece46c64ec3874002d82ef6ca0784f by Alan Garny
Some minor cleaning up.
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).
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).
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 0cecf4b407c4e5ed8fb01002c0938e6ccfccf275 by Alan Garny
Some minor cleaning up.
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).
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).
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 6cbc3587fce44464f5eba878f682dd199383e52f by Alan Garny
Some minor cleaning up.
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).
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 0056d450e2ae4912fa6e37bad9ad30935d6303f5 by Alan Garny
Some minor cleaning up.
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.
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 468dd3c5c1d987198e0b8ead49980548d012cdd6 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit 63e87f630c065f0e633f4eb4aead2c97ceefc38e by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 7789ec45612742b9b50241dcf0c4b28609717152 by Alan Garny
Some minor cleaning up.
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).
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).
The file was modified doc/user/whatIsNew.js (diff)
The file was modified doc/downloads/index.js (diff)
Commit 4deb3e5b9590e72f228cd48f542afa4f8b04ea40 by Alan Garny
Some minor cleaning up.
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).
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)