Gaute Lindkvist
02b193af43
Remove wrong signal connection in Analysis Plot
2020-09-10 10:49:30 +02:00
Gaute Lindkvist
ef12893228
Fix missing labels in Analysis plot
2020-09-10 10:49:30 +02:00
Gaute Lindkvist
2c5d3f2e7a
#6433 Make sure we don't add redundant summary curves to plot editor
2020-09-09 20:13:02 +02:00
Gaute Lindkvist
2cee179e79
Make sure all parameters are added for Correlation plots
2020-09-09 20:13:02 +02:00
Gaute Lindkvist
3a25ef0ec5
#6440 Use field quantities as default for new correlation plots
2020-09-09 20:13:02 +02:00
jonjenssen
f206fa5ca8
Fix compilation error for missing QString
2020-09-09 15:09:42 +02:00
Magne Sjaastad
4586389a78
#6273 GeoMech : If running interactively, show error message in warning dialog box
2020-09-09 14:06:51 +02:00
Gaute Lindkvist
7afbae6597
#6460 Improve consistency of icons on high-DPI displays
2020-09-09 09:13:04 +02:00
github-actions[bot]
cd3e331e12
Fixes by clang-format
2020-09-09 08:48:24 +02:00
Kristian Bendiksen
839a049804
#6175 Fracture Model: Remove hard-coded reference to Norne.
2020-09-09 08:42:19 +02:00
jonjenssen
c0c9fcfe55
Drop inline
2020-09-08 16:58:47 +02:00
jonjenssen
44bfb79469
Refactor
2020-09-08 16:58:47 +02:00
Jon Jenssen
64e4ce3ab9
Only show histogram statistics in info overlay box if the histogram has valid data.
2020-09-08 16:58:47 +02:00
jonjenssen
49a1c94364
Remove
2020-09-08 15:30:21 +02:00
Jon Jenssen
5f10732d1e
Remove uncessary method call that causes crash during copy.
...
Add some more safeguards in code.
2020-09-08 15:30:21 +02:00
Magne Sjaastad
9ef37aca98
#5315 Category Cell Results: Rename to Exclusively Category Colors
2020-09-08 14:37:19 +02:00
Magne Sjaastad
07db5098dd
#5315 Category Cell Results: Add color legend edit button
2020-09-08 14:37:19 +02:00
Magne Sjaastad
22c098368d
#5315 Category Cell Results: Use color legend values
2020-09-08 14:37:19 +02:00
Gaute Lindkvist
b0ff04ea18
Make Commands-project repend on cafPdmScripting
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
63803eeebd
Make modeled well paths scriptable
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
2e1bf89bff
#6417 Fix update of cvf::Vec3d from Python
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
66c57cfae8
Add test_summary_cases.py to project tree
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
e83a122bfd
Fix build warnings in RiaInterpolationTools.cpp
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
e4677004af
Fix tests\test_summary_cases.py by making the paths absolute in RimcProject
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
a4cd754fd3
Revert "Make Vec3d fields non-scriptable to work around #6417."
...
This reverts commit 185bf31228
.
2020-09-08 13:44:55 +02:00
Gaute Lindkvist
74f9d4f038
Start using QElapsedTimer to avoid build warnings
2020-09-08 13:44:40 +02:00
Gaute Lindkvist
d3fc5e7942
Remove use of QStringList::toStdVector and fromStdVector
2020-09-08 13:44:40 +02:00
Gaute Lindkvist
755dc44d40
Replace QString::snprintf with QString::arg
2020-09-08 13:44:40 +02:00
Kristian Bendiksen
eb532f0872
#6425 Fracture Model: Export Asymmetric.frk file.
2020-09-08 13:09:19 +02:00
Magne Sjaastad
cbce19bb65
#6462 Add reordering to color legend items
2020-09-08 10:18:16 +02:00
Kristian Bendiksen
b0448043f3
Fix invalid MD interpolation for wells starting at zero depth.
...
The interpolation procedure adds a point at zero depth. If the well already
had a starting point there the interpolation would set all MD values to zero.
Fixed by adding the zero point only when necessary.
2020-09-08 07:27:21 +02:00
Kristian Bendiksen
85ba3a3bc9
#6424 Fracture Model: Export Perfs.frk file.
2020-09-08 07:27:21 +02:00
Magne Sjaastad
1b0a5d85f0
Add missing include
2020-09-07 18:46:34 +02:00
Gaute Lindkvist
f6613a072d
Changing Ensemble naming suggestion to be the iteration
2020-09-07 14:08:23 +02:00
Gaute Lindkvist
e6dcb8257d
Fix build errors due to C++14-features
2020-09-07 14:08:23 +02:00
Gaute Lindkvist
5f6dce5059
Analysis Plots: make it clearer what Summary Item is
2020-09-07 14:08:23 +02:00
Gaute Lindkvist
7cf24d02ff
#6367 Improve the way we automatically name ensembles and cases
2020-09-07 14:08:23 +02:00
jonjenssen
f38d119cc8
Add reordering to some more collections ( #6430 )
...
* Add reordering to some more collections
* Fix unused vars
2020-09-07 13:48:42 +02:00
Kristian Bendiksen
034b39568d
Replace last QFileDialog usage with RiuFileDialogTools.
2020-09-07 13:47:18 +02:00
Kristian Bendiksen
ccd99adb84
#6423 Fracture Model: Export "Deviation.frk" file.
2020-09-07 13:47:18 +02:00
Kristian Bendiksen
0c275a6d9c
Refactor well path geometry export to ".dev" file.
...
The code to generate the geometry data is extracted for easier reuse, and
differences between exporting visible and selected well paths removed.
2020-09-07 13:47:18 +02:00
Kristian Bendiksen
a2f6a28248
#6423 Use directory instead of file path for FRK export.
2020-09-07 13:47:18 +02:00
Gaute Lindkvist
df0a985e14
#6447 Reduce precision in the correlation list in right-click menu
2020-09-07 09:19:56 +02:00
Gaute Lindkvist
b64cad8bef
#6447 Reduce decimals for correlation sorted parameter list
2020-09-07 09:14:13 +02:00
Magne Sjaastad
792a007ccd
Fix missing include
2020-09-05 13:44:36 +02:00
Ruben Manuel Thoms
8290f3e293
Added function for importing surfaces from OpenWorks XYZ files.
...
Added helper function for fuzzy comparing vectors.
Adjusted (old) code to avoid warnings.
2020-09-05 13:24:57 +02:00
Magne Sjaastad
2b30ff3117
Fix for checked state
2020-09-05 13:20:17 +02:00
Magne Sjaastad
41b1e1408b
#6379 Dock Widgets : Hide curve selection by default to allow smaller widgets
2020-09-05 11:54:31 +02:00
Gaute Lindkvist
baaa18bdd5
Sort Ensemble curve filters by correlation
2020-09-04 08:31:50 +02:00
Gaute Lindkvist
d882911b25
Sort correlations by absolute value in Ensemble Parameters
2020-09-04 08:31:50 +02:00