Commit Graph

13093 Commits

Author SHA1 Message Date
Magne Sjaastad
c1ca5054e8 Qt : Add Qt5XcbQpa required by xcb platform plugin 2020-06-08 17:20:20 +02:00
Magne Sjaastad
5d1ffec73d Revert "Add xcbqpa"
This reverts commit 744371f186.
2020-06-08 16:23:18 +02:00
Magne Sjaastad
062bbf4d9b Revert "glob for all Qt so files"
This reverts commit 2ed6c5b167.
2020-06-08 16:23:11 +02:00
Magne Sjaastad
2ed6c5b167 glob for all Qt so files 2020-06-08 16:22:38 +02:00
Magne Sjaastad
744371f186 Add xcbqpa 2020-06-08 16:15:11 +02:00
Gaute Lindkvist
d53280a311 Support showing only top N correlation rows/columns 2020-06-08 12:32:52 +02:00
Gaute Lindkvist
46194f90a7 Fix update of plot titles 2020-06-08 12:32:52 +02:00
Gaute Lindkvist
b28d35db14 Add icons for correlation plots 2020-06-08 12:32:52 +02:00
Gaute Lindkvist
0f60bed64a Add 6 point font and enable it. 2020-06-08 12:32:52 +02:00
Gaute Lindkvist
f6e3dfffbd Use the name Correlation Tornado Plot 2020-06-08 12:32:52 +02:00
Gaute Lindkvist
664dc03c5b Set a lower limit to available font size 2020-06-08 12:32:52 +02:00
Gaute Lindkvist
0709056d30 Fix selection highlight in Report plot and make correlation plots deletable 2020-06-08 12:32:52 +02:00
Magne Sjaastad
60c13d6736
Update clang-format.yml
Avoid running on pull_request
2020-06-08 11:58:52 +02:00
github-actions[bot]
6b5f4dddc9 Fixes by clang-format 2020-06-08 11:09:51 +02:00
Magne Sjaastad
64a719b1f4
gha: Check formatting using clang-format on push 2020-06-08 11:08:22 +02:00
Magne Sjaastad
03ac01d049 gha : Build cache each night to have a warm cache each morning 2020-06-08 08:20:45 +02:00
Kristian Bendiksen
ef579d7933
Merge pull request #6041 from OPM/fix-incorrect-line-endings-5891
#5891 Fix incorrect line endings (CRLF -> LF)
2020-06-05 17:13:15 +02:00
Kristian Bendiksen
eb3243f679 #5891 Fix incorrect line endings (CRLF -> LF) 2020-06-05 16:04:23 +02:00
Kristian Bendiksen
28708f13fd
Merge pull request #6037 from OPM/improve-fem-parts-names-6032
Improve fem parts names 6032
2020-06-05 13:01:03 +02:00
Kristian Bendiksen
5ddfd4f9da #6007 Rename Facies Properties to Elastic Properties. 2020-06-05 12:36:30 +02:00
Kristian Bendiksen
466827e7d0 #6007 Reload facies properties when project is reopened. 2020-06-05 12:36:30 +02:00
Kristian Bendiksen
38ec6e5069 #6007 Minor ui tweaks. 2020-06-05 12:36:30 +02:00
Kristian Bendiksen
c349047a91 #6007 Add plot track and interpolation for facies properties. 2020-06-05 12:36:30 +02:00
Kristian Bendiksen
2ef822e491 #6007 Add utility for linear interpolation. 2020-06-05 12:36:30 +02:00
Kristian Bendiksen
79af3d7379 #6007 Add user interface for facies properties. 2020-06-05 12:36:30 +02:00
Kristian Bendiksen
46059e7a40 #6032 Merge SE.SEM and ST.STM calculation and rename to S*.SM 2020-06-05 11:09:56 +02:00
Kristian Bendiksen
8ddec683b0 #6032 Rename stress anisotropy results.
STA12/STA13/STA23 -> SA12/SA13/SA23
SEA12/STA13/STA23 -> SA12/SA13/SA23
2020-06-05 10:31:29 +02:00
Kristian Bendiksen
0b908370f3 #6032 Rename PORE-COMPRESSIBILITY to COMPRESSIBILITY 2020-06-05 10:25:59 +02:00
Kristian Bendiksen
e9e32bfc3a
Merge pull request #6023 from OPM/error-as-warnings-flag-6018
Error as warnings flag 6018
2020-06-04 13:40:52 +02:00
Magne Sjaastad
ed86954a1a Remove file global defines 2020-06-04 11:33:09 +02:00
Magne Sjaastad
b7fb6c4e5a Recreate object when reading file 2020-06-04 11:33:09 +02:00
Stein Inge Dale
10e4c60073 Code review, brush-up, and extended surface unit tests 2020-06-04 11:33:09 +02:00
Stein Inge Dale
e5f3a3b67d Surface Import : import of properties from TS files #5995 2020-06-04 11:33:09 +02:00
Gaute Lindkvist
66037da9d5 Fix build errors without GSL enabled 2020-06-04 10:45:28 +02:00
github-actions[bot]
674b764cb6 Fixes by misspell-fixer 2020-06-04 08:24:58 +02:00
Magne Sjaastad
490dc1aa05
Create spell-check.yml (#6026) 2020-06-03 22:31:09 +02:00
Kristian Bendiksen
cfb54a428c #6018 Fix std::string/QByteArray ambiguous overload for assignment operator.
Broke build on Ubuntu 20.04, gcc 9.3.
2020-06-03 22:20:38 +02:00
Kristian Bendiksen
23202c9f15 #6018 Remove unnecessary caf::FilePath assignement operator
In C++11 implicit generation of the copy constructor is deprecated if the
class has a user-declared copy assignment operator or a user-declared destructor.
2020-06-03 22:06:30 +02:00
Kristian Bendiksen
8f5edbf5b0 #6029 Fix unsigned/signed comparison in Fwk tests. 2020-06-03 22:06:30 +02:00
Kristian Bendiksen
16c3ce1ca2 #6029 Update test helper to new gtest version. 2020-06-03 22:06:30 +02:00
Kristian Bendiksen
2eb18d8151 #6029 Upgrade gtest to v1.10 for Fwk/. 2020-06-03 22:06:30 +02:00
Kristian Bendiksen
817ae0290c #6029 Upgrade gtest to v1.10 for ApplicationCode/. 2020-06-03 22:06:29 +02:00
Kristian Bendiksen
7fdb920b3b #6018 Fix "catch polymorphic type by value" error on Ubuntu 20.04. 2020-06-03 22:06:29 +02:00
Magne Sjaastad
f03e1b5f6b gha : Add build on Ubuntu 20.04 2020-06-03 22:06:29 +02:00
Kristian Bendiksen
1e920863d9 #6018 Enable RESINSIGHT_TREAT_WARNINGS_AS_ERRORS in github actions. 2020-06-03 22:06:29 +02:00
Kristian Bendiksen
988dea1629 #6018 Add RESINSIGHT_TREAT_WARNINGS_AS_ERRORS build flag.
The flag controls "-Werror" on linux. Default is off.
2020-06-03 22:06:28 +02:00
Gaute Lindkvist
5f12555bbd Unit tests for correlation calculation 2020-06-03 20:37:14 +02:00
Gaute Lindkvist
111b758494 Unit tests for correlation calculation 2020-06-03 20:37:14 +02:00
Magne Sjaastad
88ddeddca6
Add support for two Stimplan file formats (#6015)
#5990 XML import : Support two Stimplan file formats
2020-06-03 18:46:25 +02:00
Gaute Lindkvist
77090bce6a Update only Third Party git submodules that are used 2020-06-03 15:41:17 +02:00