Commit Graph

2354 Commits

Author SHA1 Message Date
Pål Hagen
2de4d0df29 (#396) Added scrollbar for panning of well trace plots 2015-09-01 14:50:26 +02:00
Magne Sjaastad
7103b196e3 (#406) Added label Property Editor 2015-09-01 13:05:21 +02:00
Magne Sjaastad
bd396b7ff4 (#406) Changed name of additional property editor and removed margins 2015-09-01 11:49:43 +02:00
Magne Sjaastad
33d5b9b63b Early exit if no frames are present 2015-09-01 11:31:32 +02:00
Magne Sjaastad
3086ab10bc (#395) Fixed bug in viewer 2015-09-01 11:31:32 +02:00
Magne Sjaastad
444500f6cc (#395) Make sure the update() virtual function is called from camera related functions 2015-09-01 11:31:31 +02:00
Magne Sjaastad
854c47500b Clamp frameindex instead of doing nothing 2015-09-01 11:31:31 +02:00
Magne Sjaastad
c269e57d6d Removed obsolete code 2015-09-01 11:31:31 +02:00
Pål Hagen
eee14d790b (#396) Stopped using Qwt-based magnifier 2015-09-01 11:16:59 +02:00
Pål Hagen
ba1b2ec110 (#396) Handling scroll wheel event to zoom all well log trace plots 2015-09-01 11:14:58 +02:00
Jacob Støren
8485e76bf5 Added dummy curve data to correct place. Added curve description field. 2015-09-01 09:32:44 +02:00
Jacob Støren
57d195d9d8 Cleaned away dummy data and moved curve creation logic to the command feature 2015-09-01 09:06:02 +02:00
Jacob Støren
3a7959ff13 (#397) Implemented line - Hex intersection 2015-09-01 08:53:29 +02:00
Jacob Støren
75a0035fe5 (#398) WIP: First outline of well log result extractor 2015-09-01 08:53:25 +02:00
Jacob Støren
ba467ac52d Forgot some resultAccessor updates 2015-09-01 08:53:21 +02:00
Jacob Støren
62bc5963ff (#397) Added line triangle intersection direction to intersection method
Preparing for Well Log Extraction
2015-09-01 08:53:18 +02:00
Jacob Støren
7794a66b04 (#397) (#398) Added globalGridCellIndex access to the ResultAccessors
To prepare for well log extraction
2015-09-01 08:53:14 +02:00
Jacob Støren
371902378e (#397) Added geometry methods to be used for well log data extraction 2015-09-01 08:53:10 +02:00
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