* Set version to 2020.10.1-RC03
* #6780 Flow Vector Result: Check if data exists before using
* #7031 Delta Summary Case: Fix crash when updating case name
* #7036 Well Picks : Skip import of empty lines
* #7003 Python: Guard nullpointer access for summary methods
* #7014 Python: Resize the result container before assigning data
* #7042 File Import Dialog : Sort by numbers instead of text
* Set version to 2020.10.1-RC04
* #7008 Python: Avoid terminating process as part of open/closeProject
When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.
New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.
* #7045 Contour map : Disable clipping of smoothed contour lines
* #7046 Cross Plot : Avoid reset of curve visibility when color legend visibility changes
* #7048 Grid Cross Plot: Fix inverted Y-axis for user-defined min/max range
* #7055 Contour Map: Label format it should match the legend format
* #7059 Well Targets : Fix index of of bound crash when building well path
* Set version to 2020.10.1-RC05
* #6814 Correlation Report: Missing update of plots when changing ensemble
* Set version to 2020.10.1-RC06
* #7055 Contour Map: Label format it should match the legend format
* #7068 Fix missing import surface File -> Import Surface
* Set version to 2020.10.1-RC07
* Prepare for release of 2020.10.1
* #5641 Avoid unnecessary regeneration of contour map
* Move clearGeometry to a scheduleGeometryRegen override
* Trigger update of contour maps following legend changes
* Make legend config changed signal more fine grained for Contour Maps
* Set version to 2020.10.1-RC08
* Prepare for release of 2020.10.1
* Set dev version after patch release
Co-authored-by: Gaute Lindkvist <lindkvis@gmail.com>
When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.
New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.
In Python, the folder name is added to simulation name to a combined name like 'folderName--simulationName' for the imported Grid Model. Only the simulationName should be used.
The elastic properties are already scaled by net-to-gross. Scaling the porosity
by net-to-gross before looking up the properties was applying the scaling twice.
Closes#6938.
Added a new feature for editing style sheets and variable colors and see immediately the result.
Made Qwt plots (and items) stylable.
Added icons, improved styling possibilities of QMinimizePanel, fixed minor bugs in RicThemeColorEditorFeature.
* Fix the meter <-> feet conversion (it was backwards)
* Make sure we refresh the plots after changing the depth axis unit
* Make sure formation overlays etc. also gets converted to correct depth unit (correct as in the same unit any loaded Eclipse Result case use)
* Make sure we read the LAS file contents, too, when loading a project
* Refactor WellPathCollection data loading on project open to simplify things a bit.
* Support copy and replace geomech case, to support importing another data file, but keep the view setup
* Make sure surfaces and intersections get updated with the correct separate result, too
* Simplify/refactor code
* Better naming