Changes

Summary

  1. Some minor cleaning up. (details)
  2. Create Simulation Experiment view: added some properties for the (details)
  3. Create Simulation Experiment view: updated (details)
  4. Create Simulation Experiment view: don’t, anymore, change the colour of (details)
  5. GraphPanel widget: provide a better cap and join style for the pen of a (details)
  6. Simulation Experiment view: can now change the width of a graph line (details)
  7. PropertyEditor widget: renamed list editor classes/methods to string (details)
  8. PropertyEditor widget: added a ListEditorWidget class. (details)
  9. Simulation Experiment view: properly distinguish between our root (details)
  10. PropertyEditor widget: reverting some of our recent changes. (details)
  11. Some minor cleaning up. (details)
  12. Some minor cleaning up. (details)
  13. Simulation Experiment view: can now change the style of a graph line (details)
  14. Simulation Experiment view: can now change the style of a graph line (details)
  15. Simulation Experiment view: can now change the style of a graph line (details)
  16. Simulation Experiment view: some minor reworking of code (#591). (details)
  17. Simulation Experiment view: only replot a graph if its pen has been (details)
  18. Simulation Experiment view: some reworking of code (#591). (details)
  19. Simulation Experiment view: have graph symbols filled by default (#591). (details)
  20. GraphPanel widget: small fix to GraphPanelPlotWidget::optimiseAxis(). (details)
  21. Simulation Experiment view: reordered the properties of a graph line (details)
  22. Simulation Experiment view: renamed the graphPenUpdated signal to (details)
  23. Simulation Experiment view: removed the (symbol) filled property and (details)
  24. Simulation Experiment view: some minor cleaning up (#591). (details)
  25. Simulation Experiment view: can now change the style and size of a graph (details)
  26. Simulation Experiment view: can now change the style and size of a graph (details)
  27. PropertyEditor widget: some minor cleaning up. (details)
  28. Simulation Experiment view: the line width and symbol size are now (details)
  29. PropertyEditor widget: some minor cleaning up. (details)
  30. Simulation Experiment view: can now specify the colour of a line, as (details)
  31. PropertyEditor widget: some minor reordering of things. (details)
  32. Some minor cleaning up. (details)
  33. Simulation Experiment view: now display an icon that shows the actual (details)
  34. Simulation Experiment view: allow for symbols not to be filled (#591). (details)
  35. Some minor cleaning up. (details)
  36. SimulationExperiment view: properly handle fatal/error SED-ML/COMBINE (details)
  37. SimulationExperiment view: properly handle fatal/error SED-ML/COMBINE (details)
  38. Some minor cleaning up. (details)
  39. SimulationExperiment view: properly handle SED-ML/COMBINE issues. (details)
  40. SED-ML support: consider `fatal` errors as errors indeed (!!). (details)
  41. Some minor cleaning up. (details)
  42. Some minor cleaning up. (details)
  43. SimulationExperiment view: some minor cleaning up with regards to the (details)
  44. Simulation Experiment view: can export the line and symbol properties of (details)
  45. Make sure that things build on Windows and Linux. (details)
  46. Simulation Experiment view: can export the line and symbol properties of (details)
  47. Simulation Experiment view: can export the line and symbol properties of (details)
  48. Simulation Experiment view: can now export the line and symbol (details)
  49. Some minor cleaning up. (details)
  50. Some minor cleaning up. (details)
  51. Some minor cleaning up. (details)
  52. SimulationExperiment view: make sure that a solver's properties are (details)
  53. Some minor cleaning up. (details)
  54. PropertyEditor widget: make sure that a valid colour is provided (#591). (details)
  55. Simulation Experiment view: can now export the line and symbol (details)
  56. Simulation Experiment view: can now select a colour to customise a (details)
  57. Simulation Experiment view: can now select a colour to customise a (details)
  58. SED-ML support: some minor refactoring. (details)
  59. SED-ML support: some minor refactoring and improved our support for (details)
  60. Some minor cleaning up. (details)
  61. Some minor cleaning up. (details)
  62. Some minor cleaning up. (details)
  63. Some minor cleaning up. (details)
  64. Some minor cleaning up. (details)
  65. SED-ML support: whenever possible, provide line/column information for (details)
  66. Simulation Experiment view: partially check that the curve properties of (details)
  67. Some minor cleaning up. (details)
  68. Simulation Experiment view: partially check that the curve properties of (details)
  69. Simulation Experiment view: partially check that the curve properties of (details)
  70. Simulation Experiment view: now check that the curve properties of a (details)
  71. Simulation Experiment view: now check that the curve properties of a (details)
  72. Some minor cleaning up. (details)
  73. Simulation Experiment view: retrieving a graph's properties from a (details)
  74. Simulation Experiment view: retrieving a graph's properties from a (details)
  75. PropertyEditor widget: simplified things a bit. (details)
  76. Simulation Experiment view: retrieving a graph's properties from a (details)
  77. Simulation Experiment view: retrieving a graph's properties from a (details)
  78. Some minor cleaning up. (details)
  79. Simulation Experiment view: retrieving a graph's properties from a (details)
  80. Some minor cleaning up. (details)
  81. Simulation Experiment view: retrieving a graph's properties from a (details)
  82. Simulation Experiment view: retrieving a graph's properties from a (details)
  83. Simulation Experiment view: ability to customise a graph (#591). (details)
  84. Simulation Experiment view: ability to customise a graph (#591). (details)
  85. Slight updates to our downloads and what is new pages (#591). (details)
  86. Slight improvement to (details)
Commit 77451f743dceb4f3af96b6189cde493dfd31a073 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit 621774a35afb94923140f1256ae9cbffc6ea2916 by Alan Garny
Create Simulation Experiment view: added some properties for the
customisation of a graph line and symbol (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit fe21f8ea3368f19ac80cb7875497502a519b64aa by Alan Garny
Create Simulation Experiment view: updated
SimulationExperimentViewInformationGraphsWidget::graphChanged() to
account for the fact that a property may be under the line/symbol
section (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit ebc722a36c2e78148e0a59620990ed848434cd3a by Alan Garny
Create Simulation Experiment view: don’t, anymore, change the colour of
a graph based on the value of its model property (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit 18cb536af7a3205e5f6ba4a8411e5c91bd11d423 by Alan Garny
GraphPanel widget: provide a better cap and join style for the pen of a
graph.
Using the default cap and join styles, to increase to the width of the
pen resulted in rather ugly rendering while it now looks smooth.
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 4557f334501579e788eff97d35e12ce7644df1d2 by Alan Garny
Simulation Experiment view: can now change the width of a graph line
(#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit e3626331195473963955c3b2b1f1521f3ba9f550 by Alan Garny
PropertyEditor widget: renamed list editor classes/methods to string
list editor.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit a804a2cce6ba0284e5c7da6e14104630fa48659d by Alan Garny
PropertyEditor widget: added a ListEditorWidget class.
This will help us with creating an icon list.
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
Commit 0e2b9919eb1a3cabc11c6def500d603011ad31e0 by Alan Garny
Simulation Experiment view: properly distinguish between our root
property and a line/symbol section property (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.h (diff)
Commit ea4a78ebacfae3f7606dd1a71e2f59fac64982bb by Alan Garny
PropertyEditor widget: reverting some of our recent changes.
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
Commit 57779f163271e5886ba613fdfcae350231799df2 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/treeviewwidget.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.cpp (diff)
The file was modified src/splashscreenwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/busywidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowsynchronizedialog.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/progressbarwidget.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
The file was modified src/plugins/widget/MathMLViewerWidget/src/mathmlviewerwidget.cpp (diff)
Commit 0f738f94d155c8853bf4a168ef9cd2f82f6d894c by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
Commit d655d6fa12a69bb59689e52fa0e7e87c42ed9fe5 by Alan Garny
Simulation Experiment view: can now change the style of a graph line
(#591).
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit f7e475dc129ffb04ffd22d4fc919d81565d6cb8c by Alan Garny
Simulation Experiment view: can now change the style of a graph line
(#591).
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit 396c55350bdfc1dc1554a16f037c61ff6100d8d6 by Alan Garny
Simulation Experiment view: can now change the style of a graph line
(#591).
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
Commit 3482931a70a728f85575389ff872d9ea69cca1b2 by Alan Garny
Simulation Experiment view: some minor reworking of code (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.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 f4cd5dc4d32c1f19c36d8a09f2425d5e76e59ad8 by Alan Garny
Simulation Experiment view: only replot a graph if its pen has been
modified (#591).
This is as opposed to update a graph, which resets the axes among other
things.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.h (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/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit 619ab2c2dc6c21911a22174f564533f91b12d2e4 by Alan Garny
Simulation Experiment view: some reworking of code (#591).
Also added the horizontal line as a symbol, which I had missed earlier.
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit b1cfe0f789931c7510530b75a2641d71134ce438 by Alan Garny
Simulation Experiment view: have graph symbols filled by default (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit fdd7d1c442520a0dc72173323cd02615c6c67063 by Alan Garny
GraphPanel widget: small fix to GraphPanelPlotWidget::optimiseAxis().
The problem was that if you have a graph with a log scale and some
negative data, then to keep pressing F9 might result in the list of
ticks being empty…
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 34238e7465fb12841359e9f25baf30a2e562788d by Alan Garny
Simulation Experiment view: reordered the properties of a graph line
(#591).
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit 3d6e330a1e0c7b28e1624acba953f353f382523b by Alan Garny
Simulation Experiment view: renamed the graphPenUpdated signal to
graphVisualUpdated (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 641cefce8f6413e400c91bc7c451d458604c1805 by Alan Garny
Simulation Experiment view: removed the (symbol) filled property and
replaced it with a size one (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
Commit b439b3e7224b5a2f92733a7e445552e7c6a51292 by Alan Garny
Simulation Experiment view: some minor cleaning up (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit 16038a041e1331ec8a93059abacfb1a288a53ab7 by Alan Garny
Simulation Experiment view: can now change the style and size of a graph
symbol (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit f1c353620ad8e2857eaa0d78fac277f2660da4b8 by Alan Garny
Simulation Experiment view: can now change the style and size of a graph
symbol (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit d8700988729274a230c5107b26c904138ca285c7 by Alan Garny
PropertyEditor widget: some minor cleaning up.
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 89e42d93440a295379a508a947286fd18a44f619 by Alan Garny
Simulation Experiment view: the line width and symbol size are now
'proper' strictly positive double and integer properties (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit e09615bd809483a9da0668e477adfd11280e5407 by Alan Garny
PropertyEditor widget: some minor cleaning up.
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 8912c616bd15ba611f0b4681c435fbba1d520aec by Alan Garny
Simulation Experiment view: can now specify the colour of a line, as
well as the colour and filled colour of a symbol (#591).
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit cd0fce505d18f0ab33e12a4fafbd2139c74975d0 by Alan Garny
PropertyEditor widget: some minor reordering of things.
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
Commit a9d39b08ecef55d563f4e1c7f00b103cd0d7d0bb by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 65c897b0eea68cfd615de3cabfa308433ee92813 by Alan Garny
Simulation Experiment view: now display an icon that shows the actual
colour of a colour property (#591).
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 437216ac627c54492cd50869dcd7b73aef9cfe79 by Alan Garny
Simulation Experiment view: allow for symbols not to be filled (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit c54358ce65041a170729befab6aea66d40321027 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 82aa34722eaf420d7359cf6291659e8210e56de9 by Alan Garny
SimulationExperiment view: properly handle fatal/error SED-ML/COMBINE
issues.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 022a7974da677431fbb20b0a8acc5d51bf52de94 by Alan Garny
SimulationExperiment view: properly handle fatal/error SED-ML/COMBINE
issues.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit e562361cc584ed82e11e02e988c98b74c4e1f331 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 88d8e923b3dc27593c04f7d591cc2fc575bafb92 by Alan Garny
SimulationExperiment view: properly handle SED-ML/COMBINE issues.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 87a4731673d62c95190fd58a99fc1feb3160470e by Alan Garny
SED-ML support: consider `fatal` errors as errors indeed (!!).
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 96727bd8b6251cb3e1a035cb83e27485f0e1e260 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/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 68b4878085df347e602a6df71e921003134b11b4 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 518b013fe29ca0f72a32fc72d44c4439782f3193 by Alan Garny
SimulationExperiment view: some minor cleaning up with regards to the
handling of properties.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit d0ade9b72b02348255af7363ee676fccc8745eb2 by Alan Garny
Simulation Experiment view: can export the line and symbol properties of
a graph to SED-ML (#591).
We need to improve our export of the style of a line/symbol since it’s
not language agnostic (i.e. we can have “Solid” or “Solide” depending on
whether OpenCOR is in English or in French).
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/SEDMLSupport/src/sedmlfile.h (diff)
Commit 8dd39415665af4d1c82892dfc4bc12bd6746b1e6 by Alan Garny
Make sure that things build on Windows and Linux.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit b06f81a1dd2752bb794c3e02497942ad6a73bd7c by Alan Garny
Simulation Experiment view: can export the line and symbol properties of
a graph to SED-ML (#591).
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.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)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
Commit 9f4fd4dcc2dde0453dd329b49231e012a3399d18 by Alan Garny
Simulation Experiment view: can export the line and symbol properties of
a graph to SED-ML (#591).
The file was addedsrc/plugins/support/SEDMLSupport/src/sedmlsupport.h
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/CMakeLists.txt (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was addedsrc/plugins/support/SEDMLSupport/src/sedmlsupport.cpp
Commit 4871c877be5bfbd5a8d8eb3c4e64188c39914d6b by Alan Garny
Simulation Experiment view: can now export the line and symbol
properties of a graph to SED-ML (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
Commit af74ace71a363c52a9e86a1ce0af382c83385566 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 6f3544967959d23565a9aab9f913fe47684d6497 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
Commit 07e8c9b8aae21a26b948697790c34e93235f7acd by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 89aecd629071929a8b2e530820d9d6465911a44a by Alan Garny
SimulationExperiment view: make sure that a solver's properties are
properly exported to SED-ML.
The problem was with double values. For example, 1e-07 used to be
exported as 9.9999999999999995e-08. Read back, the value was correctly
set to 1e-07, so everything was kind of fine except for the fact that
the SED-ML file gave the ‘wrong’ impression.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 809e9532bc74b9a094d6a6d5cb8aae9a730a563d by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
Commit 3a01213720dcd1cf1c61c3dc60aea86485900167 by Alan Garny
PropertyEditor widget: make sure that a valid colour is provided (#591).
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 1d5ab741656bccb5b56ada5eecb40144ac9c0e2a by Alan Garny
Simulation Experiment view: can now export the line and symbol
properties of a graph to SED-ML (#591).
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 685d023ad6a9e99549ac75cd60397c0318efc319 by Alan Garny
Simulation Experiment view: can now select a colour to customise a
graph(#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit efc25b1c82683f6894d455c260e907a62b6fc4ab by Alan Garny
Simulation Experiment view: can now select a colour to customise a
graph(#591).
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit fd17cc51daab1523108723abf347d6b44ee92dda by Alan Garny
SED-ML support: some minor refactoring.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
Commit 363373c675186b10a6ca6eec9b09d02b092c8d49 by Alan Garny
SED-ML support: some minor refactoring and improved our support for
SED-ML files exported by OpenCOR.
Regarding support, we didn’t use to check that the annotation of two
simulation algorithms was the same.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 978c9d5190247a83d7b23db229215a59f5b98552 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 1f9d6be662b8fe087553d3acc36e816461e63d7b by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit c0e15512530f4e74a74d8eca6129add2a8edc4aa by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 2c82f41f38f291950deef68b6bd69cfd6729c3e9 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 382d222df4cea596c9561f694f73beba1521b08e by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/i18n/SEDMLSupport_fr.ts (diff)
Commit 1ce8ffc146b0bd10c1dc2823dfa34324a7d1ccbd by Alan Garny
SED-ML support: whenever possible, provide line/column information for
unsupported issues.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 71dbf6f311483b425f0ecb0f7f77cb64cd66aeb9 by Alan Garny
Simulation Experiment view: partially check that the curve properties of
a SED-ML file are indeed supported (#591).
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit d126c18a3ebf8930c5b82cf9fbfcb42b2d288765 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit eb1559fca4967c3a24c271275b32e1d866827de0 by Alan Garny
Simulation Experiment view: partially check that the curve properties of
a SED-ML file are indeed supported (#591).
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 5f4034c11bdcfb18f71a902cf0a33b5f7a0ff4c1 by Alan Garny
Simulation Experiment view: partially check that the curve properties of
a SED-ML file are indeed supported (#591).
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 3d331d0b51fc474f700ffd052fa050ae76eac2e0 by Alan Garny
Simulation Experiment view: now check that the curve properties of a
SED-ML file are indeed supported (#591).
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlsupport.h (diff)
Commit cb0a7031dc36d89fc2f3f8f786036967a2fa0889 by Alan Garny
Simulation Experiment view: now check that the curve properties of a
SED-ML file are indeed supported (#591).
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 6f06661484154b353abfcf8ffa6004875da71810 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 92bad5bbf563a904925904dac52cfd9830a39793 by Alan Garny
Simulation Experiment view: retrieving a graph's properties from a
SED-ML file (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
Commit 4fb2c008eb3cc99e25177bc43cd75f1702adb06c by Alan Garny
Simulation Experiment view: retrieving a graph's properties from a
SED-ML file (#591).
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 3aa193271593c873601b98f7d9dd552561244848 by Alan Garny
PropertyEditor widget: simplified things a bit.
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
Commit 2c2c4f1894f4e4b06627ab359f2e898e4454b67f by Alan Garny
Simulation Experiment view: retrieving a graph's properties from a
SED-ML file (#591).
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit 5275caf7fc8b8c5f659e45c5f2146d52c4bf01cc by Alan Garny
Simulation Experiment view: retrieving a graph's properties from a
SED-ML file (#591).
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 ef5faba6d9baa3384978cdf5f986346c0180231c by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 6ed524b4f49b9af24405e9d14d14e0c521ceb66e by Alan Garny
Simulation Experiment view: retrieving a graph's properties from a
SED-ML file (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 7a7662c66530503abe9a841c4864c740b9a5c429 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit bc0523e50da40e2d6cebffb5ee7cacaae8b6888e by Alan Garny
Simulation Experiment view: retrieving a graph's properties from a
SED-ML file (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 9d6761fc901e6a8a5b853bfb29eea57d17f83a7c by Alan Garny
Simulation Experiment view: retrieving a graph's properties from a
SED-ML file (#591).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 9760f1ac2cdf26f5b95934fea607063a4e3f01ad by Alan Garny
Simulation Experiment view: ability to customise a graph (#591).
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)
Commit 2e0e4f98471b5478de54045324f958795b614b0d by Alan Garny
Simulation Experiment view: ability to customise a graph (#591).
The file was modified src/plugins/support/SEDMLSupport/i18n/SEDMLSupport_fr.ts (diff)
Commit c8a6ebb0fadcd3eb0fff3abd8db14a190adf3cc2 by Alan Garny
Slight updates to our downloads and what is new pages (#591).
The file was modified doc/user/whatIsNew.js (diff)
The file was modified doc/downloads/index.js (diff)
Commit 5bf4be1a118c054ca78394c3055a5cdab98e07c1 by Alan Garny
Slight improvement to
SimulationExperimentViewInformationGraphsWidget::updateGraphsInfo().
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)