Pål Hagen
095d974e38
( #435 ) WIP - Reading metadata from LAS files
2015-09-14 16:33:28 +02:00
Jacob Støren
69019115a2
Made MD/Tvd font smaller
2015-09-11 14:35:12 +02:00
Pål Hagen
7901c3c4bd
( #438 ) Showing "MD" or "TVD" on top of Y-axis according to depth type
2015-09-11 12:35:59 +02:00
Pål Hagen
d3909c5d27
( #437 ) Using MD or TVD depth values for well log extraction curves
...
Also renamed some methods for clarity, and fixed a bug in
RimWellLogPlot::updateViewerWidget(). Using this method instead of
loadDataAndUpdate() when toggling visibility of the plot.
2015-09-11 10:44:10 +02:00
Jacob Støren
8b801bac50
( #442 ) Permanent fix. Needed to handle the new plot views properly
2015-09-10 08:14:28 +02:00
Jacob Støren
f753593380
( #442 ) Temporar fix.
...
Why this code creates the crash is beyond my understanding.
Must be investigated.
For now, get rid of the crash that blocks testing etc...
2015-09-09 14:30:12 +02:00
Pål Hagen
77c22e4562
( #431 ) Handling viewer deletion by upper right X in window gracefully
2015-09-08 11:11:42 +02:00
Pål Hagen
1000c96c3e
( #431 ) Turning toggle field off when removing well log plot viewer widget
2015-09-08 10:21:33 +02:00
Pål Hagen
c1d2a32f6e
( #428 ) Selecting well log plot in tree view when its viewer is activated
2015-09-07 19:22:11 +02:00
Pål Hagen
613f028779
( #427 ) Fixed selection of well log plots so that the viewer is set active
...
Switching between well log plots and 3D views, both are MDI windows,
should now work fine.
2015-09-07 18:27:23 +02:00
Pål Hagen
eda2ce27d6
( #396 ) Fixed updating of plot traces when adding curves
...
Made sure that plot traces are updated as expected when adding curves to
plot traces with index > 0.
2015-09-07 18:00:04 +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
Magne Sjaastad
f16b2af600
Rename of class names and files related to linked views
2015-09-07 14:35:26 +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
520f1fc60d
( #410 ) Using a smaller font size for numbers on axes
2015-09-04 17:11:16 +02:00
Pål Hagen
752c4071b9
( #412 ) Improved scroll wheel zooming (zoom around mouse Y position)
...
Moved scroll wheel handling to well log trace plot viewer, using event
filter for the plot canvas to get the mouse Y position, which is
transformed to the corresponding plot depth value and used as center for
zooming.
2015-09-04 15:57:34 +02:00
Pål Hagen
d7872971d3
( #412 ) Faster zooming and panning of well log plots
...
Could consider to use for instance Shift or Alt as extra modifiers for
speeding up/slowing down zooming/panning.
2015-09-04 14:23:13 +02:00
Pål Hagen
a1d95f2b8a
( #396 ) Reset the zoom to show the entire depth range only when the first curve is added
...
Additional additions or changed parameters (by the user) will not change
the visible depth settings. Did some code cleanup.
2015-09-04 14:14:56 +02:00
Jacob Støren
7b308e514c
Wip: Separated cretion of Qwt classes from Rim construction
...
This needs to be done because MDI window close window deletes the widgets.
We need to be able to recreate all the widgets/qwt objects when needed.
The QwtPlotCurves still crashes on window close/open
2015-09-03 14:26:49 +02:00
Jacob Støren
959abe7930
Set initial well plot axis ranges to something "pretty"
2015-09-03 11:55:24 +02:00
Jacob Støren
2a8533bad0
( #396 ) Save/Restore of WellLog plots partly in place.
...
Cleaned up ownership in WellLog plot classes
initAfterRead() is implemented
moved code related to command features from the WellLog classes
Still plots are not redrawn/reloaded when opening a project file.
2015-09-03 08:22:01 +02:00
Jacob Støren
30e2495849
Remove duplicate add/remove/setActive viewer methods from MainWindow.
...
(#408 ) Added Save Load of WellLog Plot window geometry also
2015-09-03 08:21:57 +02:00
Magne Sjaastad
e3c11f11e9
Added Close All Windows
2015-09-02 17:18:26 +02:00
Magne Sjaastad
a012049693
Make sure icon is updated when viewer is closed
2015-09-02 17:18:25 +02:00
Pål Hagen
a44e548f93
( #396 ) Align the canvas with the actual min and max values of the curves
2015-09-02 16:41:12 +02:00
Pål Hagen
8d7bbb85a9
( #396 ) Scroll wheel now pans the plot in the depth direction
2015-09-02 16:30:37 +02:00
Pål Hagen
fd3df6492b
( #396 ) Made sure that Ctrl is needed for scroll wheel zoom
2015-09-02 15:58:54 +02:00
Magne Sjaastad
b29ad69673
( #408 ) Save and restore MDI window size and position
2015-09-01 22:11:39 +02:00
Magne Sjaastad
379cf6b228
( #395 ) Moved code from RiuViewer to RimView and cleaned up includes
2015-09-01 18:21:20 +02:00
Magne Sjaastad
4730e10319
Created navigationPolicyUpdate to be used from navigation policies
2015-09-01 18:04:35 +02:00
Magne Sjaastad
a1f5d44f56
Moved Link visible views toolbar icon
2015-09-01 17:40:57 +02:00
Magne Sjaastad
7969e22364
( #395 ) Moved managed views from RimView to RimProject
2015-09-01 17:34:03 +02:00
Pål Hagen
b5684b5255
( #396 ) Made sure that the plot canvas is aligned to the scales
2015-09-01 15:48:53 +02:00
Pål Hagen
36c05c2108
( #396 ) Removed Qwt-based panning
2015-09-01 15:00:22 +02:00
Pål Hagen
9b4a74cc33
Linux compilation fix
2015-09-01 14:58:21 +02:00
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
444500f6cc
( #395 ) Make sure the update() virtual function is called from camera related functions
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
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
513e9d9075
( #396 ) Added grid to well log trace plot. Using light gray solid lines.
2015-08-31 11:39:59 +02:00