Sigurd Pettersen
9aae262de5
Added test bench for cvfqt::OpenGLWidget
2024-01-14 21:28:15 +01:00
Sigurd Pettersen
9b8dfed53b
Modifications for compile with Qt6
2024-01-14 16:58:19 +01:00
Sigurd Pettersen
6459548aba
Removed includes of QOpenGLFunctions
2024-01-12 17:47:17 +01:00
Sigurd Pettersen
6b8dfd3f7b
Added QTMultiView test app based on cvfqt::OpenGLWidget
2024-01-12 17:40:28 +01:00
Sigurd Pettersen
71b1384b7f
Refactored SnippetRunner to handle utilize cvfqt::OpenGLWidget
2024-01-12 16:48:06 +01:00
github-actions[bot]
be5ed53fd3
Fixes by clang-format ( #11056 )
...
Co-authored-by: sigurdp <sigurdp@users.noreply.github.com >
2024-01-12 16:36:04 +01:00
Sigurd Pettersen
60d962bf1e
Fixes and workarounds from compiling on linux
2024-01-12 17:26:47 +01:00
Sigurd Pettersen
c76ae92a84
Removed unused code
2024-01-12 17:22:14 +01:00
Sigurd Pettersen
ad2fd65804
Added QtMinimal and QtMinimal_GLWidget
2024-01-12 11:13:50 +01:00
Sigurd Pettersen
0dccff3867
Initial support for compilation on Qt6
2024-01-12 10:52:34 +01:00
Sigurd Pettersen
5993914276
Removed unused TriggerTBBCopy.txt
2024-01-12 10:35:19 +01:00
Sigurd Pettersen
9b553d6963
Refactored cvf::OpenGLContext and cvf::OpenGLContextGroup, and added first cut impl of cvfqt::GLWidget and cvfqt::OpenGLWidget
2024-01-12 10:07:02 +01:00
Sigurd Pettersen
4bd1be3763
Added class for OpenGLInfo
2024-01-12 09:50:46 +01:00
Sigurd Pettersen
f343427fc2
Fixes to get snippets up and running before introducing new OpenGL widgets
2024-01-11 17:21:58 +01:00
Sigurd Pettersen
5cd3cb524d
Added missing include
2024-01-11 13:21:08 +01:00
Sigurd Pettersen
fe4dc8b296
Added missing type
2024-01-11 13:20:52 +01:00
Sigurd Pettersen
dbaeb770cf
Additional deprecated renaming
2024-01-11 13:20:26 +01:00
Sigurd Pettersen
aa33001b64
Marked existing QtMinimal and QtMultiView as deprecated
2024-01-10 10:25:37 +01:00
Sigurd Pettersen
5d625223c1
Refactor to deprecate existing QGLWidget derived widget
...
Renamed cvfqt::OpenGLWidget to cvfqt::GLWidget_deprecated
Renamed cvfqt::CvfBoundQGLContext to cvfqt::CvfBoundQGLContext_deprecated
Renamed cvfqt::OpenGLContext to cvfqt::OpenGLContext_QGLContextAdapter_deprecated
Added cvf::OpenGLUtils
2024-01-09 22:06:20 +01:00
Sigurd Pettersen
ce9a65ee41
VizFwk housekeeping ( #11026 )
...
Housekeeping in VizFwk in preparation for introducing support for QOpenGLWidget and Qt6
* Adjusted unit tests to changes in source code
* Use Qt5 as default and removed copying of Qt DLLs
* Removed support for Qt4
* Removed the CVF_OPENGL_ES define. If we ever want to re-introduce support fro OpenGLES/Angle it should be handled differently.
*Added include of <locale.h>
* Added target for running Glsl2Include in order to build cvfShaderSourceStrings.h
* Removed all usage of CVF_USING_CMAKE
* Removed visual studio project files
2024-01-09 14:38:57 +01:00
Magne Sjaastad
edf44cb4c0
Prepare CMake to support both Qt5 andf Qt6
...
CEE_USE_QT6 controls if Qt6 is used.
Improved install and package for Qt6, target version Qt 6.5.3
Added Qt6 to github action for AppFwkUnitTest
2024-01-09 11:02:41 +01:00
Magne Sjaastad
8424c77167
Remove norwegian characters
...
On Qt6, text with norwegian characters causes build failure.
2024-01-09 11:02:41 +01:00
Magne Sjaastad
d1b3445bef
gcc10: add missing include
2024-01-09 11:02:41 +01:00
Magne Sjaastad
118d88b973
Create singleton before displaying window
2024-01-09 11:02:41 +01:00
Kristian Bendiksen
adf52ed301
#10827 Fault reactivation: extract temperatures using well log.
2024-01-08 18:05:48 +01:00
Kristian Bendiksen
f81dcbd2dc
Minor refactor: extract method extracting values.
2024-01-08 18:05:48 +01:00
Kristian Bendiksen
45c32a4ebb
Refactor: Extract methods for creating well paths and extractors.
2024-01-08 18:05:48 +01:00
Kristian Bendiksen
33c24a219c
Fix crash when deleting case.
2024-01-08 18:05:48 +01:00
Jon Jenssen
af3cfc9bac
Add missing include
2024-01-08 17:22:09 +01:00
Jon Jenssen
b38e9de2cb
Minor changes to exported INP file based on feedback and testing
2024-01-08 17:22:09 +01:00
magnesj
02ad40b127
Fixes by clang-tidy
2024-01-08 07:17:21 +01:00
Magne Sjaastad
f6be434b85
Remove Qt version checking for old Qt version
2024-01-07 18:28:36 +01:00
Magne Sjaastad
b5616561c2
Support use of of std::pair<T, QString>
2024-01-07 18:28:36 +01:00
Magne Sjaastad
d38ebf68f4
Check for Qt5 when using removed class QDesktopWidget
2024-01-07 18:28:36 +01:00
Magne Sjaastad
870bcf0a46
Test for Qt5 when using obsolete OpenGL functions
2024-01-07 18:28:36 +01:00
Magne Sjaastad
2c02d61846
Use QRegularExpression instead of QRegExp
2024-01-07 18:28:36 +01:00
Magne Sjaastad
e23560d9a0
Use setContentsMargins instead of setMargin
2024-01-07 18:28:36 +01:00
Magne Sjaastad
50234f0ea8
Add missing includes
2024-01-07 18:28:36 +01:00
Magne Sjaastad
ff6472c6b7
Update to clang-16
...
Use runner Ubuntu 22.04 for clang-16
Remove unused code detected by clang-16
2024-01-05 15:13:50 +01:00
jonjenssen
9ac518fbe0
Bump dev version to 07
2024-01-05 11:03:26 +01:00
Kristian Bendiksen
956e53aa19
#10826 Fault Reactivation: improve pore pressure eclipse extraction.
2024-01-05 10:10:23 +01:00
jonjenssen
daae1e6e05
Improve fault reactivation file names ( #11005 )
...
Use model name in exported file name.
Add model name to include file names.
2024-01-05 08:43:40 +01:00
Kristian Bendiksen
544e6974e7
Refactor: improve interface for finding intersecting cells.
2024-01-03 13:00:09 +01:00
Kristian Bendiksen
ffa117e736
Refactor: Extract getPartIndexFromPoint to avoid duplication.
2024-01-03 13:00:09 +01:00
Jon Jenssen
62c7007654
Minor code cleanup
2024-01-03 12:44:10 +01:00
jonjenssen
50a766591b
Enable INP support without ODB libraries ( #10990 )
...
Enable INP support without ODB libraries
2024-01-03 11:55:35 +01:00
Magne Sjaastad
31d11f56f5
#10986 Set non-visible cells to zero for aggregated expressions
...
For aggregated expressions, set cells outside filter to 0.0. Do nothing for normal expressions.
2024-01-03 10:28:34 +01:00
Jon Jenssen
a4db175bea
Make sure imported element properties goes to the selected case.
...
Improve reload/close element property UI
2023-12-21 08:23:37 +01:00
Kristian Bendiksen
cf453ac4a5
Fault Reactivation: use data nodes when extracting values for INP file.
2023-12-21 08:22:06 +01:00
Magne Sjaastad
9b36fe440d
Make result name string match more robust
2023-12-20 19:05:45 +01:00