ResInsight/ApplicationLibCode/Commands/ExportCommands
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
..
CMakeLists_files.cmake Add command for exporting INP files. 2023-09-06 13:51:59 +02:00
RicAdvancedSnapshotExportFeature.cpp Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
RicAdvancedSnapshotExportFeature.h Refactor connection between cases and views. 2024-04-15 16:10:43 +02:00
RicCellRangeUi.cpp Return pair of vectors and rename 2024-01-22 14:52:49 +01:00
RicCellRangeUi.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicCreateDepthAdjustedLasFilesFeature.cpp Refactor: rename RimWellLogFile to RimWellLogLasFile 2023-10-02 16:04:53 +02:00
RicCreateDepthAdjustedLasFilesFeature.h Refactor: rename RimWellLogFile to RimWellLogLasFile 2023-10-02 16:04:53 +02:00
RicCreateDepthAdjustedLasFilesImpl.cpp Add support for Qt6 and disable Qt5 2024-09-30 11:21:17 +02:00
RicCreateDepthAdjustedLasFilesImpl.h Refactor: rename RimWellLogFile to RimWellLogLasFile 2023-10-02 16:04:53 +02:00
RicCreateDepthAdjustedLasFilesUi.cpp Refactor: rename WellLogFileChannel to WellLogChannel. 2024-05-28 10:44:44 +02:00
RicCreateDepthAdjustedLasFilesUi.h Refactor: rename RimWellLogFile to RimWellLogLasFile 2023-10-02 16:04:53 +02:00
RicEclipseCellResultToFileImpl.cpp Refactor result definition 2023-05-11 08:37:58 +02:00
RicEclipseCellResultToFileImpl.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicExportCarfin.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportCarfin.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportCarfinUi.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicExportCarfinUi.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicExportEclipseSectorModelFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportEclipseSectorModelFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportEclipseSectorModelUi.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RicExportEclipseSectorModelUi.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicExportFaultsFeature.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicExportFaultsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportInpFileFeature.cpp Improve fault reactivation file names (#11005) 2024-01-05 08:43:40 +01:00
RicExportInpFileFeature.h Add command for exporting INP files. 2023-09-06 13:51:59 +02:00
RicExportLgrFeature.cpp Janitor: Remove deprecated method. 2023-09-11 17:39:38 +02:00
RicExportLgrFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportLgrUi.cpp Refactor LayoutOptions to improve readability 2023-11-10 14:48:56 +01:00
RicExportLgrUi.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicExportSelectedWellPathsFeature.cpp Fixes by clang-tidy 2024-09-02 15:26:44 +02:00
RicExportSelectedWellPathsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportToLasFileFeature.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicExportToLasFileFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportToLasFileResampleUi.cpp Janitor: Remove obsolete deleteChildren 2024-07-25 13:58:31 +02:00
RicExportToLasFileResampleUi.h Janitor: Remove obsolete deleteChildren 2024-07-25 13:58:31 +02:00
RicExportVisibleWellPathsFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportVisibleWellPathsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportWellPathsUi.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RicExportWellPathsUi.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicLgrSplitType.h Added more clang-tidy checks 2023-04-14 14:07:45 +02:00
RicSaveEclipseInputPropertyFeature.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicSaveEclipseInputPropertyFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSaveEclipseInputVisibleCellsFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSaveEclipseInputVisibleCellsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSaveEclipseInputVisibleCellsUi.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RicSaveEclipseInputVisibleCellsUi.h Use enum instead of string 2023-11-17 09:53:30 +01:00
RicSaveEclipseResultAsInputPropertyExec.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicSaveEclipseResultAsInputPropertyExec.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicSaveEclipseResultAsInputPropertyFeature.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicSaveEclipseResultAsInputPropertyFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSnapshotAllPlotsToFileFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSnapshotAllPlotsToFileFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSnapshotAllViewsToFileFeature.cpp Janitor: Remove deprecated method. 2023-09-11 17:39:38 +02:00
RicSnapshotAllViewsToFileFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSnapshotFilenameGenerator.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicSnapshotFilenameGenerator.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicSnapshotViewToClipboardFeature.cpp #10367 Janitor: Remove unneccessary 'this' pointers 2023-08-07 13:38:27 +02:00
RicSnapshotViewToClipboardFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSnapshotViewToFileFeature.cpp Cmake cleanup and selected Qt6 adjustments 2024-04-17 15:06:51 +02:00
RicSnapshotViewToFileFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSnapshotViewToPdfFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSnapshotViewToPdfFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00