Commit Graph

13030 Commits

Author SHA1 Message Date
Kristian Bendiksen
e66f937c29 Fix assignment instead of comparison bug in RimPlotDataFilterItem::fieldChangedByUi 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
4dfa975836 Fix warnings about "statement without effect" on gcc 7 on linux. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
92f4e6278c Fix signed/unsigned comparison. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
b93b92cae2 Add parentheses in unclear expressions when suggested by gcc 7.3.1 on linux 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
656010ffb9 Fix incorrect comparison for majorTickMarkCount in RimMultiPlot::fieldChangedByUi. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
b5fe00ec09 Move variable to silence warnings on linux in release mode 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
2791e4954e Move variable to silence warnings on linux in release mode. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
773ec05f7d Remove unused variable. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
ad0c02a538 Remove disabling of warning 4503 on msvc.
The warning is no longer issued in msvc 2017.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
874cdb15c4 Fix search in RiaFontCache::fontSizeEnumFromPointSize. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
f735d19c2c Remove incorrect null pointer check in Object::release.
"this" should never be null here, and warns about it.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
d1da920394 Avoid slashes in comments to not trigger multi-line comment warnings on linux. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
6de9288597 Silence warnings about unused "type" variable in cafPdm*. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
3f4778509d #5829 Add reader for ROFF files to extract category names and values from file 2020-04-30 12:41:21 +02:00
Magne Sjaastad
423b6c2887 System : Disable appveyor and travis build configurations 2020-04-30 12:33:27 +02:00
Magne Sjaastad
58d8b0b753 #5852 3D view: Avoid more work than required 2020-04-30 12:29:58 +02:00
Magne Sjaastad
1630c5651e #5852 3D view: Avoid creation of viz objects in clearGeometryCache
m_geometries[geomType].clearAndSetReservoir( geomType, rimEclipseCase, m_reservoirView ) was causing relative heavy performance issues. This is related to several structures being allocated and initialized in constructor in some visusualization object. Preferred workflow: Mark the geometry for recreation using the flag, and do the actual work when visualization is to be created.
2020-04-30 12:29:58 +02:00
Magne Sjaastad
fbd8fffcca #5856 Well Disks: Convert to time_t once instead of N times 2020-04-30 12:29:58 +02:00
Magne Sjaastad
accfa47539 #5856 Well Disks : Guard recompute and limit evaluation to visible wells 2020-04-30 12:29:58 +02:00
Magne Sjaastad
bc400af345 #5837 Well Log Curves : Show icons in tree view 2020-04-28 07:31:00 +02:00
Magne Sjaastad
8c64dbeae9 #5837 Well Measurements : Allow paste of curves 2020-04-28 07:31:00 +02:00
Magne Sjaastad
eb46552e60 #5837 Well Measurements : Create new well measurement curves 2020-04-28 07:31:00 +02:00
Magne Sjaastad
34803b76be #5837 Well Measurements : Allow modification of kind 2020-04-28 07:31:00 +02:00
Magne Sjaastad
25ba7c380c CMake : Move all Gsl projects into solution folder Thirdparty/GSL 2020-04-27 11:10:39 +02:00
Magne Sjaastad
264f77f9c9 #5847 Eclipse Ascii Case: Import of properties with comment in header fails 2020-04-27 09:42:15 +02:00
Magne Sjaastad
ff1ecdf38e AppFwk Test : Add prototype code for color category triplets 2020-04-27 07:24:31 +02:00
Magne Sjaastad
ba65ba08c6 Update qwt submodule 2020-04-24 17:01:55 +02:00
Gaute Lindkvist
2847c46d64 Fix regression crash due to legend issue 2020-04-24 15:12:43 +02:00
Gaute Lindkvist
87cea76004 Remove superfluous qwt submodule in the root 2020-04-24 15:12:43 +02:00
Gaute Lindkvist
c801d768d3 Removed qwt from source code tree and added submodule 2020-04-24 15:12:43 +02:00
Magne Sjaastad
42964c0da4 Add static access function for RiaPreferences 2020-04-24 12:25:15 +02:00
Magne Sjaastad
616af75df3 #4035 System : Remove term souring from cmake and UI
Use general term HDF5 when required
2020-04-24 11:40:22 +02:00
Magne Sjaastad
72fefb4db5 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
95fc63fe7c Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
e85c36b4a4 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
f89dcf4e52 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
83914006fd Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
3f88fe197a Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
8aa36ee31e Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
4b372b438e System : Remove support for Qt4 2020-04-24 11:40:22 +02:00
Magne Sjaastad
e4547b8e0d Set GSL to OFF by default
Build server in Equinor is not updated with required minimum version for CMake, set GSL off by default
2020-04-23 14:48:20 +02:00
Magne Sjaastad
21361b7bc6 Revert back to required CMake 2.8.12 2020-04-23 13:32:16 +02:00
Gaute Lindkvist
0bd477485a Merge branch 'dev' into feature-analysis-plots-initial 2020-04-23 08:39:27 +02:00
Magne Sjaastad
e8068d7b60
Merge pull request #5822 from OPM/tensor-plot-for-fluxes-5583
Tensor plot for fluxes 5583
2020-04-22 22:10:27 +02:00
Magne Sjaastad
12a4419a38 System : Update to match newer RHEL and CentOS versions 2020-04-22 20:19:03 +02:00
Gaute Lindkvist
5d469e6bef Change to use ampl/gsl rather than lindkvis/gsl 2020-04-22 17:07:56 +02:00
Gaute Lindkvist
9fcfe4fa84 Merge branch 'dev' into feature-analysis-plots-initial 2020-04-22 16:17:09 +02:00
Gaute Lindkvist
a85367512a Remove superfluous line 2020-04-22 16:09:46 +02:00
Gaute Lindkvist
1b2c2b9499 Fix Linux build issue with lambdas 2020-04-22 16:02:41 +02:00
Gaute Lindkvist
f0ecf57a2b Make decent defaults for correlation plots 2020-04-22 14:36:27 +02:00