Magne Sjaastad
62cf62b9a2
Improve UI for RFT segment curves ( #9061 )
...
* Make sure all curve values are set correctly for plot orientation
* Make sure depth zoom is propagated to the Qwt plot
* Expand min/max value range to allow more space around curves
* Use int values to represent RFT segment branch number
2022-06-16 13:55:42 +02:00
Kristian Bendiksen
193bc35f6b
#8876 Fracture: add option to use align dip with formation dip
2022-06-16 08:38:24 +02:00
Magne Sjaastad
36e43ae85b
Performance: Move bool outside cell loop
2022-06-15 19:22:36 +02:00
Kristian Bendiksen
226ac4f2b6
#8989 Grid statistics: Improve precision of p10/p90.
2022-06-15 19:22:36 +02:00
Magne Sjaastad
34a05ec5f4
Bump version to 2021.10.3-dev.07
2022-06-13 17:30:07 +02:00
magnesj
3477ac7cb7
Fixes by clang-format
2022-06-13 15:13:15 +02:00
Magne Sjaastad
fe0d009b25
Improve visual appearance for ensemble curves ( #9016 )
...
* Ensemble Curves : Improve visual appearance
Set line thickness to 1
If ensemble curves are bright, use a high saturation color for the highlight curve
Increase line thickness for highlighted curve
* Use color by summary vector phase for ensemble curves
* Do not create curves for non-existing history vectors
2022-06-13 15:08:15 +02:00
Magne Sjaastad
ccbda23b96
Merge pull request #9048 from OPM/9047-performance-avoid-update-project
...
- Avoid update of project when creating new objects
- Added icon resource cache
- Avoid use of descendantsIncludingThisOfType()
2022-06-13 13:54:55 +02:00
Magne Sjaastad
7d246c1535
Add missing link library
2022-06-13 13:52:05 +02:00
Kristian Bendiksen
c177e51c45
Grid Property Calculator: Improve UI to allow only one filter.
2022-06-10 13:55:51 +02:00
Kristian Bendiksen
5ea621d36f
#9033 Grid Property Calculator: fix incorrect filtering when reloading projects
...
Fixes #9033 .
2022-06-10 13:55:51 +02:00
Kristian Bendiksen
f50b876c99
#8955 Grid Property Calculator : Add filtering support.
2022-06-10 13:55:51 +02:00
Magne Sjaastad
3b5139c24d
#9023 Performance : Use cached analyzer
...
Remove min max from RimSummaryCaseCollection
Guard null pointer access
Improve default behaviour for axis range control
2022-06-10 06:25:41 +02:00
Magne Sjaastad
5eafa98038
#9023 Performance : Optionally avoid emitting update signals during update
...
Do not notify editors when building tree in PdmUiTreeViewQModel::setPdmItemRoot()
2022-06-10 06:25:41 +02:00
Kristian Bendiksen
5b4434439e
#8991 3D grid cross plot: Select correct grid model.
2022-06-09 19:53:09 +02:00
jonjenssen
2fdd5875ea
Update multiplot source stepping - append plot ( #9030 )
...
* Make sure we append a new plot for all plots that matches the current source stepper, allows stepping and appending multiple plots at once
2022-06-09 13:23:28 +02:00
Magne Sjaastad
d146ada592
#9037 RFT import: Missing data in RFT file caused crash
2022-06-09 11:44:21 +02:00
Magne Sjaastad
47fb8957c1
#9023 Performance : Temporary fix for axis range aggregation
2022-06-07 23:20:31 +02:00
Magne Sjaastad
d36bf11c62
Several performance fixes ( #9026 )
...
* #9023 Performance: Use count instead of for loop
* #9023 Analyzer: Cache vector names for categories
* #9023 Performance : Use cached ensemble analyzer
* #9023 Performance : Add min/max values to ensemble statistics
* #9023 Performance : Improve statistics calculator
* #9023 Performance : Use high performance toInt()
* #9023 Performance : Build summary addresses in parallell
2022-06-07 21:09:36 +02:00
Jon Jenssen
fa1f189709
Simplify "New ... script" enable logic.
2022-06-07 16:22:11 +02:00
jonjenssen
ed392e6300
Keep source step dimension when saving/loading multiplots, including templates
2022-06-03 18:05:26 +02:00
Magne Sjaastad
6931d46b75
Bump version to 2021.10.3-dev.06
2022-06-03 15:26:27 +02:00
Magne Sjaastad
2472f4697c
Improve summary category detection for opm-common reader ( #9018 )
...
* Move code to quantitynameinforprovider
* Use some region-to-region helper function from opm-common
* Add more fallbacks
2022-06-03 13:54:15 +02:00
Magne Sjaastad
95e9ef8bf1
Rename to RiaFieldHandleTools
2022-06-03 08:00:55 +02:00
Magne Sjaastad
2b8bab3bd8
#9011 Disable input controls controlled by automation
...
Disable fields controlled by automation and append label text with (overridden)
2022-06-03 08:00:55 +02:00
Magne Sjaastad
4146e8bbd1
#9011 Rename axis range aggregation to None
2022-06-03 08:00:55 +02:00
Magne Sjaastad
a28cecd19b
#8961 Auto scale factor : Do not use scale factor for some value ranges
2022-06-03 08:00:55 +02:00
Magne Sjaastad
5e53f5687d
Improve auto name for curves and plots
...
- use vector name as plot title if a vector and the associated history vector is present
- use short vector name as fallback for curve name
- use Plot N as fallback name for sub plot
2022-06-03 08:00:55 +02:00
Magne Sjaastad
36dab01cf5
#9009 Data Source Object : Do not allow rename by double-click on item
2022-06-03 08:00:55 +02:00
Jon Jenssen
89773da26e
Fix intersection crash by making sure we do nothing when top limit is below bottom limit
2022-06-02 06:54:45 +02:00
jonjenssen
fd7821a10b
Add preferences setting for maximum search depth in script folders. Clean up context menu a bit. ( #9012 )
2022-06-02 06:53:05 +02:00
jonjenssen
41904df681
New feature: delete unchecked subitems ( #9010 )
...
* New feature: delete unchecked subitems
2022-06-02 06:50:14 +02:00
Kristian Bendiksen
cbe731d187
#8994 Plot axis range : Fix incorrect reset of user-defined min max value
2022-06-01 15:10:38 +02:00
Jon Jenssen
cf9f69b620
Fix plot layout after plot visibility filter has been applied
2022-06-01 14:07:27 +02:00
Kristian Bendiksen
75d096eca2
#8540 Python: read only active cells for active_cell_property
2022-06-01 13:16:58 +02:00
Magne Sjaastad
bf8ca66132
#8983 Improve default dock window layout
2022-06-01 12:25:36 +02:00
Magne Sjaastad
33f0831de5
#8982 Allow mouse wheel zoom for a single sub plot
2022-06-01 12:25:36 +02:00
Magne Sjaastad
c7cf6d19f8
#8995 Drag drop summary vector : Optionally include history vector
2022-06-01 12:25:36 +02:00
Magne Sjaastad
6a7e2f6033
#8993 Default Ensemble Curve : Do not show statistics for history vectors
2022-06-01 12:25:36 +02:00
jonjenssen
9f4d242a5d
Plot Template updates ( #9002 )
...
* Ensemble plot templates now have .erpt extension and new icon
* Default plot templates are given a checkmark overlay on the icon
* Context menu has been cleaned up a bit
* Old default template is really just the last used template. Rename it.
* Add max. recursive depth setting in preferences for plot template searches
* Only create plots based on correct template type when importing ensembles or single cases
* Support creating new plot from template explorer
* Update last used template when creating a new plot from a template
2022-06-01 10:45:44 +02:00
Kristian Bendiksen
92afb11a76
#8899 Try exact matches for eclipse summary category search.
...
Fixes incorrect classification for vectors with 8 characters starting with
'N' (e.g NLINSMAX). They were classified as "network", but lookup table have
them correctly classified as "misc".
2022-05-31 22:16:24 +02:00
Kristian Bendiksen
34a5d3e756
Summary Quantity Name Provider: special handling for MISC vectors
2022-05-31 22:16:24 +02:00
Kristian Bendiksen
29e1a72d76
libecl: Add more special-case MISC vectors
2022-05-31 22:16:24 +02:00
Kristian Bendiksen
e7f27abae7
libecl: add support for network variables
2022-05-31 22:16:24 +02:00
Magne Sjaastad
6a5b9f7300
Use deleteChildren() when required to avoid memory leak
2022-05-31 15:05:07 +02:00
Magne Sjaastad
950ec38a14
Add userInterface unit tests
2022-05-31 15:05:07 +02:00
Magne Sjaastad
c74701b687
Rename several child() and children() functions
2022-05-31 15:05:07 +02:00
Magne Sjaastad
c199f960e3
#8949 Plot Update: Improve visual stability when clicking on curves
...
adjustSize() causes the plot to resize twice which is annoying. Cache the last child count to avoid calls to adjustSize().
2022-05-31 14:20:38 +02:00
Magne Sjaastad
fe1acc93a6
#8938 Sub Plot : Fix visibility of legend
...
Make sure legends are set visible if any items are present in the legend
2022-05-31 14:20:38 +02:00
Magne Sjaastad
787d3ae379
#8868 Well Log Plot: Appearance update not working
2022-05-31 07:29:59 +02:00