Magne Sjaastad
0b44f6ab18
#6514 Dark Theme : Refactor use of black
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
Magne Sjaastad
2b30ff3117
Fix for checked state
2020-09-05 13:20:17 +02:00
Magne Sjaastad
41b1e1408b
#6379 Dock Widgets : Hide curve selection by default to allow smaller widgets
2020-09-05 11:54:31 +02:00
Magne Sjaastad
95fc63fe7c
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
c82df63e10
#5101 clang-format: Adjusted penalties
...
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +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
7c8cf60dba
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
2019-11-04 14:35:41 +01:00
Magne Sjaastad
cd054f2170
Janitor : Use const ref when possible (2)
2019-11-03 14:08:21 +01:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Magne Sjaastad
ef80f5b629
#4683 System : Remove obsolete include of cvfBase.h
2019-09-06 10:52:54 +02:00
Gaute Lindkvist
edf46496b7
#4341 Make docked plots follow font size preferences (but subtract 1 in point size)
...
* The docked plots have much less space available than most plots
2019-04-15 15:08:15 +02:00
Gaute Lindkvist
9d06b59357
#4255 Read default plot font sizes from preferences and apply
2019-04-12 14:47:21 +02: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
d743602b81
#2396 Set better fixed y-axis range for logarithmic scaling
2018-11-27 11:29:55 +01:00
Gaute Lindkvist
49b5b60352
#2396 Add support for locking axes in Cell RelPerm plot
...
* Also put curves in a grid layout and
shortened logarithmic label to fit better
2018-11-27 10:53:14 +01:00
Magne Sjaastad
6346ed012c
clang-tidy : Remove redundant 'virtual' and add 'override'
2018-10-18 19:45:57 +02:00
Gaute Lindkvist
12484bf1e9
#3297 Make casing shoe a right-angled triangle and refactor symbols
...
* Put plot symbol enum inside the symbol class.
* Put line style enums inside the line class.
* Add custom capability.
2018-09-04 12:02:06 +02:00
Bjørn Erik Jensen
eebd8bef2d
Move RigCurveDataTools and RigTimeHistoryCurveMerger to Application/Tools plus rename
2018-06-08 15:10:45 +02:00
Rebecca Cox
4094fd1861
#2421 RelPerm: Remove invalid points on transparent curve
2018-01-30 13:30:05 +01:00
Rebecca Cox
5273ace5e6
#2301 Rel.perm Plot: Add tooltip for cell value
2018-01-25 17:04:20 +01:00
sigurdp
99378cc23a
#2194 RelPerm Plot: Added context menu to show ascii text version of current plot data. Refactor of existing RicTextWidget into RiuTextDialog.
2017-12-13 19:03:30 +01:00
sigurdp
9979f49a7f
#2257 Reduced font size of plot title for RelPerm and Pvt plots
2017-12-13 15:19:34 +01:00
sigurdp
01ae19ebbc
#2235 RelPerm/PVT Plot: Added unit labels to relevant axes
2017-12-11 16:12:31 +01:00
sigurdp
ea6ae75033
RelPerm plot: Added option to show left Kr axis using logarithmic scale. #2193
2017-12-05 10:44:36 +01:00
sigurdp
e3a794d898
RelPerm Plot: Adjusted curve colors and added symbols to all curves, #2191 , #2190
2017-11-30 11:28:08 +01:00
sigurdp
7c9a14f78c
Added functionality to update RelPerm and PVT plots when time step changes.
...
Also added line marker for current cell's pressure in PVT plots.
2017-11-29 14:14:47 +01:00
sigurdp
61779e5876
Changed margins around plot in RelPerm plot
2017-11-24 09:05:03 +01:00
sigurdp
e79816b62e
Added missing include for GCC
2017-11-24 08:36:44 +01:00
sigurdp
0872728d17
#2061 Added calculation and display of intersection markers in RelPerm plot to show the selected cell's SWAT SGAS values
2017-11-24 08:36:44 +01:00
sigurdp
e83b3a8c02
#2062 Prefix the Saturation title on the x-axis with "Water", "Gas" or "Water/Gas" depending on the curves present in the plot.
2017-11-24 08:36:44 +01:00
sigurdp
65fe3ba902
#2063 Added support for showing RelPerm plot curves without end-point scaling
2017-11-24 08:36:44 +01:00
sigurdp
14c1b5a595
Enabled caclulation and plotting of PCOG and PCOW now that opm-flowdiagnostics-applications have been updated
2017-11-24 08:36:44 +01:00
sigurdp
5f5abdf347
Working on adding SWAT and SGAS markers to RelPerm plot, #2061
2017-11-24 08:36:44 +01:00
sigurdp
44e2d7d403
Workaround for compiler errors in cotire build due to local classes having the same name
2017-10-27 13:50:32 +02:00
Bjørn Erik Jensen
71caab54ec
Added first cut extraction and plotting of RelPerm plots. Also added skeleton implementation of extraction and plotting of PVT plots. #1991 , #1992 , #1992 , #2014
2017-10-27 10:20:34 +02:00