Gaute Lindkvist
baa266f0f9
Improve lines and shading
2019-09-10 16:52:32 +02:00
Gaute Lindkvist
0305399c26
Shift Well Log tracks when deleting a track
2019-09-10 15:21:43 +02:00
Gaute Lindkvist
06cea12447
#4666 Support color fill for formations in Well Log Tracks
2019-09-10 13:23:29 +02:00
Gaute Lindkvist
651971b835
Merge branch 'dev' into feature-WBS-class
2019-09-10 08:47:56 +02:00
Gaute Lindkvist
5c9622dca0
clang-format WBS classes
2019-09-10 08:32:42 +02:00
Magne Sjaastad
8fdb43fe26
#4683 Adjust clang-format
2019-09-10 08:30:56 +02:00
Gaute Lindkvist
a96d959d16
Merge pull request #4686 from OPM/system-refactor-welllogplot
...
#4665 System refactor welllogplot
2019-09-10 08:26:32 +02:00
Gaute Lindkvist
edbe4f5a35
Align scrollbar with tracks
2019-09-09 16:00:52 +02:00
Gaute Lindkvist
5cfd840025
Fix track widths and canvas top alignment
2019-09-09 14:38:36 +02:00
Gaute Lindkvist
81cb97ead7
Fix memory leak
2019-09-09 13:14:20 +02:00
Gaute Lindkvist
129df990ae
#4665 Implement a Well Bore Stability Plot class
...
* Trigger updates when Ui fields are changed
* Show only WBS parameter options that have available data
* Clang-format WBS stuff
2019-09-09 13:12:02 +02:00
Gaute Lindkvist
71c4642f13
Make Well Allocation Plots work well again
2019-09-09 11:00:11 +02:00
Gaute Lindkvist
9fe021c6ca
Use layouts for tracks in Well Log Plot
2019-09-06 15:52:45 +02:00
Magne Sjaastad
98e6ff189b
System : Avoid extremely large construction statement
...
Roll out initialization to multiple insert() instead of one large initialization statement. The previous solution causes trouble/warnings on some compilers.
2019-09-06 14:11:22 +02:00
Gaute Lindkvist
ff42e8b1be
Merge branch 'dev' into system-refactor-welllogplot
2019-09-06 13:44:20 +02:00
Gaute Lindkvist
de8a5a59f3
Clang-format changed files
2019-09-06 13:17:36 +02:00
Magne Sjaastad
bf9f43c3b4
#4683 Adjust clang-format
2019-09-06 12:58:31 +02:00
Gaute Lindkvist
acc9fe316e
Reduce spacing around Well Log Plot Title
2019-09-06 12:54:03 +02:00
Gaute Lindkvist
565e5b0418
RFT/PLT/WAP: Calculate value options for fields inherited from WellLogPlot
2019-09-06 12:53:52 +02:00
Magne Sjaastad
deb73df726
clang-format : Apply clang-format on files coming from feature branch
2019-09-06 12:53:32 +02:00
Magne Sjaastad
d44598c070
#4657 Remove unused parameter
2019-09-06 12:44:41 +02:00
Magne Sjaastad
eb4f44d4d2
#4657 Remove unused functions
2019-09-06 12:43:21 +02:00
Magne Sjaastad
ee11932546
cppcheck : Avoid mix of signed/unsigned and remove unused code
2019-09-06 12:42:19 +02:00
Gaute Lindkvist
45103da354
Fix crashes related to name config and make name correct for old plots when loading
2019-09-06 10:59:47 +02:00
Magne Sjaastad
c2b4e6b6ca
clang-format on all files in ApplicationCode, run two
2019-09-06 10:57:31 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Magne Sjaastad
3a317504bb
#4683 Fix line endings and execute clang-format
2019-09-06 10:56:43 +02:00
Magne Sjaastad
e99b008884
#4683 Adjust clang-format
2019-09-06 10:55:15 +02:00
Magne Sjaastad
ef80f5b629
#4683 System : Remove obsolete include of cvfBase.h
2019-09-06 10:52:54 +02:00
Gaute Lindkvist
c0f7f4e056
Make plot titles work well in RFT/PLT again
2019-09-05 08:21:31 +02:00
Gaute Lindkvist
e6a92cc3be
Fix crash in plot picker
2019-09-04 20:25:41 +02:00
Gaute Lindkvist
42f494be5f
Make the refactored RFT and PLT plots work
2019-09-04 20:19:15 +02:00
Gaute Lindkvist
b9d78152e1
Fix crashes
2019-09-04 20:19:06 +02:00
Gaute Lindkvist
a03435b2fe
Refactor WellLogPlot, RftPlot, PlotPlot and WellAllocationPlot
2019-09-04 20:18:59 +02:00
Magne Sjaastad
2795855621
Merge pull request #4674 from OPM/feature-ensemble-rft
...
#4634 and #4635 : Merge feature-ensemble-rft branch
2019-09-04 11:39:46 +02:00
Gaute Lindkvist
eacd457483
Update WellPathGeometryTools after review
2019-09-04 10:54:41 +02:00
Gaute Lindkvist
686d3f0189
Remove debug messages from RimWellLogRftCurve
2019-09-04 08:13:37 +02:00
Gaute Lindkvist
3244e868e7
#4672 Bundle missing Qt5 libs
2019-09-03 19:09:31 +02:00
Gaute Lindkvist
ea8a43a724
Add support for estimating md from well path as well
2019-09-03 16:01:55 +02:00
Gaute Lindkvist
6c7325b575
#4663 Fix loading of PLT plots with observed data
2019-09-03 15:25:22 +02:00
Gaute Lindkvist
8c4bb0e163
#4663 Fix loading of PLT plots with observed data
2019-09-03 14:42:01 +02:00
Gaute Lindkvist
b93f4fac0f
#4661 Python: Fix pip-package generation and add instructions
2019-09-03 12:25:02 +02:00
Magne Sjaastad
0237e885ad
Python Doc : Add Python logo
2019-09-03 11:10:59 +02:00
Magne Sjaastad
b287e2e128
Python doc : Split into three python documents
2019-09-03 10:59:00 +02:00
Magne Sjaastad
70394f95e5
Python doc : Add more tables
2019-09-03 10:55:26 +02:00
Gaute Lindkvist
b5964063a3
Better spline handling
2019-09-03 09:58:44 +02:00
Magne Sjaastad
f77882058b
Python Doc : Add examples
2019-09-03 07:25:51 +02:00
Magne Sjaastad
2e6d86d213
Python doc : Added examples page
2019-09-02 21:17:21 +02:00
Gaute Lindkvist
551e459942
#4655 Python Fix crash when streaming properties to ResInsight
2019-09-02 15:12:22 +02:00
Magne Sjaastad
97f18962de
Python doc : Add doc directly in client code for export flow characteristics
2019-09-02 15:11:34 +02:00