Commit Graph
745 Commits
Author SHA1 Message Date
Gaute Lindkvist c3982a5782 Fix update problems with stacked curves 2020-08-10 12:58:53 +02:00
Gaute Lindkvist 86a4f5613c Major improvements to D&D of curves. 2020-08-10 12:58:53 +02:00
Gaute Lindkvist 9393c27b13 Improved naming following review 2020-08-10 09:17:46 +02:00
Gaute Lindkvist 5e9403d9f1 Make summary curves reorderable 2020-08-10 09:17:46 +02:00
Gaute Lindkvist c1bc522511 #6259 Implement stacking per curve 2020-08-10 09:17:46 +02:00
Gaute Lindkvist 447d335fc8 Remove superfluous use of epsilon in EnsembleParameter and fix test 2020-07-28 15:13:07 +02:00
Gaute Lindkvist ad59f79dea #6201 Select parameters that go into matrix plot 2020-07-28 15:13:07 +02:00
Gaute Lindkvist a9c9471e7f Fix crashes in Drag and Drop if the drop target is the same as the current dragged item 2020-07-27 08:47:01 +02:00
Gaute Lindkvist 2e00d9a719 Support drag and drop of summary curves 2020-07-27 08:47:01 +02:00
Gaute Lindkvist 4e7eff261e Fix summary plot crash when changing vector 2020-07-27 08:47:01 +02:00
Gaute Lindkvist d861af44b6 Temp work 2020-07-27 08:47:01 +02:00
Gaute Lindkvist 908dcd6828 Support stacked curves for Summary Plots 2020-07-27 08:47:01 +02:00
Gaute Lindkvist beaf4ebd5a Implement signal handler 2020-07-27 08:47:01 +02:00
Gaute Lindkvist 6856597770 Implement stacked well log curves 2020-07-27 08:47:01 +02:00
Gaute Lindkvist 33fb733110 #6118 Automatic red, green and blue curve colors for oil, gas and water properties when using area fill
* Also removed green, red and blue from the cycled well log colors to avoid clashes.
* Only automatic when area fill is on.
* Potential color clashes for the general case with multiple Oil-curves in the same plot.
2020-06-22 11:02:33 +02:00
github-actions[bot] 6b5f4dddc9 Fixes by clang-format 2020-06-08 11:09:51 +02:00
Gaute Lindkvist 2237be3898 Fix font size for summary plot axes 2020-06-03 14:00:04 +02:00
Gaute Lindkvist 2fe4372dc2 First round of caf::FontTools 2020-06-03 14:00:04 +02:00
Kristian Bendiksen 0b9577df71 #5874 Remove direct accessor to obsoleted RimRegularLegendConfig::colorRange field. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen 8da32eddc1 Remove unused RiaColorTables includes. 2020-05-24 17:26:51 +02:00
Kristian Bendiksen c366e85682 Refactor delete operations for pdm objects. 2020-05-22 07:02:53 +02:00
Kristian Bendiksen c016c02e40 Replace RiaApplication::instance()->project() with RimProject::current().
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Gaute Lindkvist 2e79cf614f Refactor and rename QIconProvider -> IconProvider (#5893)
* Refactor and rename QIconProvider -> IconProvider
* Generate icons on demand as unique_ptrs
2020-05-09 11:25:11 +02:00
Magne Sjaastad 1557d695b8 #5883 Icons : Use framework code to apply an overlay pixmap 2020-05-06 19:02:50 +02:00
Kristian Bendiksen 92f4e6278c Fix signed/unsigned comparison. 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
Magne Sjaastad 95fc63fe7c 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
Gaute Lindkvist 78015fa19d Correlation Matrix Plot 2020-04-21 14:00:22 +02:00
Gaute Lindkvist 60419f0985 Working Correlation Plot prototype 2020-04-17 13:54:21 +02:00
Magne Sjaastad a10641cf28 #5800 Delta summary : Fix computations for fixed time step
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-17 13:54:18 +02:00
Kristian Bendiksen 6dd4dabc33 #5775 Add ensemble id to RimSummaryCaseCollection. 2020-04-17 13:54:17 +02:00
Kristian Bendiksen bc08aa1905 #5775 Add case id to summary case. 2020-04-17 13:54:17 +02:00
Magne Sjaastad d895f342e2 Use AppEnum for DateTimePeriod 2020-04-17 13:54:13 +02:00
Jacob Støren adb06f229c Merge dev into feature-analysis-plots-initial 2020-03-31 13:13:47 +02:00
Magne Sjaastad 8e89015cd5 #5707 Delta Summary Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Magne Sjaastad ff5cc86935 #5707 Delta Ensemble Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Magne Sjaastad 28d0818848 #5734 Summary Plot : Crash when toggling plot visibility 2020-03-30 08:57:59 +02:00
Jacob Støren 8cd25b0111 Refactor case difference calculation into a static method
To reuse in Analysis Plots
2020-03-30 08:57:59 +02:00
Jacob Støren 7aecce532f Rename default and max-min calculation function 2020-03-23 11:54:27 +01:00
Jacob Støren 7370aa1bad #5706 Ensemble paramemter operator less orders larger variance first 2020-03-23 11:53:07 +01:00
Jacob Støren 0accbfdd0d #5706 Refactored EnsembleParameter usage.
Cache the list in SummaryCaseCollection
Removed the name, EnsembleParameter pair usage
Add operator< to be able to insert them in a set
2020-03-20 11:22:14 +01:00
Magne Sjaastad 73dabc323d #5704 Show Plot Data : Increase precision to 8 2020-03-19 22:32:51 +01:00
Magne Sjaastad 9ef51a5e98 #5621 Delta case : Create delta case from two selected cases 2020-03-19 12:19:23 +01:00
Magne Sjaastad b01d826acf #5621 Delta case : Improve name of delta case based on input cases 2020-03-19 12:19:23 +01:00
Gaute Lindkvist 2853308a4a Python: Create summary plot from string 2020-03-13 14:18:41 +01:00
Gaute Lindkvist c51aa91c42 #5632 Python method commands (#5649)
* General PdmObjectMethods for scripting.
2020-03-10 14:11:22 +01:00
Magne Sjaastad 49d74ce0e7 #5620 Delta Case : Use term delta case for delta ensemble and delta summary 2020-03-07 16:01:56 +01:00
Magne Sjaastad 61ff1eab29 #5642 Ensemble Summary Case : Fix missing icons 2020-03-07 16:01:56 +01:00