Commit Graph

439 Commits

Author SHA1 Message Date
Magne Sjaastad
c6c624a02e #5801 Icon for delta summary case 2020-04-17 13:54:18 +02:00
Magne Sjaastad
d895f342e2 Use AppEnum for DateTimePeriod 2020-04-17 13:54:13 +02:00
Magne Sjaastad
9ef51a5e98 #5621 Delta case : Create delta case from two selected cases 2020-03-19 12:19:23 +01:00
Gaute Lindkvist
2853308a4a Python: Create summary plot from string 2020-03-13 14:18:41 +01:00
Gaute Lindkvist
c51aa91c42
#5632 Python method commands (#5649)
* General PdmObjectMethods for scripting.
2020-03-10 14:11:22 +01:00
Magne Sjaastad
49d74ce0e7 #5620 Delta Case : Use term delta case for delta ensemble and delta summary 2020-03-07 16:01:56 +01:00
Magne Sjaastad
a729b2fdab #5636 Summary Plot: Keep existing curve appearance when adding new curve 2020-03-06 13:37:07 +01:00
Jacob Støren
69e37f3f09 Rename RicSummaryCurveCalculator to RicSummaryCurveCalculatorUi 2020-02-18 14:14:50 +01:00
Jacob Støren
31f79f24a6 Rename RiuSummaryCurveDefSelectionUi to RiuSummaryVectorSelectionUi 2020-02-18 14:10:10 +01:00
Jacob Støren
72889f8b0a Rename RiuSummaryCurveDefSelectionEditor to RiuSummaryVectorSelectionWidgetCreator 2020-02-18 14:06:16 +01:00
Jacob Støren
877133478c Rename RicSummaryCurveCalculatorEditor to RicSummaryCurveCalculatorWidgetCreator 2020-02-18 13:47:24 +01:00
Jacob Støren
dacd84a289 Rename RicSummaryCurveCreator to RicSummaryPlotEditorUi 2020-02-18 13:36:07 +01:00
Jacob Støren
5af6b9f001 Rename RicSummaryCurveCreatorSplitterUi to RicSummaryPlotEditorWidgetCreator 2020-02-18 13:26:32 +01:00
Jacob Støren
568b198339 Rename RicSummaryCurveCreatorDialog to RicSummaryPlotEditorDialog 2020-02-18 12:29:13 +01:00
Magne Sjaastad
c82df63e10 #5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad
10f0abc9b5 #5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Magne Sjaastad
dfe6d0b94e Add derived summary case (#5496)
* #5488 Derived Summary Case : Refactor ensemble summary case

- Refactor ensemble summary case to be able to us as standalone derived summary case
- rename to RimDerivedSummaryCase
- allow negative values in well disk visualization

* #5488 Derived Summary Case : Add feature to create derived case
* #5487 Well Disks : Add scaling factor
2020-02-10 07:13:04 +01:00
Magne Sjaastad
d3f026b84c
Merge pull request #5445 from OPM/native-case-name
Summary Case : Add public methods displayCaseName and nativeCaseName
2020-01-31 07:33:54 +01:00
Magne Sjaastad
26c4e81789 #5444 Curve Selection Dialog : Adjust plot size
Size policy has changed in RiuQwtPlotWidget, set back to previous size policy
2020-01-30 15:04:26 +01:00
Magne Sjaastad
7722893f0c #5441 Summary Case : Add public methods displayCaseName and nativeCaseName 2020-01-30 14:24:04 +01:00
Magne Sjaastad
e2b71b8ce0 Remove obsolete includes 2020-01-20 12:46:21 +01:00
Gaute Lindkvist
edc276db4d Well Log Plot and Well Distribution Plots no longer inherit Multiplot
* Also cleaned up RiuQwtPlotWidget
2020-01-16 14:33:33 +01:00
Magne Sjaastad
a7366fbebf Guard null pointer access 2020-01-06 11:22:39 +01:00
Jacob Støren
b6252c9d59 #5240 Avoid duplicate entries when opening summary-, and gridcases 2019-12-17 14:53:08 +01:00
Magne Sjaastad
5235b5f49e #5227 Ensemble Filter : Create one curve filter by default 2019-12-17 10:55:24 +01:00
Magne Sjaastad
dd5ebe494a
Merge pull request #5210 from OPM/fix-show-plot-on-calculated-curves-5140
Fix show plot on calculated curves 5140
2019-12-13 11:05:25 +01:00
Kristian Bendiksen
da7c582ae1 #5131 Avoid setting calculation twice. 2019-12-11 15:12:13 +01:00
Magne Sjaastad
1628f01939 #5131 : Calculated curves : Use find in RimSummaryCalculationCollection 2019-12-11 09:47:26 +01:00
Magne Sjaastad
8a88208f65 #5207 Curve Calculator : Move dialog to RiuPlotMainWindow 2019-12-11 09:29:41 +01:00
Kristian Bendiksen
35df3cc9d3 #5131 Update calculation curves when summary case is replaced. 2019-12-11 09:29:35 +01:00
Gaute Lindkvist
a629a957cc #5084 Rework RicNewSummaryPlotFeature to create ensemble plots when that makes sense 2019-12-06 13:37:31 +01:00
Gaute Lindkvist
f56a34843a Refactored ensemble parameter legends 2019-12-06 08:13:31 +01:00
Magne Sjaastad
2f2a2188fe #5100 Regression Test : Move summary dialog to main plot window 2019-12-05 14:21:35 +01:00
Magne Sjaastad
e138e1f7e8 Merge changes from release-2019.11 2019-12-04 14:05:39 +01:00
Magne Sjaastad
87fecb876f Janitor : Avoid use of smart pointer on a QObject 2019-12-04 13:04:44 +01:00
Jacob Støren
5556d2d9eb #5112 Make selected result definition available through 3ditem selection system
Make PVT, Relperm, Mohr and rResult plot aware
2019-11-28 14:09:52 +01:00
Magne Sjaastad
dc2af5e0c8 #5102 Janitor : Guard null pointer access 2019-11-28 07:30:02 +01:00
Magne Sjaastad
bfdc84a744 #5102 Janitor : Guard null pointer access 2019-11-27 10:17:31 +01:00
Magne Sjaastad
72a5c6cfef Merge pull request #5071 from OPM/memory-fixes
Release of memory
2019-11-25 13:58:55 +01:00
Magne Sjaastad
caf5ce8666 Janitor : Add missing includes 2019-11-20 15:29:53 +01:00
Gaute Lindkvist
81db22586d Remove description-field from RimPlotWindow
* Leave it to sub-classes to deal with this
2019-11-20 13:14:45 +01:00
Magne Sjaastad
4225e67834 Janitor : Make sure memory is released by using unique_ptr 2019-11-20 11:41:14 +01:00
Magne Sjaastad
e7edb34404 #5031 Summary Data Cache : Remove static set of instances 2019-11-12 17:47:41 +01:00
Magne Sjaastad
66b0184971 Summary Command Line : Help text adjustments 2019-11-08 12:45:08 +01:00
Magne Sjaastad
57cab2457e clang-format : Set PenaltyBreakAssignment to 130 2019-11-04 15:08:09 +01:00
Magne Sjaastad
7c8cf60dba clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false 2019-11-04 14:35:41 +01:00
Magne Sjaastad
96a26662fc Janitor : Apply clang-format fixes on codebase in ApplicationCode 2019-11-04 11:34:34 +01:00
Jacob Støren
99fb39bd68 Rename SubWindowActivated blocking methods
to clarify their differences
2019-11-01 15:57:03 +01:00
Gaute Lindkvist
30db19a1d0 Create Grid plot collection and allow creation of new combination plots 2019-10-31 14:09:50 +01:00
Magne Sjaastad
18c52b0e18 Janitor : Avoid using .. when referencing include files 2019-10-30 09:12:13 +01:00