Kristian Bendiksen
2691f6dca9
Thermal Fracture: fix incorrect weighting when interpolating.
2022-09-05 15:40:31 +02:00
Magne Sjaastad
983fce3d98
Set version to RC_01
2022-09-05 14:16:38 +02:00
Magne Sjaastad
945f1b1902
Use field auto values for summary plots
...
Use auto value concept in summary plot configuration. Default behavior is unchanged, but it is now possible to unlink a field to specify a custom value for this field.
Other changes:
* Add missing requirement for Svg in test application
* Use calculator icon and rename panel text
Use icon and relevant text to make it clear that the content in Calculator Data can be used for Grid Property Calculator and nothing else.
* Add example with scoped enum and auto value
* Use enum value starting av 10 to make sure enum values (not option item index) are working as expected
2022-09-05 14:12:49 +02:00
Magne Sjaastad
e97a476d85
Add framework support for editor auto values
...
Add support for a field to be linked to a value updated by code outside the object itself. Mark the linked field by using a background color and icons for linked/unlinked state.
The auto value states is set as attributes in the project xml file.
Add reference implementation in cafTestApplication, see Fwk/AppFwk/cafTests/cafTestApplication/MainWindow.cpp
* Tree View Editor: Avoid sending notification if selection is unchanged
* Use std++17 in test solution
* Move icons to icon factory
* add support for creating QIcon from SVG text string
2022-09-02 13:20:52 +02:00
Magne Sjaastad
30c3fe3a5c
Scale length threshold based on average DZ
2022-09-02 10:27:11 +02:00
Magne Sjaastad
1a9fb26153
Improve error message when grid dimensions are not matching
2022-09-01 21:35:07 +02:00
jonjenssen
78e1bf3e94
Refresh data source tree when a grid calculation is updated ( #9255 )
2022-09-01 11:01:47 +02:00
Magne Sjaastad
0a3b42fa80
#9260 Guard pointer access and update tree view when plot is created
...
Guard access to plot curve
Update tree view when object is created
Use zoomAll to update x value range
2022-09-01 10:55:44 +02:00
Magne Sjaastad
7f78cb8c89
Fix some smaller issues
...
* #9253 Well allocation plot: Keep checked state of curves when changing time step
* #9254 Guard pointer when clicking on linked time axis icon
* #9250 Cross Plot : Ensure summary case change update both x and y data sources
2022-09-01 07:50:40 +02:00
Jon Jenssen
7c2720f980
Make sure curve legends are shown in same order as the curve items in the explorer when moving them up/down
2022-09-01 07:28:10 +02:00
Magne Sjaastad
9bf4365fb2
#9251 Cell Edge : Add more tests on valid cell edge result
2022-08-31 10:05:23 +02:00
Kristian Bendiksen
7f54703642
#9233 Correction Report Plot: disable axes alignment for better spacing.
...
Regression introduced in 71d18b9e76
.
2022-08-30 06:42:51 +02:00
Kristian Bendiksen
5ed12b17cd
#9233 Fix regression in correlation plot
...
Introduced in be236cb
.
2022-08-30 06:42:51 +02:00
Magne Sjaastad
3ff5d238b1
Remove unused members and remove includes
2022-08-25 13:56:53 +02:00
Magne Sjaastad
c31bc3e50e
Add multiple selected cell edge results
2022-08-25 12:51:56 +02:00
Kristian Bendiksen
f82c530966
#9104 Thermal Fracture: Handle offset and scaling.
2022-08-25 09:17:00 +02:00
Kristian Bendiksen
1093b844b0
Thermal Fracture: change polygon to match StimPlan fracture grid
2022-08-25 09:17:00 +02:00
Jon Jenssen
9246f06b8f
Make sure font size is updated in legend refresh.
2022-08-24 17:45:42 +02:00
Jon Jenssen
1cc40eee38
Fix broken observed csv data import
2022-08-24 13:34:23 +02:00
Magne Sjaastad
d28fcbfe21
#9231 Contour Map: Fix crash when adding formations after a view is created
2022-08-24 01:17:13 -07:00
Magne Sjaastad
c2ab9e6fe0
Regression Test: Do not access RimWellLogPlotCollection directly from desctructors
...
Regression tests are calling RimProject::reset(), and this function deletes the RimProject object.
2022-08-24 08:58:03 +02:00
Magne Sjaastad
4d244bc848
Depth Axis : Improve visibility logic
2022-08-24 08:55:40 +02:00
Jon Jenssen
8c835b5568
Fix tile windows command, and make sure logger is reconnected to 3d view if it is closed and reopened
2022-08-23 21:31:16 -07:00
Magne Sjaastad
000605bd99
Regression Test: Add timeout to command object processing
...
When Octave scripts fails, the application ends up in a deadlock. Add timing to be able to process next regression tests.
2022-08-23 05:06:52 -07:00
jonjenssen
f7dc85ddb6
Avoid recalculating streamlines when a 3d calculation is done.
2022-08-23 01:41:24 +02:00
Kristian Bendiksen
8eab80f446
#9209 Refactor RiuMultiPlotPage/RiuSummaryMultiPlotPage plot reinsertion.
2022-08-22 19:38:32 +02:00
Magne Sjaastad
b6973a3644
RFT: Add connection data as segment results
2022-08-22 04:51:46 -07:00
Magne Sjaastad
418c4df7b3
Add Export Property to right-click menu in 3D view
2022-08-22 04:51:46 -07:00
Magne Sjaastad
d994a38959
Show log message when data from WSEGLINK is imported
2022-08-22 04:51:46 -07:00
jonjenssen
116420e82f
Docking updates ( #9219 )
...
* Add icons to dock windows. Rearrange ordering in windows menu. Set default dock layout if last stored layout is not valid when resinsight loads
2022-08-22 12:42:29 +02:00
Magne Sjaastad
4cd38d7daf
Simplify access to RimMainPlotCollection
...
* Add current() to RimMainPlotCollection to avoid include of RimProject
* Remove "segment" prefix
* Reload data when RftCase changes
2022-08-19 14:30:25 +02:00
Magne Sjaastad
506bfbd638
Remove control flag in setCollapsedByDefault
...
* Remove control flag in setCollapsedByDefault
* Set regions/annotations collapsed by default
2022-08-19 14:18:36 +02:00
Magne Sjaastad
c8d4757a51
Add sample count to grid property statistics
2022-08-19 00:06:55 -07:00
Magne Sjaastad
c6beb3b52d
Preferences : Set initial selection when selecting plot templates
2022-08-18 11:59:16 -07:00
jonjenssen
bea90bc841
Make sure errorbars use the same axis as the data curve ( #9212 )
...
* Make sure errorbars use the same axis as the data curve
2022-08-18 14:24:28 +02:00
Magne Sjaastad
a1e7b64d92
Simplify RiuPlotMainWindowTools ( #9211 )
...
* Janitor: Add and use onObjectAppended()
* Janitor: Simplify API
2022-08-18 12:37:51 +02:00
Jon Jenssen
febbdcf7a0
Make sure errorbars are shown on project reload
2022-08-18 12:34:00 +02:00
Magne Sjaastad
c08d145a28
#9210 New Ensemble Curve Set : Missing update in Plots panel
2022-08-18 09:41:19 +02:00
Magne Sjaastad
e7292a1ff3
Renaming of features
2022-08-17 23:59:01 -07:00
Kristian Bendiksen
9d5a4e7939
#9202 Summary Multi Plot: add option for having the legend inside the plot
2022-08-18 08:50:16 +02:00
Kristian Bendiksen
be236cb644
#9202 Well Log Plot: add option for having the legend inside the plot
2022-08-18 08:50:16 +02:00
Magne Sjaastad
c8f642d83a
Add rename case to summary and grid cases ( #9204 )
...
* #9203 Summary Case : Add rename to right-click menu
* Janitor: Move ID and description to private fields
* Eclipse Case: Add rename to right-click menu
* Rename feature
2022-08-18 07:12:23 +02:00
Magne Sjaastad
597a3d1f97
Create features to append plots with RFT curves ( #9200 )
...
* Add create plot with RFT curve
* Add RFT segment plot with curve
* Create tracks for all three branch types
* Make sure the zero is displayed when adjusted minimum is changing sign
2022-08-17 10:04:10 +02:00
jonjenssen
1507894066
Selecting a well path in 3d view can now update selected well path in well log plots
2022-08-17 10:03:12 +02:00
jonjenssen
7607c19c7a
Make sure toolbar is refreshed when a new plot is added ( #9199 )
2022-08-17 08:11:30 +02:00
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