Commit Graph

12 Commits

Author SHA1 Message Date
Gaute Lindkvist
38c2c9c237 #3339 Make order of summary curves in plot predictable.
* The issue is sorting on pointer address for ensembles and summary cases. Instead sort by name.
* The crucial changes are in RiaSummaryCurveDefinition.cpp, RimSummaryCase and RimSummaryCaseCollection.
* The rest of the changes are just fallout from changing the pure virtual method RimSummaryCase::caseName to be const. The rest just follows.
* RimGridSummaryCase::caseName does alter something, but this variable was already declared mutable.
2018-09-18 11:31:10 +02:00
Jacob Støren
d34e517968 #2917 Vector Selection Dialog: Fix missing selection text 2018-05-15 14:26:28 +02:00
Jacob Støren
6c6e7df3c9 #2917 Vector Selection Dialog: Fixed problem with dialog initialization when single selecting ensemble curve sets. 2018-05-15 14:26:28 +02:00
Jacob Støren
9b591f622c #2917 SummaryCurveDefinition: Remove pair, improve less operator 2018-05-15 14:26:28 +02:00
Bjørn Erik Jensen
6edd240c4c #2912 Ensemble curves. Fixes regarding summary curve definitions 2018-05-15 10:12:04 +02:00
Bjørn Erik Jensen
7c0017923c #2658 Ensemble curves. Warning when too many ensemble curves 2018-05-14 14:52:02 +02:00
Bjørn Erik Jensen
6270dd3bc9 #2692 Ensemble curves. Add ensemble selection support to curve editor 2018-05-10 21:30:14 +02:00
Magne Sjaastad
035e2ccaf9 #2031 Curve Calculator : Add display of curve address 2017-10-24 09:58:04 +02:00
Magne Sjaastad
6015b99df9 #2022 Curve Calculator : Make sure calculated summary case is always present 2017-10-18 12:47:10 +02:00
Magne Sjaastad
244916c0ed #2022 Curve Calculator : Calculated summary case is now available 2017-10-18 12:47:10 +02:00
Magne Sjaastad
9449bbff20 #1977 Curve Calculator : Get summary values from summary reader 2017-10-16 22:04:00 +02:00
Magne Sjaastad
ae915a7898 #1967 Curve Calculator : Add RiaSummaryCurveDefinition 2017-10-12 10:52:30 +02:00