Magne Sjaastad
09d6df74bf
Hide x-axis group for decline curves
2023-10-19 07:50:02 +02:00
Magne Sjaastad
4a3cdc4e94
Avoid use of time_t when using sliders in GUI
...
* Avoid use of time_t when using sliders in GUI
Sliders use int as internal representation of values, and time_t can cause overflow
2023-10-12 10:02:58 +02:00
Magne Sjaastad
96b3bef878
Reduce memory use for summary address object
...
* Use one common variable for object name, use three ints
* Move enums to separate file
* Refactor use of enums
* Move implementation to cpp
* Refactor includes
2023-08-21 07:12:08 +02:00
Kristian Bendiksen
413da2e714
Decline curve: remove time selection annotation when curve is hidden
2023-06-16 16:49:40 +02:00
Magne Sjaastad
91762aaeb1
RC3 adjustments
...
* Update icons for summary and ensemble templates
* Icons for regression and decline
* #10374 LineEditor: Hide the placeholder widget when not used
* #10376 Assign a case ID to delta summary case
* Do not show decline range text in plot
2023-06-10 16:30:34 +02:00
Kristian Bendiksen
1fefa6f363
Summary Plot: make it possible to set color on line and range annotations.
2023-06-08 12:50:54 +02:00
Kristian Bendiksen
3b4244bdbf
#10360 Decline Curve: allow selecting subset of time range
...
Fixes #10360 .
2023-06-08 12:50:54 +02:00
Kristian Bendiksen
4105e58ddb
Decline curves: zoom all curves when changing forecast time.
2023-06-05 12:59:29 +02:00
Kristian Bendiksen
b965153ab0
#10268 Fix show plot data names for decline and regression curves
2023-05-19 20:00:12 +02:00
Kristian Bendiksen
c8b402651d
Add "Decline Curves" functionality.
...
Adapted from formulas here:
https://petrowiki.spe.org/Production_forecasting_decline_curve_analysis
2023-05-05 15:30:48 +02:00