Commit Graph

1913 Commits

Author SHA1 Message Date
Magne Sjaastad
27946d2d69 #7055 Contour Map: Label format it should match the legend format 2020-12-01 08:33:20 +01:00
Magne Sjaastad
b8dcabe023 #7008 Python: Avoid terminating process as part of open/closeProject
When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.

New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.
2020-11-25 09:16:05 +01:00
Magne Sjaastad
6e789afd10 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-20 15:34:35 +01:00
Kristian Bendiksen
a4d60a630c #7024 Fix crash when closing comparison view on linux.
The state of caf::Viewer::isComparisonViewActive() and Rim3dView::activeComparisonView()
can be out-of-sync until all events have been processed by the Qt event loop.
The caf::Viewer state is updated as part of an scheduled display update, but the
update to Rim3dView is a direct call.

Fix crash by checking for nullptr from Rim3dView::activeComparisonView().

Closes #7024.
2020-11-20 14:25:29 +01:00
Kristian Bendiksen
dc0607dfd3 #6992 Fix crash in application cleanup when using command files. 2020-11-17 00:56:59 -08:00
Magne Sjaastad
1a3a155d36 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-12 09:06:28 +01:00
Magne Sjaastad
34fe05ba33 #6958 Plot Title UDQ : Show vector name in plot title 2020-11-10 09:58:48 -05:00
Magne Sjaastad
76fa87625c #6843 Grid Cross Plot : Render discrete colors, not continous 2020-11-09 13:47:52 -05:00
magnesj
0258874e17 Fixes by clang-format 2020-11-09 08:31:57 -05:00
magnesj
d11e109c7e Fixes by clang-format 2020-11-06 06:18:34 -05:00
Kristian Bendiksen
2ec4e5a6c4 #6596 Rename from FractureModel to StimPlanModel. 2020-11-06 10:43:49 +01:00
Magne Sjaastad
61245ee43f #6867 Summary Vector Names 6x : Include name updates from 6x
Include updates from Peter Forster
2020-11-03 04:34:20 -05:00
Magne Sjaastad
52a8824f9f #6867 Summary Vector Names 6x : Include name updates from 6x
Include updates from Peter Forster
2020-10-30 17:25:38 +01:00
Gaute Lindkvist
19a8aece0e Almost right 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
395398587a Create a separate menu entry for importing "Grouped Well Paths" 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
aceac43652 Refactor RimWellPath and RigWellPath 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
6220ff160c Fix a Qt warning for getContentsMargins 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
8f5c38cb8e Remove use of QString::sprintf 2020-10-20 11:05:10 +02:00
Ruben Thoms
69a2bc673a Bug fix: curve point tracker not always on top of all curves 2020-10-19 05:14:57 -04:00
Gaute Lindkvist
2e0d972761 Fix MOC-warnings by move RiuQssSyntaxHighlighter.h line in CMakefile 2020-10-19 10:58:31 +02:00
Gaute Lindkvist
3834fdb382 Revert "Move RiuQssSyntaxHighlighter.h from MOC-headers to regular headers"
This reverts commit 2064ec6bf0.
2020-10-19 10:48:17 +02:00
Gaute Lindkvist
2064ec6bf0 Move RiuQssSyntaxHighlighter.h from MOC-headers to regular headers 2020-10-19 10:30:34 +02:00
Ruben Thoms
78cd6905c1 Fixes #6790. 2020-10-19 02:32:16 -04:00
Magne Sjaastad
03f659df0c #6771 Regression Test: Replace QMessageBox with RiaLogging::errorInMessageBox
Fix typo


