Magne Sjaastad
1d884ae117
Always use red for gas and blue for water
2020-09-25 14:32:06 +02:00
Magne Sjaastad
f981cf2ce0
Do nothing if color dialog is closed using Escape button
2020-09-25 14:32:06 +02:00
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
rubenthoms
23f581d7a0
Changed to defaulting to DEFAULT theme if not in GUI application.
2020-09-25 14:32:06 +02:00
rubenthoms
d86fb54b19
Implemented check if running GUI application.
2020-09-25 14:32:06 +02:00
Magne Sjaastad
a3d37edbcf
#6514 Dark Theme : Adjust marker colors
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
Magne Sjaastad
2cfa900041
#6514 Dark Theme : Fix text color in nightcharts
2020-09-25 14:32:06 +02:00
Magne Sjaastad
0b44f6ab18
#6514 Dark Theme : Refactor use of black
2020-09-25 14:32:06 +02:00
Magne Sjaastad
9bbbfc5088
#6514 Dark Theme : Fix curve colors for oil, water, gas
2020-09-25 14:32:06 +02:00
Magne Sjaastad
26ff3e28c8
#6514 Dark Theme : Fix color of rubber band zoom
2020-09-25 14:32:06 +02:00
Magne Sjaastad
c53c72b4c3
#6514 Dark Theme : Use markerColor for tracker symbol and text in plots
2020-09-25 14:32:06 +02:00
Magne Sjaastad
4841d19d02
#6514 Dark Theme : Move define to RiaDefines
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
rubenthoms
4bf19acf75
Adjusted legend range and iterated on NNC data direction.
2020-09-25 12:58:08 +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
49be87e38a
#6570 Make both curve calculator and Analysis plot vector selection work.
2020-09-25 08:56:08 +02:00
Gaute Lindkvist
1bde6f8aeb
#6576 Fix deprecation message in Octave plugin
2020-09-24 21:52:58 +02:00
Gaute Lindkvist
79e3cfac7a
#6575 Show title and legends are on in RFT/PLT
2020-09-24 21:52:45 +02:00
Gaute Lindkvist
46bbfec0d3
#6570 Make summary address selection work for curve calculator
2020-09-24 14:06:08 +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
462f8026e3
Avoid duplicate curves in correlation plot
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
rubenthoms
9baa24e9ef
Next iteration.
2020-09-23 18:40:05 +02:00
Gaute Lindkvist
2741b24e27
Add the rips.Project.summary_cases() method and an example
2020-09-23 18:02:30 +02:00
Gaute Lindkvist
df51c9becb
Added Python example for replace case
...
(and replaced tabs with spaces in CMake file for GRPCinterface)
2020-09-23 18:02:30 +02:00
Gaute Lindkvist
75f507e2ef
#6549 Fix case.replace from interactively opened project
2020-09-23 18:02:30 +02:00
Gaute Lindkvist
af84ae7432
#6472 Use CMake's CMAKE_CXX_STANDARD flag to require C++11
...
* This should not hurt anywhere but may fix MacOS build issues
2020-09-23 13:58:41 +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
Gaute Lindkvist
7fbdbafda6
#6553 Disallow adding of well log tracks into multi plots
2020-09-23 11:25:46 +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
rubenthoms
de360c8a4c
Next iteration.
2020-09-22 17:20:35 +02:00
rubenthoms
73beb0fff9
Fixed #6554 by moving setting the title of the Well Connection Factor legend to RimEclipseView::onUpdateLegens().
2020-09-22 15:27:20 +02:00
Kristian Bendiksen
086de46826
#6550 Fracture Model: find distance to barrier and dip automatically.
2020-09-22 08:37:41 +02:00
Kristian Bendiksen
3ac77e70cf
Remove unused RigCell face faults code.
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
Ruben Manuel Thoms
af06bb1529
Proceeded with visualization of NNC vectors.
2020-09-21 16:44:18 +02:00
Ruben Manuel Thoms
d365322437
Added new functions for computing triangle and polygon centroids.
2020-09-21 16:43:51 +02:00
Gaute Lindkvist
ccde76eca1
#6535 Update summary plot editor first time you uncheck a curve
2020-09-21 13:15:42 +02:00
Gaute Lindkvist
2de948b28c
#6534 Fix regression with no curve selected by default
2020-09-21 13:15:42 +02:00
Kristian Bendiksen
db269450e9
#6216 Fracture Model: Add curve for Initial Stress.
2020-09-21 11:54:51 +02:00