Commit Graph

13782 Commits

Author SHA1 Message Date
Magne Sjaastad
03f659df0c #6771 Regression Test: Replace QMessageBox with RiaLogging::errorInMessageBox
Fix typo


Includes
2020-10-13 05:38:04 -04:00
Magne Sjaastad
ef1b5a3d89 #6771 Regression Test: Remove unused includes 2020-10-13 05:38:04 -04:00
Magne Sjaastad
141e61bfc2 #6771 Regression Test : Add errorInMessageBox
Show message box when running interactively. Never show message box if console mode or running regression tests
2020-10-13 05:38:04 -04:00
Gaute Lindkvist
81b2f79a7b Center step icon for curves and plots in tree view 2020-10-13 10:06:20 +02:00
Magne Sjaastad
41b7b99832 Update to 2020.10.0-RC03 2020-10-12 18:52:57 +02:00
Magne Sjaastad
c8862ea83c #6765 Test System : Add flag from regression dialog to invalidate external files 2020-10-12 12:50:46 -04:00
Gaute Lindkvist
1204403448 Remove QDebug header 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
c540fbcd2d #6739 Fix WSEGVALV area calculation 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
dcc88a4703 #6735 Fix compsegs end length and make valve branch segments use mid points 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
bb3dfd538c #6734 Fix segment order in MSW export and get well in error message
* Fixing the order also ends up removing the wrong segment discussed in the bug
2020-10-12 15:51:59 +02:00
Gaute Lindkvist
50a7052756 #6733 Make sure valves get proper segment index 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
647bf0cf46 Fix crashes when exporting completions from input grid 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
c291f22d4d #6759 Fix freeze when loading project with input grid 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
b3abe284ce #6737 Make sure we always create a summary reader interface when asking for a reader 2020-10-12 15:48:29 +02:00
Magne Sjaastad
3972d662f0 #6747 Tensor computations : Add unit tests 2020-10-12 09:27:03 -04:00
Magne Sjaastad
64e4ee9402 #6743 Dock Widgets : Workaround for high CPU usage 2020-10-12 02:40:51 -04:00
Magne Sjaastad
f3f7ea55c0
Merge patch branch (#6760) 2020-10-09 14:09:29 +02:00
Magne Sjaastad
29aa37084a CppCheck : Skip duplicate tests 2020-10-09 13:53:16 +02:00
Magne Sjaastad
53c39cdc73 CppCheck : Remove unused variables 2020-10-09 13:43:31 +02:00
Magne Sjaastad
f9a402b0f9 Include single summary cases as basis for quantity name aggregation 2020-10-09 11:18:09 +02:00
Magne Sjaastad
dc5a9a0eee
Added link to tutorials 2020-10-09 10:27:35 +02:00
Magne Sjaastad
6c721476a7 Update to 2020.10.0-RC02
Includes tensor fix for GeoMech
2020-10-09 08:54:02 +02:00
Magne Sjaastad
ddc3b009b7 #6747 Tensor computations : Use Ez for surface normal calculations 2020-10-09 08:52:24 +02:00
Ruben Thoms
fc0d50aa2c Bugfix : legend titles not handling line breaks correctly 2020-10-08 09:51:51 -04:00
Kristian Bendiksen
b16482bb2f #6490: Improve color legends right-click menus 2020-10-08 09:50:45 -04:00
Magne Sjaastad
2ee4f48a88 #6747 Tensor computations : Fix issues when creating the rotation matrix 2020-10-08 09:49:45 -04:00
Ruben Thoms
74044ab5c7 Fixes #6746. 2020-10-08 08:15:57 -04:00
Ruben Thoms
f900e06d70 Colored icons. 2020-10-08 08:15:19 -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
Gaute Lindkvist
3d1378d4a2 Change Gray-color in Icons from #909090 to #808080
This retains good contrast in the dark theme and improves contrast with light themes
2020-10-07 13:32:00 +02:00
Gaute Lindkvist
6a7c34cea2 Revert "Disable Zoom All if there's no active view."
This reverts commit 80fe9f9fd5.
2020-10-07 09:17:54 +02:00
Magne Sjaastad
56ecd2c19a #6727 Completion Export : Search all result types
When loading result data required for completion calculations, the results usually are located in STATIC_NATIVE. If data is imported from GRDECL file, the PERM, PORO, etc will be located in "Input Property". This commit will search for data of all types, in priority given in RigCaseCellResultsData::findOrLoadKnownScalarResult()
2020-10-07 00:44:58 -04:00
Ruben Thoms
ee4311ca10 Bugfix: Creation of difference summary addresses
Difference summary addresses were also added for history summary addresses.
2020-10-06 12:14:22 -04:00
Ruben Thoms
77b2b71282 Fixes #6718.
Also made function for historyIdentifier and made it and differenceIdentifier public.
2020-10-06 12:14:22 -04:00
Ruben Thoms
3c5c37e5a8 Legend title issues
Fixes #6728.
2020-10-06 12:04:04 -04:00
Gaute Lindkvist
80fe9f9fd5 Disable Zoom All if there's no active view.
* Makes it consistent with the other view actions.
2020-10-06 13:31:22 +02:00
Magne Sjaastad
ef15a98e3a #6721 Ensemble Parameters : Improve performance for list in Property Editor
Introduce hasEnsembleParameters() for efficient check if any case has ensemble parameters.
Use first timestep definition from a summary case, as the time steps usually not differ between different summary vectors.
2020-10-06 13:30:34 +02: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
6eba1632ac GHA : Add Qt Svg to centos7 2020-10-06 02:36:56 -04:00
Magne Sjaastad
1642370928 #6476 AppFwk : Add support for moving selected items to top list 2020-10-06 02:17:58 -04:00
Magne Sjaastad
27230ed308 Fix missing icons 2020-10-06 07:40:54 +02:00
Gaute Lindkvist
d99677d149 Slightly tweak dark theme CSS to remove toolbar border and alter padding 2020-10-05 12:39:26 +02:00
Magne Sjaastad
1c48cad886 Set version to 2020.10.0-RC01 2020-10-05 11:54:03 +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
Magne Sjaastad
ca2bb88acb Spell Check : Ignore SVG files 2020-10-05 03:19:19 -04:00
Gaute Lindkvist
1cca435548 Dark Theme: Use the secondary color for text selection in LineEditor and friends
* The primary color is hard to distinguish from the background color of the widgets
2020-10-05 02:48:14 -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
a796c5b340 Center the check in the dark theme checkboxes and remove the old PNGs 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