Commit Graph

5855 Commits

Author SHA1 Message Date
rubenthoms
719feac15e Implemented 'Change color of list view #6512'. Style of list widget can now be changed in style sheet by using the dynamic property state="ExternalInput". 2020-09-25 14:32:06 +02:00
Magne Sjaastad
ea7da32141 #6514 Dark Theme : Use text color from theme instead from QPalette 2020-09-25 14:32:06 +02:00
Ruben Manuel Thoms
87bc6acd65 Added a GUI theme selector in preferences and a new class for handling GUI changes.
Added a new feature for editing style sheets and variable colors and see immediately the result.
Made Qwt plots (and items) stylable.
Added icons, improved styling possibilities of QMinimizePanel, fixed minor bugs in RicThemeColorEditorFeature.
2020-09-25 14:32:06 +02:00
Gaute Lindkvist
66ec3212c0 #6572 Trigger update of plot when deleting a Summary Curve 2020-09-25 12:53:49 +02:00
jonjenssen
5c4498db9f RFT Plot - make sure we handle feet vs. meters in well log type plots (#6551)
* Fix the meter <-> feet conversion (it was backwards)

* Make sure we refresh the plots after changing the depth axis unit

* Make sure formation overlays etc. also gets converted to correct depth unit (correct as in the same unit any loaded Eclipse Result case use)
2020-09-25 11:14:56 +02:00
Gaute Lindkvist
79e3cfac7a #6575 Show title and legends are on in RFT/PLT 2020-09-24 21:52:45 +02:00
Magne Sjaastad
ebefeca519 Source stepping toolbar : Make combo box wider 2020-09-24 10:12:32 +02:00
Gaute Lindkvist
368f6221fe Some updates following review 2020-09-24 08:31:34 +02:00
Kristian Bendiksen
3e1a019783 #6533 Speed up ensemble curve preview.
Made faster by hiding legends and error bars when there are many curves.
2020-09-24 08:31:34 +02:00
Gaute Lindkvist
7f9cab5300 Simplify ensemble case naming 2020-09-24 08:31:34 +02:00
Gaute Lindkvist
f5acab44ec Parallelise loading of ensemble curve preview data 2020-09-24 08:31:34 +02:00
Gaute Lindkvist
509680d112 Fix crash due to mismatch in parameter values vector and ensemble size 2020-09-24 08:31:34 +02:00
Gaute Lindkvist
9afac51bca #6567 Remove use of GNU GSL 2020-09-24 08:05:25 +02:00
Gaute Lindkvist
c256b54307 #6543 Remove option for absolute value filters.
* The concept doesn't make sense.
* A range of -1 to +1 becomes +1 to +1 (empty range)
* A range of -0.5 to +1.0 becomes +0.5 to +1.0 excluding all values from +0.0 to +0.5.
2020-09-23 11:52:58 +02:00
Magne Sjaastad
bbdda4215b Delta Ensemble : Do not try to combine results with no data 2020-09-22 19:22:30 +02:00
rubenthoms
c5d75a8519 Fixed #6554 by moving setting the title of the Well Connection Factor legend to RimEclipseView::onUpdateLegends(). 2020-09-22 18:58:33 +02:00
Kristian Bendiksen
086de46826 #6550 Fracture Model: find distance to barrier and dip automatically. 2020-09-22 08:37:41 +02:00
Gaute Lindkvist
e292b8a297 Better defaults for Correlation Cross Plots and shorten legend entries 2020-09-22 08:32:54 +02:00
Gaute Lindkvist
9b9a6f2947 Make Red/White/Blue the default correlation matrix color palette 2020-09-22 08:32:54 +02:00
Gaute Lindkvist
67a59aa5e8 Make Top-20 Correlations the default 2020-09-22 08:32:54 +02:00
Kristian Bendiksen
db269450e9 #6216 Fracture Model: Add curve for Initial Stress. 2020-09-21 11:54:51 +02:00
Kristian Bendiksen
d2fb79b7a4 Remove unused enums. 2020-09-21 11:54:51 +02:00
jonjenssen
8bb460c2db Make sure we read the LAS file contents, too, when loading a project (#6507)
* Make sure we read the LAS file contents, too, when loading a project
* Refactor WellPathCollection data loading on project open to simplify things a bit.
2020-09-21 10:59:08 +02:00
Gaute Lindkvist
9391453c2c Better fix for legend and title in sub plots and summary dialog 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
93baf776a1 Fix crashes when dropping analysis plots into Multiplots 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
ab3e43d8fb Enable reordering of plots within a multiplot 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
a3161047af #6497 Fix legends in Summary preview and clean up plot titles 2020-09-20 15:26:46 +02:00
rubenthoms
409db46ab3 Fixes #6520. 2020-09-20 15:05:08 +02:00
Gaute Lindkvist
f72d271ea9 #6516 Add user options for grid and info box 2020-09-18 16:00:34 +02:00
Gaute Lindkvist
59bc8b1f43 Make signals non-copyable 2020-09-17 08:22:00 +02:00
Gaute Lindkvist
1649d27d0f Remove superfluous Signal::disconnect() calls 2020-09-17 08:22:00 +02:00
Gaute Lindkvist
53f8364889 Fix auto short names for regular Summary (non-ensemble) cases 2020-09-15 15:20:18 +02:00
Gaute Lindkvist
71d032f4ad Fix source list in Summary Editor for ensemble plots 2020-09-15 15:20:18 +02:00
Gaute Lindkvist
b4aaaa98e9 #6479 Update analysis and correlation plots when closing derived cases 2020-09-15 15:20:18 +02:00
Kristian Bendiksen
411adfd7e6 #6146 RFT plot: Use MD from Wells for Ensembles. 2020-09-15 13:21:09 +02:00
Kristian Bendiksen
724131d310 #1061 Add missing override keyword in ApplicationCode. 2020-09-15 11:04:39 +02:00
Kristian Bendiksen
69a1901904 #6491 Fix range iterators which was creating data copies (clang10 warnings). 2020-09-15 11:04:39 +02:00
Jon Jenssen
cbadfd456a Do not allow opening the same odb file twice. The odb reader does not support that. 2020-09-15 07:27:01 +02:00
Kristian Bendiksen
15b456b21f #6491 Simplify omp loop construct to compile with clang. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
02944f4eca Add ifdefs for OpenMP usage. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
81a93a80fd #6491 Remove unneccessary omp.h includes. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
f83ca79a87 #6134 Fracture Model: Add menu item to delete a fracture model. 2020-09-14 15:30:51 +02:00
Magne Sjaastad
b511f92ee2 #6388 Surface : Use bounding box of model to limit depth offset 2020-09-10 15:29:56 +02:00
Magne Sjaastad
7fba6f9171 #6388 Surface Import : Make import robust, add progress
Co-authored-by: Ruben <ruben.thoms@ceetronsolutions.com>

Fix issues with import
Add progress bar
Add Surface Import Coarsening to Preferences
Use preferredMinimumDistance between point to define how many rows/columns to skip to reduce data size required to represent a surface. Some files have small sampling distance.
2020-09-10 15:29:56 +02:00
Kristian Bendiksen
a02abcde14 #6426: Fracture Model: show default reference stress depth and stress with fewer decimals. 2020-09-10 13:02:49 +02:00
jonjenssen
bc82166151 Support for copying GeoMech case settings using new input (#6471)
* Support copy and replace geomech case, to support importing another data file, but keep the view setup

* Make sure surfaces and intersections get updated with the correct separate result, too

* Simplify/refactor code

* Better naming
2020-09-10 12:54:43 +02:00
Gaute Lindkvist
dbec9dd3a5 #6479 Fix saving derived ensemble analysis plots and improve delta labels 2020-09-10 10:49:30 +02:00
Gaute Lindkvist
02b193af43 Remove wrong signal connection in Analysis Plot 2020-09-10 10:49:30 +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