ResInsight/ApplicationLibCode
Magne Sjaastad a0ebb6e496
Add copyObject to PdmObjectHandle
New syntax to copy an object

    auto curveCopy = curve->copyObject<RimSummaryCurve>();

Previous deprecated syntax

    RimColorLegend* customLegend = dynamic_cast<RimColorLegend*>(
            standardLegend->xmlCapability()->copyByXmlSerialization( caf::PdmDefaultObjectFactory::instance() ) );
2024-06-14 17:18:28 +02:00
..
Adm Add object and keywords for 2024.03 2024-03-22 08:46:28 +01:00
Application Simplify PdmDocument class and move fileName to private 2024-06-05 14:35:01 +02:00
CommandFileInterface Several adjustments related to Qt6 2024-04-16 14:22:15 +02:00
Commands Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
FileInterface #11437 Propagate detected date format to line based parsing 2024-05-28 12:54:40 +02:00
GeoMech Support both AND and OR operations when combining range and index filters (#11275) 2024-03-11 20:02:47 +01:00
ModelVisualization #11482 Add fault mesh line thickness option 2024-06-07 11:13:10 +02:00
ProjectDataModel Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
ProjectDataModelCommands Update GUI editor if a new summary vector is set created 2024-03-22 08:46:28 +01:00
ReservoirDataModel Add support for multiple curve sets in one VFP plot 2024-06-12 09:35:28 +02:00
ResultStatisticsCache #11358 Guard overwrite of already calculated statistics values 2024-05-22 10:04:41 +02:00
SocketInterface Octave: Change default port number and add custom port number to Preferences 2024-06-03 10:17:21 +02:00
UnitTests Simplify PdmDocument class and move fileName to private 2024-06-05 14:35:01 +02:00
UserInterface Show properties for selected object in main project tree 2024-06-12 09:35:28 +02:00
.clang-format clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
.clang-tidy clang-tidy: Add readability-container-size-empty check. 2023-09-27 10:16:37 +02:00
CMakeLists.txt Simplify configuration and use of vcpkg 2024-05-31 08:56:29 +02:00
CustomPCH.cmake Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
Doxyfile Adjust doxygen documentation generation 2022-12-08 12:38:32 +01:00
pch.h Use precompiled headers to speed up build 2023-08-11 12:41:40 +02:00
RiuThemesDirectory.h.cmake #8560 Fix gray background for default theme 2022-04-13 21:16:51 +02:00