Changes

Summary

  1. Added a closing `// namespace UI` here and there (#1592). (details)
  2. Some minor cleaning up. (details)
  3. Some minor cleaning up. (details)
  4. Replaced `virtual` with `override` in overridden methods (#1592). (details)
  5. Replaced instances of `const bool &` with `bool` (#1592). (details)
  6. Replaced instances of `const double &` with `double` (#1592). (details)
  7. Replaced instances of `const qint64 &` with `qint64` (#1592). (details)
  8. Replaced instances of `const quint64 &` with `quint64` (#1592). (details)
  9. Replaced `Qt::CTRL` with `Qt::ControlModifier`, `Qt::SHIFT` with (details)
  10. Some work on using the "new" signal/slot syntax (#1592). (details)
  11. Some minor cleaning up (#1592). (details)
  12. Some work on using the "new" signal/slot syntax (#1592). (details)
  13. Some work on using the "new" signal/slot syntax (#1592). (details)
  14. Some minor cleaning up (#1592). (details)
  15. Temporarily enable sample plugins, test plugins and tests. (details)
  16. Some work on using the "new" signal/slot syntax (#1592). (details)
  17. Some work on using the "new" signal/slot syntax (#1592). (details)
  18. Some work on using the "new" signal/slot syntax (#1592). (details)
  19. Some work on using the "new" signal/slot syntax (#1592). (details)
  20. Some work on using the "new" signal/slot syntax (#1592). (details)
  21. Some minor cleaning up (#1592). (details)
  22. Some work on using the "new" signal/slot syntax (#1592). (details)
  23. Some minor cleaning up (#1592). (details)
  24. Some work on using the "new" signal/slot syntax (#1592). (details)
  25. Some minor cleaning up (#1592). (details)
  26. Some work on using the "new" signal/slot syntax (#1592). (details)
  27. Some minor cleaning up (#1592). (details)
  28. Some work on using the "new" signal/slot syntax (#1592). (details)
  29. Some minor cleaning up (#1592). (details)
  30. Some minor cleaning up (#1592). (details)
  31. Some minor cleaning up (#1592). (details)
  32. Some work on using the "new" signal/slot syntax (#1592). (details)
  33. Removed a file that we forgot to delete at some point. (details)
  34. Some minor cleaning up. (details)
  35. Some minor cleaning up (#1592). (details)
  36. Some minor cleaning up (#1592). (details)
  37. Some minor cleaning up (#1592). (details)
  38. Some minor cleaning up (#1592). (details)
  39. Some work on replacing automatic signals on_XXX_YYY() with a proper (details)
  40. Some work on replacing automatic signals on_XXX_YYY() with a proper (details)
  41. Some work on replacing automatic signals on_XXX_YYY() with a proper (details)
  42. Some work on replacing automatic signals on_XXX_YYY() with a proper (details)
  43. Some minor cleaning up (#1592). (details)
  44. Redisable our sample plugins, test plugins and tests. (details)
  45. Some minor cleaning up (#1592). (details)
Commit b34d712a3ff18206ad0a36dc4a6405fd61a5b086 by Alan Garny
Added a closing `// namespace UI` here and there (#1592).
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.h (diff)
The file was modified src/plugins/sample/SampleView/src/sampleviewwidget.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/splashscreenwindow.h (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.h (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.h (diff)
The file was modified src/plugins/sample/SampleWindow/src/samplewindowwindow.h (diff)
The file was modified src/pluginsdialog.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.h (diff)
The file was modified src/mainwindow.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindownewworkspacedialog.h (diff)
The file was modified src/checkforupdatesdialog.h (diff)
The file was modified src/plugins/test/ZincWindow/src/zincwindowwindow.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrsupportpreferenceswidget.h (diff)
The file was modified src/preferencesdialog.h (diff)
Commit a86fb6e826e057123ef8d18ed72b278e18ba001f by Alan Garny
Some minor cleaning up.
The file was modified src/checkforupdatesdialog.cpp (diff)
Commit 08e0f1e1c4324dd29f626ab2fbef23944dbb1cc9 by Alan Garny
Some minor cleaning up.
The file was modified src/splashscreenwindow.cpp (diff)
Commit 47c7ac41d0f7b7f4cde177fe24c76cdf30fc5fd6 by Alan Garny
Replaced `virtual` with `override` in overridden methods (#1592).
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataviewdetailswidget.h (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinefilemanager.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/tabbarwidget.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/windowwidget.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.h (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolver.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.h (diff)
The file was modified src/plugins/test/ZincWindow/src/zincwindowwindow.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewcontentswidget.h (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.h (diff)
The file was modified src/splashscreenwindow.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/progressbarwidget.h (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowmodel.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/collapsiblewidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrsupportpreferenceswidget.h (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwidget.h (diff)
The file was modified src/plugins/preferencesinterface.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/widget.h (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolver.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsimulationwidget.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.h (diff)
The file was modified src/plugins/miscellaneous/Compiler/src/compilerengine.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/mathmlconverter.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.h (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/busywidget.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwidget.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorlistwidget.h (diff)
The file was modified src/misc/guiapplication.h (diff)
The file was modified src/plugins/plugin.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/preferencesdialog.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.h (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/sample/SampleWindow/src/samplewindowwindow.h (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/misc/guiutils.h (diff)
The file was modified src/pluginsdialog.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatarawviewdetailswidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfilemanager.h (diff)
The file was modified src/plugins/dataStore/CSVDataStore/src/csvdatastoreexporter.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewlexer.h (diff)
The file was modified src/plugins/sample/SampleView/src/sampleviewwidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservicemanager.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidget.h (diff)
The file was modified src/checkforupdatesdialog.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowsynchronizedialog.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatadetailswidget.h (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewwidget.h (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataeditdetailswidget.h (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.h (diff)
The file was modified src/plugins/dataStore/BioSignalMLDataStore/src/biosignalmldatastoreexporter.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/treeviewwidget.h (diff)
The file was modified src/plugins/widget/MathMLViewerWidget/src/mathmlviewerwidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspacemanager.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/mainwindow.h (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewwidget.h (diff)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolver.h (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatanormalviewdetailswidget.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.h (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwidget.h (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.h (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/tests/mathmltests.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindownewworkspacedialog.h (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfilemanager.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.h (diff)
The file was modified src/plugins/widget/WebViewerWidget/src/webviewerwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.h (diff)
The file was modified src/plugins/pluginmanager.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.h (diff)
Commit f0107d50ce8bc2098bbd6600da5b148e92f821b5 by Alan Garny
Replaced instances of `const bool &` with `bool` (#1592).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewlexer.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/borderedwidget.h (diff)
The file was modified src/plugins/plugininfo.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/file.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.cpp (diff)
The file was modified src/plugins/widget/WebViewerWidget/src/webviewerwidget.cpp (diff)
The file was modified src/mainwindow.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatanormalviewdetailswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/plugins/pluginmanager.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/misc/cliutils.cpp (diff)
The file was modified src/pluginsdialog.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/simulation/SimulationExperimentView/src/simulationexperimentviewinformationwidget.cpp (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/plugin.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservicemanager.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataeditdetailswidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.h (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/misc/cliapplication.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/misc/cliutils.h (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfile.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.cpp.inl (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.h.inl (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/collapsiblewidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h.inl (diff)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservice.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.cpp.inl (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatanormalviewdetailswidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewparser.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfile.h (diff)
The file was modified src/misc/cliapplication.h (diff)
The file was modified src/plugins/widget/WebViewerWidget/src/webviewerwidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewparser.h (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewplugin.cpp (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/borderedwidget.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservicemanager.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationwidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.h (diff)
The file was modified src/plugins/widget/MathMLViewerWidget/src/mathmlviewerwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwidget.h (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataeditdetailswidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/collapsiblewidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.h (diff)
The file was modified src/plugins/editing/EditingView/src/editingviewplugin.cpp (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.h (diff)
The file was modified src/plugins/widget/MathMLViewerWidget/src/mathmlviewerwidget.h (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.cpp (diff)
The file was modified src/plugins/pluginmanager.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.h (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.cpp (diff)
The file was modified src/plugins/plugininfo.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/file.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewconverter.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.h (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.h (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwidget.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebserviceresponse.h (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservice.h (diff)
The file was modified src/plugins/plugin.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
The file was modified src/plugins/editing/RawTextView/src/rawtextviewwidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewconverter.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/mainwindow.cpp (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.h (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.cpp (diff)
The file was modified src/plugins/editing/RawSEDMLView/src/rawsedmlviewwidget.h (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfile.h (diff)
The file was modified src/plugins/support/COMBINESupport/src/combinearchive.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewlexer.cpp (diff)
The file was modified src/pluginsdialog.h (diff)
Commit c7278e76b9ba90b907ba1bc089e60c34fdeda438 by Alan Garny
Replaced instances of `const double &` with `double` (#1592).
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolver.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfileissue.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/test/ZincWindow/src/zincwindowwindow.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/progressbarwidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewparser.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/collapsiblewidget.cpp (diff)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/tabbarwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlsupport.cpp (diff)
The file was modified src/plugins/widget/WebViewerWidget/src/webviewerwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewconverter.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorlistwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.cpp (diff)
The file was modified src/plugins/plugin.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.h (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolver.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileissue.h (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/usermessagewidget.h (diff)
The file was modified src/plugins/test/ZincWindow/src/zincwindowwindow.cpp (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewlexer.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/busywidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewlexer.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwidget.cpp (diff)
The file was modified src/plugins/plugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/tabbarwidget.h (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/treeviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.h (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.cpp (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolver.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewparser.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolver.cpp (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/treeviewwidget.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileissue.cpp (diff)
The file was modified src/plugins/widget/WebViewerWidget/src/webviewerwidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorlistwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/progressbarwidget.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlsupport.h (diff)
The file was modified src/plugins/sample/Sample/src/sampleutilities.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.cpp (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/usermessagewidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlfileissue.cpp (diff)
The file was modified src/plugins/solverinterface.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/busywidget.cpp (diff)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/datastoreinterface.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewconverter.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/collapsiblewidget.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.h (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/plugins/sample/Sample/src/sampleutilities.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreguiutils.h (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit bbc1bf2709499d7f2f2f1099648cf22539462036 by Alan Garny
Replaced instances of `const qint64 &` with `qint64` (#1592).
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit 4ef87af5de46c6c5ddb865ae58c7155a848197e6 by Alan Garny
Replaced instances of `const quint64 &` with `quint64` (#1592).
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/datastoreinterface.h (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)
The file was modified src/plugins/datastoreinterface.cpp (diff)
Commit 82d940c5ff90771b6864545a16edd771e80d42db by Alan Garny
Replaced `Qt::CTRL` with `Qt::ControlModifier`, `Qt::SHIFT` with
`Qt::ShiftModifier`, `Qt::ALT` with `Qt::AltModifier` and `Qt::META`
with `Qt::MetaModifier` (#1592).
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewplugin.cpp (diff)
The file was modified src/mainwindow.cpp (diff)
Commit f2224355158342956da91525e81787226b2e0c25 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/mainwindow.cpp (diff)
The file was modified src/preferencesdialog.cpp (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/pluginsdialog.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/mainwindow.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/pluginsdialog.cpp (diff)
Commit a81dcb918ed0c869254af473da12d18ee9d0e8e9 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/mainwindow.cpp (diff)
The file was modified src/pluginsdialog.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/mainwindow.h (diff)
The file was modified src/plugins/datastoreinterface.cpp (diff)
The file was modified src/pluginsdialog.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
Commit 6a19d8ddee19b865af5c5cea9cd5ca987426c529 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewcellmllistwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataeditdetailswidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadataeditdetailswidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatanormalviewdetailswidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatanormalviewdetailswidget.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatadetailswidget.cpp (diff)
Commit 843cf63879557d16e096cf2d8ca40cd29d83e152 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/sample/SampleWindow/src/samplewindowwindow.cpp (diff)
The file was modified src/plugins/sample/SampleTools/src/sampletoolsplugin.cpp (diff)
The file was modified src/plugins/sample/SampleWindow/src/samplewindowwindow.h (diff)
Commit 50626750d56abba54f52b00c8213edfb651a2a01 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/sample/SampleWindow/src/samplewindowwindow.cpp (diff)
The file was modified src/plugins/sample/SampleWindow/src/samplewindowwindow.h (diff)
Commit adbe687f6cabcd221079dc82b366c9096fe7de8e by Alan Garny
Temporarily enable sample plugins, test plugins and tests.
The file was modified CMakeLists.txt (diff)
Commit b28369ee36f18fe24ffa9c915209d0596c840e0d by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.cpp (diff)
The file was modified src/plugins/test/ZincWindow/src/zincwindowwindow.cpp (diff)
The file was modified src/plugins/widget/MathMLViewerWidget/src/mathmlviewerwidget.cpp (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.h (diff)
The file was modified src/plugins/tools/CellMLTools/src/cellmltoolsplugin.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorlistwidget.cpp (diff)
The file was modified src/plugins/widget/WebViewerWidget/src/webviewerwidget.cpp (diff)
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.cpp (diff)
Commit bb1ff61098372885f752c318df710e9b6dff915e by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
Commit badd5a5cce4c3161a34822d59580ae36d1372846 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/widget/EditorWidget/CMakeLists.txt (diff)
Commit be53e52c915f272dd1ec4a5f3937f272062c22e6 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
Commit 36080098763d65cd2e007bb23db60378c93cde13 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.cpp (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.h (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.h (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewplugin.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewwidget.cpp (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.h (diff)
The file was modified src/plugins/editing/EditingView/src/editingviewplugin.cpp (diff)
The file was modified src/plugins/editing/RawCellMLView/src/rawcellmlviewwidget.cpp (diff)
Commit 9f15cedac4b40192ee900acc7550d9773e516cb9 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.h (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.h (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.cpp (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.cpp (diff)
Commit 9b70ad67821bce50bf40d2c1a0499b5fe599f6cb by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/support/QScintillaSupport/src/qscintillawidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservicemanager.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservice.cpp (diff)
The file was modified src/plugins/support/SEDMLSupport/src/sedmlsupportplugin.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlsupportplugin.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservicemanager.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebserviceresponse.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.h (diff)
Commit 16ccb42e469c7525e5755e967095a4a7922c6bdd by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.h (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
Commit 6452f489f8974869ce5c0553f353c4721c16122e by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/mathmlconverter.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.cpp (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/busywidget.cpp (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/collapsiblewidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.cpp (diff)
Commit bdeaa02827044a4dbf6656f237ab8a2f19b04414 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/coreplugin.cpp (diff)
Commit c81386f7892ffe4a354351c0a85df9a5da3c1a2e by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindownewworkspacedialog.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowsynchronizedialog.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwidget.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.h (diff)
Commit 01ba2d37791037924c2569fab76f3fb92469905d by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwidget.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwidget.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.cpp (diff)
Commit 2657147de22113fc27298e007c2a1d9c7af23ad1 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewcontentswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
Commit c41af1fd90836eeb90fa8c6dd0de292045592e07 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
Commit ff96cce204ee90dffe2c5e9d510036e248bba0b9 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/mainwindow.cpp (diff)
Commit 7bc60410829c7211c313f19c4c28795a9acc75d7 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit c908059de5b245e03252b1c1b80f99e9722d41f7 by Alan Garny
Some work on using the "new" signal/slot syntax (#1592).
The file was modified src/plugins/miscellaneous/Core/src/corecliutils.cpp.inl (diff)
The file was modified src/splashscreenwindow.cpp (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
Commit 63167c55e4dc6c4991a14e6012580b6a36fa8135 by Alan Garny
Removed a file that we forgot to delete at some point.
The file was removedsrc/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowcommitdialog.cpp
Commit 165087bac72d5ccdd13b064a5c0b9f4c5902f506 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/support/COMBINESupport/tests/tests.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/tests/tests.h (diff)
The file was modified src/plugins/support/COMBINESupport/tests/tests.h (diff)
Commit df284b19353827a774db2ea0e26361d7b542372e by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.h (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/plugins/support/StandardSupport/src/standardfilemanager.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.h (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewlexer.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/commonwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfile.cpp (diff)
The file was modified src/plugins/editing/CellMLTextView/src/cellmltextviewlexer.cpp (diff)
Commit 626d02aeeecbab125e81c05b838e67a52f4039e7 by Alan Garny
Some minor cleaning up (#1592).
Removed our use of full namespaces since we don’t need them with the new
signal/slot mechanism.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorlistwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspacemanager.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.h (diff)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationwidget.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/propertyeditorwidget.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationvieweditingwidget.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidget.h (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolver.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservice.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationwidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrwebservice.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.h (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.cpp (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrworkspace.h (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatanormalviewdetailswidget.h (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelplotwidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelswidget.cpp (diff)
The file was modified src/plugins/editing/CellMLAnnotationView/src/cellmlannotationviewmetadatadetailswidget.h (diff)
The file was modified src/plugins/editing/SEDMLEditingView/src/sedmleditingviewwidget.h (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationparameterswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLEditingView/src/cellmleditingviewwidget.cpp (diff)
Commit f0e4e2c247afa61dddab1adbae18646c909d4a71 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit 1f17877ec130933cbd31572d84275eca2a106e7e by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwidget.h (diff)
Commit 3b94f4262c23cbf35d96c65509d35cbf23cb0eb9 by Alan Garny
Some work on replacing automatic signals on_XXX_YYY() with a proper
connection (#1592).
The file was modified src/preferencesdialog.h (diff)
The file was modified src/pluginsdialog.h (diff)
The file was modified src/checkforupdatesdialog.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/preferencesdialog.cpp (diff)
The file was modified src/checkforupdatesdialog.h (diff)
The file was modified src/pluginsdialog.cpp (diff)
Commit 7c30c015349e0bd3333828a2760b4b27738b3754 by Alan Garny
Some work on replacing automatic signals on_XXX_YYY() with a proper
connection (#1592).
The file was modified src/mainwindow.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.h (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrsupportpreferenceswidget.cpp (diff)
The file was modified src/checkforupdatesdialog.cpp (diff)
The file was modified src/mainwindow.cpp (diff)
The file was modified src/preferencesdialog.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/pluginsdialog.cpp (diff)
The file was modified src/checkforupdatesdialog.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrsupportpreferenceswidget.h (diff)
Commit 4a045430049a0a8dcb947ab77d2e06aace2874e3 by Alan Garny
Some work on replacing automatic signals on_XXX_YYY() with a proper
connection (#1592).
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.h (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.h (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.h (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.cpp (diff)
Commit 995e63acf56b52e4e33b6472cf7a30eeedd03a33 by Alan Garny
Some work on replacing automatic signals on_XXX_YYY() with a proper
connection (#1592).
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.cpp (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.h (diff)
Commit ba7935dbac0ef2136e03febfbc70ab49b09d61b2 by Alan Garny
Some minor cleaning up (#1592).
The file was modified src/plugins/support/PMRSupport/src/pmrsupportpreferenceswidget.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.cpp (diff)
The file was modified src/checkforupdatesdialog.cpp (diff)
The file was modified src/preferencesdialog.cpp (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.cpp (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.h (diff)
The file was modified src/plugins/dataStore/DataStore/src/datastoredialog.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.h (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.cpp (diff)
The file was modified src/plugins/widget/GraphPanelWidget/src/graphpanelwidgetcustomaxesdialog.h (diff)
The file was modified src/checkforupdatesdialog.h (diff)
The file was modified src/plugins/organisation/FileOrganiserWindow/src/fileorganiserwindowwindow.cpp (diff)
The file was modified src/mainwindow.h (diff)
The file was modified src/pluginsdialog.cpp (diff)
The file was modified src/pluginsdialog.h (diff)
The file was modified src/mainwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidgetfindreplacewidget.cpp (diff)
The file was modified src/plugins/organisation/FileBrowserWindow/src/filebrowserwindowwindow.h (diff)
The file was modified src/plugins/support/PMRSupport/src/pmrsupportpreferenceswidget.h (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWindow/src/pmrwindowwindow.h (diff)
The file was modified src/preferencesdialog.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.cpp (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwindow.h (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.h (diff)
The file was modified src/plugins/miscellaneous/WebBrowserWindow/src/webbrowserwindowwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/HelpWindow/src/helpwindowwindow.h (diff)
Commit d293a03edba35bcda111d99d04093bf5c111d49e by Alan Garny
Redisable our sample plugins, test plugins and tests.
The file was modified CMakeLists.txt (diff)
Commit dea4690d97f85b473459b13a5e687c5ccf24ea7b by Alan Garny
Some minor cleaning up (#1592).
This ensures that we can build QSctintilla and still have our Editing
widget to build fine on Linux
The file was modified src/plugins/widget/EditorWidget/CMakeLists.txt (diff)