Commit Graph

8701 Commits

Author SHA1 Message Date
Jacob Støren
2284d98bcc #2607 Add vertical dragging to well targets 2018-08-21 16:44:20 +02:00
Jacob Støren
37cb3e0ab7 caf: Removed obsolete SelectionManager includes 2018-08-21 16:44:20 +02:00
Jacob Støren
287fa3cd80 #2607 Add horizontal dragging 2018-08-21 16:44:19 +02:00
Jacob Støren
296854d749 caf: Rename of SelectionRole to SelectionLevel and
CURRENT to FIRST_LEVEL
Replace use of SelectionLevel enum as argument with int
2018-08-21 16:44:19 +02:00
Jacob Støren
0e92c1d594 caf: Replace selection role with selectionLevel.
Use std::map for storage of the different selections
Started to remove the SelectionRole Enum
2018-08-21 16:44:19 +02:00
Jacob Støren
e10754cffb #2607 caf: Add selection level to the "notify selection changed" system 2018-08-21 16:44:19 +02:00
Gaute Lindkvist
75c76016e1 #3215 #3229. Multi segment well settings box and user set reference point. 2018-08-21 15:21:40 +02:00
Gaute Lindkvist
cfdef604e7 Clang format on Multi segment well export code 2018-08-21 13:36:28 +02:00
Gaute Lindkvist
2ad935d39f Clean up names for MswExportInfo class hierarchy 2018-08-21 13:36:28 +02:00
Gaute Lindkvist
5c635fa42d #3233, #3234 Multi segment well fracture: make lengths relative and implement along the well fractures. 2018-08-21 12:48:29 +02:00
Gaute Lindkvist
e1c3c830cf #3236 Remove wsegvalg table for MSW fractures. 2018-08-21 12:04:47 +02:00
Magne Sjaastad
cc24dc9bf6 fix radius / skin factor 2018-08-20 16:52:34 +02:00
Magne Sjaastad
cfdba816d4 #3238 Compdat Export Fishbones : Add tooltip to export dialog 2018-08-20 15:15:48 +02:00
Magne Sjaastad
54c6e032b5 #3239 : Fishbones : Allow location of subs at start and end measured depth 2018-08-20 14:29:29 +02:00
Magne Sjaastad
72cfc4af6b #3238 Compdat Export Fishbones : Limit main bore perforated interval to fishbone sub start/end 2018-08-20 13:50:42 +02:00
Magne Sjaastad
7b6b4596de #3218 Compdat Export Fishbones : Investigate possibly missing imported laterals
Always include fishbone lateral parts, do not skip parts where main bore is present.
2018-08-20 13:50:42 +02:00
Jacob Støren
74d3f08448 #2607 Transparent handles with correct priority 2018-08-20 12:59:58 +02:00
Bjørn Erik Jensen
7369ce56ba #3114 compdat export. Improve performance 2018-08-20 11:47:41 +02:00
Magne Sjaastad
56bf2ede7d #3222 AppFwk : Improve robustness/maintainability (3) 2018-08-20 08:56:35 +02:00
Magne Sjaastad
26f6eb1dd4 #3222 AppFwk : Improve robustness/maintainability (2) 2018-08-20 08:24:24 +02:00
Magne Sjaastad
cd63332514 #3222 AppFwk : Improve robustness/maintainability 2018-08-20 08:02:36 +02:00
Magne Sjaastad
37369cb0fb AppFwk : Add const 2018-08-20 08:02:36 +02:00
Magne Sjaastad
7b71415fc8 #3228 Fishbones imported laterals : Skip unchecked laterals for COMPDAT export 2018-08-20 08:00:49 +02:00
Magne Sjaastad
878282daf4 Whitespace 2018-08-20 07:58:18 +02:00
Magne Sjaastad
c8f2eec5e4 Linux : Fix constructor parameters for Color4f 2018-08-20 07:46:16 +02:00
Jacob Støren
67d4df69b2 #2607 Adjust handle size to follow characteristic cell size. Add vertical axis handle. 2018-08-17 12:32:40 +02:00
Jacob Støren
2ed84c9df2 #2607 WIP: Outline of dragger system based on editors. First visible dragger geometry 2018-08-17 12:32:40 +02:00
Jacob Støren
096536a341 caf: Use caf::Factory macro for factory registration in field editors. Removed obsolete code 2018-08-17 12:32:40 +02:00
Gaute Lindkvist
1e77c9308a #3209 Make sure project tree is initialised when creating the plot window.
* Also ensure the main plot window is created before attempting to set a brand new plot as an MDI window.
* This ensures the MDI view controller has been created, otherwise the new plot MDI window will not be shown in the main plot window when the main plot window is created.
2018-08-17 10:54:40 +02:00
Magne Sjaastad
2664663d17 #3199 Fracture summary header : Display d-factor per fracture 2018-08-17 10:22:27 +02:00
Magne Sjaastad
acca2d72eb #3089 Non-Darcy along well : Minor adjustments
Show d-factor value for types not ALONG_WELL_PATH
Compute well path radius used in d-factor computations
Make text display more compact
2018-08-17 09:16:16 +02:00
Magne Sjaastad
bc9332f45a AppFwk : Whitespace 2018-08-16 13:59:28 +02:00
Magne Sjaastad
ddf9a6a2d8 AppFwk : Rename to cafPdmuiTableRowEditor 2018-08-16 13:52:36 +02:00
Jacob Støren
e862ef873a #3221 caf: Avoid selectionChanged and updateConnectedEditors when TableView is built (configureAndUpdateUi) 2018-08-16 11:55:28 +02:00
Jacob Støren
7254a58887 Remove unused include 2018-08-16 11:55:28 +02:00
Gaute Lindkvist
4011caec64 Update after review 2018-08-16 10:22:07 +02:00
Gaute Lindkvist
16560a7d81 #3183 Export Fractures as Multi Segment Wells. 2018-08-16 10:22:07 +02:00
Magne Sjaastad
90ce1126a9 Guard null pointer access 2018-08-15 16:23:02 +02:00
Magne Sjaastad
fa25f448a1 #3089 Non-Darcy longitudinal : Use weighted average calculator 2018-08-15 15:52:06 +02:00
Bjørn Erik Jensen
2e78bddaf6 #3119 detect grid unit. Read unit system from one of three available sources 2018-08-15 14:47:56 +02:00
Magne Sjaastad
59f9d189e5 #3214 Use template function to get referencing objects of specified type 2018-08-15 13:01:11 +02:00
Magne Sjaastad
97c3b9efea #3214 AppFwk : Add function to get referencing objects of specified type 2018-08-15 13:01:11 +02:00
Bjørn Erik Jensen
37962e040c #3170 observed data import. Add new misc vector items 2018-08-15 11:35:38 +02:00
Bjørn Erik Jensen
611cf998ae #3211 Ensemble statistics. Display warning when time range mismatch 2018-08-15 11:00:06 +02:00
Magne Sjaastad
2ddc3d77df #3089 Non-Darcy longitudinal : Add support for longitudinal fractures
- move non-darcy data from template to fracture, as this data is now depending of fracutre
- compute weighted average of stimplan width and conductivity based on fracture perforation length
- use referringPtrFields() to find fractures using this fracture template
2018-08-15 09:53:52 +02:00
Magne Sjaastad
4c75e2514d #3089 Move text parsing for unit conversion 2018-08-15 09:53:52 +02:00
Magne Sjaastad
45f0f6b485 Whitespace and rename 2018-08-15 09:53:52 +02:00
Magne Sjaastad
e195eed246 #3210 Helper class used to compute weighted average 2018-08-15 09:53:52 +02:00
Bjørn Erik Jensen
f6e6cacc36 #3206 ecllib crash. Temporary patch to handle huge ensembles 2018-08-15 09:29:03 +02:00
Gaute Lindkvist
8d6214b76d #3183 Very minor rename of local variable to reflect reality. 2018-08-14 15:17:45 +02:00