Includes
2020-10-13 05:38:04 -04:00
Magne Sjaastad
64e4ee9402 #6743 Dock Widgets : Workaround for high CPU usage 2020-10-12 02:40:51 -04:00
Ruben Thoms
fc0d50aa2c Bugfix : legend titles not handling line breaks correctly 2020-10-08 09:51:51 -04:00
Ruben Thoms
8dec8ba234 Refactoring: New icons for delete, refresh, copy, filters 2020-10-08 08:15:19 -04:00
Gaute Lindkvist
55ef7fc02a Fix MDI Subwindow creation 2020-10-07 18:06:12 +02:00
Ruben Thoms
3c5c37e5a8 Legend title issues
Fixes #6728.
2020-10-06 12:04:04 -04:00
Ruben Thoms
3a2704e212 Bugfix: Dark Theme
Text color in message windows and progress bars fixed.
2020-10-06 11:55:18 +02:00
Magne Sjaastad
e756545d28 #6695 MDI Window : Set contained viewer widget after MDI window is resized 2020-10-05 05:36:22 -04:00
Gaute Lindkvist
8eb0ecf319 #6693 Fix z-scale and version labels in dark theme 2020-10-05 02:48:14 -04:00
Gaute Lindkvist
b7ac99e53b Many new icons and minor CSS changes 2020-10-05 02:48:14 -04:00
Magne Sjaastad
bca730bd10 #6654 Summary data: Add description for 6X specific summary vectors 2020-10-02 13:16:45 -04:00
Magne Sjaastad
b1c2c56d9e Update default theme and adjust use of background colors 2020-10-02 06:12:36 -04:00
Magne Sjaastad
1517c6e32a #6676 Crash when MDI window is closed 2020-10-01 16:23:26 +02:00
Gaute Lindkvist
135ca97ba4 #6663, #6673 Fix black text in Ensemble legend frame and wrong PDF-rendering 2020-10-01 16:08:52 +02:00
Gaute Lindkvist
d33ddf24c7 #6658 Fix black labels in Analysis/Corr. plots 2020-10-01 06:04:37 -07:00
Gaute Lindkvist
bf9bd6edbc Fix crash in coloring of ensemble curve sets based on parameter 2020-09-30 23:07:11 -07:00
Gaute Lindkvist
2d268b9e54 #6616 Make contour map and 2d intersection view follow the theme. (#6635)
* #6616 Make contour map and 2d intersection view follow the theme.
2020-09-30 08:32:20 +02:00
Ruben Thoms
0f92ad13ad Style sheet now applied to PdmUiTreeViewEditor.
Move some classes from PdmUiTreeViewEditor.cpp to the header file in order to make them available in RiuGuiTheme to adjust the style of tree views and keep the drag&drop styling. 
Removed getStyleSheet function.
2020-09-29 23:26:59 -07:00
Gaute Lindkvist
cf1487c2f3 Fix summary selection editor from property editor of SummaryCurve 2020-09-29 02:26:49 -07:00
Ruben Thoms
c49e9ea1bc Stylesheet parser in RiuGuiTheme can now parse QPalette::$QColorRole[::$QColorGroup] and uses the application's default QPalette for color replacements.
Adjusted default style sheet accordingly to use QPalette::Base color as QwtPlots' background color.
2020-09-28 14:08:10 +02:00
Ruben Thoms
20bc305983 Replaced QOverload with static_cast to assure downwards compatibility. 2020-09-28 11:00:18 +02:00
Ruben Manuel Thoms
effc0d4c73 It appears that the QMdiSubWindow's 'Qt::WA_DeleteOnClose' attribute is not having any effect anymore when the application's style sheet was changed. This leaves us with dangling sub windows after the main windows were closed. In order to make sure these sub windows are closed anyways, the sub windows are now explicitly deleted in 'RiuMainWindowBase::removeViewerFromMdiArea'. 2020-09-25 14:32:06 +02:00
Ruben Manuel Thoms
fac3055c47 Removed close function calls for QFiles. 2020-09-25 14:32:06 +02:00
Ruben Manuel Thoms
d177bd215d Fixed bug when variables were containing other variables as substrings. 2020-09-25 14:32:06 +02:00
Ruben Manuel Thoms
41976d525a Added debug output of stylesheet after parsing. 2020-09-25 14:32:06 +02:00
Magne Sjaastad
9a1531f938 Use original, more diffuse colors in TofAccumulatedPhaseFractionPlot 2020-09-25 14:32:06 +02:00
Magne Sjaastad
1d884ae117 Always use red for gas and blue for water 2020-09-25 14:32:06 +02:00