jonjenssen
535d87c9c4
Tiny refactor
2022-08-16 12:43:53 +02:00
Magne Sjaastad
1f2e9babe6
RFT: Support device and annulus branches ( #9168 )
...
* Add unit test used to read data from WSEGLINK
* Add segment branch type
* Add detection of device branches
* Add data source stepping on branch type
* parse wseglink data
* add RFT case as child of RimFileSummaryCase
2022-08-16 12:40:25 +02:00
Magne Sjaastad
e6af123094
#9194 Area Fill : Area filled curves should use zero as base line
2022-08-16 11:58:45 +02:00
jonjenssen
0e45a90e1f
Link selection in 3D view with plots ( #9195 )
...
* Allow well selections in 3D view to update well selection in summary plots and well log plots
2022-08-15 20:27:49 +02:00
Magne Sjaastad
016216bdb9
Show well completion annotations in horizontal plots ( #9193 )
2022-08-15 14:55:17 +00:00
Kristian Bendiksen
c16264497d
#9117 Summary/Well Log Plot: fix missing update on legend font size change.
2022-08-15 15:09:27 +02:00
Kristian Bendiksen
ffc58fedc8
Multiplot/WLP: fix missing update of title font size
2022-08-15 15:09:27 +02:00
Kristian Bendiksen
413288df0a
Well Log Plot: avoid hard-coding depth/value axis
2022-08-15 15:09:27 +02:00
Kristian Bendiksen
b4bca2276f
#9092 WLP: show only axis for first and last track.
2022-08-15 15:09:27 +02:00
Kristian Bendiksen
80961161d2
Well Log Plot: Avoid hard-coded axis (gave incorrect axis labeling).
2022-08-15 15:09:27 +02:00
Kristian Bendiksen
b134419544
#9131 Summary Plot: Show area fill also when line style is 'None'.
...
Fixes #9131 .
Fixed by drawing the line with Qt::NoPen (invisible).
2022-08-15 09:49:18 +02:00
Magne Sjaastad
3d06edc0a9
#9183 Do not use undo/redo for GeoMech result definition
2022-08-11 15:00:24 +02:00
Jon Jenssen
013b735a0d
Add default dock window layouts and support hiding dock widgets before running tests.
2022-08-11 12:13:25 +02:00
Kristian Bendiksen
71d18b9e76
#9093 MultiPlot: improve axis alignment by resizing scales
2022-08-10 16:39:34 +02:00
Magne Sjaastad
f8e19e68d2
Avoid setting summaryCaseX, as this will cause issues for RimSummaryPlotNameHelper
...
In summary plots, we only use summary case for Y-axis
2022-08-10 14:12:28 +02:00
Magne Sjaastad
6977fa59f7
Plot Manager: Activate individual sub plots per data source
2022-08-09 18:36:18 +02:00
Magne Sjaastad
489b4bf66b
Make sure curve names and plot titles are updated using Plot Editor
2022-08-09 18:36:18 +02:00
jonjenssen
a3c561b7e5
Get rid of "ghost" windows on startup. ( #9171 )
...
* Get rid of "ghost" windows on startup.
Removes hide all docking windows feature for now, to be replaced by a new implementation. Will probably break some tests due to this.
2022-08-09 16:40:50 +02:00
Magne Sjaastad
63b26ebf2d
Guard pointer before use
2022-08-09 13:28:18 +02:00
jonjenssen
c3f538c1dd
Summary context menu cleanup and fixes ( #9165 )
...
* Make summary plot ctx menu items show up for the plot you right-click on, not the one selected in the project tree.
2022-08-08 13:34:27 +02:00
Kristian Bendiksen
eedebd71a5
#9161 QtCharts: Refactor to make QtCharts optional again.
2022-08-08 13:29:41 +02:00
Kristian Bendiksen
a87e05035d
#9102 Thermal Fracture: handle field units.
2022-08-05 13:45:31 +02:00
Magne Sjaastad
f102a8b249
Improve annotations to work in both vertical and horizontal plots ( #9154 )
...
* Move enums to RiaPlotDefines.h
* Add support for formation names shading in horizontal plots
* Refactor line property code
* modernize code
2022-08-05 13:14:58 +02:00
Magne Sjaastad
824d5bd458
#9156 Use PdmPointer to avoid dangling pointer in Plot Editor
2022-08-04 14:08:30 +02:00
jonjenssen
82f6dc74c1
Only create and show plot window if we import a summary file. ( #9155 )
...
* Only create and show plot window if we import a summary file. If window is already there, no change.
2022-08-04 07:14:12 +02:00
Jon Jenssen
3e0cda4dba
Make sure project tree is updated on ensemble curve copy/paste
2022-08-03 14:41:52 +02:00
Kristian Bendiksen
8f1f20ac7e
janitor: Improve variable name.
2022-08-03 14:04:31 +02:00
Kristian Bendiksen
2a86b55ad2
Thermal Fracture Import: fix crash when import fails.
2022-08-03 14:04:31 +02:00
Kristian Bendiksen
ed03bd716e
Thermal Fracture Import: Add test for loading non-existing file.
2022-08-03 14:04:31 +02:00
Kristian Bendiksen
40cc3f9dc6
#9101 Thermal Fracture Import: detect and refuse inconsistent units.
...
All values in the file should be in either field or metric units, and mixing is
not allowed.
2022-08-03 14:04:31 +02:00
Jon Jenssen
2e3ac5b02b
Fix intersection depth filter limit calculations
2022-08-02 09:07:24 +02:00
Kristian Bendiksen
65600f58b3
Thermal Fracture Import: handle csv with space between name and unit
2022-08-01 13:56:38 +02:00
Magne Sjaastad
76edb49e89
#9126 Improve plot and curve handling for ensembles
...
Add append plots and append curves to context menu of ensembles
Make sure we create an unique color when adding multiple ensembles
2022-07-08 17:54:37 +02:00
Magne Sjaastad
1d4ab6bf9b
#9125 Do not reset user defined axis range when stepping data source
2022-07-08 17:54:37 +02:00
Magne Sjaastad
7a0bfd4917
Use updated version of opm-common as submodule
...
* Adjustments to build system for opm-common
* Add opm-common as submodule
* Disable use of unity build for opm-common
2022-07-07 22:17:33 +02:00
jonjenssen
d5269abc6e
New dockingsystem ( #9116 )
...
* Use Qt Advanced Docking as forked submodule
* Use new docking system in code
2022-07-07 12:03:02 +02:00
Magne Sjaastad
be8c796bb0
Unity build requires global unique variable names
2022-07-07 10:23:21 +02:00
Kristian Bendiksen
2888747a16
Thermal Fracture: fix crash for none-existing results.
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
8db0e2619c
Thermal Fracture: show mesh options for thermal fractures.
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
9f0d2c11b6
Thermal Fracture: load and update on project reload.
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
44c469c12c
#9099 Thermal Fracture Import: include perimter nodes.
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
6f623e9320
More tweaks to fix windows build
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
a908b0c9cf
#9098 Thermal Fracture: interpolate missing values inside convex hull of points.
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
4b8a02cf46
Thermal Fracture: improve import and display of timestamps
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
e99f713d53
Rotate fracture plane to align with x-y plane
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
625b927cb6
Thermal Fracture: Add visualization of results
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
cb0bc1392d
Thermal Fracture: Add action to import Reveal csv
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
ffb0c5a03f
Thermal Fracture: add thermal fracture template
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
a89899b7dc
Refactor: Introduce MeshFractureTemplate, and convert StimPlanFractureTemplate to it.
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
972013c631
#9039 : Thermal Fractures: add file reader
2022-07-06 18:18:11 +02:00
jonjenssen
6105813d28
Allow using scale values less than 1.0 ( #9108 )
...
* Change view scale into list of predefined double values in both toolbar and property editor. Add values less than 1.0
2022-07-04 15:48:52 +02:00
Magne Sjaastad
55eefbd53e
Added field and object keywords
2022-07-01 15:35:56 +02:00
Magne Sjaastad
d4edc15215
Regression test fixes ( #9105 )
...
* Do not show Open Summary Plot in 3D view Property Editor
* Regression Test: Fix missing update of correlation report plot
A fix was introduced in 73d598ee7e
to avoid a crash when deleting a multi plot. This had a unintended side effect causing the sub plots in correlation report plot to not be inserted properly.
* Bump release version
2022-07-01 11:36:49 +02:00
jonjenssen
6ad0bcee95
Fix crash if base time step has undefined data
2022-07-01 11:06:12 +02:00
Magne Sjaastad
af77fdad81
Prepare for release
...
Always create plots using Qwt
Always create plot for command "New Summary Plot"
#9103 : Fix missing updates in multiselect field update operation
Add Open Summary Plot Editor
Trigger missing load of data
Enable data source display for first realization of an ensemble
Always show legend text
Set version to 2022.06.0-RC-02
2022-06-30 18:24:25 +02:00
Magne Sjaastad
3d53c9de1e
Do not create curve for empty history vector
2022-06-29 12:42:22 +02:00
jonjenssen
d4ff0a0175
Missing legend ( #9095 )
...
* Make sure ensemble curveset legends are shown in multiplot legend.
* Remove information already shown in title from curve legend.
* Fix missing legend when creating curve plot from ensemble curves
* Show actual curve color in legend
2022-06-29 11:49:46 +02:00
Magne Sjaastad
aeab09eceb
Minor restructure of summary preferences
2022-06-28 14:06:32 +02:00
Magne Sjaastad
e5cf5f4cf3
Improve history curve color and symbols
2022-06-27 19:25:27 +02:00
Magne Sjaastad
cb1c94630b
Guard null pointer use
2022-06-27 19:25:27 +02:00
Magne Sjaastad
a86abab3cb
Regression Test: Guard null pointer access
2022-06-27 19:25:27 +02:00
Magne Sjaastad
55966ef6e8
RFT : Fix several update issues
2022-06-27 19:25:27 +02:00
jonjenssen
0cc4f69ba3
Add grid calculator button to 3d view toolbar, add grid calc command to case context menu
2022-06-25 00:44:38 +02:00
Magne Sjaastad
b706192ea3
Performance updates ( #9082 )
...
* Avoid creation of curve legend widgets during construction of a multi plot
* Make sure default z-value is correct to avoid expensive Qwt updates
* Avoid duplicate plot updates
* Do not create internal Qwt legend by default
* RFT import: Avoid expensive method throwing exception if no data is found
2022-06-24 16:16:46 +02:00
Magne Sjaastad
5078f4072f
Minor adjustments ( #9070 )
...
* Add system commands to test toolbar
* #9069 Summary Plot: Update only Y axis values during source stepping
* Reduce default brightness for ensemble summary curves
* Add a separate flag to control linking of time axis
* Make sure interactive zoom in plot is handled
* Move message dock window to right dock panel
2022-06-21 15:33:00 +02:00
Magne Sjaastad
8aaf98823a
Regression test fixes ( #9068 )
...
* Make sure font size is updated correctly
* Hide empty sub titles
* Do not categorize as water cut if no curves are visible
* Propagate settings from single summary plot to summary multi plot
2022-06-21 14:40:54 +02:00
Kristian Bendiksen
b4e3586e2c
Janitor: StimPlanFractureTemplate: Remove use of obsolete field.
...
Might turn on mesh display for some StimPlan fractures in projects older than
v2018.1.0.103. The "show mesh" has been controlled by RimStimPlanColors since 2018.
2022-06-17 19:15:19 +02:00
Kristian Bendiksen
e7ff6f8a7b
Janitor: remove empty implementation of updateFilePathsFromProjectPath.
2022-06-17 19:15:19 +02:00
Magne Sjaastad
d854a3d3e7
Merge pull request #9063 from OPM/more-rft-fixes-01
...
More RFT fixes
2022-06-17 17:24:58 +02:00
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
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
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
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
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
Magne Sjaastad
6a5b9f7300
Use deleteChildren() when required to avoid memory leak
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
ab2a7254f8
#8964 Avoid message box for PVT and Rel Perm issues
...
Log warning message to log window instead of a dialog
Improve text
2022-05-26 20:47:23 +02:00
Magne Sjaastad
a511bfd722
#8952 Only include fields to be modified for sub items on/off
...
Only one fieldChanged is issued, and make sure that all fields in the selection will change state. If state is not changed for the last field, no notification will happen.
2022-05-26 20:47:23 +02:00
Magne Sjaastad
b17e3813df
#8966 Improve performance when changing multiple field values
2022-05-26 20:43:25 +02:00
Magne Sjaastad
3545d16fbb
Use set to get unique plots for update
2022-05-26 20:43:25 +02:00
Magne Sjaastad
4a1a2fe2be
#8634 Improve performance when deleting multiple wells
...
Disable general framework delete function, and use special well path delete function
2022-05-26 20:43:25 +02:00
jonjenssen
ff57252812
Add support for dropping folders in summary plots and multi summary plots
2022-05-26 02:29:59 +02:00
Kristian Bendiksen
53af120f39
#2434 Eclipse input property: fix import for keywords without data
...
Keywords without data does not have a trailing '/'.
2022-05-25 21:32:51 +02:00
Kristian Bendiksen
a47edd4fa6
#8195 Fracture: Show containment also when mesh is off.
2022-05-25 21:25:50 +02:00
Kristian Bendiksen
29fdc29eb0
#8696 Cell filter: fix for IJ Index polygon for non-intersecting filter points
...
Now the minimum K-layer directly below any of the filter points are used when
the filter points does not intersect with the cells.
Fixes #8696 .
2022-05-25 15:07:08 +02:00
jonjenssen
8e3289a432
Default summaryplot improvements ( #8950 )
...
* Add summary default plot type selection in preferences
* Create plots as set in preferences when loading summary cases. Allow selecting default plot templates from templates explorer tree
* Do not create plot if data vector setting is empty
2022-05-25 11:01:45 +02:00
Magne Sjaastad
f91fe41f1d
Several minor issues ( #8948 )
...
* #8947 Plot Template : Split export dialog into file path and name
* #8946 Update multi plot title when curve is appended by copy/paste
* #8946 Separate axis object name and axis title text
* If multi plot auto name is empty, use plot title "Plot N"
* QwtPlotWidget: Double click activates Zoom All
* More testing on valid main window before use
* Return false if event is not handeled
* Improve fallback plot name
* Tree View Editor: Early exit if selected object is unchanged
Resetting selection causes flickering
* Summary Plot : Select curve object in project tree when clicking on curve
2022-05-24 15:24:38 +02:00
Kristian Bendiksen
1aa41968a5
#8787 Summary Multiplot: Fix inversion of axis with axis aggregation.
2022-05-24 07:26:49 +02:00
Magne Sjaastad
01e670a3d8
Add copy/paste of Summary Multi Plot ( #8942 )
...
* Guard use of back() on empty vector
* Add "Show Data Sources" to ensemble realizations
* Update summary plot as summary curve collection is not visible in tree view
* Set selection manager root in RiaApplication
* Always close both main windows if present
* Add copy/paste of summary multi plot
* Add test for RiuMainWindow::instance() before use
* Remove duplicated code
* Multiple Tree Views : Use getTreeViewWithItem() to find correct tree view
* Minor UI adjustments
2022-05-23 14:25:53 +02:00
Jon Jenssen
329e1e8b69
Fix crash in ensemble plot duplicate
2022-05-23 13:32:18 +02:00
Kristian Bendiksen
039ec05ab8
#8794 Multi Axes: Highlight relevant axes
2022-05-23 13:23:55 +02:00
Jon Jenssen
05ce13b533
Fix crash if 3d window is not there when importing summary data
2022-05-23 11:03:32 +02:00
Magne Sjaastad
26f1387bc6
Improve plot manager behavior
...
Create plots for vectors with no grouping identifier
Do not invalidate GUI on selection changed
Use same name as in project tree
2022-05-22 21:49:34 +02:00
Magne Sjaastad
ccfc0e25bc
#7778 Check for valid pointer to main window before use
2022-05-22 11:35:40 +02:00
jonjenssen
886f5e3295
Move duplicate button to the right of the multiplot toolbar
2022-05-20 16:47:44 +02:00
jonjenssen
7c25677d18
Add support for appending curves for summary case and ensemble by stepping
2022-05-20 16:29:26 +02:00
Kristian Bendiksen
954b697e6b
#8817 Summary Multiplot: Add filter to control plot visibility
2022-05-20 15:56:43 +02:00
Kristian Bendiksen
c3dfd9ed26
Summary tools: fix crash in when destructing RimStimPlanModel
2022-05-20 14:51:26 +02:00
Kristian Bendiksen
e80343b4db
#8877 StimPlan model: Fix formation dip in export of Asymmetric.FRK
...
Fixes #8877 .
2022-05-20 14:51:26 +02:00
Kristian Bendiksen
9678b80feb
#7778 MainWindow: fix crash when reopening grid case
2022-05-20 14:51:01 +02:00
Kristian Bendiksen
837a0f208c
#8846 StimPlan model plot: Correct perforation interval for longitudinal fracture
...
Fixes #8846 .
2022-05-20 14:07:29 +02:00
Magne Sjaastad
402f738abd
Regression Test: Make sure all text is redirected to standard out
...
Call RiaApplication::initialize() to recreate project and preferences. Do not call virtual method initialize(), as RiaGuiApplication::initialize() creates a new logger causing console text to disappear.
2022-05-19 13:58:01 +02:00
Magne Sjaastad
fa8ad53981
Regression Test : Add memory usage to regression test logging
2022-05-19 12:48:54 +02:00
Magne Sjaastad
89d42fec88
Regression Test: Fix null pointer access ( #8922 )
...
* #8921 : Guard null pointer access
* #8921 Fix memory leak
Fix similar memory leak as reported in #8918
2022-05-19 11:51:52 +02:00
Magne Sjaastad
119367783b
Fix memory leak for data source ensemble summary ( #8919 )
...
* Do not create summary case group twice
* Fix memory leak of objects contained in childArrayFields
Use deleteAllChildObjects to delete objects instead of clear()
Rename collection function clear() -> deleteAllChildObjects
* Early exit for empty path
* Reduce redundant calls to refreshMetaData
2022-05-19 11:51:22 +02:00
jonjenssen
3b927e1c09
Split summary plot into multiple plots ( #8910 )
...
* Support splitting a summary plot with multiple curves into a new multiplot with one plot per curve
* Make sure the correct plot is deleted if using the plot context menu.
2022-05-13 16:36:30 +02:00