Changes

Summary

  1. Some minor cleaning up. (commit: 4810438) (details)
  2. Some minor cleaning up. (commit: d08bc22) (details)
  3. PropertyEditor widget: reorganisation, simplification and cleaning up (commit: 3d6e6c6) (details)
  4. SED-ML support: consider `fatal` errors as errors indeed (!!). (commit: 5fedd7c) (details)
  5. Some minor cleaning up. (commit: 40c8ee8) (details)
  6. GraphPanel widget: provide a better cap and join style for the pen of a (commit: 1e323ba) (details)
  7. GraphPanel widget: small fix to GraphPanelPlotWidget::optimiseAxis(). (commit: e56f01d) (details)
  8. SimulationExperiment view: properly handle fatal/error SED-ML/COMBINE (commit: 2d8510d) (details)
  9. Some minor cleaning up. (commit: a5c07f2) (details)
  10. SimulationExperiment view: make sure that a solver's properties are (commit: e82190e) (details)
  11. Some minor cleaning up. (commit: ef34e33) (details)
  12. SimulationExperiment view: now have two signals for letting people that (commit: 9f31338) (details)
  13. Some minor cleaning up. (commit: 9e2acfe) (details)
The file was modified src/plugins/miscellaneous/Core/src/busywidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/treeviewwidget.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/progressbarwidget.cpp (diff)
The file was modified src/splashscreenwindow.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/widget/MathMLViewerWidget/src/mathmlviewerwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowsynchronizedialog.cpp (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/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 3d6e6c65ee9226b63b9a1f51bbc9226d228b0c33 by Alan Garny
PropertyEditor widget: reorganisation, simplification and cleaning up
of code.
(commit: 3d6e6c6)
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 5fedd7c8d96b4b18dfdd64a9251cff568f33061d by Alan Garny
SED-ML support: consider `fatal` errors as errors indeed (!!).
(commit: 5fedd7c)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 1e323bacf0e2e9d99e051e055e452671a1fda1be 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, which
will be useful when supporting the customisation of graphs.
(commit: 1e323ba)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit e56f01d01c818bc3630c8fa6c9042618c874f33a 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…
(commit: e56f01d)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit 2d8510d06fa5f687f09c3ca6c9f28566164ffc59 by Alan Garny
SimulationExperiment view: properly handle fatal/error SED-ML/COMBINE
issues.
(commit: 2d8510d)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphswidget.cpp (diff)
Commit e82190e0b3b0d6d3aec4e2c536a5e49591dabbc6 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.
(commit: e82190e)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
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 9f3133864fb276257edb30322ad06642082b24a5 by Alan Garny
SimulationExperiment view: now have two signals for letting people that
a graph or several graphs have been updated.
(commit: 9f31338)
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/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/i18n/SimulationExperimentView_fr.ts (diff)