Gaute Lindkvist
47b93dc0d1
Implement pdf rendering ( #5250 )
...
* First PDF creation support
* Reimplement info box
* Set title and make overlay frame margins more unified
* Remove a style sheet that was never meant to be applied to Project Tree
* Update RiuDraggableOverlayFrame when changing content
* Default page layout in Preferences
* undo removal of elision
* Remove friend class assignment in cafCategoryMapper
* the required methods have been made public
* Fix up after review
* Remove spurious const on by-value return
* Fix compile errors on Linux
* Fix size adjustment of legends with plot resizing
2019-12-18 12:25:19 +01:00
Gaute Lindkvist
73b2c96dae
#5234 Fix auto scale of cross plot x-axis
...
* The issue is that the bottom axis is really a QwtDateScaleEngine as opposed to a QwtLinearScaleEngine.
* This may have worked before by "accident" before the changes to the date format on the date/time axis.
* The fix is that if we want a QwtLinearScaleEngine and have a QwtDateScaleEngine we replace the scale engine.
2019-12-17 19:29:51 +01:00
Magne Sjaastad
bd74a3ce73
#5238 Ensemble RFT : Hide P50 from statistics
2019-12-17 12:05:36 +01:00
Magne Sjaastad
b6b5b014ad
#5226 Ensemble Filter : Remove colors group from property editor
2019-12-17 10:55:19 +01:00
Magne Sjaastad
525d4086f9
#5131 Remove obsolete includes
2019-12-13 08:50:01 +01:00
Kristian Bendiksen
d6ff1eb847
#5140 Fix incorrect values for "Show Plot Data" action on calculated summary curves.
...
Fixed by checking if all the variables in a calculated expression is based on
accumulated data.
2019-12-11 15:14:50 +01:00
Magne Sjaastad
1628f01939
#5131 : Calculated curves : Use find in RimSummaryCalculationCollection
2019-12-11 09:47:26 +01:00
Magne Sjaastad
532d5899de
#5131 : Calculated curves : Show native address in title
2019-12-11 09:47:26 +01:00
Kristian Bendiksen
35df3cc9d3
#5131 Update calculation curves when summary case is replaced.
2019-12-11 09:29:35 +01:00
Gaute Lindkvist
7fd4aa1ce9
#5002 Ensemble RFT curve sets with parameter coloring and separate legends
2019-12-06 08:13:31 +01:00
Gaute Lindkvist
f56a34843a
Refactored ensemble parameter legends
2019-12-06 08:13:31 +01:00
Gaute Lindkvist
cd5b432267
#5171 Fix legend updates by getting rid of the show/hideEvent crash fix
...
* The crash is instead fixed by getting rid of deleteLater()
2019-12-04 12:34:17 +01:00
Gaute Lindkvist
b5712987de
Fix y-axis text for observed data
2019-12-04 12:34:17 +01:00
Magne Sjaastad
04162059b7
#5169 Observed Data : Do not repeat curve name twice
2019-12-04 08:05:46 +01:00
Gaute Lindkvist
4870071b8e
#5150 Improve wheel zoom with logarithmic axes
...
* Limit the amount to scroll at one time and set a fixed minimum
2019-12-02 08:01:38 +01:00
Gaute Lindkvist
c5f21b75fa
#5133 Reassign summary curves to the file summary case copy when closing a grid case
2019-12-02 08:01:38 +01:00
Gaute Lindkvist
d5c3c3f9e8
Rename SummaryYAxisFormatter (it isn't just for the Y-axis)
2019-11-29 15:03:37 +01:00
Gaute Lindkvist
e65d9aa22d
#5128 Fix right y-axis titles in summary plots
2019-11-29 15:03:37 +01:00
Gaute Lindkvist
cf190b05c1
#5051 Do not auto zoom when adding/removing curves in plot
2019-11-27 14:17:23 +01:00
Magne Sjaastad
4f4c48635b
Merge pull request #5099 from OPM/improve-ensemble-statistics
...
Improve ensemble statistics
2019-11-27 09:57:46 +01:00
Magne Sjaastad
71ad9e0da2
Merge pull request #5081 from OPM/move-error-bar-curve
...
Curve Error Bars : Move to RimPlotCurve
2019-11-25 14:08:12 +01:00
Magne Sjaastad
a511f580e4
Merge pull request #5073 from OPM/progress-bar
...
Progress bar to summary reader
2019-11-25 13:59:18 +01:00
Gaute Lindkvist
293290827b
Fix crash when closing and reopening plots
2019-11-25 08:32:30 +01:00
Gaute Lindkvist
85d683634c
Further refactoring
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
d9043db5e0
Refactor RimPlotWindow and RimPlotInterface
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
4dd0651dae
Remove width scaling factors
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
8252ab8808
Rename GridPlot to MultiPlot throughout
2019-11-20 13:14:45 +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
3455b305e0
Revert " #5031 Summary Data : Make sure the reader is created in constructor"
...
This reverts commit 2b8219a855 .
2019-11-14 15:18:03 +01:00
Gaute Lindkvist
aa40816f49
#5026 Fix summary plot closing crash
2019-11-13 14:41:17 +01:00
Kristian Bendiksen
f8468dc7a6
Merge pull request #5009 from OPM/feature-replace-summary-case
...
Replace binary eclipse case and summary case feature.
Closes #4499 and #4987 .
2019-11-13 13:29:40 +01:00
Kristian Bendiksen
544c160510
#4499 Add feature to replace summary case.
2019-11-13 11:42:21 +01:00
Magne Sjaastad
280f8c1d45
#5031 Summary Data : Only use openMP on open of summary file
2019-11-12 18:26:47 +01:00
Magne Sjaastad
2b8219a855
#5031 Summary Data : Make sure the reader is created in constructor
2019-11-12 18:25:38 +01:00
Magne Sjaastad
8157790068
#5022 Performance Summary : Use openmp when loading metadata for cases
2019-11-11 12:35:27 +01:00
Magne Sjaastad
a413f672ec
#5007 Janitor : Do not call virtual methods from destructors
2019-11-07 08:48:11 +01:00
Magne Sjaastad
0caaaf7159
clang-format : Fixes related to bug in clang-format plugin
...
The LLVM/clang plugin to visual studio has a bug related to single space formatting changes. This commit fixes invalid formatting related to these issues.
2019-11-07 07:37:50 +01:00
Gaute Lindkvist
c1dfe193d7
#4990 Column and row span
2019-11-05 15:34:36 +01:00
Gaute Lindkvist
03ff43237d
Add a view id tag to project tree and tooltip
...
* Remove it from property editor
2019-11-05 11:09:18 +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
Magne Sjaastad
9ae07c838a
#4919 Summary Plot : Improve colors of history curve symbols
2019-11-04 10:15:57 +01:00
Magne Sjaastad
a950852559
#4972 Summary : Add placeholder text to combo box editor
2019-11-03 14:49:08 +01:00
Magne Sjaastad
67e7bb0cf3
Fixes detected by cppcheck ( #4974 )
...
* Janitor : Remove obsolete pointer to dialog
* Janitor : Remove unused functions
* Janitor : Remove unused functions
* Janitor : Add explicit to constructors
* Janitor : Remove unused variables
* Janitor : Remove unused functions related to summary plot templates
* clang-tidy : Use nullptr instead of 0
* clang-tidy : Fix usage of virtual and override
* Upped to version 2019.08.2-dev.05
* Janitor : Remove unused variables
* Janitor : Clean up several cppcheck issues
* Janitor : Add cppcheck config files
* Janitor : Use const when possible
2019-11-03 08:37:03 +01:00
Gaute Lindkvist
5f72c03d52
Fix warning in RImSummaryCurvesCalculator
2019-10-31 15:37:30 +01:00
Gaute Lindkvist
e8c745d704
Implement creation of combination plots from selected plots
2019-10-31 15:12:54 +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
856580699c
Merge pull request #4955 from OPM/summary-adjustments
...
Summary adjustments
2019-10-30 14:40:20 +01:00
Magne Sjaastad
2dfa6b9d9f
#4951 Summary Plot Template : Remove obsolete template pointer
2019-10-30 10:45:15 +01:00