Magne Sjaastad
581b268928
Use hash of input do control if calculation is required
...
Add hash functions
Add serial number to SummaryReaderInterface
Add hash for RimSummaryCase
Use hash based on input parameters to control caching of data in RimEnsembleStatisticsCase::calculate and RimEnsembleCurveSet::appendOptionItemsForSummaryAddresses
2024-10-23 12:38:22 +02:00
Magne Sjaastad
da4d4c66b1
#11798 Use type definition from ClipperLib to avoid overflow
...
When converting a cvf::Vec3d to an integer vector, the platform int type was used as an intermediate variable. This caused overflow for large double values.
2024-10-22 10:39:04 +02:00
Magne Sjaastad
df091336e0
Move summary tools into separate folder
2024-10-22 07:28:43 +02:00
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
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
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
jonjenssen
2fe432b43d
Make sure launching external processes works after switch to qt6
2024-10-15 14:58:48 +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
Kristian Bendiksen
835cf4a53c
Qt6: Fix QMouseEvent.x() and .y() deprecation.
2024-10-04 15:27:43 +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
Kristian Bendiksen
ba9b66d75e
Qt6: update to changed name of QButtonGroup signal.
...
Changed names from buttonClicked to idClicked.
2024-10-02 11:00:33 +02:00
Kristian Bendiksen
b760fcebe2
#11689 Well Target Candidates: generate on well target clusters for single case.
2024-09-30 13:42:28 +02:00
Kristian Bendiksen
13cf450831
Add result calculator for PORV*SOIL, PORV*SGAS, and PORV*(SOIL+SGAS).
2024-09-30 13:42:28 +02:00
Magne Sjaastad
212f5bf5ae
Add support for Qt6 and disable Qt5
...
Required changes to use Qt6 and disable support for Qt5. There are still some adjustments related to Qt6 to be done, but these changes are not required to make Qt6 compile on relevant systems.
* Build system changes Qt6
* Override enterEvent
* Update QKeySequence
* QtChart changes
* Use QScreen to instepct dotsPerInch
* Add app->quit()
* Required updates for code related to QString
* Use RiaQDateTimeTools
* Required changes related to regular expressions
* Support compile on Qt < 6.5
When version < 6.5 is found, qt_generate_deploy_app_script() is disabled. Compilation of ResInsight will work, but the install target will be incomplete.
* Octave: add missing header.
* Qt Advanced Docking: force Qt6 where both Qt5 and Qt6 is available.
---------
Co-authored-by: magnesj <1793152+magnesj@users.noreply.github.com >
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com >
2024-09-30 11:21:17 +02:00
Magne Sjaastad
ee8925edc6
Prepare for 2024.09
...
Add keywords and update license info
2024-09-27 10:38:10 +02:00
Magne Sjaastad
360a635cda
Guard null pointer access
2024-09-27 10:38:10 +02:00
Magne Sjaastad
67adab8ad3
Make sure curve type rate/acc is calculated for existing project files
2024-09-27 10:38:10 +02:00
Magne Sjaastad
d2a160f793
Make RFT pressure data more robust
...
Replace tab with space, and fix an out of bounds bug.
2024-09-24 14:49:10 +02:00
Magne Sjaastad
a870fceb42
Intersection: Make sure property filtered geometry is visible
...
When an intersection geometry is filtered by property filters, make sure that the static geometry is hidden.
2024-09-24 14:49:10 +02:00
Magne Sjaastad
19354ac7b2
Revert "Make sure intersection calculations are done before legend update"
...
This reverts commit a0997821c6 .
2024-09-24 14:49:10 +02:00
Magne Sjaastad
e1864bf93b
Disable experimental settings for only load active cells
2024-09-24 14:49:10 +02:00
Magne Sjaastad
12ae4dbaaa
Improve detection of special *FIP* property names
...
Make sure RFIP* and SFIP* are not treated as category results
2024-09-24 14:49:10 +02:00
Magne Sjaastad
a0997821c6
Make sure intersection calculations are done before legend update
...
The legend categories can be filtered to only visible categories. This requires the geometry generators to do intersection calculations, as the legend is created based on intersected cells.
2024-09-24 07:45:10 +02:00
Magne Sjaastad
3cb55cacb2
Keep grid visibility unchanged when adding filter
2024-09-24 07:45:10 +02:00
Magne Sjaastad
7486f20e98
Exclude some statistics results from category classification
...
Avoid FIPOIL_MEAN and similar as a category result.
2024-09-24 07:45:10 +02:00