Changes

Summary

  1. node size initialized after drawing (details)
  2. The wheel follow the changement of node size (details)
  3. no wild casts from double to int (details)
  4. CMake: respect alphabetical order for plugins. (details)
  5. Meshes: renamed our trilinear cube mesh file. (details)
Commit a6783c98ec5bcb51c6fdcea62972748046cf8167 by corentin.lafond
node size initialized after drawing
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingviewzincwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingviewzincwidget.h (diff)
Commit 4204fe240491d7eef25298247393e231a96fdf99 by corentin.lafond
The wheel follow the changement of node size

Before, turning the node size wheel would reset the node size to the original one
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingvieweditingwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingviewzincwidget.cpp (diff)
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingvieweditingwidget.h (diff)
Commit c0e324ec498bbe5022ba08831e9a3bc89d6d62bb by corentin.lafond
no wild casts from double to int
The file was modified src/plugins/editing/CellMLZincMappingView/src/cellmlzincmappingviewzincwidget.cpp (diff)
Commit 819a01e13ff60a55d8aed98624bb1ffa98a844b0 by Alan Garny
CMake: respect alphabetical order for plugins.
The file was modified CMakeLists.txt (diff)
Commit c1a450a34208c50a64e7b6b7b6e21a36d03ce6fd by Alan Garny
Meshes: renamed our trilinear cube mesh file.
The file was removedmeshes/trilinearCube.exfile
The file was addedmeshes/trilinear_cube.exfile