Pål Hagen
8a3c2c4c38
( #467 ) Refactoring - added helper class to simplify the drag & drop code
2015-10-19 14:29:28 +02:00
Pål Hagen
36f2229b5b
( #467 ) Postponing updates until all tracks have been moved to a plot
2015-10-19 14:07:06 +02:00
Pål Hagen
b2e04b47d9
( #467 ) Performing updates of track after all curves have been moved
2015-10-19 14:02:39 +02:00
Pål Hagen
2893b29bbc
( #467 ) Implemented drag & drop for moving tracks between plots
2015-10-19 13:57:41 +02:00
Magne Sjaastad
ab0e3819a1
( #539 ) Added framework for update of range filter based on master
...
Propagate pointer to a range filter if only a single filter is modified
Moved lifetime management of range filter collection to RimView
2015-10-19 12:10:28 +02:00
Pål Hagen
1c3e9d8751
( #467 ) Implemented drag & drop for moving curves between tracks
2015-10-19 12:07:17 +02:00
Pål Hagen
3a01fe0782
( #467 ) Implemented tree view drag & drop of LAS file well log channels to plot tracks
...
Did some refactoring/cleanup of existing drag & drop code to make it
easier to add drag & drop for other item types.
2015-10-16 16:58:49 +02:00
Pål Hagen
8e682926c6
Removed comments
2015-10-16 14:05:12 +02:00
Pål Hagen
1dc0da7a37
( #541 ) Using common value for absent values (-999.25, -9999.25, etc.)
2015-10-16 13:57:34 +02:00
Pål Hagen
aa1493fcb9
( #541 ) Exporting date to LAS file
2015-10-16 13:37:31 +02:00
Pål Hagen
c2f0163eef
( #541 ) Using two parameters when adding well info (parameter name and value)
2015-10-16 13:35:09 +02:00
Pål Hagen
0a7e971577
Added access method for the timestep string (date)
2015-10-16 13:33:35 +02:00
Pål Hagen
3ecd6d8da7
( #541 ) Exporting well name as part of well info to LAS file
2015-10-16 11:15:04 +02:00
Pål Hagen
7bcbb80691
( #541 ) Added interface for adding well info for export
2015-10-16 11:02:12 +02:00
Magne Sjaastad
bcb4919f3d
Rename and more comments
2015-10-16 10:08:25 +02:00
Pål Hagen
7b14306b5b
( #541 ) Use "Depth in meters" as parameter description for DEPTH
2015-10-16 10:07:56 +02:00
Pål Hagen
27a6775e3c
( #541 ) Change multiple "_" in default export file name to one
2015-10-16 10:06:45 +02:00
Magne Sjaastad
a7b3950c6b
Make sure the view linker is expanded after a link operation
2015-10-16 09:20:41 +02:00
Magne Sjaastad
91b100b8cc
( #566 ) Make sure layoutChanged signal is emitted only for existing item changes
...
If layoutChanged is emitted for new inserted items also, the items below
inserted item is collapsed and the expanded state of the tree is changed
2015-10-16 09:20:40 +02:00
Jacob Støren
08d1031f7f
Fixed Missing rename after merge
2015-10-15 23:29:30 +02:00
Jacob Støren
5d642719b7
( #557 , #560 , #561 ) WLP: Massive renaming in WellLogCurveData. Fixed undiscovered bug.
...
Curves plotted by TVD was not correctly splitted where well path went out in free air.
2015-10-15 23:21:31 +02:00
Magne Sjaastad
aeeb445dae
Delete items from existing tree before building the map from pdmUiTreeOrdering to index
2015-10-15 19:19:47 +02:00
Pål Hagen
3683dc95cd
( #541 ) Setting depth range for export from the curve's raw data, not the plot curve's data
2015-10-15 16:31:11 +02:00
Pål Hagen
2dd1e98f81
( #541 ) Setting version info, start and stop depths, and depth unit, when exporting to LAS
2015-10-15 16:12:22 +02:00
Pål Hagen
33a32c9c1a
( #541 ) Added some access methods to NRLib::LasWell to be used when exporting
2015-10-15 16:11:03 +02:00
Pål Hagen
958357b563
( #541 ) Fixed obvious bug in NRLib (LasWell::WriteToFile())
2015-10-15 14:55:16 +02:00
Pål Hagen
68ad675a45
( #541 ) Using curve name as default file name for LAS in file save dialog
2015-10-15 14:39:53 +02:00
Pål Hagen
f8c725e2b8
( #541 ) Using result name as well log channel name when exporting to LAS
2015-10-15 14:37:57 +02:00
Jacob Støren
707ddf15d7
( #540 ) Started to make single-cell best-match
2015-10-15 13:41:51 +02:00
Jacob Støren
36339f1001
( #522 ) Changed the Import Well Log Curve icon
2015-10-15 13:41:47 +02:00
Jacob Støren
fa375381d1
WLP: Added spaces to curve-auto-names to make them more readable
2015-10-15 13:41:43 +02:00
Jacob Støren
a11d82d57e
( #522 ) Added a Las-File Icon in the tree
2015-10-15 13:41:39 +02:00
Jacob Støren
1782fac724
( #521 , #522 ) New icons on Plot related stuff.
...
The curve icon does not show up for some reason.
2015-10-15 13:41:34 +02:00
Jacob Støren
ee96d1b2ee
( #521 , #522 ) Added new icon files
2015-10-15 13:41:30 +02:00
Pål Hagen
956beba118
Moved remaining code from RimWellLogCurveImpl to RigWellLogCurveData
...
Removed class RimWellLogCurveImpl.
RigWellLogCurveData::calculateValidPointsIntervals() needs to be
harmonized with new way of extracting depths from well paths.
2015-10-15 13:29:45 +02:00
Pål Hagen
c2577391c2
Linux compilation fix.
...
friend -> friend class
2015-10-15 12:53:20 +02:00
Pål Hagen
10c5b37122
Updated unit tests
...
Using RigWellLogCurveData instead of RimWellLogCurveImpl. Added test
interface which has access to private methods in RigWellLogCurveData.
RimWellLogCurveImpl should probably be removed when correct filtering of
curve segments based on depths is up & running.
2015-10-15 12:41:12 +02:00
Pål Hagen
d74b4333f2
( #541 ) Renamed some methods and variables
2015-10-15 12:01:47 +02:00
Pål Hagen
a173694542
Linux compilation fix.
2015-10-15 11:32:09 +02:00
Pål Hagen
08573be64b
( #541 ) Added feature for export of well log plot curves to a LAS file
...
Did some refactoring/improvements by introducing new class
RigWellLogCurveData.
2015-10-15 11:27:12 +02:00
Magne Sjaastad
5f92e87070
Fixed issue causing a pdmUiTreeOrdering item having wrong (and deleted) parent
2015-10-15 09:22:49 +02:00
Pål Hagen
972d8fe5e0
( #541 ) Fixed a couple of bugs in NRLib/LasWell. Made export possible.
...
Had to add a default constructor to be able to export to a LAS file from
scratch (not based on an existing LAS file). Also corrected a bug in
LasWell::WriteToFile() and LasWell::ParseInformation(). Reading a LAS
file exported from LasWell was not possible before the bug fixes.
2015-10-15 08:18:14 +02:00
Jacob Storen
10046eed4a
Linux fixes
2015-10-14 07:13:45 -07:00
Jacob Storen
021de1444d
Linux compile fix
2015-10-14 06:57:11 -07:00
Jacob Støren
b2f4f64aca
Well Log extraction: Cleaning up a bit
2015-10-14 15:20:50 +02:00
Jacob Støren
21b313f945
( #557 , #560 , #561 ) WLP: Guaranteed Pairwise ordering of intersections
...
and endpoint handling. Now discarding out-of-pair points.
Added well name and case in error message.
2015-10-14 15:20:46 +02:00
Jacob Støren
d004d14acc
( #557 , #560 , #561 ) WLP: Rename of map keys
2015-10-14 15:20:42 +02:00
Jacob Støren
a0cccc93cb
( #557 , #560 , #561 ) WLP: POR results are now undefined in C3D8 elements
2015-10-14 15:20:38 +02:00
Jacob Støren
33aed754d9
( #557 , #560 , #561 ) WLP: White space cleanup
2015-10-14 15:20:34 +02:00
Jacob Støren
9fa2395fdc
( #557 , #560 , #561 ) WLP: Aligned intresection map insertion code Geom/Eclipse
2015-10-14 15:20:31 +02:00