Gaute Lindkvist
e1c1981830
Support PDF-export from Python
2020-01-22 09:28:46 +01:00
Gaute Lindkvist
56d141d4c3
Support setting Wbs-parameters from Python.
2020-01-22 09:28:46 +01:00
Gaute Lindkvist
954bf1e02e
Support setting of child fields from Python and pass in WbsParameters if provided
...
Also fixes #5354
2020-01-22 09:28:46 +01:00
Magne Sjaastad
e2b71b8ce0
Remove obsolete includes
2020-01-20 12:46:21 +01:00
Kristian Bendiksen
fc43c42f10
#5111 Add command to reload well measurements from file
2020-01-20 10:45:59 +01:00
Jacob Støren
d32db574cb
#5318 Surface Intersection geometry with results
2020-01-17 13:24:25 +01:00
Magne Sjaastad
17f2c71a11
D-factor: Implement combination of multiple completions in same cell ( #5349 )
...
* #5345 Fractures : Report combined result for multiple completions in same cell
2020-01-17 09:55:47 +01:00
Gaute Lindkvist
eed729f2fe
Supporting deleting of Multi plots
2020-01-16 14:33:33 +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
f4725b50df
#5326 Phase Distribution : Add Show cumulative phase plot
2020-01-12 16:51:32 +01:00
Magne Sjaastad
276114f668
#5327 Well Measurements : Improve context menus
2020-01-11 08:23:45 +01:00
Kristian Bendiksen
49dd2ad307
#5116 Well Measurement: select RimWellMeasurementInView when picking in 3d view.
2020-01-10 12:03:50 +01:00
Kristian Bendiksen
22aece407e
#5116 Implement delete of an imported file for well measurements.
2020-01-10 10:32:31 +01:00
Gaute Lindkvist
a58d854030
Fix problem with black background in snapshot export
2020-01-09 14:41:00 +01:00
Gaute Lindkvist
10f749f356
#5219 Implement support for TVDRKB for well log depth
...
* Also show air gap in title when TVDRKB is selected and not otherwise
2020-01-08 14:35:48 +01:00
Gaute Lindkvist
de68df122d
Add preview mode to multi plots
...
* Apply margins matching the Page Layout so the plot is a preview of the PDF output
* Currently not a user setting, just switched off for plots based on MultiPlotPage and on for plots based on
MultiPlotWindow
2020-01-08 14:35:48 +01:00
Magne Sjaastad
cbe89c05c9
Merge pull request #5312 from OPM/feature-reservoir-surface-import
...
Feature reservoir surface import
2020-01-08 14:27:33 +01:00
Magne Sjaastad
c40f2dd94a
#5309 Fractures : Guard when no time steps are present
2020-01-08 12:42:11 +01:00
Jacob Støren
e6d96316d4
#5285 Visualization and update of Surfaces
2020-01-08 12:11:10 +01:00
Jacob Støren
45a3225ec8
#5285 Surface Import command. SurfaceInView tree-items. Delete.
...
Ready to start on visualization code
2020-01-08 12:09:51 +01:00
Jacob Støren
3488280c69
#5285 Add icons to the Surface items
2020-01-08 12:09:51 +01:00
Jacob Støren
26db8d7351
#5285 Surface import command Items and parsing infrastructure
2020-01-08 12:09:50 +01:00
Gaute Lindkvist
7bd62052ca
Much improved legend rendering
2020-01-07 14:26:46 +01:00
Gaute Lindkvist
185b26514b
Multi plot: Fix rendering of single plots to PDF
2020-01-07 14:26:46 +01:00
Gaute Lindkvist
a0cac2fefa
#5288 Fix update issues
2020-01-07 14:26:46 +01:00
Gaute Lindkvist
281fa24a2d
Render at resolution required to match widget size
2020-01-07 14:26:46 +01:00
Gaute Lindkvist
9ffbd97f8c
Multi page plot works
2020-01-07 14:26:46 +01:00
Gaute Lindkvist
27788b1abd
Change from QPainter to QPaintDevice in the API for PDF rendering
...
* This is to be able to use QPagedPaintDevice::nextPage in the Multi plot rendering.
2020-01-07 14:26:46 +01:00
Magne Sjaastad
7d05a8bd0a
#5300 Formations : Fix update issues
2020-01-06 14:33:54 +01:00
Magne Sjaastad
a7366fbebf
Guard null pointer access
2020-01-06 11:22:39 +01:00
Magne Sjaastad
576dfa80ac
Make it possible to store project file without global path section
...
If you have a project file with an alias section, this project is not possible to open in previous versions. Add a menu entry in the Testing menu to allow storage without alias.
2020-01-03 12:51:40 +01:00
Magne Sjaastad
582720f74e
#5261 System : Allow export of field and object keywords from test menu
2019-12-20 11:22:29 +01:00
Magne Sjaastad
4ccbd274b8
clang-format : Apply clang-fomat on ApplicationCode
2019-12-19 11:11:33 +01:00
Jacob Støren
b01c4409f1
Merge pull request #5246 from OPM/feature-external-file-reference-list-in-project-file
...
Feature: #5147 External file reference list in project file
2019-12-18 15:47:50 +01:00
Magne Sjaastad
91cd27d589
#5251 Comparison View : Guard null pointer access
2019-12-18 15:47:06 +01:00
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
Jacob Støren
b6252c9d59
#5240 Avoid duplicate entries when opening summary-, and gridcases
2019-12-17 14:53:08 +01:00
Magne Sjaastad
92c767989f
#5237 MSW: Use 7 numbers for roughness number format
2019-12-17 14:11:23 +01:00
Magne Sjaastad
0b2a78b211
#5232 Templates: Do not write dialog fields to project file
2019-12-17 10:55:51 +01:00
Magne Sjaastad
22b054a63a
#5225 Plot Template: Fix crash when selecting directory instead of template item
2019-12-17 10:55:30 +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
Jacob Støren
1c6c82af85
#5147 Fix RimFileWellPath::setupBeforeSave addressing the filePath
...
Needs to copy the cached wellpaths on save.
Split the cached filePath and the uncached filePath to only list the external well paths in the global path list, and to be able to copy the cached files on save.
2019-12-12 16:15:24 +01:00
Kristian Bendiksen
da7c582ae1
#5131 Avoid setting calculation twice.
2019-12-11 15:12:13 +01:00
Jacob Støren
298b40d6ef
Refactor: Centralized generation of path to storage of wellpaths from SSIHUB
2019-12-11 11:39:02 +01:00
Jacob Støren
0f9b667c55
Guard against missing well path geometry data
2019-12-11 10:27:49 +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
b4c5f123fb
#5131 Update calculation cross plot curves when summary case is replaced.
2019-12-11 09:29:35 +01:00
Kristian Bendiksen
35df3cc9d3
#5131 Update calculation curves when summary case is replaced.
2019-12-11 09:29:35 +01:00