Magne Sjaastad

Results 153 issues of Magne Sjaastad

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`

System

It looks like a widget is maximized for a short period of time, making the display flicker. This is annoying behaviour.

Bug

Add up and down arrow for some long drop-down lists: - time step modification, grid cross plot, curve source stepping, ...

Enhancement

![image](https://github.com/OPM/ResInsight/assets/1793152/c7be10a6-7bab-44e1-a953-f5bbc968afde) It is possible to select a subset of time steps for import. When selecting year and an interval of 2, the expected outcome should be at least 2 years...

BugInRelease

RFT segment data exported from Intersect does not display correctly in ResInsight. Investigate why this happens. Initial testing indicates the following: Some in Eclipse is missing in Intersect, and some...

Bug
NeedsInput

Make it possible to filter realizations before import of an ensemble. Maybe add a text line where you can write `3,5,10-15,20-27` This feature has been requested by several users. Similar...

Enhancement

Make it possible to filter the visible realizations in an imported ensemble. Maybe add a text line where you can write `3,5,10-15,20-27` This feature has been requested by several users.

Enhancement
UserCourse

Select a fill operation where the area between two curves are filled with a color. If the curves cross, use a different fill color. ![image](https://user-images.githubusercontent.com/1793152/225893311-b3281a49-d1c9-41b1-9245-5e6c56062b9f.png)

Enhancement
UserCourse