Commit Graph

15797 Commits

Author SHA1 Message Date
Kristian Bendiksen
b0a959c591 #9280 Fix missing horizontal error bars
* #9280 Fix missing horizontal error bars.
The x axis was not assigned properly for the error bars in the plot curve.
* Propagate error bar visibility state
2022-09-15 08:19:41 +02:00
Magne Sjaastad
a8fbb4f70e Fix missing update of export well name 2022-09-15 08:19:41 +02:00
Magne Sjaastad
129c4a0e34 Unit test to export xyz coordinates for N timesteps for a thermal fracture 2022-09-15 08:19:41 +02:00
Magne Sjaastad
e1dda4c6b3 Adjustments for RC2
* Add dependency to Svg
* Renaming
* Remove special handling of bright colored curves
For some ensemble cases, the curve highlight does not work well. A prototype for ensemble curve highlight was introduced, but this was not working for a collection of standalone summary curves.
* Set version to RC_02
2022-09-15 08:19:41 +02:00
jonjenssen
5014d7ddf7 Highlight the curve belonging to the legend you click on. (#9259)
* Highlight the curve belonging to the legend you click on.
* Make sure legend curve order remains the same when changing hilited curve
2022-09-15 08:19:41 +02:00
Kristian Bendiksen
a8b3ddc757 Thermal Fracture: rotate and place fracture according to template data. 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
78464b772f #9100 Thermal Fracture: add action to place using template data 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
803c9505b9 Thermal Fracture: fix incorrect weighting when interpolating. 2022-09-15 08:19:41 +02:00
Magne Sjaastad
54ac7568cb Set version to RC_01 2022-09-15 08:19:41 +02:00
Magne Sjaastad
72c070c3a9 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-15 08:19:41 +02:00
Magne Sjaastad
69cc36b3bc 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-15 08:19:41 +02:00
Magne Sjaastad
b2db9a66a7 Scale length threshold based on average DZ 2022-09-15 08:19:41 +02:00
Magne Sjaastad
8e627e46a3 Improve error message when grid dimensions are not matching 2022-09-15 08:19:41 +02:00
jonjenssen
1467c54aad Refresh data source tree when a grid calculation is updated (#9255) 2022-09-15 08:19:41 +02:00
Magne Sjaastad
edaaf4242a #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-15 08:19:41 +02:00
Magne Sjaastad
723e047365 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-15 08:19:41 +02:00
Jon Jenssen
f979aeba23 Make sure curve legends are shown in same order as the curve items in the explorer when moving them up/down 2022-09-15 08:19:41 +02:00
Magne Sjaastad
d806c5225b #9251 Cell Edge : Add more tests on valid cell edge result 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
fe62fb76ff #9233 Correction Report Plot: disable axes alignment for better spacing.
Regression introduced in 71d18b9e76.
2022-09-15 08:19:41 +02:00
Kristian Bendiksen
1f8cc7f477 #9233 Fix regression in correlation plot
Introduced in be236cb.
2022-09-15 08:19:41 +02:00
Magne Sjaastad
43e38d8aff Remove unused members and remove includes 2022-09-15 08:19:41 +02:00
Magne Sjaastad
6fb376156a Add multiple selected cell edge results 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
a09e17d14a #9104 Thermal Fracture: Handle offset and scaling. 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
6b053b2023 Thermal Fracture: change polygon to match StimPlan fracture grid 2022-09-15 08:19:41 +02:00
Jon Jenssen
b72bc0e8c6 Make sure font size is updated in legend refresh. 2022-09-15 08:19:41 +02:00
Jon Jenssen
e94dd905cd Fix broken observed csv data import 2022-09-15 08:19:41 +02:00
Magne Sjaastad
8f9fbab7e0 #9231 Contour Map: Fix crash when adding formations after a view is created 2022-09-15 08:19:41 +02:00
Magne Sjaastad
b7e2e5e3c2 Regression Test: Do not access RimWellLogPlotCollection directly from desctructors
Regression tests are calling RimProject::reset(), and this function deletes the RimProject object.
2022-09-15 08:19:41 +02:00
Magne Sjaastad
6ac6b5a795 Depth Axis : Improve visibility logic 2022-09-15 08:19:41 +02:00
Jon Jenssen
86b21714eb Fix tile windows command, and make sure logger is reconnected to 3d view if it is closed and reopened 2022-09-15 08:19:41 +02:00
Magne Sjaastad
7e31e6e55a 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-09-15 08:19:41 +02:00
jonjenssen
cd094892c9 Avoid recalculating streamlines when a 3d calculation is done. 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
8028cb63e0 #9209 Refactor RiuMultiPlotPage/RiuSummaryMultiPlotPage plot reinsertion. 2022-09-15 08:19:41 +02:00
Magne Sjaastad
ffc14e2b2e RFT: Add connection data as segment results 2022-09-15 08:19:41 +02:00
Magne Sjaastad
375caf2f2d Add Export Property to right-click menu in 3D view 2022-09-15 08:19:41 +02:00
Magne Sjaastad
b910275886 Show log message when data from WSEGLINK is imported 2022-09-15 08:19:41 +02:00
jonjenssen
f62695c55a 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-09-15 08:19:41 +02:00
Magne Sjaastad
947de3ffb1 Simplify access to RimMainPlotCollection
* Add current() to RimMainPlotCollection to avoid include of RimProject
* Remove "segment" prefix
* Reload data when RftCase changes
2022-09-15 08:19:41 +02:00
Magne Sjaastad
9f9e29ff8c Remove control flag in setCollapsedByDefault
* Remove control flag in setCollapsedByDefault
* Set regions/annotations collapsed by default
2022-09-15 08:19:41 +02:00
Magne Sjaastad
07f0362298 Add sample count to grid property statistics 2022-09-15 08:19:41 +02:00
Magne Sjaastad
0b74be6c5e Preferences : Set initial selection when selecting plot templates 2022-09-15 08:19:41 +02:00
jonjenssen
3315a369dd Make sure errorbars use the same axis as the data curve (#9212)
* Make sure errorbars use the same axis as the data curve
2022-09-15 08:19:41 +02:00
Magne Sjaastad
30921a158b Simplify RiuPlotMainWindowTools (#9211)
* Janitor: Add and use onObjectAppended()
* Janitor: Simplify API
2022-09-15 08:19:41 +02:00
Jon Jenssen
ee116c8f3d Make sure errorbars are shown on project reload 2022-09-15 08:19:41 +02:00
Magne Sjaastad
a268e6ff3a #9210 New Ensemble Curve Set : Missing update in Plots panel 2022-09-15 08:19:41 +02:00
Magne Sjaastad
acaea8de81 Renaming of features 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
f9f49e9f58 #9202 Summary Multi Plot: add option for having the legend inside the plot 2022-09-15 08:19:41 +02:00
Kristian Bendiksen
318f187635 #9202 Well Log Plot: add option for having the legend inside the plot 2022-09-15 08:19:41 +02:00
Magne Sjaastad
df16e1fe5c 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-09-15 08:19:41 +02:00
Magne Sjaastad
a36c07dd64 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-09-15 08:19:41 +02:00