ResInsight
ResInsight copied to clipboard
3D viewer and post processing of reservoir models
Some workflows require specific colors of simulation wells and well paths, including label color and label font size. Add support for individual setting on each well: - font size -...
There are several places where we have a list of points(a point is defined as three double values). We have some support for cut/paste of these values using clipboard. It...
In the regression test runner, it is possible to invalidate all external paths. Make sure that this setting is available when executing command files as part of a regression test....
User has suggested different icons for entering full screen mode and leaving full screen mode. Not sure how to have different icon for pressed state in the tool bar. ###...
When hiding a plot, by either using the X in upper right corner, or toggling of the check box in front of the plot, the next selected plot is based...
Related to #10352
Sum of delta volumes between grid models becomes wrong when different active cells are used (Grid Calculator or Difference option). In this case, an union of active cells should be...
We use the construct `std::vector` several places in the code. Consider replace with simpler structure `std::unordered_map` if no sorting is required. Also investigate if `std::map` can be replaced with `std::unordered_map`
It looks like a widget is maximized for a short period of time, making the display flicker. This is annoying behaviour.
Add up and down arrow for some long drop-down lists: - time step modification, grid cross plot, curve source stepping, ...