Gaute Lindkvist
9401a81097
Higher tolerances
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
f569d6872b
Group only with selected paths
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
19a8aece0e
Almost right
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
362dcb4dd1
Remove redundant part of hierarchical well paths
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
7684596829
Well Path Groups
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
195bcf2817
Skeleton for toggling grouping of well paths
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
395398587a
Create a separate menu entry for importing "Grouped Well Paths"
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
90d4c2f9d3
More hierarchical work
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
0b19307be0
Support loading hierarchical well paths
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
52e3214b0e
Add Well paths to other well paths
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
8e8534d61e
Go via RimWellPathCollection::addWellPath for any well path addition
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
6622328622
Remove direct access to the well path field in RimWellPathCollection
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
aceac43652
Refactor RimWellPath and RigWellPath
2020-10-26 10:43:14 +01:00
Magne Sjaastad
03f659df0c
#6771 Regression Test: Replace QMessageBox with RiaLogging::errorInMessageBox
...
Fix typo
Includes
2020-10-13 05:38:04 -04:00
jonjenssen
8bb460c2db
Make sure we read the LAS file contents, too, when loading a project ( #6507 )
...
* Make sure we read the LAS file contents, too, when loading a project
* Refactor WellPathCollection data loading on project open to simplify things a bit.
2020-09-21 10:59:08 +02:00
Magne Sjaastad
4a8aa6ced1
#5917 Export Completion: Avoid overwrite of export completion well name
2020-05-22 15:01:56 +02:00
Kristian Bendiksen
c366e85682
Refactor delete operations for pdm objects.
2020-05-22 07:02:53 +02:00
Magne Sjaastad
95fc63fe7c
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
52d24f9439
Error dialog : Do not display error dialog, write to logging window
...
For large projects with many missing files, the file open error dialog will be displayed many times
2020-01-15 22:47:02 +01:00
Magne Sjaastad
cc65ce581f
#5327 Well Measurements : Move measurements to first child of parent
...
Set uiHidden on field, not the contained object
2020-01-11 08:05:03 +01:00
Kristian Bendiksen
d09cae0e55
#5116 Hide unneccessary tree elements for well measurements.
2020-01-10 10:49:22 +01:00
Jacob Støren
1c6c82af85
#5147 Fix RimFileWellPath::setupBeforeSave addressing the filePath
...
Needs to copy the cached wellpaths on save.
Split the cached filePath and the uncached filePath to only list the external well paths in the global path list, and to be able to copy the cached files on save.
2019-12-12 16:15:24 +01:00
Gaute Lindkvist
538e42f278
#5106 Fix crash when importing multiple well paths with the same name
2019-12-02 08:01:38 +01:00
Kristian Bendiksen
b4fea5f00a
#5001 Move RimWellMeasurementCollection from RimWellPath to
...
RimWellPathCollection.
Also add filtering of measurements by well path.
2019-11-27 12:05:51 +01:00
Gaute Lindkvist
11117383db
#4817 #4830 #4832 #4837 #4839 Python commands for WBS creation, well path import and well log file import ( #4838 )
...
* Better minimum width for well log tracks
* Fix alignment of scrollbar in Well log plots
* Better Well Log Plot export
* Hide scroll bar before plotting
* Better borders
* Create plots through Python
* #4817 Create WBS plots with Python
* Rebase Summary and WellLogPlot on top of a new RimPlot
* Also Python: Allow setting folder as a parameter to export_snapshots
* #4832 Prepare for well path import command
* Well Path import WIP
* #4830 #4832 Import well paths and well log files from file using Python.
* #4837 Implement import of formation names in Python
* Fix debug build issue
* Fix RiaLogging build issue
* Fix warnings
* Yet another RiaLogging.h import added
* #4839 Import exporting of las and ascii files from well log plots
2019-10-09 09:21:28 +02:00
Gaute Lindkvist
9d62a0c84e
#4732 Fix missing refresh for ensemble RFT
2019-09-19 08:38:34 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Gaute Lindkvist
000ce6db52
#4509 Guard access to gui application code in import and well path code to avoid crashes in console mode
2019-07-25 15:54:20 +02:00
Magne Sjaastad
174998335f
#3629 System : Use disableIO() instead of disableRead and disableWrite
2018-11-05 14:42:39 +01:00
Magne Sjaastad
b999a14aaf
#3413 Well Path Import : Avoid similar default color
2018-09-25 14:36:50 +02:00
Magne Sjaastad
b2d055db63
System : Introduce compiler warning C4458 with fixes
2018-09-24 21:32:58 +02:00
Jacob Støren
a6d91873e6
#3205 Improved default name of modelled wellpaths. Made sure that the name is read and written.
2018-08-14 13:22:42 +02:00
Jacob Støren
95c396ce77
#2609 Make modeled well path visible when loading project file
2018-07-02 16:55:32 +02:00
Jacob Støren
2ea84bdb63
#2609 RimFileWellPath in separate file
2018-06-25 13:47:18 +02:00
Jacob Støren
69e81658a6
#2609 WIP: Refactor RimWellPath into RimFileWellPath
2018-06-25 12:57:11 +02:00
Jacob Støren
5059201126
#2609 Cleanup RimWellPath ready for refactor into two classes
2018-06-18 17:13:30 +02:00
Magne Sjaastad
98e95fe5bf
#2770 Fracture : Trigger recompute when well collection is toggeled
2018-04-20 14:22:55 +02:00
Jacob Støren
267e3ef59d
#2535 Use the MainWindowTools class instead of MainWindow directly (part 4)
2018-02-27 16:46:53 +01:00
Magne Sjaastad
1ae30ef11a
(clang-tidy) : modernize-use-nullptr
2018-02-18 18:56:43 +01:00
Magne Sjaastad
cd575ef9c1
#2431 : Use well path part manager in Rim3dView
2018-02-05 20:12:22 +01:00
Magne Sjaastad
5919cb20fb
#2431 : Refactor of well part manager
2018-02-05 20:12:22 +01:00
Bjørn Erik Jensen
60afae10ad
#2429 , #2430 . Display perforations correctly
2018-01-31 15:34:50 +01:00
Rebecca Cox
d67e1a7d13
#2261 Well Paths: Change newestAddedWellPath to mostRecentlyUpdatedWellPath
2018-01-29 11:24:12 +01:00
sigurdp
f940d0a3d5
#1753 Fracture: Reworked visualization of StimPlan fractures to limit surface tesselation to area with actual values instead of relying on transparency. Done to allow picking on items behind the fracture. Refactored and removed obsolete code related to StimPlan fracture visualization.
2018-01-03 11:13:15 +01:00
Rebecca Cox
a2d2879bab
#2227 Well formations: New Rig data stucture with top+base MD and level
2017-12-08 09:27:37 +01:00
Rebecca Cox
48f9769eb7
#2221 Well Path Formation names: Improve user feedback on import
2017-12-07 08:34:12 +01:00
Rebecca Cox
8608e00b35
#2224 Well Formations: Make Reloading the csv file work
2017-12-06 12:01:33 +01:00
Rebecca Cox
5145d3f8a5
#2223 Well Formations: Rename to Well Picks where sensible
2017-12-05 14:14:53 +01:00
Rebecca Cox
bc026da2f6
#2221 Well Path Formation names: Add logging on import and well creation/matching
2017-12-05 08:58:51 +01:00
Rebecca Cox
6fc888d718
Capitalize ui name in PDM fields
2017-11-30 13:44:18 +01:00