Changes

Summary

  1. Some minor cleaning up. (details)
  2. Some minor cleaning up. (details)
  3. Graph panel widget: the legend buttons now use the same background as (details)
  4. Graph panel widget: added a foreground colour for a graph panel, which (details)
  5. Functional tests: slight updates to our SED-ML files and COMBINE archive (details)
  6. Slight update to our downloads page (#1477). (details)
  7. Travis CI: (temporarily?) disabling macOS builds. (details)
Commit f63b5e7005d376877a33fb6e5aea6c324ad227e0 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit a54eb7415f9ad1f77520de6eed0331f6336f976a by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
Commit cfd6c6b5510158d8da7c3e7d5b545f8f6c5a7c0c by Alan Garny
Graph panel widget: the legend buttons now use the same background as
the plot area (#1477).
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 8cf0ccc2b4ed8a43d15f3c7f6d1169a43582ab2c by Alan Garny
Graph panel widget: added a foreground colour for a graph panel, which
is used (for now at least) the text of a legend (#1477).
Indeed, say that you have a black background for the graph panel (i.e.
plot area) and keep the default (i.e. black) foreground colour for the
surrounding area, then the text of a legend will black on black!
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.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)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
Commit 33ae70048e1000ebc6734ea4ed43f40fe8daef73 by Alan Garny
Functional tests: slight updates to our SED-ML files and COMBINE archive
(#1477).
The file was modified doc/developer/functionalTests/res/combine/noble_1962.omex (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_V_time.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_local.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_time.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_iK.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_gL.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_V_iK.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_gL_time.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_remote.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_time_V.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_iK_V.sedml (diff)
The file was modified doc/developer/functionalTests/res/sedml/noble_1962_iK_time.sedml (diff)
Commit 30060a1e13e25c884138b54f09700540d6ec1b90 by Alan Garny
Slight update to our downloads page (#1477).
The file was modified doc/downloads/index.js (diff)
Commit 3cc6810c6cbc36f33087fe8ae391b5ab3996093e by Alan Garny
Travis CI: (temporarily?) disabling macOS builds.
Indeed, there are currently nearly 600 jobs waiting in the macOS queue,
so… it’s going to take a long time to clear. Yet, no incident is
currently being reported on macOS, so it just looks like more and more
people are trying to build on macOS and because Travis CI doesn’t have
the same resources on macOS as on Linux, it takes much longer to build
on that platform. Now, keeping all of that in mind, we happen to CI on
Windows, Linux and macOS through Jenkins, so maybe it’s just fine to
disable macOS builds on Travis CI…? The caveat, though, is that for some
reasons our Jenkins builds are only triggered when merging something…
The file was modified .travis.yml (diff)