Magne Sjaastad
5176e4e635
Make legend config changed signal more fine grained for Contour Maps
2020-12-08 21:45:26 +01:00
Gaute Lindkvist
755612a04c
Trigger update of contour maps following legend changes
2020-12-08 21:45:26 +01:00
Gaute Lindkvist
0972a952c3
#5641 Avoid unnecessary regeneration of contour map
...
* Move clearGeometry to a scheduleGeometryRegen override
2020-12-08 21:45:26 +01:00
Magne Sjaastad
1811c60e2f
#7068 Fix missing import surface File -> Import Surface
2020-12-08 21:45:26 +01:00
Magne Sjaastad
b9843e0c91
#7055 Contour Map: Label format it should match the legend format
2020-12-08 21:45:26 +01:00
Magne Sjaastad
cec3314ba7
#6814 Correlation Report: Missing update of plots when changing ensemble
2020-12-08 21:45:26 +01:00
Magne Sjaastad
146cff8f5d
#7059 Well Targets : Fix index of of bound crash when building well path
2020-12-08 21:45:26 +01:00
Magne Sjaastad
0c7ccce1ce
#7055 Contour Map: Label format it should match the legend format
2020-12-08 21:45:26 +01:00
Magne Sjaastad
0cef7c6d6a
#7048 Grid Cross Plot: Fix inverted Y-axis for user-defined min/max range
2020-12-08 21:45:26 +01:00
Magne Sjaastad
dedc80f41c
#7046 Cross Plot : Avoid reset of curve visibility when color legend visibility changes
2020-12-08 21:45:26 +01:00
Magne Sjaastad
f0135d6ebd
#7045 Contour map : Disable clipping of smoothed contour lines
2020-12-08 21:45:26 +01:00
Magne Sjaastad
53cde42113
#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.
2020-12-08 21:45:26 +01:00
Magne Sjaastad
025971bfb7
#7042 File Import Dialog : Sort by numbers instead of text
2020-12-08 21:45:26 +01:00
Magne Sjaastad
390d683fd4
#7014 Python: Resize the result container before assigning data
2020-12-08 21:45:26 +01:00
Magne Sjaastad
6cad7318c2
#7003 Python: Guard nullpointer access for summary methods
2020-12-08 21:45:26 +01:00
Magne Sjaastad
bf77e57e68
#7036 Well Picks : Skip import of empty lines
2020-12-08 21:45:26 +01:00
Magne Sjaastad
efd1ddca54
#7031 Delta Summary Case: Fix crash when updating case name
2020-12-08 21:45:26 +01:00
Magne Sjaastad
2ab1efa56f
#6780 Flow Vector Result: Check if data exists before using
2020-12-08 21:45:26 +01:00
Kristian Bendiksen
ff277051fe
#7024 Fix crash when closing comparison view on linux.
...
The state of caf::Viewer::isComparisonViewActive() and Rim3dView::activeComparisonView()
can be out-of-sync until all events have been processed by the Qt event loop.
The caf::Viewer state is updated as part of an scheduled display update, but the
update to Rim3dView is a direct call.
Fix crash by checking for nullptr from Rim3dView::activeComparisonView().
Closes #7024 .
2020-12-08 21:45:26 +01:00
Magne Sjaastad
c0a6c7be6b
#6974 Color Legend : Improve default settings for user defined values
2020-12-08 21:45:26 +01:00
Magne Sjaastad
223e1aafe9
Color Legend : Make sure there are at least two color items ( #7006 )
...
* #7004 Color Legend : Make sure there are at least two color items
The interpolation methods require minimum two items
2020-12-08 21:45:26 +01:00
Magne Sjaastad
8d7c2ab1d5
#6978 Fault Import : Make sure faults in separate text file is imported
2020-12-08 21:45:26 +01:00
Magne Sjaastad
1dd7b35edb
#6962 Python: case.replace use simulationName
...
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.
2020-12-08 21:45:26 +01:00
Magne Sjaastad
0eda974b31
#6968 Import Dialog : Replace realization-N with realization-*
2020-12-08 21:45:26 +01:00
Magne Sjaastad
4242f729d1
#6963 Import Dialog : Add recently used folders and search terms in registry
2020-12-08 21:45:26 +01:00
jonjenssen
df9a1b1ce1
Bugfix: show y axis text even if ensemble and summary curves are turned off.
2020-12-08 21:45:26 +01:00
Magne Sjaastad
a599f76889
#6957 Data source stepping : Add stepping on aquifer
2020-12-08 21:45:26 +01:00
Magne Sjaastad
30addd7aed
#6958 Plot Title UDQ : Show vector name in plot title
2020-12-08 21:45:26 +01:00
Magne Sjaastad
dec62dfcef
#6959 Calculated curve : Make sure relevant calculations are recalculated
2020-12-08 21:45:26 +01:00
Magne Sjaastad
ce4d5de81b
#6960 Curve Calculator : Add to right-click menu of main case collection
2020-12-08 21:45:26 +01:00
Magne Sjaastad
b85f7f3640
#6871 Closing Grid Model : Update project tree in plot window
2020-12-08 21:45:26 +01:00
Magne Sjaastad
d223c516b6
#6843 Grid Cross Plot : Set default legend mapping type to discrete
2020-12-08 21:45:26 +01:00
Magne Sjaastad
ee0e9944f5
#6843 Grid Cross Plot : Check if valid before accessing tickValues
2020-12-08 21:45:26 +01:00
Magne Sjaastad
cda0f40f9e
#6843 Grid Cross Plot : Render discrete colors, not continous
2020-12-08 21:45:26 +01:00
magnesj
62eb603ed2
Fixes by clang-format
2020-12-08 21:45:26 +01:00
Magne Sjaastad
17623afd0e
#6799 Preferences : Clean white-space when using path to python/octave
2020-12-08 21:45:26 +01:00
Jon Jenssen
6b3b76fc9d
Bugfix - make show contour label checkbox work for contour plots
2020-12-08 21:45:26 +01:00
Jon Jenssen
a630f7710a
Allow user to edit well path name for user defined well paths.
2020-12-08 21:45:26 +01:00
Magne Sjaastad
a7ccea9007
#6862 Correlation Plots : Use full address when accessing summary data
2020-12-08 21:45:26 +01:00
Magne Sjaastad
c2917c0ef0
#6869 Coarse Grid: Make sure empty coarsening cells are handled correctly
...
Based on fix by Jean-Paul Balabanian <jpb@equinor.com >
2020-12-08 21:45:26 +01:00
Magne Sjaastad
61cc1a99f8
#6867 Summary Vector Names 6x : Include name updates from 6x
...
Include updates from Peter Forster
2020-12-08 21:45:26 +01:00
Magne Sjaastad
caca796a1b
#6831 Ensemble Summary Plot : Fix text filter for ensemble curves
2020-12-08 21:45:26 +01:00
Gaute Lindkvist
ef242e44ae
Avoid outputting invalid aicd segments
2020-10-20 03:53:55 -04:00
Ruben Thoms
69a2bc673a
Bug fix: curve point tracker not always on top of all curves
2020-10-19 05:14:57 -04:00
Ruben Thoms
08b4fec678
Adjusted arrow head size.
...
Closes #6795 .
2020-10-19 05:01:23 -04:00
Gaute Lindkvist
2e0d972761
Fix MOC-warnings by move RiuQssSyntaxHighlighter.h line in CMakefile
2020-10-19 10:58:31 +02:00
Gaute Lindkvist
3834fdb382
Revert "Move RiuQssSyntaxHighlighter.h from MOC-headers to regular headers"
...
This reverts commit 2064ec6bf0 .
2020-10-19 10:48:17 +02:00
Gaute Lindkvist
2064ec6bf0
Move RiuQssSyntaxHighlighter.h from MOC-headers to regular headers
2020-10-19 10:30:34 +02:00
Gaute Lindkvist
6f3af3c52f
#6788 Fix MSW WSEGVALVE areas
2020-10-19 10:25:02 +02:00
Ruben Thoms
78cd6905c1
Fixes #6790 .
2020-10-19 02:32:16 -04:00