Commit Graph
53 Commits
Author SHA1 Message Date
Jacob Støren b2a1f5690b #1440 Remove all real caching in the well path geometry system
Had no effect anyway.
Rename method to scheduleRedrawAffectedViews()
2017-06-21 17:13:19 +02:00
Jacob Støren 3193127e32 #1440 Remove RivWellPathCollectionPartMgr as it did not manage any parts
This is a step to make it easier to make the interface from the views to get the well path related geometry parts more "static".
2017-06-21 15:39:59 +02:00
Bjørnar Grip Fjær d3f512f783 #1593 Use well path unit system for completions on well path 2017-06-20 10:51:01 +02:00
Bjørnar Grip Fjær 8fceb8c74f #1605 Add Well Name for Completion Export field 2017-06-14 13:13:48 +02:00
Magne Sjaastad 5fa2f6cfbe #1596 Rename to RiaEclipseUnitTools 2017-06-13 15:25:52 +02:00
Bjørnar Grip Fjær 1414751859 #1573 Set unit system on well path 2017-06-07 11:57:40 +02:00
Bjørnar Grip Fjær b82aed4bfc #1543 Naming and fixes from review 2017-06-02 10:35:52 +02:00
Bjørnar Grip Fjær b20a563517 #1520 Establish new result type 'Completion Type' 2017-06-01 12:36:54 +02:00
Bjørnar Grip Fjær 8781e13627 #1497 Assign individual colors to well paths when importing well paths 2017-05-22 15:52:32 +02:00
Bjørnar Grip Fjær bf704caa16 #1475 Move well path import to own module 2017-05-10 12:19:46 +02:00
Magne Sjaastad 85228ee39c #1255 Removed includes from RimWellPath 2017-02-24 14:31:06 +01:00
Magne Sjaastad 531aaaa445 AppFwk : Fixed typo of firstAncestorOrThisOfType 2016-09-21 13:59:41 +02:00
Magne Sjaastad e730e5bf9f (#791) Update well path filename if project file is relocated 2016-06-30 11:20:41 +02:00
Jacob Støren 219fdc6603 (#345) Well name alone on a line is now accepted. "#" and "--" at start of a line tags the line as comment
Several lines of text between wells are handled. Last none-empty line is used as well name.
2015-12-01 16:52:38 +01:00
Jacob Støren ee11d4fde7 (#672) Refactoring and Fix of side effects introduced by 704f4fa 2015-12-01 12:27:19 +01:00
Jacob Støren 9d9ff798a9 (#655)(#163) Guard against null ptrs in name comparisons 2015-11-30 14:50:16 +01:00
Jacob Støren d637248ae9 (#655) Sort the wells in the Wells folder by name 2015-11-30 14:32:34 +01:00
Magne Sjaastad 1156da7f03 (#605) Fixed delete of well path to avoid reuse of old data 2015-10-29 13:13:38 +01:00
Magne Sjaastad ad6e17a5d9 (#596) Refactored name matching for Ascii well path files (dev-files)
Supported well names are
Well name in quotes
name myWellName
WELLNAME: myWellName
2015-10-28 11:32:47 +01:00
Magne Sjaastad 56e6fd1f6b (#596) Trim whitespace as first step to fix this issue 2015-10-28 10:28:52 +01:00
Jacob Støren 36d2bb224c (#542) Fixed several project-open crashes related to missing files.
Added errormessage on missing wellpath file
2015-10-12 12:41:02 +02:00
Pål Hagen aa36a3f5e6 Moved static method to the class where it belongs (more than it did). 2015-09-25 18:14:25 +02:00
Pål Hagen 529b68e073 (#537) (#515) Showing error messages from LAS file open exceptions 2015-09-24 10:08:45 +02:00
Pål Hagen 5d18209e26 (#537) Showing error message box if opening a LAS file fails 2015-09-24 09:37:26 +02:00
Pål Hagen 6d41aa0b18 (#436) Renamed some classes/files, methods and variables 2015-09-16 16:06:06 +02:00
Pål Hagen a6cb14244d (#435) Fixed reading well path files for existing well logs with the same well name 2015-09-15 11:49:09 +02:00
Pål Hagen 7efd3daa8b (#435) Bugfix - made sure that correct pointer is assigned 2015-09-15 11:01:19 +02:00
Pål Hagen 7f2aa1c389 (#435) Adding well log to existing well if well names are the same 2015-09-14 17:05:28 +02:00
Pål Hagen 095d974e38 (#435) WIP - Reading metadata from LAS files 2015-09-14 16:33:28 +02:00
Pål Hagen 5e4f3cfbb9 (#433) Reading measured depth from ascii well path files 2015-09-10 14:21:08 +02:00
Jacob Støren a8a1b61646 (#373) Fixed update after delete.
Removed the editors used to update after delete, and did all the updating from
the command directly.
Less code easier to follow, not as generic.
2015-08-14 15:20:50 +02:00
Magne Sjaastad 9bee1b81fc Added commands for well path features 2015-08-12 20:59:38 +02:00
Jacob Støren 3d599542f4 Fixed the top levels of the new tree
Including Scripts and Well Paths
2015-08-11 15:22:49 +02:00
Magne Sjaastad 90762d0f0f Use uiCapability/xmlCapability instead of capability<caf::PdmUiFieldHandle>()(capability<caf::PdmXmlFieldHandle>() 2015-08-05 13:27:36 +02:00
Magne Sjaastad 737936d846 Major modularization adjustments
Use uiField() when issuing setUi....() commands
Use PdmChildArrayField instead of PdmPointersFielc
Use PdmChildField instead of PdmField to pdm pointer objects
Use PdmChildArrayField instead of PdmField< std::list< caf::PdmPointer<
type > > >
Use PdmObjectHandle instead of PdmObject
Replaced parentFields(std::vector)  with parentField()
Use PdmUiPropertyViewDialog instead of PdmUiPropertyDialog
2015-07-31 18:58:23 +02:00
Magne Sjaastad b4df5419b1 Updated file header for modified files 2014-09-23 15:04:57 +02:00
Magne Sjaastad b13c2621da Linux fixes: Added missing includes 2014-08-14 10:55:50 +02:00
Magne Sjaastad d21e532c61 Cleaned up includes for ProjectDataModel 2014-08-14 10:55:49 +02:00
Magne Sjaastad 40092b0d62 SSIHUB: Update file paths for and well path cache
Consolidated cache creation in RimTools
2013-10-24 09:50:21 +02:00
Magne Sjaastad 76ffd7e937 Well paths: Update display model after delete 2013-10-23 08:07:11 +02:00
Magne Sjaastad 9abc3387aa SSIHUB: Added visibility checkbox next to well path collection 2013-10-22 15:30:12 +02:00
Jacob Støren 63177ef234 Ui Brushup of Well property panels 2013-10-17 13:38:52 +02:00
Jacob Støren 5e51ded9a9 Well Label Color: Added label color setting on Well Paths 2013-10-01 11:47:57 +02:00
Jacob Støren 2c546ea1e9 Linux/Win Line ending harmonization 2013-10-01 11:47:56 +02:00
Magne Sjaastad 517047c330 Added progress info when reading well path files 2013-09-26 14:49:28 +02:00
Magne Sjaastad 72d65976d7 Fixed Linux compiler issues
p4#: 22388
2013-09-12 08:29:37 +02:00
Magne Sjaastad 5580145bf9 Add keyword Name as identifier for a well in addition to well name given in quotes
p4#: 22184
2013-08-19 09:46:31 +02:00
Magne Sjaastad 390abe0f81 Use compare() because endsWith() does not work as expected on Windows
p4#: 22005
2013-06-26 12:01:53 +02:00
Jacob Støren 1ea5a49471 WellPaths: Added support for mulitple paths in one ascii file.
p4#: 21980
2013-06-24 22:04:52 +02:00
Jacob Støren 03ad142261 Removed debug output
p4#: 21887
2013-06-12 10:52:46 +02:00