Changes

Summary

  1. Make sure that StandardFileManager::manage() really checks that the file (details)
  2. Make sure that all our signals make use of the OpenCOR namespace. (details)
  3. Some minor cleaning up. (details)
  4. Some minor cleaning up. (details)
  5. Slight improvement to our StandardFile class. (details)
  6. Some minor cleaning up. (details)
  7. Replaced qulonglong with quint64. (details)
Commit 8409263853e656a10475af8fa140b742f6e8f708 by Alan Garny
Make sure that StandardFileManager::manage() really checks that the file
is not already managed.
We removed the test in a recent commit, but that was clearly a mistake
since doIsFile() will return true if the file is already managed!
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
Commit 2324f76d1c87082551ee186cb1d5f702b8fc5bef by Alan Garny
Make sure that all our signals make use of the OpenCOR namespace.
This is mainly for consistency.
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspacemanager.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatadetailswidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatanormalviewdetailswidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservice.h (diff)
The file was modified src/mainwindow.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/mainwindow.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservice.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatadetailswidget.h (diff)
Commit c88e3df172060fbc8406fc26c72c92249373e3b1 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/interfaces.cpp (diff)
Commit 7bf0a6dec56152210de045e5f23ad17f85938a42 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
Commit 5381fe04ef09adc1e261cf5c34ecaa7ecef71e2a by Alan Garny
Slight improvement to our StandardFile class.
The file was modified src/plugins/support/StandardSupport/src/standardfile.cpp (diff)
Commit d9c95bc716354a02ef6070257a67fe69d4d78cea by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
Commit 6125537d62c3ffbc564df4c693b68135901db675 by Alan Garny
Replaced qulonglong with quint64.
Mainly to be consistent with our use (and that of Qt) of qint64.
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/datastoreinterface.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
The file was modified src/plugins/solverinterface.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.cpp (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
The file was modified src/plugins/datastoreinterface.h (diff)