Gaute Lindkvist
6f7534b2a9
Slightly improve menu text and distance threshold for correlation plot context entries
2020-08-26 08:19:49 +02:00
Gaute Lindkvist
daf24c773b
#6359 Improve context menu creation of correlation plots
2020-08-26 08:19:49 +02:00
Gaute Lindkvist
698677f3ac
#6253 Support creating analysis plots directly from an ensemble plot
2020-07-31 13:39:40 +02:00
Gaute Lindkvist
fde92ad931
#6240 Improve the way dates are handled in Correlation Plots
2020-07-29 10:13:32 +02:00
Gaute Lindkvist
aeecaa3ff1
#6237 Implement creation of correlation plot from ensemble plots
2020-07-29 10:13:32 +02:00
Kristian Bendiksen
eb3243f679
#5891 Fix incorrect line endings (CRLF -> LF)
2020-06-05 16:04:23 +02:00
Jacob Støren
ba1a538bb9
Move legend control methods to RiuQwtPlotWidget
2020-03-03 09:52:53 +01:00
Magne Sjaastad
10f0abc9b5
#5101 clang-format: Allow short functions on a single line
...
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Magne Sjaastad
7722893f0c
#5441 Summary Case : Add public methods displayCaseName and nativeCaseName
2020-01-30 14:24:04 +01:00
Gaute Lindkvist
edc276db4d
Well Log Plot and Well Distribution Plots no longer inherit Multiplot
...
* Also cleaned up RiuQwtPlotWidget
2020-01-16 14:33:33 +01:00
Gaute Lindkvist
4829c5eba2
Move to pixel size instead of point size for fonts
2020-01-07 14:59:18 +01:00
Gaute Lindkvist
7fd4aa1ce9
#5002 Ensemble RFT curve sets with parameter coloring and separate legends
2019-12-06 08:13:31 +01:00
Gaute Lindkvist
f56a34843a
Refactored ensemble parameter legends
2019-12-06 08:13:31 +01:00
Gaute Lindkvist
cd5b432267
#5171 Fix legend updates by getting rid of the show/hideEvent crash fix
...
* The crash is instead fixed by getting rid of deleteLater()
2019-12-04 12:34:17 +01:00
Gaute Lindkvist
4870071b8e
#5150 Improve wheel zoom with logarithmic axes
...
* Limit the amount to scroll at one time and set a fixed minimum
2019-12-02 08:01:38 +01:00
Gaute Lindkvist
cf190b05c1
#5051 Do not auto zoom when adding/removing curves in plot
2019-11-27 14:17:23 +01:00
Gaute Lindkvist
d9043db5e0
Refactor RimPlotWindow and RimPlotInterface
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
c7b5957571
#4983 Fix drag zoom on Summary and Grid cross plots
2019-11-05 11:09:18 +01:00
Gaute Lindkvist
625feaf36c
#4929 Fix legend fonts in Summary plot
2019-10-28 13:16:00 +01:00
Gaute Lindkvist
c578a43b53
Introduce RimGridPlotWindow and RiuQwtPlotWidget
2019-10-24 14:59:16 +02:00
Magne Sjaastad
2998ad3bed
#4825 Summary Plot Stepping : Key events are not routed correctly
2019-10-04 13:20:15 +02:00
Magne Sjaastad
f2ac170b66
#4733 Summary Template : Add reload of templates
...
Adjust save and load of templates
Add save path to preferences
2019-09-19 11:39:32 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Gaute Lindkvist
7951899717
#4624 Allow customization of date/time components in labels
2019-08-23 14:28:11 +02:00
Gaute Lindkvist
e58da136e3
#2082 Support custom date time format ( #4594 )
...
* #2082 Support custom date time format
* Clang-format
2019-08-19 09:37:42 +02:00
Gaute Lindkvist
aa32caae33
#4158 Implement info box for grid cross plots and improve plot overlay legends
2019-03-25 15:15:21 +01:00
Gaute Lindkvist
ac7eccee88
#4157 Grid Cross Plot: Make categorisation legend more like ensemble legend
2019-03-05 10:41:41 +01:00
Gaute Lindkvist
be95eefd69
Repository wide spelling correction overly -> overlay
...
* Impacts CAF and ResInsight
2019-03-05 10:41:41 +01:00
Gaute Lindkvist
4c026952a1
#4134 #4124 Refactor RiuSummaryQwtPlot on top of a base RiuQwtPlot class and use this for Cross Plots
...
* Get a lot of functionality included: zoom, panning, etc.
2019-02-26 11:44:26 +01:00
Gaute Lindkvist
a010fc03d7
3d Cross Plot: First implementation ( #4127 )
...
* First cross plot commit
* Made cross plot deal with "all time steps" and categorise curves based on time step
* Support STATIC vs DYNAMIC plotting
* #4115 Avoid updating plots in RimEclipseCase::computeCachedData()
* Make sure loading of Cross plot from file works
* Show Legend in Cross Plot
* Uncheck / Check curves to disable/enable
* Axis titles and checkable data set
* Name config and setting of common plot look
* Fix category indentation in GeoMech results
* Support name configuration for Grid Cross Plot
* Support adding new curve sets
* Improve colors and symbols with better cycling
* Moved GridCrossPlot files to sub directory in ProjectDataModel and Commands
* #4111 3D calculations : Always show difference options
* Whitespace
* #4111 Move resultDefinition field to private
* Whitespace
* #4087 Ensemble : When importing and ensemble, show by default an ensemble plot
* #4085 3D view: Improve overlay item colors
* #4106 Crash on Linux
Temporary workaround to avoid crash
* #4106 Stop trying to do recursive setting tab order widget
* The double pointer was handled wrongly and shift-tab order isn't working anyway.
* #4114 Regression Test : Remove cached pointer to eclipse case
* Revert "#4114 Regression Test : Remove cached pointer to eclipse case"
This reverts commit f2146c6007
.
* #4114 Regression Test : Missing data for flow diag property filter
* #4085 3D view: Add check box for version info text
* Whtespace
* Improve labelling of static results
* Fix update of result property when changing type
2019-02-21 12:52:23 +01:00
Magne Sjaastad
d460d3d77d
#3944 clang-tidy : Apply modernize-deprecated-headers
2019-01-11 08:14:53 +01:00
Magne Sjaastad
6346ed012c
clang-tidy : Remove redundant 'virtual' and add 'override'
2018-10-18 19:45:57 +02:00
Magne Sjaastad
726658d642
#3512 System : Remove unused functions
2018-10-18 15:40:11 +02:00
Gaute Lindkvist
d81b85c54c
#3277 Implement stepping for Common Data Source and rename Plot Source Stepping for summary plots.
...
* The name for the UI groups is now "Data Source" for both types of data source stepping.
2018-09-05 11:49:26 +02:00
Magne Sjaastad
fe07b60392
CppCheck : Several fixes
...
Add missing initializers
Guard potential null pointer access
2018-08-02 19:22:03 +02:00
Jacob Støren
0d233e2568
#2895 Fix performance related to case name in plot tracking text
2018-05-11 10:34:39 +02:00
Jacob Støren
d1e55c64d3
#2895 Fix crash due to hidden plot.
2018-05-11 09:12:44 +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
Bjørn Erik Jensen
9d51b91931
#2724 Ensemble curves. Show case name in mouse tracking tooltip
2018-05-08 12:52:33 +02:00
Jacob Støren
9d406fef8a
Fix crash in summary plot due to missing guarding in ensemble legend layout
2018-04-23 11:07:15 +02:00
Jacob Støren
e2d5dd0381
#2657 Improved ensemble curve set legend placement and update
2018-04-20 19:57:40 +02:00
Jacob Støren
22a1448ea6
Fix gcc 6 linux errors
2018-04-20 19:38:21 +02:00
Jacob Støren
c2704727ce
#2657 Made a sensible stable default layout
2018-04-20 19:30:12 +02:00
Jacob Støren
72fc66f827
#2657 Better initial position of Ensemble curve color legend. Use preferred size
2018-04-20 16:59:10 +02:00
Bjørn Erik Jensen
68b360a03f
#2769 Ensemble curves. Fix crash when clicking on ensemble curve
2018-04-20 12:30:59 +02:00
Bjørn Erik Jensen
e5570441f6
#2751 Rename ensamble to ensemble
2018-04-19 14:00:18 +02:00
Jacob Støren
53a6e0e502
#2657 WIP: Add movable widget with color legend for ensemble curve sets to summary plot
2018-04-18 15:59:18 +02:00
Jacob Støren
72013f4ff8
#2535 Use the MainWindowTools class instead of MainWindow directly (part 2)
2018-02-27 16:46:53 +01:00
Magne Sjaastad
1ae30ef11a
(clang-tidy) : modernize-use-nullptr
2018-02-18 18:56:43 +01:00
Bjørn Erik Jensen
ebabefcd2c
#2368 summary plot. Fix right axis properties update issue
2018-01-29 12:49:32 +01:00