Changes

Summary

  1. Editor widget: use the old connect() syntax when it comes to handling (commit: 195824a) (details)
  2. Some minor cleaning up. (commit: c904bb9) (details)
  3. XSL transformer: put a mutex around our use of our list of jobs. (commit: c3ff5da) (details)
  4. Some minor cleaning up. (commit: ec57b2e) (details)
  5. Some minor cleaning up. (commit: 620b24f) (details)
  6. Simulation Experiment view: simplified the way we (re)check our (commit: 55b9ccb) (details)
  7. Simulation Experiment view: simplified the way we (re)check our (commit: 0c60ec4) (details)
  8. Some minor cleaning up. (commit: 3b6e6d8) (details)
  9. Some minor cleaning up. (commit: edeac22) (details)
  10. Some minor cleaning up. (commit: 6e91829) (details)
  11. Some minor cleaning up. (commit: 8e86854) (details)
  12. Some minor cleaning up. (commit: 955bac7) (details)
  13. Simulation Experiment view: properly handle (short) successive runs (commit: 58494b8) (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...
(commit: 195824a)
The file was modified src/plugins/widget/EditorWidget/CMakeLists.txt (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.h (diff)
The file was modified src/plugins/widget/EditorWidget/src/editorwidget.cpp (diff)
The file was modified src/mainwindow.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.cpp (diff)
Commit c3ff5dacfd41a6cc1bf4645de318ff9dd767b677 by Alan Garny
XSL transformer: put a mutex around our use of our list of jobs.
(commit: c3ff5da)
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.h (diff)
The file was modified src/checkforupdatesdialog.cpp (diff)
The file was modified src/checkforupdatesdialog.h (diff)
The file was modified src/checkforupdatesdialog.h (diff)
The file was modified src/checkforupdatesdialog.cpp (diff)
Commit 55b9ccba479390eb78669051383d19d36510b135 by Alan Garny
Simulation Experiment view: simplified the way we (re)check our
simulation results.
(commit: 55b9ccb)
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.
(commit: 0c60ec4)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (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/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/xsltransformer.h (diff)
The file was modified src/checkforupdatesdialog.h (diff)
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).
(commit: 58494b8)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)