* 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>
Set category data directly to the category mapper with no reverse ordering
When drawing the color legend, always draw categories with lower index first
Projects containing Rim2dIntersectionViews copy legend config from the view using
PdmXmlObjectHandle::writeObjectToXmlString/readObjectFromXmlString. The
resulting xml contains references to RimColorLegendCollection which are unresolved,
and this would lead to a crash (m_colorLegend == nullptr). Fixed by resolving
the references explicitly after copy the config.
* First PDF creation support
* Reimplement info box
* Set title and make overlay frame margins more unified
* Remove a style sheet that was never meant to be applied to Project Tree
* Update RiuDraggableOverlayFrame when changing content
* Default page layout in Preferences
* undo removal of elision
* Remove friend class assignment in cafCategoryMapper
* the required methods have been made public
* Fix up after review
* Remove spurious const on by-value return
* Fix compile errors on Linux
* Fix size adjustment of legends with plot resizing
* Revert "#4377 Octave : Use RiaLogging for error messages instead of QErrorMessage "
This reverts commit f758a8edb2.
* Revert "#4380 Preferences : Changing scene font size when geo mech view is open causes crash"
This reverts commit df62a41397.
* Revert "#4379 Documentation : Update command line parser for import of summary files"
This reverts commit d0b5357ed4.
* Unfinished WIP
* Builds but crashes
* Refactored code now builds and runs
* ResInsight can now run the unittests headless
* Can run some command files successfully
* Build on Linux
* Extra headless hack header
* Moved PdmUiItem hack to cpp file
* Fix headless crash in RimWellAllocationPlot
* Handle error gracefully if ExportSnapshots command is executed from console
* Add caf::QIconProvider and remove some hacks
* Also made the greying out of disabled icons work for a couple of cases where it didn't.
* Linux build fix
* #4380 Reimplement fix df62a41397 by @magnesj on top of Headless code changes
* #4379 Reintroduce kode from d0b5357ed4 by @magnesj
* #4377 Restore f758a8edb2 in new Headless code