Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Gaute Lindkvist
0861a79dfa
#4320 Add create valve to 3d context menu when clicking on perforation
2019-04-23 08:25:39 +02:00
Gaute Lindkvist
4e10aa8ffa
#4262 Tidy up well path menus
2019-04-08 14:24:43 +02:00
Gaute Lindkvist
47a559b3a8
#4247 Minor improvements to export sector model UI
2019-03-28 22:41:03 +01:00
Gaute Lindkvist
009dcb5f19
#4226 Add polyline measurement mode
2019-03-26 14:19:02 +01:00
Gaute Lindkvist
3d145464c1
#4145 #4146 Add Create Grid Cross plot command to view and rename filter view
2019-03-01 15:49:02 +01:00
Magne Sjaastad
1717a5bf30
#3995 Completions : Reorder items in context menu
2019-02-07 07:26:25 +01:00
Gaute Lindkvist
dbe21b7809
Renames in RicPickEventHandler hierarchy
2019-02-06 09:45:30 +01:00
Gaute Lindkvist
8400e4ea02
Renames in RicPickEvent
2019-02-06 08:21:14 +01:00
Gaute Lindkvist
107a4b9b60
#4012 Always place well target points in real cell geometry
2019-02-01 07:56:05 +01:00
Magne Sjaastad
6cc2740a74
#3960 Measurements : Add feature activation from context menu, and write Esc as shortcut
2019-01-11 15:49:30 +01:00
Magne Sjaastad
8709734697
Whitespace
2019-01-02 14:41:17 +01:00
Magne Sjaastad
fe75265053
Annotations : Remove check on priority
...
For performance reasons, priority was checked before dyncast. This does not work now for unknown reasons.
2019-01-02 14:39:39 +01:00
Magne Sjaastad
c5dc9da4bd
#3924 Measurement : Clean up includes
2019-01-02 14:37:59 +01:00
Magne Sjaastad
218472fe2c
Merge branch 'dev' into measurement
2019-01-02 14:32:17 +01:00
Magne Sjaastad
a9c7773ef7
CppCheck : Fix various minor issues
2018-12-21 12:32:57 +01:00
Bjørn Erik Jensen
d6f4962ed7
#3806 Measurement. Display text label at last clicked position
2018-12-20 12:34:17 +01:00
Bjørn Erik Jensen
849a623379
#3804 #3805 Measurement. Add toolbar button and interactive picking
2018-12-19 14:41:17 +01:00
Gaute Lindkvist
cd75be6671
#3848 Fix crash with text picking by guarding pointer to scene.
2018-12-11 15:33:47 +01:00
Jacob Støren
a13201e42e
#3757 Add selection of text annotations by picking
2018-12-03 11:05:12 +01:00
Jacob Støren
a9a5eaf604
#3757 New feature to add a text annotation in the 3D view
2018-11-30 14:30:34 +01:00
Jacob Støren
92a45e959e
#3757 Rename RiuSelectionManager to Riu3dSelectionManager
2018-11-30 14:30:34 +01:00
Gaute Lindkvist
387741d0c1
#3530 Support picking on 2d Maps.
2018-11-14 13:43:55 +01:00
Magne Sjaastad
4117e266ed
#3686 Completion Export : Use map based on size_t instead of RigCompletionDataGridCell
...
Using RigCompletionDataGridCell as key in a map causes cells with identical local IJK to be treated as same global cell. Use reservoir grid cell index (size_t) as key to be able to handle cells correctly.
2018-11-14 11:40:23 +01:00
Gaute Lindkvist
9abbdb2fd8
#3528 Make Casing Design a child object under well path.
2018-10-22 09:35:35 +02:00
Magne Sjaastad
e4809af096
System : Use cvf::UNDEFINED_SIZE_T
2018-09-05 13:57:58 +02:00
Gaute Lindkvist
4fd9cdfda3
#3300 Fix crash when loading formation indices as part of a project file.
...
* Rename structGrid() to getOrCreateStructGrid() to make it obvious that it allocates internally.
2018-09-04 09:33:48 +02:00
Jacob Støren
bddaf9d602
#3291 Fix by differensiating between dynamic and default pickEventHandlers
2018-08-30 15:43:55 +02:00
Jacob Støren
9cd9173000
#3249 Add possibility to add and remove pickEventHandlers
2018-08-29 16:04:08 +02:00
Jacob Støren
0a2b68348f
#3249 Refactoring: Rename of classes to PickEventHandler
2018-08-27 16:25:26 +02:00
Jacob Støren
cbb7f4b0c9
#3249 Refactoring: Cleaned up displayContextMenu and handlePickAction in ViewerCommands
2018-08-27 16:25:26 +02:00
Jacob Støren
58617b7510
#3249 Refactoring: Rename of ViewerEvent to PickEvent
2018-08-27 16:25:26 +02:00
Jacob Støren
ad9864240c
#3249 Refactoring: Remove the old extractintersectionData.
...
Replace it with a separate find method.
Use RiuPickItemInfo in the RicViewerEventObject
2018-08-27 16:25:26 +02:00
Jacob Støren
714ba1e605
#3249 Refactoring: RiuPickItemInfo into separate file
2018-08-27 16:25:26 +02:00
Jacob Støren
9ce814a3b2
#3249 Refactoring pick event handling as preparations
2018-08-27 16:25:25 +02:00
Gaute Lindkvist
ed232b9cbd
#2966 Add command to create a well bore stability plot
2018-07-02 10:29:31 +02:00
Magne Sjaastad
cfad0bab63
Fix Linux issue
2018-05-09 15:10:39 +02:00
Jacob Støren
83d3a033d8
#2872 Fix creating range filter slices on LGR
2018-05-09 13:47:58 +02:00
Gaute Lindkvist
f24fb4aaec
Fix crash due to global/local grid index mixup when creating fractures on SimWellPaths.
...
* Introduces a convenience method on the main grid
* Also converts some callers to use the convenience method.
2018-05-09 10:44:29 +02:00
Jacob Støren
9885c9d2d7
#2809 , #2858 , #2859 Fix icon inconsistencies. Edd icons for ensemble curves and new icons for cross plot
2018-05-06 10:09:39 +02:00
Magne Sjaastad
ccac7643b8
#2820 Legends : Support selection of legend items when clicking in 2D intersection view
2018-04-30 14:47:47 +02:00
Magne Sjaastad
a0e4f71138
#2715 Add direct access to RigFemPartCollection from a GeoMechView
2018-04-25 12:45:58 +02:00
Gaute Lindkvist
803b6b8179
3D Well Log Curves( #2676 ): Enable pick selection of the 3D Tracks and curves
2018-04-23 08:01:32 +02:00
Magne Sjaastad
305fdfcfc8
Remove unused variables and functions
2018-04-19 07:19:29 +02:00
Magne Sjaastad
71b7bd21f9
#2727 Legends : Add RimLegendConfig as base for Regular and Ternary
2018-04-18 10:36:33 +02:00
Magne Sjaastad
3bc85ce794
#2727 Legends : Rename to RimRegularLegendConfig
2018-04-18 10:10:39 +02:00
Magne Sjaastad
2452c965ab
#2728 Well CF Visualization: Contributions in same cell are not added
2018-04-17 16:01:29 +02:00
Magne Sjaastad
9b0427aba9
#2553 Well CF Visualization: Add viz of connection factors on sim wells
2018-04-05 14:25:47 +02:00
Jacob Støren
dd29a3c727
#2634 Fix wrong MD when context menu creating completions in 2D intersectino View
2018-03-21 14:13:56 +01:00
Magne Sjaastad
0dc48db993
#2600 Well CF Visualization: Improve result info text content
2018-03-19 21:09:54 +01:00