Commit Graph
21 Commits
Author SHA1 Message Date
Jørgen Herje 5937394b57 Backup of idea 2023-05-11 08:53:04 +02:00
Jørgen Herje 05a822f33a Backup 2023-05-11 08:51:50 +02:00
Jørgen Herje f4a904b227 Backup 2023-05-09 15:36:13 +02:00
Jørgen Herje 058c6d9a35 Backup 2023-05-05 15:30:03 +02:00
Jørgen Herje 254cd196f9 Backup 2023-05-05 15:28:57 +02:00
Jørgen Herje 1f85c1e611 Create calculator for Nodal Displacement
Calculator utilizing displacement vector values u1, u2 and u3
Fix
2023-05-05 15:28:57 +02:00
Jørgen Herje f1a060d020 Remove unnecessary code
If-statement is covered by early return in function
2023-05-05 15:28:57 +02:00
Jørgen Herje 6205418dde Fix warning for conversion from std::vector to QStringList 2023-04-28 15:09:31 +02:00
Jørgen Herje 93ab49cf02 Add RiuMenuBarBuildTools for creating default/common menus and actions
- Create tools for building default menus and actions across main windows
- Make menus as equal as possible with default creation,
2023-04-20 16:04:59 +02:00
Jørgen Herje 0f0cc4c5a8 Implement doRenderWindowContent
Note: Not tested!
2023-04-17 14:50:53 +02:00
Jørgen Herje cfca0ac665 Guard -1 for timeStepIndex
- Guard -1 from getTimeStepIndex
- Guard indexes < 0 in general usage
2023-04-17 14:50:53 +02:00
Jørgen Herje 7427e7b6e9 Fix tracer selection issues 2023-04-14 08:32:17 +02:00
Jørgen Herje 4f73995947 Use use CoboBoxDown/Up svg icons 2023-03-22 15:52:54 +01:00
Jørgen Herje a42a17bf10 Add icon and hide children in tree for Well Connectivity Table 2023-03-22 15:52:54 +01:00
Jørgen Herje 0fcbba6795 Add icon for WellAllocationOverTimePlot 2023-03-22 15:13:19 +01:00
Jørgen Herje 0601de4c18 Prevent update of show statistics selection in source stepping
- Refactor code into two functions
- Do not update selection when performing source stepping
2023-02-23 07:40:27 +01:00
Jørgen Herje 88ebf857ff Add open plot editor to menus
- Add to summary plot node in project tree
- Add to empty space in plot window (mdi area)
2023-02-22 16:17:24 +01:00
Jørgen Herje a6ee41aaee Fix grouping of properties for date tickmarks 2023-02-20 16:04:57 +01:00
Jørgen Herje b1e94adffd Change to point to point for Accumulated Flow Volume Percentage 2023-02-06 14:00:05 +01:00
Jørgen Herje e3a347ccaa Invert default isCurveHighlightSupported flag for RimPlot
- Make default flag = false, thus highlighting must be activated
- To prevent unwanted logic for new RimPlot objects
- Activate highlighting for RimSummaryPlot, RimVfpPlot and RimCorrelationMatrixPlot
2023-01-27 07:14:40 +01:00
Jørgen Herje 3c296202c2 Fix bug in QwtPlotWidget highlight reset
QwtPlotShapeItem objects were not reset
2023-01-27 07:14:04 +01:00