Commit Graph

13038 Commits

Author SHA1 Message Date
Gaute Lindkvist
2237be3898 Fix font size for summary plot axes 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
98124a177e Change header in Correlation Report Plot settings group 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
2c1ee33d54 Enable setting preferred size in caf::IconProvider 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
9130030d7b #5882 Add color gradient as icon for legend palettes. 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
90596be3ee Improve legend for Correlation Plots 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
84177d3a00 Add legend support to Report Plot 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
56addaf55d Support hiding rows and columns with no correlations 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
e6c2b693ef Improvements to Correlation plots 2020-06-03 14:00:04 +02:00
Gaute Lindkvist
2fe4372dc2 First round of caf::FontTools 2020-06-03 14:00:04 +02:00
Magne Sjaastad
0e70cf809c Fix typo 2020-06-03 12:28:44 +02:00
Kristian Bendiksen
d443f97a1a #5989 Add parser for facies properties csv file 2020-06-02 15:26:37 +02:00
Kristian Bendiksen
ee20ec4107 #6004 Pore Compressibility: incorrect sign first term in computation. 2020-06-02 15:19:37 +02:00
Magne Sjaastad
73b02d59e6 Github Actions : Enable build of GSL 2020-05-29 09:28:42 +02:00
Magne Sjaastad
9158f65ed2 Bundling of HDF5 : Include symlinks in addition to binary file 2020-05-28 14:27:56 +02:00
Magne Sjaastad
85def545f2 GitHub Action : Install hdf5-dev package 2020-05-28 14:27:56 +02:00
Magne Sjaastad
9a0c2304a6
Merge pull request #5998 from OPM/updates-after-patch
Updates after patch
2020-05-28 09:45:52 +02:00
Magne Sjaastad
3c055a2b89 Merge remote-tracking branch 'origin/master' into dev 2020-05-27 15:32:36 +02:00
Magne Sjaastad
dc188dc73e Merge branch '2020.04-patch-01' 2020-05-27 12:54:47 +02:00
Magne Sjaastad
3613e7f025 Update to release 2020.04.1 2020-05-27 12:53:12 +02:00
Magne Sjaastad
bb4bdc048d Make sure relevant changes in patch branch are merged to dev 2020-05-27 09:12:47 +02:00
Magne Sjaastad
77c0f46c1c Prepare version number for patch release 2020-05-27 08:57:55 +02:00
Magne Sjaastad
b8d9dedad2 Reintroduce deleted line
An earlier commit removed this line
2020-05-26 14:38:52 +02:00
Gaute Lindkvist
5ed010f322 Wbs: Make sure last LAS-value is used if within a threshold 2020-05-26 13:18:58 +02:00
Gaute Lindkvist
920ebd081d Wbs: Make sure last LAS-value is used if within a threshold 2020-05-26 13:18:46 +02:00
Magne Sjaastad
08f3789c01 #5899 Fracture: Make sure the angle is in 0..90 interval 2020-05-26 07:45:23 +02:00
Magne Sjaastad
c548c4a12b #5899 Fracture: Use robust way to find diff between two angles 2020-05-26 07:45:23 +02:00
Magne Sjaastad
b86acaeca4 #5980 Grid Group Statistics : Swap names for P10 and P90 and skip underscore 2020-05-26 07:45:23 +02:00
Kristian Bendiksen
3e882a65df #5979 Fix color legend crash when opening regression test project
Projects containing Rim2dIntersectionViews copy legend config from the view using
PdmXmlObjectHandle::writeObjectToXmlString/readObjectFromXmlString. The
resulting xml contains references to RimColorLegendCollection which are unresolved,
and this would lead to a crash (m_colorLegend == nullptr). Fixed by resolving
the references explicitly after copy the config.
2020-05-26 07:44:57 +02:00
Magne Sjaastad
1aea1adf34 #5899 Fracture: Make sure the angle is in 0..90 interval 2020-05-25 21:03:04 +02:00
Magne Sjaastad
6bef85ba4c #5899 Fracture: Use robust way to find diff between two angles 2020-05-25 20:50:00 +02:00
Magne Sjaastad
f11d7d3832 #5980 Grid Group Statistics : Swap names for P10 and P90 and skip underscore 2020-05-25 20:49:51 +02:00
Gaute Lindkvist
3f889afd4a Remove WBS parameter track color coding 2020-05-25 19:08:52 +02:00
Gaute Lindkvist
d6be12bf02 Improved Bounding Box tree for ill-formed grids 2020-05-25 15:30:45 +02:00
Gaute Lindkvist
0b453b9d15 Remove WBS parameter track color coding 2020-05-25 15:06:54 +02:00
Magne Sjaastad
9b6b446974 Revert previous commit 2020-05-24 18:42:59 +02:00
Magne Sjaastad
e0cbfb0d29 Avoid conversion to int 2020-05-24 18:37:24 +02:00
Kristian Bendiksen
f9598cfe7c #5960 Roff import: pick colors from best matching items in Rock Type color legend. 2020-05-24 18:31:07 +02:00
Kristian Bendiksen
8a0f911856 #5960 Add utility for computing "edit distance" between two strings. 2020-05-24 18:31:00 +02:00
Kristian Bendiksen
30ee125749 Improve method name to reflect implementation.
RimColorLegendCollection::allColorLegeds is better than
RimColorLegendCollection::customColorLegends since method returns both kinds
of color legends.
2020-05-24 17:26:51 +02:00
Kristian Bendiksen
0b9577df71 #5874 Remove direct accessor to obsoleted RimRegularLegendConfig::colorRange field. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen
f578f1f954 #5959 Add rock type color legend with colors from Equinor GeoStandard.
Colors extracted from "Equinor GeoStandard - May 2020" document.
2020-05-24 17:26:51 +02:00
Kristian Bendiksen
0ed99c09fa Avoid saving standard color legends. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen
d768ec88a9 #5874 Fix order of colors in legend. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen
044ab55eea #5874 Use color legend in WellLogTrack result coloring. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen
5295dbe299 #5874 Allow user defined color legends in result objects. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen
8da32eddc1 Remove unused RiaColorTables includes. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen
96f9a8813f Remove unused file. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen
403a5502da Remove unused RimScaleLegendConfig. 2020-05-24 17:26:51 +02:00
Magne Sjaastad
d2a10afa02
Delete of artifacts (#5974) 2020-05-23 09:06:04 +02:00
Magne Sjaastad
4c721c1b20 #5885 3D viewer: Clear grid cell selection when clicking outside visual objects 2020-05-22 15:01:56 +02:00