Magne Sjaastad
17493070ac
( #632 ) Improved colors used for selection and time history curves
2015-11-10 09:43:56 +01:00
Magne Sjaastad
f05385129b
( #632 ) Single click on cell gives single cell selection for curves, CTRL + click appends
2015-11-10 08:58:17 +01:00
Magne Sjaastad
7cd2cd0f50
( #632 ) Add Eclipse cell to selection and show in 3D view and time history plot
...
Consolidated remove of model based on name in RimView
Cleanup selection and time history plot when project is closed
2015-11-09 19:05:31 +01:00
Magne Sjaastad
cef31b2c4a
( #612 ) Make sure time step dates are taken from scalar dataset with highest time step count
2015-11-05 14:12:49 +01:00
Magne Sjaastad
e3d76be0aa
( #612 ) Improved user interaction for adding/deleting curves
...
When time hist plot is visible,
CTRL + mouse click on a cell adds curve to plot
Mouse click outside clears curve plot
2015-11-05 13:48:10 +01:00
Magne Sjaastad
ff6e2755aa
Added time history plot for geo mech models
2015-11-05 13:48:10 +01:00
Magne Sjaastad
b30604edd1
Rename
2015-11-05 13:48:09 +01:00
Magne Sjaastad
7db6835075
( #612 ) Append new curves on cell click, clear when no cell is hit
2015-11-05 13:48:09 +01:00
Magne Sjaastad
0011f090de
( #612 ) Time history result accessor and display of curve from selection
2015-11-05 13:48:08 +01:00
Magne Sjaastad
cb1723494c
(578) Disable commands in 3D view if range/property is overridden
2015-11-02 09:50:42 +01:00
Magne Sjaastad
0405584bb6
System : Replaced tab with four spaces in ApplicationCode and subfolders
2015-10-23 15:46:25 +02:00
Magne Sjaastad
dbd6ce09c5
( #539 ) Check for NULL pointer when deciding what kind of range filter collection to use
...
As the management of override range filter collection is handled
independenly from scheduleRedraw, we must check for a valid pointer when
trying to access the override range filter
2015-10-21 13:32:10 +02:00
Magne Sjaastad
8de8100c3e
( #539 ) When view is unlinked, ask user to keep either override or original range filter collection
2015-10-21 13:16:09 +02:00
Pål Hagen
9830522745
( #546 ) Check if they should be enabled before adding well path related context menu items
2015-09-25 17:10:17 +02:00
Jacob Støren
5b9bf3bcd2
( #518 ) Removed link visible views from 3DView context menu
...
Modified the command enabled state to be enabled only when it is sensible to run it.
(Unlinked views is present.)
2015-09-25 15:24:32 +02:00
Pål Hagen
759302b370
( #446 ) Added "Link Visible Views" to 3D context menu
2015-09-22 14:26:23 +02:00
Pål Hagen
ae1cc96979
( #501 ) "Link view" context menu items only visible when clicking the background
2015-09-22 13:34:43 +02:00
Pål Hagen
ff1f7b24b5
( #468 ) Showing well log plot context menu items only when a well path is picked
2015-09-22 13:14:08 +02:00
Pål Hagen
75dc7376ad
( #404 ) Selecting well path in the tree view when picked in the 3D view
...
Added method for setting selection based on the picked part.
2015-09-22 10:30:11 +02:00
Pål Hagen
be29a06883
( #501 ) Always displaying well log curve creation commands in the context menu
...
The command feature system handles enabled/disabled state.
2015-09-22 10:02:03 +02:00
Pål Hagen
0daaba58a4
( #501 ) Made sure that "link view" items in the context menu don't need hit info in the view
2015-09-22 09:40:44 +02:00
Pål Hagen
5e58cb141e
( #468 ) Added context menu item in 3D view for plotting of well log extraction curves
2015-09-21 14:24:29 +02:00
Pål Hagen
8667b6baa0
( #468 ) Added context menu item in 3D view for plotting of logs from LAS files
2015-09-21 14:02:33 +02:00
Magne Sjaastad
f1e11780ce
( #446 ) Added feature "Set master view" to context menu in 3D and in project tree
2015-09-16 15:13:56 +02:00
Magne Sjaastad
d99c5daee1
Added icons to context menu in 3D view
2015-09-15 16:33:41 +02:00
Magne Sjaastad
708e34045d
( #446 ) Added link view commands to context menu in 3D view
2015-09-15 16:33:41 +02:00
Pål Hagen
6eaef49996
( #404 ) Using well path pointer instead of index for source info for picking
2015-09-07 16:17:40 +02:00
Pål Hagen
4d4ed88041
( #404 ) Displaying well path name when a well path is picked
...
TODO: Display depth and additional well data
2015-09-07 12:21:22 +02:00
Magne Sjaastad
4618f50e9e
( #407 ) Disable "Add property filter" for per-cell face color results
2015-09-07 10:12:59 +02:00
Pål Hagen
0c8600c6dd
( #355 ) Got rid of all RimUiTreeModelPdm includes
2015-08-24 17:42:42 +02:00
Pål Hagen
0bd54ba98a
( #355 ) Removed out-ifdef'ed obsolete code related to the old project tree view
2015-08-24 16:06:20 +02:00
Jacob Storen
f3810640ca
Fixed Linux compile issues
2015-08-14 06:42:12 -07:00
Jacob Støren
85ea085c4e
( #371 ) RiuViewerCommands: Used the new exec commands
2015-08-14 13:27:26 +02:00
Magne Sjaastad
57e363896f
Replaced uiField() and xmlField() with uiCapability() and xmlCapability()
2015-08-05 12:34:07 +02:00
Magne Sjaastad
737936d846
Major modularization adjustments
...
Use uiField() when issuing setUi....() commands
Use PdmChildArrayField instead of PdmPointersFielc
Use PdmChildField instead of PdmField to pdm pointer objects
Use PdmChildArrayField instead of PdmField< std::list< caf::PdmPointer<
type > > >
Use PdmObjectHandle instead of PdmObject
Replaced parentFields(std::vector) with parentField()
Use PdmUiPropertyViewDialog instead of PdmUiPropertyDialog
2015-07-31 18:58:23 +02:00
Pål Hagen
68a7993105
( #342 ) Added "Add property filter" to the 3D view's context menu
2015-06-30 15:37:53 +02:00
Pål Hagen
320b0c62c4
( #260 ) Displaying NNC info and intersection point for picked faults when there's no cell index
2015-06-30 13:25:11 +02:00
Pål Hagen
04d70a9204
( #260 ) Fixed problem with picking faults in some rare cases
...
Made sure that we handle the case when an item has been hit which is not
a non-NNC item.
2015-06-30 12:05:24 +02:00
Jacob Støren
cfb0bfeb55
Moved RivCellSetEnum to a separate file.
...
Preparations for property filtering
2015-06-18 14:17:03 +02:00
Jacob Støren
3d0e0ace7a
Linux compile fix
2015-06-11 13:15:59 +02:00
Jacob Støren
385fa55cdc
Fixed one linux compile error and cleaned out some compiler warnings
2015-06-11 13:05:59 +02:00
Jacob Støren
4f77afe43c
Implemented #310 Result info when picking
...
This included some refactorization to remove the command stuff out of
RiuViewer,
and to communicate the grid index via the source info struct, and not as
a cvfPart::id
2015-06-11 11:38:51 +02:00