Changes

Summary

  1. Editor widget: use the old connect() syntax when it comes to handling (details)
  2. Some minor cleaning up. (details)
  3. XSL transformer: put a mutex around our use of our list of jobs. (details)
  4. Some minor cleaning up. (details)
  5. Some minor cleaning up. (details)
  6. Simulation Experiment view: simplified the way we (re)check our (details)
  7. Simulation Experiment view: simplified the way we (re)check our (details)
  8. Some minor cleaning up. (details)
  9. Some minor cleaning up. (details)
  10. Some minor cleaning up. (details)
  11. Some minor cleaning up. (details)
  12. Some minor cleaning up. (details)
  13. Simulation Experiment view: properly handle (short) successive runs (details)
Commit 195824a608c88ded9aed31024c89d369dfb6a337 by Alan Garny
Editor widget: use the old connect() syntax when it comes to handling
QScintilla signals.
Indeed, we cannot use the new connect() syntax since the signal is
located in our QScintilla plugin and that we don't know anything about
it...
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.h (diff)
The file was modified src/plugins/widget/EditorWidget/CMakeLists.txt (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.cpp (diff)
Commit c904bb9691656ac1aeba640d0c7cf3585e0c8a9f by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.cpp (diff)
The file was modified src/mainwindow.cpp (diff)
Commit c3ff5dacfd41a6cc1bf4645de318ff9dd767b677 by Alan Garny
XSL transformer: put a mutex around our use of our list of jobs.
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.cpp (diff)
Commit ec57b2ea91f523f7cbdd00dd160e07e63a940951 by Alan Garny
Some minor cleaning up.
The file was modified src/checkforupdatesdialog.cpp (diff)
The file was modified src/checkforupdatesdialog.h (diff)
Commit 620b24f4532a1b8c14e618274c1151614bb6a721 by Alan Garny
Some minor cleaning up.
The file was modified src/checkforupdatesdialog.cpp (diff)
The file was modified src/checkforupdatesdialog.h (diff)
Commit 55b9ccba479390eb78669051383d19d36510b135 by Alan Garny
Simulation Experiment view: simplified the way we (re)check our
simulation results.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
Commit 0c60ec42db4a7cc8b183248225f89e7b7ef9fc4a by Alan Garny
Simulation Experiment view: simplified the way we (re)check our
simulation results.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
Commit 3b6e6d803d37b5604d8e46278a982e1909c53220 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit edeac223d633ca01eeb7ff7e9eab5b49023765a4 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
Commit 6e918292551a78b17660e336a288e5011a853980 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.h (diff)
Commit 8e86854d58ed21aab335ff2d56e34ceda0d94181 by Alan Garny
Some minor cleaning up.
The file was modified src/checkforupdatesdialog.h (diff)
Commit 955bac7b0b54de3b3b25f5eb9adc4b9ba74eff2d by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
Commit 58494b8f08d0b490ddda14d80118d5506c715c85 by Alan Garny
Simulation Experiment view: properly handle (short) successive runs
(issue #1613).
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/src/simulationexperimentviewwidget.cpp (diff)