Commit Graph
11758 Commits
Author SHA1 Message Date
Magne Sjaastad f0b3ab27be Janitor : Move defines into separate file 2021-01-05 15:41:30 +01:00
Magne Sjaastadandmagnesj 5b9371c5f3 Fix ensemble rft crash (#7160)
* #7138 Ensemble RFT Plot : Guard access to viewer when MDI window is closed

* #7138 Ensemble RFT Plot : Never insert empty vectors

* #7138 Ensemble RFT Plot : Remove cvf legend drawer

* #7138 Ensemble RFT Plot : Improve visibility of statistics curves

* #7138 Ensemble RFT Plot : Modernization

* Fixes by clang-format

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2021-01-05 14:00:32 +01:00
Magne Sjaastad 3209dcde6c Fix typo when RESINSIGHT_QT5_BUNDLE_LIBRARIES is active 2021-01-04 15:30:30 +01:00
Gaute Lindkvist 72614b0c00 Create Well Path Laterals from existing well paths
* Add cmakebuild/ to .gitignore
* Create Well Path Laterals from existing well paths
* Move ValidRegExpValidator to RiaValidRegExpValidator.h|cpp
* Minor code review fixups
* More minor code review fixups
* Another set of minor code review fixups
2021-01-04 11:09:01 +01:00
Magne Sjaastadandmagnesj 73925e6e20 Adjustments related to custom install of Qt 5.15 (#7080)
* Update CMakeLists.txt

* Bundle ICU binaries for Qt

* Use environment variable QT_PLUGIN_PATH if present

* Add xcb plugins

* Fixes by cmake-format

* Fixes by cmake-format

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2021-01-04 09:24:35 +01:00
Kristian Bendiksen 21b5cfe470 VFP Plot: Improve autogenerated plot title. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen afacc0968e Load VFP plots on project reload. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen 49e0c38e40 #7130 Fix unit conversion for liquid flow rate.
And fix bug where conversion was applied multiple times.
2020-12-22 14:52:05 +01:00
Kristian Bendiksen 870ba116a6 #7017 VFP Plots: Add UI for FLO, GFR and WFR types. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen ba372f7fbe #7128 VFP Plot: fix delete functionality. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen 4414b61efd #7018 VFP plots: Remove brackets for empty unit labels. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen 1724451c45 #7052 Add colors and names for VPF curves. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen c51b4ff7cd #7018 Improve VFP plots. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen dc651b1db4 #7052 Improve VFP tables display. 2020-12-22 14:52:05 +01:00
Kristian Bendiksen 1b41d266eb #7144 Fix "QwtLinearScaleEngine::divideScale: overflow" warning.
Introduced in 7120b9ad7e.
2020-12-21 16:09:23 +01:00
Kristian Bendiksen 79b9134c40 Extract method for checking connection and version from python. 2020-12-21 14:09:25 +01:00
Kristian Bendiksen d1c0226fd2 #7075 Retry grpc commands on "connection reset by peer" errors.
Grpc connection is sometimes reset on flaky networks, and this is not
handled by the python grpc library. Solved by intercepting UNAVAILABLE
responses and retrying the command.

Adapted from this issue in python grpc repo:
https://github.com/grpc/grpc/issues/19514
2020-12-21 14:09:25 +01:00
Kristian Bendiksen 401389bd80 Avoid calling exit on non-existing Rips instance.
Can happen if test configuration fails.
2020-12-21 14:09:25 +01:00
Kristian Bendiksen 0d51cfc3d8 #7136 Increase time out when launching from python.
Added truncated exponential backoff policy to have shorter delays
initially, and longer delay after repeated failures.
2020-12-21 14:09:25 +01:00
Kristian Bendiksen 956448bd18 #7136 Add more reconfigurable retry policy for initial connection. 2020-12-21 14:09:25 +01:00
Magne Sjaastad 4dfcc7e45b Calculation of p10/p90 : Add more tests and treat all computed values equally 2020-12-18 07:59:01 +01:00
Magne Sjaastad b8b7ee234d Objective Function : Restore inverted test for command visibility 2020-12-16 08:59:41 +01:00
Magne Sjaastad f2c43af8ea Janitor : Disable deprecated functions for newer Qt5 (#7122) 2020-12-15 15:54:07 +01:00
Magne Sjaastad 746385fbce Janitor : Missing initialization in constructor 2020-12-15 09:29:33 +01:00
Magne Sjaastad 03c436393c Janitor : Add missing override 2020-12-15 09:29:33 +01:00
Magne Sjaastad 9bbb56ceee Janitor : Avoid pointers to temporary objects 2020-12-15 09:29:33 +01:00
Magne Sjaastad 9f1c1264cf Janitor : Remove unused variables 2020-12-15 09:29:33 +01:00
Magne Sjaastad 877ff8e376 Janitor : Remove unused code 2020-12-15 09:29:33 +01:00
Magne Sjaastad e3b13a1685 Janitor : Remove unused variable 2020-12-15 09:29:33 +01:00
Magne Sjaastad d89162fe55 Regression Tests : Add missing null pointer guards 2020-12-14 15:02:27 +01:00
Magne Sjaastad 95e73a04df Fix inverted test on command objects
Regression introduced in e847ce7c
2020-12-14 12:34:25 +01:00
Magne Sjaastad be91314ba6 Guard null pointer access to currently selected object 2020-12-12 12:09:30 +01:00
Magne Sjaastad 2dd5743f18 #7107 Ensemble curves : Minor UI adjustments 2020-12-12 12:09:30 +01:00
Magne Sjaastad 3b231a0bb6 #7107 Ensemble curves : Remove obsolete update signals 2020-12-12 12:09:30 +01:00
Magne SjaastadandRuben Thoms b5729d538f #7107 Ensemble curves : Remove custom delete features, use default delete
Co-authored-by: Ruben Thoms <ruben.thoms@ceetronsolutions.com>
2020-12-12 12:09:30 +01:00
Magne Sjaastad 3af48f4109 #7107 Ensemble curves : Fix update issues 2020-12-12 12:09:30 +01:00
Magne Sjaastad fdc5b484e6 #7107 Objective Function : Remove delete button on curve filter 2020-12-12 12:09:30 +01:00
Gaute Lindkvist e847ce7cd3 Use PdmPointers for command queue in RiaApplication 2020-12-11 10:56:25 +01:00
Gaute Lindkvist 49ffe9b53a Removal of new/delete from RiaApplication 2020-12-11 10:56:25 +01:00
Gaute Lindkvist 69c21df6a3 A couple of example uses of cvf::make_ref 2020-12-11 10:56:25 +01:00
Ruben Thoms 4fe11949a1 Vector field for summary addresses did not get updated initially. 2020-12-11 10:36:23 +01:00
Ruben Thoms a9db012068 Removed virtual keywords. 2020-12-10 12:40:16 +01:00
0045182a31 Fixes by clang-format (#7099)
* Fix missing include using clang compiler

* Fixes by clang-format

Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2020-12-10 12:40:16 +01:00
Magne Sjaastad fd320068e7 Fix missing include using clang compiler 2020-12-10 12:40:16 +01:00
Ruben Thoms f19ba71888 Implementation of objective functions.
- Objective functions
- Custom objective functions
- Filters
- Selection of multiple summary addresses
2020-12-10 12:40:16 +01:00
Ruben Thoms a26fb977e1 Added generateStringFromAddress function. 2020-12-10 12:40:16 +01:00
Ruben Thoms c6b3721991 Refactored plot axis annotations.
Added time axis annotations.
2020-12-10 12:40:16 +01:00
Ruben Thoms a2ca399dfa Added text content frame. 2020-12-10 12:40:16 +01:00
Ruben Thoms 7b15ecac2b Bugfix : legends not handling line-breaks properly.
Improved margins.
2020-12-10 12:40:16 +01:00
Ruben Thoms a9ca175515 Implemented new time_t tools for datetime conversions. 2020-12-10 12:40:16 +01:00