Commit Graph

1675 Commits

Author SHA1 Message Date
Pål Hagen
0133659e05 (#396) Added fields for min and max depths to the well log plot
Changing those fields will cause all well trace plots to be updated
accordingly.
2015-08-31 17:21:21 +02:00
Pål Hagen
65f0c5fb42 (#396) Showing default legend on top of the plot 2015-08-31 15:23:20 +02:00
Pål Hagen
adba5ba6fc (#396) Added panning of the depth axis (left mouse button + move) 2015-08-31 14:54:48 +02:00
Pål Hagen
f186e07742 (#396) Added simple zoom functionality for the depth axis
Ctrl + scroll wheel = zoom around center. Consider making a more
specialized zoom functionality for zooming around mouse cursor, and with
synchronization with other trace plots.
2015-08-31 14:47:34 +02:00
Pål Hagen
b3d58ed0a0 (#396) Inverted the direction of the depth axis, using top left as origin 2015-08-31 12:45:28 +02:00
Pål Hagen
991f31a44f (#396) Using axes on the top and left side 2015-08-31 12:34:08 +02:00
Pål Hagen
e4c68f0d1c Using dummy curve values in the range 0 - 1000 2015-08-31 12:29:16 +02:00
Pål Hagen
513e9d9075 (#396) Added grid to well log trace plot. Using light gray solid lines. 2015-08-31 11:39:59 +02:00
Pål Hagen
2bac87972f (#396) A well log plot curve is set current when created 2015-08-31 11:27:40 +02:00
Pål Hagen
a23ad04d06 (#396) A well log plot trace is set current when created 2015-08-31 11:25:22 +02:00
Pål Hagen
33c310bba1 (#396) Made sure that a well log plot is the current item when created 2015-08-31 11:19:28 +02:00
Pål Hagen
5e18afd44c (#396) Implemented deletion of well log plots 2015-08-31 11:05:55 +02:00
Pål Hagen
ed432290af (#396) Removed unused methods 2015-08-31 10:52:11 +02:00
Pål Hagen
c2b7305f8e (#396) Using const ref parameters for curve data 2015-08-31 10:50:10 +02:00
Pål Hagen
370764ae50 (#396) Removed toggle field for well log plot collection 2015-08-31 10:31:48 +02:00
Pål Hagen
eaff6f88c4 (#396) Using toggle field of well log plots to toggle visibility 2015-08-31 10:12:45 +02:00
Pål Hagen
d0b6e5466f (#396) Using the checkbox of the plot trace to toggle the visibility of the trace in the plot 2015-08-31 09:57:13 +02:00
Pål Hagen
94f172369e (#396) Using the curve's checkbox to attach the curve to or detach the curve from the plot 2015-08-31 09:50:40 +02:00
Pål Hagen
5635df8dd4 (#396) Got rid of frame around plot canvas 2015-08-31 09:42:29 +02:00
Pål Hagen
65d158a6ad (#396) Using margin size 0 for well log plot's layout 2015-08-31 09:38:44 +02:00
Pål Hagen
6362ffa311 (#396) Using white background color in plot widget and plot canvas 2015-08-31 09:34:41 +02:00
Magne Sjaastad
c065b8350c (#406) Created a combined docking widget for additional project trees and property views 2015-08-31 07:53:52 +02:00
Magne Sjaastad
ca06e8a307 (#406) Update additional project trees and property editors 2015-08-31 07:53:51 +02:00
Pål Hagen
9d4f9d617f Basic well log plot functionality with dummy data up & running
Traces can be added to and deleted from well log plots, and curves with
dummy data can be added and deleted. TODO: Replace dummy data with real
well log data and data extracted from the model.
2015-08-31 02:06:37 +02:00
Magne Sjaastad
3f09c1bc66 Added LinkVisibleViewsFeature, and added action to draw toolbar 2015-08-30 13:30:46 +02:00
Magne Sjaastad
e5d5543cd9 Ovveride update() and find all linked views to be updated 2015-08-28 21:32:51 +02:00
Magne Sjaastad
905f4df2bf Added function used to find all managed views 2015-08-28 21:05:56 +02:00
Pål Hagen
4e83cff8a2 Well log plots now contain one plot per trace 2015-08-28 14:25:14 +02:00
Pål Hagen
7401160677 Added command feature to the context menu for well path collection 2015-08-28 12:25:48 +02:00
Pål Hagen
46a941348b Hide the main plot collection level in the project tree
"Well Log Plots" will be visible on the top level if there are plots.
2015-08-28 12:10:36 +02:00
Magne Sjaastad
5d576aed14 (#395) Display case name and view name in UI for view config 2015-08-28 11:48:42 +02:00
Pål Hagen
7081e140fd Added command feature for addition of a new curve to a well log plot trace 2015-08-28 11:45:18 +02:00
Pål Hagen
0fdf5292d0 Added command feature for addition of a new trace to a well log plot 2015-08-28 11:32:25 +02:00
Pål Hagen
af9bbfdede Added collection class for well log plots 2015-08-28 10:42:57 +02:00
Magne Sjaastad
75a34e605f (#395) Fixed update issues for managed child views 2015-08-28 10:02:04 +02:00
Magne Sjaastad
17d081c43d Propagate changes to managed views of children 2015-08-28 10:02:04 +02:00
Magne Sjaastad
5fd81b19d8 Added support for geo mech property filters for managed views 2015-08-28 10:02:03 +02:00
Magne Sjaastad
81ce665883 (#395) Added sync of Eclipse property filters 2015-08-28 10:02:03 +02:00
Magne Sjaastad
eaa5cc90a8 (#395) Removed obsolete code from property filter collection 2015-08-28 10:02:02 +02:00
Pål Hagen
609ee78400 WIP - well log plots, added traces to plots and curves to traces 2015-08-27 16:43:54 +02:00
Pål Hagen
4e6bb1ded3 WIP - added project data model files for well log plots
Added command feature for adding new well log plots (right-click "Plots"
in the project tree view). Will create dummy Qwt widget added as an MDI
window.
TODO: Complete the relations between the entities, and add
properties/property editors. Create more advanced viewer widget for
plotting of multiple traces with multiple curves. Harmonize MDI stuff
with 3D viewers.
2015-08-27 16:13:49 +02:00
Magne Sjaastad
b7d04375c8 (#395) Added support for control of geo mech results 2015-08-27 14:57:04 +02:00
Magne Sjaastad
3ef65ab8f9 Added keyboard shortcuts for copy/paste of geo views/ geo cases 2015-08-27 14:06:50 +02:00
Magne Sjaastad
e5f0bdfaab Managed views can use range filters from master view
RangeFilterCollection is now a private field in RimView
2015-08-27 13:44:27 +02:00
Magne Sjaastad
dc7735a67d Fixed missing code changes related to previous commit 2015-08-27 11:56:52 +02:00
Magne Sjaastad
b9a8c0743b Removed unused methods, use updateUiUpdateDisplayModel on RangeFilterCollection 2015-08-26 18:51:55 +02:00
Magne Sjaastad
0513608924 Removed obsolete files 2015-08-26 15:42:46 +02:00
Magne Sjaastad
f6ac177ff2 Added ManagedViews and sync of camera, time step and cell result 2015-08-26 15:42:31 +02:00
Pål Hagen
2b87c8c7d6 Added Qwt library and basic classes for well log viewer 2015-08-26 12:27:29 +02:00
Magne Sjaastad
20c1e609b8 Added tile and cascade of MDI windows 2015-08-26 10:46:38 +02:00