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
Jon Jenssen
534e74dd31
Make sure drag'n'drop works when explorer window is undocked, too.
2022-05-30 18:47:42 +02:00
jonjenssen
db589c7e32
Show progress bar when appending plots to multiplot ( #8976 )
...
* Show progress bar when appending plots to multiplot
* Stop plot manager from going crazy creating plots when filter text is blank
* Speed up plot manager create plot
2022-05-30 11:39:05 +02:00
Magne Sjaastad
17f169e513
RegressionTests: Add missing show() to mainwindow
2022-05-29 13:25:53 +02:00
Magne Sjaastad
f0ce04597d
Merge pull request #8985 from OPM/8926-remove-useoptionsonly
...
AppFwk : Remove obsolete useOptionsOnly
2022-05-29 13:01:27 +02:00
jonjenssen
2a57adf222
Make sure we create multiple plots if we import multiple summary cases at once.
2022-05-27 12:30:51 +02:00
Kristian Bendiksen
c9aa9285d2
#8900 Summary Data: fix error in h5-data for time scale above 250 years
...
The usual implementation of chrono::system_clock::to_time_t() uses nanoseconds
which will overflow on data with long time spans. Fixed by lowering resolution
to seconds, and adding custom conversion method.
Fixes #8900 .
2022-05-27 12:11:19 +02:00
Magne Sjaastad
5c224241e1
#8892 Allan Diagram: Show formation data for all time steps
2022-05-27 12:10:58 +02:00
Magne Sjaastad
a48ad22d0a
Preferences: Avoid calling update on top level RimProject on close
2022-05-27 07:53:51 +02:00
Magne Sjaastad
ad66b4674a
Bump version to 2021.10.3-dev.05
2022-05-26 21:24:03 +02:00
Magne Sjaastad
247d1bb338
Allow PropertyView panels to be resized horizontally
2022-05-26 21:17:21 +02:00