Commit Graph
100 Commits
Author SHA1 Message Date
Magne Sjaastad 03d13f668b Merge pull request #4980 from OPM/adjust-clang-format
Adjust clang-format settings
2019-11-04 20:29:09 +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 946f9e7f91 Merge pull request #4979 from OPM/clang-format-fixes
Janitor : Apply clang-format fixes on codebase in ApplicationCode
2019-11-04 14:28:07 +01:00
Magne Sjaastad 96a26662fc Janitor : Apply clang-format fixes on codebase in ApplicationCode 2019-11-04 11:34:34 +01:00
Magne Sjaastad c5e3bc6898 Merge pull request #4978 from OPM/improve-history-curve-symbol-colors
Improve history curve symbol colors
2019-11-04 11:03:05 +01:00
Magne Sjaastad e8cdf1a8ef Janitor : Remove boolean function always returning true 2019-11-04 10:16:29 +01:00
Magne Sjaastad 9ae07c838a #4919 Summary Plot : Improve colors of history curve symbols 2019-11-04 10:15:57 +01:00
Magne Sjaastad e70ef260cc Merge pull request #4976 from OPM/placeholder-text-combo-box
Summary : Add placeholder text to combo box editor
2019-11-03 19:12:33 +01:00
Magne Sjaastad a950852559 #4972 Summary : Add placeholder text to combo box editor 2019-11-03 14:49:08 +01:00
Magne Sjaastad ee3f6a5a43 Merge pull request #4975 from OPM/janitor-issues-2
Janitor issues (2)
2019-11-03 14:47:13 +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 93f6bc8c72 Janitor : Remove invalid conditionals 2019-11-03 11:43:46 +01:00
Magne Sjaastad 4ff56c7751 Janitor : Set copy constructor and assignment operator deleted 2019-11-03 11:14:48 +01:00
Magne Sjaastad 688750dfab Janitor : Make sure normalization of second vector also is verified 2019-11-03 08:54:12 +01:00
Magne Sjaastad f35edc302f Janitor : Remove double if statement with identical test 2019-11-03 08:50:08 +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
Magne Sjaastad 18eee02bb1 #4966 tNav Crash on import : Guard null pointer access in flow diag library 2019-11-02 07:38:23 +01:00
Magne Sjaastad 32b5d7696d System : Remove build warnings (#4963) 2019-11-01 10:00:07 +01:00
Magne Sjaastad a5aa49c705 #4961 Summary : Fix description of some vectors 2019-10-31 18:54:27 +01:00
Magne Sjaastad 3009737636 Upped to version 2019.08.2-dev.05 2019-10-31 18:47:16 +01:00
Magne Sjaastad e042b2d17b #4958 Summary adjustments : Rename to Last used summary template 2019-10-31 11:55:53 +01:00
Magne Sjaastad 1d88f4d48a Guard null pointer access 2019-10-31 09:38:44 +01:00
Magne Sjaastad 45cc94abd2 Janitor : apply clang-format 2019-10-31 09:35:48 +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 d6b7aa301c #4951 Summary Plot Template : Hide template collection in project tree 2019-10-30 10:48:23 +01:00
Magne Sjaastad 2dfa6b9d9f #4951 Summary Plot Template : Remove obsolete template pointer 2019-10-30 10:45:15 +01:00
Magne Sjaastad a1e40524bc #4951 Summary Plot Template : Adjust size of UI 2019-10-30 10:42:16 +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 bcb4150ae4 #4951 Summary Plot Template : Hide context menu to select template 2019-10-30 09:26:41 +01:00
Magne Sjaastad 18c52b0e18 Janitor : Avoid using .. when referencing include files 2019-10-30 09:12:13 +01:00
Magne Sjaastad 350a812634 #4949 Recently used files : Use string list serializer 2019-10-29 14:23:01 +01:00
Magne Sjaastad facfd062dc #4949 Summary Curve Filter Toolbar : Store recently used strings to registry 2019-10-29 14:17:24 +01:00
Magne Sjaastad ba89a60e8d #4946 Ensemble Colors : Show color control in curve filter property editor 2019-10-29 13:40:57 +01:00
Magne Sjaastad ca3e2bdaf7 Merge pull request #4945 from OPM/ensemble-rft-add-missing-initialization
Ensemble RFT : Add missing initialization
2019-10-29 11:44:52 +01:00
Magne Sjaastad 1bf8341ba7 #4944 Ensemble RFT : Add missing initialization 2019-10-29 09:29:15 +01:00
Magne Sjaastad 44b154a1e3 Merge pull request #4942 from OPM/summary-text-edit-in-toolbar
Add combo box to specify text for summary curves
2019-10-29 06:52:33 +01:00
Magne Sjaastad 23e8db65c2 Merge remote-tracking branch 'origin/dev' into summary-text-edit-in-toolbar 2019-10-28 20:49:29 +01:00
Magne Sjaastad 0af6a1d95d #4775 Summary : Use combo box with history to edit text based curve creation 2019-10-28 20:41:15 +01:00
Magne Sjaastad 7a470587ac #4924 AppFwk ComboBox: Add minimum width 2019-10-28 20:39:01 +01:00
Magne Sjaastad 022d03a287 #4924 AppFwk ComboBox: Add tooltip 2019-10-28 20:37:27 +01:00
Magne Sjaastad a4c78cb7c3 Merge pull request #4936 from OPM/emsemble-parsing
Improve detection of numbers when parsing std string
2019-10-28 07:53:06 +01:00
Magne Sjaastad 2454ff1805 Merge pull request #4935 from OPM/fix-storage-of-preferences
Preferences : More robust storing of data to registry
2019-10-25 16:41:44 +02: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
Magne Sjaastad 2f3fcf7eec Merge pull request #4932 from OPM/summary-adjustments
Summary Adjustments
2019-10-25 15:17:40 +02:00
Magne Sjaastad 5183fbd5db #4926 Summary Plot : Add "Plot Preview" to plot editor 2019-10-25 14:27:22 +02:00
Magne Sjaastad 6110748192 #4926 Summary Plot : Add push button to edit plot 2019-10-25 13:53:51 +02:00
Magne Sjaastad cea853b94f #4926 Summary Templates : Improve placeholder text 2019-10-25 13:33:27 +02:00
Magne Sjaastad 0657155d86 #4926 Summary Templates : Move curve text edit group to top, collapse others 2019-10-25 13:29:32 +02:00
Magne Sjaastad f2fad7a975 #4926 Summary Templates : Set curve as selected object when case is imported 2019-10-25 13:15:02 +02:00
Magne Sjaastad 29c3ce0d06 #4903 Use helper function for action shortcut everywhere 2019-10-25 12:48:17 +02:00
Magne Sjaastad f2d5adca60 #4926 Summary Templates : Avoid creation of one extra duplicate curve 2019-10-25 11:57:30 +02:00
Magne Sjaastad e21e4f5008 Documentation : Updates for Python documentation 2019-10-25 11:20:27 +02:00
Magne Sjaastad 76d196a91a Merge pull request #4902 from OPM/summary-text-edit-in-toolbar
Summary text editor in toolbar
2019-10-24 21:44:33 +02:00
Magne Sjaastad 32128f0bf3 #4924 AppFwk : Add support for editable combo box 2019-10-24 21:03:17 +02:00
Magne Sjaastad f68eb93ac6 #4851 Ensemble RFT : Make sure colors are created correctly
Lindkvist: Fixed commit to work with new Grid Plot code
2019-10-24 14:59:16 +02:00
Magne Sjaastad e2da391371 #4851 Ensemble RFT : Fix update of color of ensemble curves on project load
Lindkvist: updated to work with new Grid Plot code
2019-10-24 14:59:16 +02:00
Magne Sjaastad 580d826922 Clear line edit when content do not match 2019-10-24 10:04:42 +02:00
Magne Sjaastad 1935451242 AppFwk : Add placeholder text to line edit 2019-10-24 09:44:51 +02:00
Magne Sjaastad d39e31b982 Merge pull request #4916 from OPM/export-contour-map-context-menu
#4822 Countour Map Export: Add export to context menu in 3D view
2019-10-23 17:49:02 +02:00
Magne Sjaastad bbfc6188e9 #4775 Summary : Do not change source selection if no sources are matching 2019-10-23 17:39:16 +02:00
Magne Sjaastad 4c48f557b0 #4822 Countour Map Export: Add export to context menu in 3D view 2019-10-23 17:03:09 +02:00
Magne Sjaastad 13bb85ccd5 Merge pull request #4915 from OPM/flow-diag-improve-robustness
Improve robustness when importing PVT data
2019-10-23 14:20:15 +02:00
Magne Sjaastad bcc4bc61e0 Merge pull request #4913 from OPM/fix-date-multipe-restart-files
#4904 Multiple restart-files : Fix wrong time step date
2019-10-23 13:27:23 +02:00
Magne Sjaastad 5930478a90 #4914 Flow Diag : Improve robustness when reading PVT data
https://github.com/OPM/opm-flowdiagnostics-applications/pull/98
2019-10-23 13:24:47 +02:00
Magne Sjaastad cb7e948fef #4904 Multiple restart-files : Fix wrong time step date 2019-10-23 12:43:34 +02:00
Magne Sjaastad 8ca1ae4888 Merge pull request #4911 from OPM/ensemble-rft-colors-on-load
Additional fix for ensemble rtf colors
2019-10-23 09:39:04 +02:00
Magne Sjaastad b3ee5a2e01 Merge pull request #4910 from OPM/ensemble-legend-icon-and-text
Improve ensemble statistics legend icon and text
2019-10-23 09:38:27 +02:00
Magne Sjaastad cb5195bac2 #4851 Ensemble RFT : Make sure colors are created correctly 2019-10-23 09:16:54 +02:00
Magne Sjaastad 86c75ca678 clang-format fixes 2019-10-23 09:14:14 +02:00
Magne Sjaastad 05d2645a0a #4909 Summary Legend Text : Improve text for statistics curves 2019-10-23 08:43:44 +02:00
Magne Sjaastad 2d2ce4a71e #4906 Ensemble Statistics Legend Icons : Fix missing symbol text 2019-10-22 13:14:16 +02:00
Magne Sjaastad 28ef4166ea #4775 Summary : Improve event handling and add shorcut 2019-10-22 10:39:18 +02:00
Magne Sjaastad 1671fe44b2 #4775 Summary : Add max width to line edit 2019-10-21 16:36:28 +02:00
Magne Sjaastad 7be2cc3031 #4775 Summary : Add text based curve creation to toolbar 2019-10-21 16:19:28 +02:00
Magne Sjaastad 3a174edf0e #4901 AppFwk : Add label editor 2019-10-21 15:47:13 +02:00
Magne Sjaastad 4920ccd667 Merge pull request #4898 from OPM/fix-update-ensemble
#4851 Ensemble RFT : Fix update of color of ensemble curves on project load
2019-10-21 07:58:49 +02:00
Magne Sjaastad 328cf44d94 #4851 Ensemble RFT : Fix update of color of ensemble curves on project load 2019-10-20 10:46:05 +02:00
Magne Sjaastad f114a37b3c Merge pull request #4897 from OPM/summary-data-show-short-text-labels
#4876 Resampeled Plot Data: Show time short text labels when possible
2019-10-20 08:44:27 +02:00
Magne Sjaastad 53e8cc82bd #4876 Resampeled Plot Data: Show time short text labels when possible 2019-10-19 15:05:59 +02:00
Magne Sjaastad d59cdfa6ec Merge pull request #4895 from OPM/fix-cumulative-curve-statistics-resample
Fix cumulative curve statistics resampling
2019-10-19 13:33:26 +02:00
Magne Sjaastad c0d678d355 Merge pull request #4896 from OPM/add-error-message-to-fmu-import
Add error message to FMU import
2019-10-18 18:16:58 +02:00
Magne Sjaastad 6d7b29bb29 #4893 Formations : Make sure "layer_zone_table.txt" is defined once 2019-10-18 14:45:12 +02:00
Magne Sjaastad 3f617c93d2 #4893 Import Observed FMU data : Add error message 2019-10-18 14:36:53 +02:00
Magne Sjaastad 537184328a #4877 Refactor and rename to RiuSummaryQuantityNameInfoProvider 2019-10-18 14:28:02 +02:00
Magne Sjaastad 1cab88e9c5 #4877 Detect correct accumulation type for statistics curves 2019-10-18 14:22:15 +02:00
Magne Sjaastad 4dcdc2a1ee Set version to 2019.08.2-dev.04 2019-10-16 12:53:45 +02:00
Magne Sjaastad bb74ac24f8 Merge pull request #4875 from OPM/fix-dual-porosity-issues
Fix dual porosity issues
2019-10-16 11:59:17 +02:00
Magne Sjaastad 61db98ef04 #4874 Dual Porosity : Missing active cells in some cases 2019-10-16 11:11:01 +02:00
Magne Sjaastad a53f1e1e91 #4638 Dual porosity : Make sure geometry is regenerated when switching between matrix/fracture 2019-10-16 10:15:51 +02:00
Magne Sjaastad 715a1c66e5 Merge pull request #4848 from OPM/command-line-snapshots
#4847 Command Line Snapshots : Make sure image size is handled correctly
2019-10-11 14:01: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 71760b0e34 Merge pull request #4844 from OPM/improve-command-line-
#4765 Summary : Support command line snapshots without a project file
2019-10-10 07:52:55 +02:00