Changes

Summary

  1. Graph panel widget: make sure that our graph panels are always visible. (commit: 9b319e3) (details)
  2. Simulation Experiment view: use some default sizes for graph panels if (commit: 5fbc302) (details)
  3. Simulation Experiment view: only process events here and there if we or (commit: 3b7d978) (details)
  4. Some minor cleaning up. (commit: 9f115b8) (details)
  5. Some minor improvement. (commit: b2d165c) (details)
  6. Simulation Experiment view: made the (re)loading of remote files and (commit: a25a429) (details)
  7. Some minor cleaning up. (commit: 72864fb) (details)
  8. Graph panel widget: make sure that the removal of graph panels doesn't (commit: 088d529) (details)
  9. Tool bar widget: prevent people from specifying a parent. (commit: 45cc588) (details)
  10. Slight update to our downloads page (#1492). (commit: 1ed9127) (details)
Commit 9b319e30d14c3218608735fed9ff077fc1cdac25 by Alan Garny
Graph panel widget: make sure that our graph panels are always visible.
(commit: 9b319e3)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
Commit 5fbc302551131f4bc319692573bd73a2024290f9 by Alan Garny
Simulation Experiment view: use some default sizes for graph panels if
none are provided in a SED-ML file.
(commit: 5fbc302)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 3b7d9788026866004627993404f1bc0988fe326e by Alan Garny
Simulation Experiment view: only process events here and there if we or
our central widget is not showing our / its busy widget (#1492).
This addresses the issue with our ‘famous’ black areas being temporarily
shown when reloading a SED-ML file / COMBINE archive.
(commit: 3b7d978)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit a25a429d6b952ab9fccf640cd418f49b182e0f82 by Alan Garny
Simulation Experiment view: made the (re)loading of remote files and
SED-ML files / COMBINE archives much smoother (#1492).
Now, the only remaining issue is when OpenCOR starts with a file that is
to be shown using the Simulation Experiment view. On macOS, the tool bar
has a 3D look while it should have a flat one. It’s only that view for
the first file. Indeed, if we switch to another file using the same
view, then everything’s fine…!?
(commit: a25a429)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
Commit 088d52905949163f9dfaa6b034b81c5dc12fb3e2 by Alan Garny
Graph panel widget: make sure that the removal of graph panels doesn't
result in some flashes.
(commit: 088d529)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
Commit 45cc5888fee377c4b798ebdf5ae0ab1288bbc5f2 by Alan Garny
Tool bar widget: prevent people from specifying a parent.
This is crazy, but that’s the only way to get things to work properly on
macOS!? (See code.)
(commit: 45cc588)
The file was modified src/plugins/miscellaneous/Core/src/toolbarwidget.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowsynchronizedialog.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/toolbarwidget.cpp (diff)
Commit 1ed912752c150799cff80ac5377cb58c571514fb by Alan Garny
Slight update to our downloads page (#1492).
(commit: 1ed9127)
The file was modified doc/downloads/index.js (diff)