Changes

Summary

  1. Zinc widget: added a way to retrieve the FPS. (details)
  2. Some minor cleaning up. (details)
  3. Zinc widget: reworked the way we handle a change in the device pixel ratio. (details)
  4. Zinc widget: reworked the way we handle a change in the device pixel ratio. (details)
  5. Zinc widget: reworked the way we handle a change in the device pixel ratio. (details)
  6. Some minor cleaning up. (details)
  7. Zinc widget: fixed our reset() method. (details)
  8. opening mapping file operationnal (details)
Commit d10bc711b1b2f1c692a0f0dd697f431d2ad0d0dc by Alan Garny
Zinc widget: added a way to retrieve the FPS.
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.h (diff)
Commit 97d2ce7402892e6ecaef0d91fce92e6ab03fe20a by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.h (diff)
The file was modified src/plugins/organisation/PMRWorkspacesWindow/src/pmrworkspaceswindowwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/filemanager.cpp (diff)
Commit 5f73676e0440fb2448021750e5c4bcbf5343e4b1 by Alan Garny
Zinc widget: reworked the way we handle a change in the device pixel ratio.

Now use a timer to check for a change in the device pixel ratio value. Also did some minor cleaning up.
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.h (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
Commit d58a68448b10ef0bc7bf288ae5b6c8207581eb40 by Alan Garny
Zinc widget: reworked the way we handle a change in the device pixel ratio.
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
Commit 95eb294f305bd5357b3559fe302b3c3214cff44b by Alan Garny
Zinc widget: reworked the way we handle a change in the device pixel ratio.

Don't use a timer after all... since we now have a call to `resizeEvent()` rather than a couple to `resize()`.
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.h (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
Commit 5f801ae305cb5d6283428617f99642ef20b6d2b4 by Alan Garny
Some minor cleaning up.
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.h (diff)
Commit 503456e7620abcff7297998136761358af9da5ff by Alan Garny
Zinc widget: fixed our reset() method.

We didn't need to call QOpenGLWidget::context()->create() after all!
The file was modified src/plugins/widget/ZincWidget/src/zincwidget.cpp (diff)
Commit c25a36d6ceafb6cc48e87260fa2e98eefe647b89 by corentin.lafond
opening mapping file operationnal
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingviewzincwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingvieweditingwidget.h (diff)
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingviewzincwidget.h (diff)
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingvieweditingwidget.cpp (diff)