Gaute Lindkvist
b7ac99e53b
Many new icons and minor CSS changes
2020-10-05 02:48:14 -04:00
Magne Sjaastad
77ef87fb3a
System : Move all command features into separate library
...
When compiling the complete application, the large number of files causes the input file for a Ninja build (text response file) to become too large on some configurations. Move command features into a separate library to reduce the total file count per project/library.
2020-08-31 08:23:14 +02:00
Kristian Bendiksen
2f2fb145ac
#6296 Fix empty or duplicated fracture model menu items.
2020-08-27 09:06:16 +02:00
Gaute Lindkvist
f82b2f73ec
#6320 Refactor of PdmScripting
...
* Make base class abstract
* Implement support for IOHandling for PdmChild and PdmChildArray fields
2020-08-25 08:33:47 +02:00
Magne Sjaastad
afa8804e5b
#6345 Use wrapper class instead of QFileDialog
2020-08-24 08:26:39 +02:00
Kristian Bendiksen
c016c02e40
Replace RiaApplication::instance()->project() with RimProject::current().
...
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Magne Sjaastad
95fc63fe7c
Convert to enum class
2020-04-24 11:40:22 +02:00
Gaute Lindkvist
067fe7f263
#5780 #5795 Improve handling of air gap in modelled well paths + fix result instability.
...
* Stop using the auto generated target at sea level to generate the well path
* This is because the well path is used to generate the target at sea level.
* The alternative would be to iterate until the target and well path is stable, assuming it converges.
2020-04-17 13:54:18 +02:00
Magne Sjaastad
8cdaf098c5
#5777 Well Measurements : Add icons
2020-04-17 13:54:16 +02:00
Magne Sjaastad
5a561054bf
Guard null pointer access
2020-04-17 13:54:15 +02:00
Magne Sjaastad
1ee2cafdd7
#5758 Create Well Path: Default well name "Well-1"
2020-04-17 13:54:05 +02:00
Gaute Lindkvist
c51aa91c42
#5632 Python method commands ( #5649 )
...
* General PdmObjectMethods for scripting.
2020-03-10 14:11:22 +01:00
Gaute Lindkvist
76b108d068
Fix import of well paths and well log files from Python when the folder is not provided
2020-02-25 13:57:51 +01:00
Magne Sjaastad
c82df63e10
#5101 clang-format: Adjusted penalties
...
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad
10f0abc9b5
#5101 clang-format: Allow short functions on a single line
...
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Gaute Lindkvist
33a319d504
#5458 New well path targets copy air gap from existing well path when picking
...
* If we're picking a point on an existing well path, copy the air gap.
2020-02-07 08:36:37 +01:00
Kristian Bendiksen
fc43c42f10
#5111 Add command to reload well measurements from file
2020-01-20 10:45:59 +01:00
Magne Sjaastad
276114f668
#5327 Well Measurements : Improve context menus
2020-01-11 08:23:45 +01:00
Kristian Bendiksen
49dd2ad307
#5116 Well Measurement: select RimWellMeasurementInView when picking in 3d view.
2020-01-10 12:03:50 +01:00
Kristian Bendiksen
22aece407e
#5116 Implement delete of an imported file for well measurements.
2020-01-10 10:32:31 +01:00
Kristian Bendiksen
3583e2ee10
#5125 Update RimWellMeasurementInViewCollection when measurements are imported.
2019-12-03 21:19:02 +01:00
Kristian Bendiksen
66ac8fee1d
#5125 Use category legend for well measurements without values.
2019-12-03 21:19:02 +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
Kristian Bendiksen
e380168f13
#5001 Show result info when picking RimWellMeasurement in 3d view.
2019-11-27 12:05:51 +01:00
Kristian Bendiksen
d266e44f1f
#5001 Add RicImportWellMeasurementsFeature.
2019-11-27 12:05:51 +01:00
Jacob Støren
191419b6b4
clang-format after intersection rename
2019-11-26 13:56:02 +01:00
Jacob Støren
0617b56850
Rename RivIntersectionGeometryGenerator to RivExtrudedCurveIntersectionGeometryGenerator
...
and RivIntersectionPartMgr to RivExtrudedCurveIntersectionPartMgr
2019-11-26 11:51:54 +01:00
Jacob Støren
152d2bde17
Rename RimIntersection to RimExtrudedCurveIntersection
2019-11-26 11:35:21 +01:00
Magne Sjaastad
651c28dc49
clang-format : Added extension .inl
...
Applied clang-format on all files in ApplicationCode including new extension .inl. Also includes some missing clang-format on other files.
2019-11-19 11:09:52 +01:00
Jacob Støren
9f6d6f693e
#5050 Improve Insert Well Target command
2019-11-18 09:51:51 +01:00
Jacob Støren
fe88fb9ccb
#5037 Fixed crash in well path target points geometry generation
2019-11-14 13:48:54 +01:00
Jacob Støren
38e8f04990
Use cvfMath for PI and sin/cos in PointTangentManipulator
...
To avoid errors from pedantic compilers
2019-11-07 08:58:49 +01:00
Magne Sjaastad
0caaaf7159
clang-format : Fixes related to bug in clang-format plugin
...
The LLVM/clang plugin to visual studio has a bug related to single space formatting changes. This commit fixes invalid formatting related to these issues.
2019-11-07 07:37:50 +01:00
Jacob Støren
7d2f1ec9c1
Fix M_PI related errors
2019-11-06 18:59:40 +01:00
Jacob Støren
e78ae37cb7
#5005 Improved welltarget 3d dragger geometry
2019-11-06 18:01:55 +01:00
Jacob Støren
277f8c8b7a
#4969 Fix Well path and annotation draggers not visible and does not work in comparison view
2019-11-06 14:13:01 +01:00
Jacob Støren
6850a37c11
#4999 Fixed well target manipulators not sensitive sometimes
2019-11-06 14:13:01 +01:00
Jacob Støren
25b97c9cca
#4999 Refactoring point target manipulator part manager preparing for fix
2019-11-06 14:13:01 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Jacob Støren
dbd09e97e3
#4857 Fix intersection polyline picking in comparison view
2019-11-01 15:57:03 +01:00
Magne Sjaastad
18c52b0e18
Janitor : Avoid using .. when referencing include files
2019-10-30 09:12:13 +01:00
Gaute Lindkvist
d3140b6aac
System command command file merger ( #4845 )
...
* Move Import WellPaths command-file functionality into RicImportWellPaths
* Add new RICF_init macros for command file objects
* Make project save commands available in Python
* Fix RiaLogging build errors
* Move RiaLogging include from RiaGrpcServer.h to cpp file
2019-10-15 15:46:19 +02:00
Gaute Lindkvist
708d4b6197
Fix compile issue after RicImportWellPath rename
2019-10-09 11:00:11 +02:00
Gaute Lindkvist
32817d2cc6
Renamed RicWellPathsImportFileFeature to RicImportWellPaths
2019-10-09 09:27:26 +02: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
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Magne Sjaastad
ef80f5b629
#4683 System : Remove obsolete include of cvfBase.h
2019-09-06 10:52:54 +02:00
Magne Sjaastad
03c1311d58
#692 SSIhub: add Sub Items On/Off/Toggle to well list
2019-06-17 09:11:38 +02:00
Magne Sjaastad
6701e13664
Whitespace
2019-06-14 10:45:47 +02:00