Jacob Støren
7670874181
#5006 Changed first default color of created well paths
2019-11-06 18:01:55 +01:00
Magne Sjaastad
dc983b5b84
#4982 Preferences : Add groups to System tab
2019-11-06 11:32:17 +01:00
Magne Sjaastad
0b3e5ecf0c
#4982 Preferences : Move Show 3D information to development tab
2019-11-06 11:22:03 +01:00
Magne Sjaastad
2aa704b18a
#4982 Preferences : Move Use Shaders to development tab
2019-11-06 11:10:33 +01:00
Gaute Lindkvist
03ff43237d
Add a view id tag to project tree and tooltip
...
* Remove it from property editor
2019-11-05 11:09:18 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Magne Sjaastad
7c8cf60dba
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
2019-11-04 14:35:41 +01:00
Magne Sjaastad
96a26662fc
Janitor : Apply clang-format fixes on codebase in ApplicationCode
2019-11-04 11:34:34 +01:00
Magne Sjaastad
cd054f2170
Janitor : Use const ref when possible (2)
2019-11-03 14:08:21 +01:00
Magne Sjaastad
b46124efd7
Janitor : Use const ref when possible
2019-11-03 12:19:24 +01:00
Magne Sjaastad
4ff56c7751
Janitor : Set copy constructor and assignment operator deleted
2019-11-03 11:14:48 +01:00
Magne Sjaastad
67e7bb0cf3
Fixes detected by cppcheck ( #4974 )
...
* Janitor : Remove obsolete pointer to dialog
* Janitor : Remove unused functions
* Janitor : Remove unused functions
* Janitor : Add explicit to constructors
* Janitor : Remove unused variables
* Janitor : Remove unused functions related to summary plot templates
* clang-tidy : Use nullptr instead of 0
* clang-tidy : Fix usage of virtual and override
* Upped to version 2019.08.2-dev.05
* Janitor : Remove unused variables
* Janitor : Clean up several cppcheck issues
* Janitor : Add cppcheck config files
* Janitor : Use const when possible
2019-11-03 08:37:03 +01:00
Gaute Lindkvist
30db19a1d0
Create Grid plot collection and allow creation of new combination plots
2019-10-31 14:09:50 +01:00
Magne Sjaastad
856580699c
Merge pull request #4955 from OPM/summary-adjustments
...
Summary adjustments
2019-10-30 14:40:20 +01:00
Magne Sjaastad
e4fd536d21
Merge pull request #4950 from OPM/summary-curve-filter-recently-used-to-registry
...
Summary curve filter recently used
2019-10-30 11:12:59 +01:00
Magne Sjaastad
25e7c3ecc1
#4951 Summary Plot Template : Hide default plot template from UI
2019-10-30 10:41:38 +01:00
Magne Sjaastad
18c52b0e18
Janitor : Avoid using .. when referencing include files
2019-10-30 09:12:13 +01:00
Magne Sjaastad
facfd062dc
#4949 Summary Curve Filter Toolbar : Store recently used strings to registry
2019-10-29 14:17:24 +01:00
Jacob Støren
469397bfd1
#4857 Fix crash due to missing guarding when loading project
2019-10-29 13:49:24 +01:00
Kristian Bendiksen
2c3b51ad3f
#4857 Fix measurement picking in comparison view.
2019-10-29 10:52:04 +01:00
Magne Sjaastad
12478a6eef
#4918 Improve detection of numbers when parsing std string
2019-10-25 16:38:08 +02:00
Magne Sjaastad
72e3ddc35e
#4934 Preferences : More robust storing of data to registry
2019-10-25 15:55:27 +02:00
Gaute Lindkvist
cf02211713
Introduce a new RiaPlotWindowRedrawScheduler
...
* Also fix order in RiaViewRedrawScheduler.cpp file to match header
2019-10-24 14:59:16 +02:00
Jacob Støren
63917a61b5
Merge pull request #4907 from OPM/feature-picking-in-comparison-view
...
Feature fix picking in comparison view step 1
2019-10-22 16:07:59 +02:00
Magne Sjaastad
53e8cc82bd
#4876 Resampeled Plot Data: Show time short text labels when possible
2019-10-19 15:05:59 +02:00
Jacob Støren
5a72de405d
#4857 Add support to distinguish 3D-view commands done in the main and comparison view
...
Support annotation and rangefilter creation in the comparison view
2019-10-17 15:02:39 +02:00
Gaute Lindkvist
d3140b6aac
System command command file merger ( #4845 )
...
* Move Import WellPaths command-file functionality into RicImportWellPaths
* Add new RICF_init macros for command file objects
* Make project save commands available in Python
* Fix RiaLogging build errors
* Move RiaLogging include from RiaGrpcServer.h to cpp file
2019-10-15 15:46:19 +02:00
Jacob Støren
440a152089
#4863 , #4865 Use autoname in the view dropdowns
2019-10-14 12:08:54 +02:00
Magne Sjaastad
c19bae3a07
#4852 Command Line : Enable commented code
2019-10-11 13:03:14 +02:00
Magne Sjaastad
0e2cee7295
#4852 Command Line : Add snapshotexportfolder
2019-10-11 12:35:41 +02:00
Magne Sjaastad
225893dcda
#4852 Command Line : Add snapshotsize
2019-10-11 10:57:20 +02:00
Magne Sjaastad
4bfcf86962
#4847 Move setFixedWindowSizeFor3dViews to RiuMainWindowTools
2019-10-11 08:54:23 +02:00
Magne Sjaastad
69ff4d25f2
#4847 Command Line Snapshots : Make sure image size is handled correctly
2019-10-11 08:32:08 +02:00
Magne Sjaastad
75140c2406
#4765 Summary : Support command line snapshots without a project file
...
Use current working directory as base, and create a sub folder named "snapshots". Export snapshots from the application into this folder.
2019-10-09 15:21:51 +02:00
Gaute Lindkvist
11117383db
#4817 #4830 #4832 #4837 #4839 Python commands for WBS creation, well path import and well log file import ( #4838 )
...
* Better minimum width for well log tracks
* Fix alignment of scrollbar in Well log plots
* Better Well Log Plot export
* Hide scroll bar before plotting
* Better borders
* Create plots through Python
* #4817 Create WBS plots with Python
* Rebase Summary and WellLogPlot on top of a new RimPlot
* Also Python: Allow setting folder as a parameter to export_snapshots
* #4832 Prepare for well path import command
* Well Path import WIP
* #4830 #4832 Import well paths and well log files from file using Python.
* #4837 Implement import of formation names in Python
* Fix debug build issue
* Fix RiaLogging build issue
* Fix warnings
* Yet another RiaLogging.h import added
* #4839 Import exporting of las and ascii files from well log plots
2019-10-09 09:21:28 +02:00
Magne Sjaastad
a6733ae776
Merge pull request #4818 from OPM/improve-ensemble-stepping
...
Improve ensemble stepping
2019-10-04 11:43:06 +02:00
Magne Sjaastad
311dd5b5c4
#4811 Source Stepping : Fix well stepping for ensembles
2019-10-04 09:09:22 +02:00
Gaute Lindkvist
f5b10b4d70
#4800 WBS: Add parameter track which is off by default ( #4816 )
...
* Initial WIP
* Identical results with spreadsheet
* Improved and more robust smoothing by filtering points first
* Improved smoothing and more GUI
* Include mixed-label for smoothing threshold
* Implement WBS parameters track
* Much better alignment of tracks without flickering
* Don't replace user description when dragging and dropping tracks
* Fix missing OBG and SH curves
* Fix curve and track D&D
* Make sure parameter curves aren't WBS curves
2019-10-03 14:41:37 +02:00
Magne Sjaastad
6ba4425dad
#4766 Crash when Show plot data for ensemble with a stopped simulation
2019-10-01 11:07:46 +02:00
Magne Sjaastad
0698674d59
#4796 Summary Plot Template : Add context menu of summary cases
2019-09-30 13:28:08 +02:00
Magne Sjaastad
64e617562d
#4796 Summary Plot Template : Add context menu of summary cases
2019-09-30 07:50:51 +02:00
Gaute Lindkvist
da6c7cf621
#4788 Ensemble RFT: fix missing statistics curves by having better bounds calculation for the curves.
2019-09-27 10:06:26 +02:00
Gaute Lindkvist
912e2063df
#4772 Ensemble RFT Fix crash when loading formation names after plot
...
* Problem is we're replacing the existing file summary case with a grid summary case
* This means we also have to update the ptr field in the rft plot.
2019-09-26 15:38:59 +02:00
Gaute Lindkvist
2a20f84f1f
#4732 Support error bars for observed RFT data ( #4760 )
...
* #4732 Fix missing refresh for ensemble RFT
* WIP
* #4732 Fix missing refresh for ensemble RFT
* WIP
* Make sure Observed RFT data is loaded on startup
* Make error bars work for RFT plots
* #4761 Add labels with formation and value/error to observed data points
* Changes after review
2019-09-25 17:48:19 +02:00
Jacob Støren
bfff15568d
#4712 Fix stray widgets in Plot Property Panel
...
Added comments showing that the reason is mainly deleteLater beeing called outside all event loops
2019-09-25 13:09:47 +02:00
Gaute Lindkvist
a2bad82391
#4736 System python command refactor ( #4743 )
...
* Move case loading commands from Commands to project and case
* Major refactor
* Fix problems with Python examples
* Add ability to export snapshot from just one view + fixup
* Case comments and black
* Make all modules pass pylint test
2019-09-23 11:50:33 +02:00
Magne Sjaastad
f2ac170b66
#4733 Summary Template : Add reload of templates
...
Adjust save and load of templates
Add save path to preferences
2019-09-19 11:39:32 +02:00
Magne Sjaastad
020313da91
#4657 Summary Templates : Application objects
...
Add file path to preferences
Show templates in project tree
Add pointer to template to RimSummaryPlot
2019-09-11 09:33:03 +02:00
Magne Sjaastad
b616864416
System : Remove obsolete includes
2019-09-11 09:25:00 +02:00
Magne Sjaastad
4375bef031
#4644 Summary Plot: Fix missing update of plot title
2019-09-10 10:50:08 +02:00