Magne Sjaastad
aa11e3601b
#5020 Flow Diag : Avoid creating plots in constructor to make pytest work
2019-11-11 09:47:01 +01:00
Magne Sjaastad
cb89823474
#5020 Flow Diag : Improve default initialization of plots
2019-11-08 14:20:11 +01:00
Magne Sjaastad
a413f672ec
#5007 Janitor : Do not call virtual methods from destructors
2019-11-07 08:48:11 +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
Gaute Lindkvist
03ff43237d
Add a view id tag to project tree and tooltip
...
* Remove it from property editor
2019-11-05 11:09:18 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Magne Sjaastad
96a26662fc
Janitor : Apply clang-format fixes on codebase in ApplicationCode
2019-11-04 11:34:34 +01:00
Magne Sjaastad
67e7bb0cf3
Fixes detected by cppcheck ( #4974 )
...
* Janitor : Remove obsolete pointer to dialog
* Janitor : Remove unused functions
* Janitor : Remove unused functions
* Janitor : Add explicit to constructors
* Janitor : Remove unused variables
* Janitor : Remove unused functions related to summary plot templates
* clang-tidy : Use nullptr instead of 0
* clang-tidy : Fix usage of virtual and override
* Upped to version 2019.08.2-dev.05
* Janitor : Remove unused variables
* Janitor : Clean up several cppcheck issues
* Janitor : Add cppcheck config files
* Janitor : Use const when possible
2019-11-03 08:37:03 +01:00
Gaute Lindkvist
30db19a1d0
Create Grid plot collection and allow creation of new combination plots
2019-10-31 14:09:50 +01:00
Magne Sjaastad
f68eb93ac6
#4851 Ensemble RFT : Make sure colors are created correctly
...
Lindkvist: Fixed commit to work with new Grid Plot code
2019-10-24 14:59:16 +02:00
Magne Sjaastad
e2da391371
#4851 Ensemble RFT : Fix update of color of ensemble curves on project load
...
Lindkvist: updated to work with new Grid Plot code
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
a48f4903ea
Disable common data source in well allocation plots
...
(they have common data selection explicitly)
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
aef0e0a70f
More precise view id
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
c578a43b53
Introduce RimGridPlotWindow and RiuQwtPlotWidget
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
dfe9390c30
Revert " #4851 Ensemble RFT : Fix update of color of ensemble curves on project load "
...
This reverts commit 328cf44d94
.
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
771d12c563
Revert "clang-format fixes"
...
This reverts commit 86c75ca678
.
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
edc4486de7
Revert " #4851 Ensemble RFT : Make sure colors are created correctly"
...
This reverts commit cb5195bac2
.
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
3422f1b609
Fix view id in well allocation plots
2019-10-24 09:08:04 +02:00
Magne Sjaastad
cb5195bac2
#4851 Ensemble RFT : Make sure colors are created correctly
2019-10-23 09:16:54 +02:00
Magne Sjaastad
86c75ca678
clang-format fixes
2019-10-23 09:14:14 +02:00
Kristian Bendiksen
8f115a0b34
Avoid fallthrough in switch statement.
2019-10-22 08:43:07 +02:00
Kristian Bendiksen
3cbbf1fd6e
Merge pull request #4870 from OPM/system-refactor-EclipseDataTableFormatter-rename
...
Rename RifEclipseOutputDataTable* to RifTextDataTable*
2019-10-22 08:27:32 +02:00
Magne Sjaastad
328cf44d94
#4851 Ensemble RFT : Fix update of color of ensemble curves on project load
2019-10-20 10:46:05 +02:00
Gaute Lindkvist
d681b75d24
Rename RifEclipseOutputDataTable* to RifTextDataTable*
2019-10-15 17:05:46 +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
Gaute Lindkvist
f2eac1e2ec
#4792 Fix xValue range for Well Allocation Plots
2019-09-30 15:35:15 +02:00
Gaute Lindkvist
f3dfba7a81
Fixup after review
2019-09-27 11:02:03 +02:00
Gaute Lindkvist
f2be5c00fd
#4783 Ensemble RFT: make sure we get some default data sources.
2019-09-27 10:06:36 +02:00
Gaute Lindkvist
e242304b4d
#4729 Ensemble RFT: Keep matching sources when switching well
2019-09-26 10:02:29 +02:00
Gaute Lindkvist
d7197b7a88
Fix crashes in well log plots
2019-09-26 08:45:04 +02:00
Gaute Lindkvist
2a20f84f1f
#4732 Support error bars for observed RFT data ( #4760 )
...
* #4732 Fix missing refresh for ensemble RFT
* WIP
* #4732 Fix missing refresh for ensemble RFT
* WIP
* Make sure Observed RFT data is loaded on startup
* Make error bars work for RFT plots
* #4761 Add labels with formation and value/error to observed data points
* Changes after review
2019-09-25 17:48:19 +02:00
Gaute Lindkvist
3f7fde5227
#4695 Add color shading annotation for WBS parameters, similarly to formations ( #4757 )
...
* First wbs parameter shading
* Fix wrong Grid->grid rename in GRPC CMakeLists.cmake
* Support color shading of Well Log Tracks based on WBS parameters
* Further improvements to shading for WBS
* #4696 Set RIG_NODEL Por-Bar as default Well log extraction curve parameter for GeoMech
* Fix canvas alignment issue for new WBS plots
2019-09-25 11:59:31 +02:00
Gaute Lindkvist
cdfaedf834
Merge pull request #4730 from OPM/feature-plot-color-fill
...
Feature plot color fill
2019-09-18 15:43:14 +02:00
Gaute Lindkvist
de4a032fe2
Merge pull request #4728 from OPM/feature-ensemble-rft-md-labels
...
Feature ensemble rft md labels
2019-09-18 15:43:04 +02:00
Gaute Lindkvist
a35533f4fc
#4732 Switch P10/P90 for Ensemble RFT
2019-09-18 10:21:57 +02:00
Gaute Lindkvist
63eac19c07
#4727 Apply initial default well path for new RFT Plots
2019-09-17 19:07:55 +02:00
Magne Sjaastad
29cb7cd8dc
#4718 Qt5 : Use grab() instead of grabWidget()
2019-09-13 15:13:49 +02:00
Gaute Lindkvist
fb12ad7db0
#4696 Sensible defaults for well log plot and improve reliability of common date source
2019-09-11 12:51:25 +02:00
Gaute Lindkvist
81cb97ead7
Fix memory leak
2019-09-09 13:14:20 +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
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
Gaute Lindkvist
565e5b0418
RFT/PLT/WAP: Calculate value options for fields inherited from WellLogPlot
2019-09-06 12:53:52 +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
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
Gaute Lindkvist
c0f7f4e056
Make plot titles work well in RFT/PLT again
2019-09-05 08:21:31 +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