Magne Sjaastad
95b2f2bbd1
Add icons
2024-10-21 14:11:22 +02:00
Magne Sjaastad
eee00ee508
Update default dock state for Quick Access
2024-10-21 14:11:22 +02:00
Magne Sjaastad
2befcf6417
Create quick access objects when opening project and some objects
...
Create quick access for Eclipse view, IJK slice filters and property filters
Create quick access objects for existing projects automatically
2024-10-21 14:11:22 +02:00
Magne Sjaastad
2e305bd762
Add quick access dock widget
2024-10-21 14:11:22 +02:00
Magne Sjaastad
4ff5aaf381
Add quick access data model objects
2024-10-21 14:11:22 +02:00
Magne Sjaastad
b0d967ff40
Preparations for quick access features
...
* Add tool button editor with callback support
* Guard null pointer usage
* Allow proxy field with no getter
* Remove duplicated code
2024-10-21 14:08:15 +02:00
Magne Sjaastad
5ffd7f3f61
Move Show Disks from Visibility group into Disk group
2024-10-21 12:52:42 +02:00
Magne Sjaastad
c3d60869bd
Improve support for network vectors
...
Show all text if summary address contains multiple : for network addresses
Consolidate replace of tokens in summary address
2024-10-21 09:38:33 +02:00
Magne Sjaastad
2aaea1e6db
Fix crash when curve data is missing
2024-10-21 09:38:33 +02:00
Magne Sjaastad
77c789a179
Improve performance when creating multiple plots
2024-10-21 09:38:33 +02:00
Magne Sjaastad
04799e044e
Fix missing prefix seen in unity builds
2024-10-20 16:35:39 +02:00
Magne Sjaastad
205b29de3c
Bump to dev.05
2024-10-18 13:17:09 +02:00
Kristian Bendiksen
ebc805ab65
Refactor: Extractor contour polygon tools.
2024-10-17 13:45:18 +02:00
Kristian Bendiksen
c636a80fe2
Refactor: simplify conditionals.
2024-10-17 08:23:22 +02:00
Kristian Bendiksen
4c3fb3cc47
Janitor: clean up includes.
2024-10-17 08:23:22 +02:00
Kristian Bendiksen
a8d56417f6
Refactor: Extract RigContourMapGrid object.
2024-10-17 08:23:22 +02:00
Magne Sjaastad
da321830a7
Janitor: Fix some minor GUI issues
...
Use appendMenu instead of context command builder
Remove case name from import grid feature
Fix shortcut for feature
2024-10-16 14:32:36 +02:00
Magne Sjaastad
4fd9edc7a5
Select realization in Data Sources when clicking on curve
2024-10-16 14:32:36 +02:00
Magne Sjaastad
42d700ff7d
Remove unused code
2024-10-16 14:32:36 +02:00
Magne Sjaastad
2619f1a33a
#11771 Highlight all curves for a realization when picking
...
When selecting a single curve in an ensemble, select and highlight all curves connected to this realization.
2024-10-16 14:32:36 +02:00
Magne Sjaastad
23cf3fef3a
Call closeProject before quit to ensure a clean shutdown
2024-10-16 14:32:36 +02:00
Magne Sjaastad
383c7e071d
Merge in latest changes from main ( #11782 )
...
Merge main into dev after release of 2024.9.1
Includes changes to build related to conflicting Python requirements
ortools is used in the Komodo environment. This environment is not compatible with libprotoc 27 and newer. Use pinning to limit version of libprotoc<27.
Add dependency on typing_extensions
2024-10-16 09:27:09 +02:00
Magne Sjaastad
828a41bdfa
Bump to 2024.09.2-dev.04
2024-10-15 16:05:00 +02:00
jonjenssen
2fe432b43d
Make sure launching external processes works after switch to qt6
2024-10-15 14:58:48 +02:00
Magne Sjaastad
f6ab2f92d3
Python: Adjust pinning to be compatible with ortools
...
ortools is used in the Komodo environment. This environment is not compatible with libprotoc 27 and newer. Use pinning to limit version of libprotoc<27.
Add dependency on typing_extensions
2024-10-14 19:20:17 +02:00
Magne Sjaastad
eeb5f297c2
Bump to 2024.09.2-dev.03
2024-10-14 09:37:41 +02:00
Magne Sjaastad
360024c4bc
Make sure the insertWidget function inserts at the correct index
...
Insert the first widget at index 1 causes crash in Qt6
2024-10-14 09:19:21 +02:00
Magne Sjaastad
709ec7378e
#11768 Show current time step in result plot
2024-10-14 09:08:47 +02:00
Magne Sjaastad
8d42b321d3
Use copy_if_different to avoid build errors
2024-10-14 08:53:28 +02:00
Magne Sjaastad
4719090b5f
Define long names for summary vectors in JSON files
2024-10-14 08:53:28 +02:00
Magne Sjaastad
0330c3cacd
#11761 Add special parsing of SLAVES keyword as the default parsing fails
2024-10-10 11:41:40 +02:00
Magne Sjaastad
ca4a7b9000
Remove obsolete code related to Qt5
...
* Remove bundling of openssl1.1
* Remove obsolete compile flags
* Remove use of obsolete RimCommandObject
* Use QColor::isValidColorName
QColor::isValidColor is deprecated in Qt 6.6, QColor::isValidColorName was introduced in 6.4
* Make sure debug DLLs are copied when required
* Remove Qt5 from AppFwk
* Remove obsolete copy of Qt DLLs
2024-10-07 10:16:48 +02:00
Kristian Bendiksen
c75990551a
#11746 Simplify layout to silence warning from Qt.
...
Fixes #11746
2024-10-04 16:47:06 +02:00
Magne Sjaastad
f67d736c05
Bump to dev.02
2024-10-04 15:44:12 +02:00
Magne Sjaastad
b9448c2430
Additional Openssl adjustments
2024-10-04 15:28:42 +02:00
Kristian Bendiksen
d01ef325fa
GA: Remove Qt5 builds for AppFwkUnitTest jobs.
2024-10-04 15:27:43 +02:00
Kristian Bendiksen
3797aa8211
Qt6: Fix usage of deprecated QApplication::fontMetrics()
2024-10-04 15:27:43 +02:00
Kristian Bendiksen
bf1c7f4b04
Qt6: Fix deprecated QVariant::type() calls.
...
Use recommended QMetaData::type().id() instead.
2024-10-04 15:27:43 +02:00
Kristian Bendiksen
58656f900b
Qt6: string-related deprecations.
2024-10-04 15:27:43 +02:00
Kristian Bendiksen
835cf4a53c
Qt6: Fix QMouseEvent.x() and .y() deprecation.
2024-10-04 15:27:43 +02:00
Magne Sjaastad
a04d41b043
Use description as key in vcpkg.json
2024-10-04 13:32:53 +02:00
Magne Sjaastad
8d828fdc84
Disable Octave build temporarily
2024-10-04 13:25:20 +02:00
Magne Sjaastad
226ad98931
Add vcpkg.json used to build OpenSSL3
2024-10-04 13:25:20 +02:00
Jon Jenssen
4e97672e1d
Fix incorrect opengl viewport size on Windows if scaling != 100%. To be replaced by proper fix later.
2024-10-03 19:30:53 +02:00
Magne Sjaastad
7362b6a357
Bump to 2024.09.2-dev.01
2024-10-02 15:20:27 +02:00
Magne Sjaastad
aabe7b064d
#11735 Use static well path geometry if no simulation well data is available
...
Crash when creating intersection on a simulation well no well data is present at time step
2024-10-02 15:20:27 +02:00
Magne Sjaastad
eca17ab92e
#11737 Set Unknown as the default type for CONFAC
...
RFT segment results are accessed using a category, either Annulus, Device, Tubing or Unknown. Set the category for CONFAC to Unknown.
2024-10-02 15:20:27 +02:00
Magne Sjaastad
e7a082ac29
Regression Test: Find relevant objects and show them in Property Editor
2024-10-02 15:20:27 +02:00
Magne Sjaastad
f43ecd5e92
#11731 Remove creation of same groups twice in RimWellLogExtractionCurve
2024-10-02 15:20:27 +02:00
Magne Sjaastad
f031a81803
#11731 Detect when a group box have the same name as an existing group box
...
Detect when a group box have the same name as an existing group box. This is not currently supported, and leads to dangling group boxes in the Property Editor.
Trigger assert and crash when the situation appears.
2024-10-02 15:20:27 +02:00