Commit Graph
100 Commits
Author SHA1 Message Date
Magne Sjaastad a86ae13bb7 Rename command line argument to --server 2019-08-22 14:42:14 +02:00
Magne Sjaastad 4dcd7663c9 Merge pull request #4618 from OPM/feature-python-instance-app
#4611 Merge Python classes app and instance
2019-08-22 14:19:37 +02:00
Magne Sjaastad 8c7d7e8711 Merge pull request #4620 from OPM/bug-#4617
#4617 Disallow creating ensemble curve sets if you have no ensemble
2019-08-22 14:16:12 +02:00
Magne Sjaastad f13f6c29e7 Merge pull request #4613 from OPM/bug-#4612
#4612 Fix build error without GRPC
2019-08-22 09:33:59 +02:00
Magne Sjaastad a97066b2f2 Show saturation pressure plot command on context menu of Eclipse view 2019-08-21 08:10:48 +02:00
Magne Sjaastad fee9a2de19 #4600 Dual porosity: Apply matrix/fracture change immediately 2019-08-21 07:25:17 +02:00
Magne Sjaastad d86a53f732 #4599 Add "Collapse Others Views/Plots" to context menu of views and plots 2019-08-20 10:39:23 +02:00
Magne Sjaastad d065014571 #4599 AppFwk : Do not scroll to item when item is collapsed 2019-08-20 10:35:30 +02:00
Magne Sjaastad 97c795cda4 Remove duplicate function hiding base class implementation 2019-08-19 21:07:35 +02:00
Magne Sjaastad 17876c76ae #4562 Summary : Group LGR categories at bottom of list 2019-08-19 10:10:45 +02:00
Magne Sjaastad 4d8ce1e399 #4483 Summary Plot Stepping: Hide not relevant controls from property editor 2019-08-19 07:56:43 +02:00
Magne Sjaastad 4cb1c9faca #4581 Summary Plot: Add default curve style to preferences for history curves 2019-08-16 15:41:58 +02:00
Magne Sjaastad dab424ace3 #4590 Preferences : Improve definition and use of tab names in dialog 2019-08-16 15:10:32 +02:00
Magne Sjaastad c30b34511b #4581 Summary Plot: Rename to setCurveAppearanceFromCaseType() 2019-08-16 14:40:12 +02:00
Magne Sjaastad c5542463aa #4581 Summary Plot: Add isHistoryQuantity 2019-08-16 14:37:34 +02:00
Magne Sjaastad c78b435864 #4574 Summary Plot: Do not modify highlight curve change when zooming 2019-08-16 14:02:16 +02:00
Magne Sjaastad 7295ba8533 #4567 Summary Plot: Set quantity plot title only WOPT and WOPTH 2019-08-16 12:54:24 +02:00
Magne Sjaastad 0dde46e4fe #4575 Summary Plot: Increase minimum zoom window before accepting zoom action 2019-08-16 12:54:24 +02:00
Magne Sjaastad 010c9a539f #4579 Countour Map : Fix missing data for Eclipse cases
Introduction of checkable sub grids caused contour maps to display nothing. The problematic code was  m_gridCollection->setActive(false);

Changes in update logic based on checked state of visible grids triggered new computation of visible cells. In this case, all grids where marked as invisible due to the disabled grid collection.
2019-08-15 10:08:43 +02:00
Magne Sjaastad 25ad832ab0 Upped to 2019.04.0-dev.05 2019-08-14 17:00:39 +02:00
Magne Sjaastad 10e3180332 #4565 Highlight Curves : Clicking on curve causes access violation
Create a copy of the item list before the loop to avoid invalidated iterators when iterating the list plotCurve->setZ() causes the ordering of items in the list to change
2019-08-13 12:58:04 +02:00
Magne Sjaastad 7b3155ab33 Help text editor : Set text widget as read only 2019-08-13 10:16:31 +02:00
Magne Sjaastad 94e71b900c Improve help text 2019-08-13 10:12:32 +02:00
Magne Sjaastad d2b6cb589c #4563 Summary : Fix import of summary file specified by casename.SMSPEC 2019-08-13 08:20:50 +02:00
Magne Sjaastad b0605635a0 Update build descriptions 2019-08-12 09:53:14 +02:00
Magne Sjaastad 3f7a5ff29c cmake : Rename to RESINSIGHT_GRPC_INSTALL_PREFIX 2019-08-12 09:52:19 +02:00
Magne Sjaastad e70cf3c736 cmake : Rename to RESINSIGHT_GRPC_PYTHON_EXECUTABLE 2019-08-12 09:52:19 +02:00
Magne Sjaastad b3c00c2038 Mark several cmake options as advanced 2019-08-12 09:52:19 +02:00
Magne Sjaastad 31f4453135 #4540 Command line : Fix option --case without file extension 2019-08-09 12:27:36 +02:00
Magne Sjaastad 0bb84b22a5 #4540 : Include full path when working with extensions 2019-08-09 12:27:36 +02:00
Magne Sjaastad 4ed30ad4af Avoid using c++-14 2019-08-09 08:05:53 +02:00
Magne Sjaastad 136251c4b1 Python doc : Add modules GridCaseGroup and View 2019-08-08 14:41:07 +02:00
Magne Sjaastad 54ed32e474 Python doc : Update to hugo syntax 2019-08-08 14:41:07 +02:00
Magne Sjaastad d9b1cfec3a Update sphinx doc 2019-08-08 14:41:07 +02:00
Magne Sjaastad e26cd1a896 #4483 Summary Plot: Fix curve names for segment/block/conmpletions 2019-08-08 09:39:03 +02:00
Magne Sjaastad 44ccbff9ee #4483 Summary Plot: Fix well segment stepping 2019-08-08 09:13:59 +02:00
Magne Sjaastad 209040899a Python : Add comment 2019-08-08 08:23:03 +02:00
Magne Sjaastad 4381f679e5 Python pytest : Issue project.close() after each test 2019-08-08 08:15:04 +02:00
Magne Sjaastad 8cb3ac5b1f #4538 Check fullPathProjectFileName instead of project 2019-08-07 16:32:07 +02:00
Magne Sjaastad 194c8b7278 Avoid linking ResInsight with catch2 2019-08-07 15:09:52 +02:00
Magne Sjaastad 58cef265ec #4538 Skip Save project at exit when no data has changed
Guard changes in preferences and reset change detector when project is closed
2019-08-07 14:21:37 +02:00
Magne Sjaastad ec1cf83b4e #4483 Summary Plot: Data source for well segment number and completions 2019-08-05 21:53:48 +02:00
Magne Sjaastad be40ca25af #4411 Grid Cross Plot : Ensure same ordering when updating data 2019-07-31 18:26:50 +02:00
Magne Sjaastad 74f234784b #4411 Grid Cross Plot : Add comments 2019-07-31 18:25:54 +02:00
Magne Sjaastad ef5ee1e2e0 Set version to 2019.04-dev.04 2019-07-31 12:58:23 +02:00
Magne Sjaastad 4e33b7454f Python : Avoid closing existing ResInsight when pytest is closing down 2019-07-30 11:55:13 +02:00
Magne Sjaastad e54d42a0da #4527 Export Flow Characteristics : Add support for Python execution 2019-07-30 11:27:25 +02:00
Magne Sjaastad b8f0fcd7e9 Flow Diag : Do not assert when tracername is not found 2019-07-30 11:23:31 +02:00
Magne Sjaastad 6e76e043c6 Fix copyright header 2019-07-30 10:36:06 +02:00
Magne Sjaastad a20c56d21d Python : Fix wrong casing 2019-07-30 10:35:46 +02:00
Magne Sjaastad b70c88330a #4508 Qt5 : Crash when taking snapshot of MDI window 2019-06-28 13:37:37 +02:00
Magne Sjaastad 22e47367ee #4506 Deployment : Add _openssl to package name when bundling OpenSSL 2019-06-27 11:37:52 +02:00
Magne Sjaastad 37043b36af #4506 Deployment : Add option to control bundling of OpenSSL
Added RESINSIGHT_BUNDLE_OPENSSL
2019-06-27 11:31:36 +02:00
Magne Sjaastad 1e748d09f6 Deployment : Add SSL binaries to installation on Windows
Use cmake macro to find ssl library, and manipulate include path to find path of DLLs
2019-06-27 09:44:59 +02:00
Magne Sjaastad 3ac518da4c Dock State : Make sure dock state is stored when exit is triggered 2019-06-26 12:09:02 +02:00
Magne Sjaastad a521748eda CMake : Propagate Qt4/Qt5 flag to AppFwk and VizFwk, use FORCE 2019-06-26 09:19:36 +02:00
Magne Sjaastad 546c5aef82 CMake : Propagate Qt4/Qt5 flag to AppFwk and VizFwk, add to cache 2019-06-26 08:14:54 +02:00
Magne Sjaastad a6e1098716 CMake : Propagate Qt4/Qt5 flag to AppFwk and VizFwk 2019-06-26 08:00:42 +02:00
Magne Sjaastad 7213ae7e98 #4136 Flow Characteristics : Support relative export paths 2019-06-26 07:50:42 +02:00
Magne Sjaastad 0f0e440185 #4136 Flow Characteristics : Avoid space in CSV column header 2019-06-25 18:18:47 +02:00
Magne Sjaastad d108e1f354 AppFwk : Guard use of timestamp() function introduced in Qt5 2019-06-25 18:02:47 +02:00
Magne Sjaastad b2857676c8 #4136 Command File : Export of flow characteristics 2019-06-25 17:49:47 +02:00
Magne Sjaastad a4973dbb62 Revert "#4426 Linux : Avoid copy of libecl sym links"
This reverts commit 055c1489b1.
2019-06-25 14:31:59 +02:00
Magne Sjaastad 4de0799b2e #4426 Linux : Write out full path to source library file 2019-06-25 13:06:28 +02:00
Magne Sjaastad 40c89489e8 #4426 Linux : Add flag to allow bundle of Qt5 libraries 2019-06-24 19:59:16 +02:00
Magne Sjaastad 055c1489b1 #4426 Linux : Avoid copy of libecl sym links
Rename the libecl so file to match the file name ResInsight is depending on
2019-06-24 19:56:00 +02:00
Magne Sjaastad 56a53fedff Flow Characteristics : Load data in default plot when project is loaded 2019-06-23 19:00:14 +02:00
Magne Sjaastad c802ba1f98 #4495 Active Cells : Remove unused function 2019-06-23 18:39:04 +02:00
Magne Sjaastad 3c644629df #4136 Export of Flow Characteristics : Use CSV text export 2019-06-23 18:32:05 +02:00
Magne Sjaastad 5dc4e08a03 #4504 Framework : Add CSV text formatter 2019-06-23 18:05:51 +02:00
Magne Sjaastad 7879fe186d #4136 Export of Flow Characteristics : Create text for export and add context menu 2019-06-23 15:18:17 +02:00
Magne Sjaastad 79df075fe4 #4136 Export of Flow Characteristics : Rename 2019-06-23 15:12:33 +02:00
Magne Sjaastad 5067c6ce9c #4503 Framework : Add support for passing text data to command features 2019-06-23 15:02:45 +02:00
Magne Sjaastad 512ecfdf74 #4502 Flow Characteristics Plot : Add legend titles 2019-06-21 22:34:31 +02:00
Magne Sjaastad 188e81d3d2 #4494 Grid Statistics : Update and compute data when visible cell changes from toggling LGR grids 2019-06-21 12:16:09 +02:00
Magne Sjaastad a3d521e272 #4402 Ensembles: Remove Preference import option 'Separate Case' for Origin ensembles 2019-06-21 09:11:10 +02:00
Magne Sjaastad 8997ec00e0 #4493 Fracture : Hide Fractures in tree view if no fractures in model 2019-06-21 07:07:37 +02:00
Magne Sjaastad 7c054c47f2 #4495 Active Cells : Handle active cells for dual porosity models based on PORV 2019-06-20 15:08:20 +02:00
Magne Sjaastad 515b2a4237 #4495 Active Cells : Use PORV or ACTNUM from statistics computations 2019-06-20 15:01:20 +02:00
Magne Sjaastad 085c4f3714 #4495 Active Cells : Add dual porosity flag to RigMainGrid 2019-06-20 15:01:13 +02:00
Magne Sjaastad ada2fb1480 #4495 Active Cells : Add helper class to import active cells 2019-06-20 15:01:08 +02:00
Magne Sjaastad df69bc2d8d Whitespace 2019-06-20 15:00:50 +02:00
Magne Sjaastad 3b8348ddba #4495 Active Cells : Add const to methods 2019-06-20 12:31:23 +02:00
Magne Sjaastad cf00cb4809 #4497 Fishbones : Set default fishbones to use spacing 2019-06-20 12:01:00 +02:00
Magne Sjaastad c1b9738298 #4434 Flow Diag adjustments : Use ecl_grid_free 2019-06-18 12:27:29 +02:00
Magne Sjaastad ff16156c2a #4434 Flow Diag adjustments : Use active cells from PORV in Flow Diag 2019-06-18 10:58:07 +02:00
Magne Sjaastad aa0c372336 Merge remote-tracking branch 'bska/ECLGraph-from-ecl_grid_type-ptr' into dev 2019-06-18 08:05:32 +02:00
Magne Sjaastad b17749ccbd #692 SSIhub: Set wells default toggled on 2019-06-17 10:21:23 +02:00
Magne Sjaastad 03c1311d58 #692 SSIhub: add Sub Items On/Off/Toggle to well list 2019-06-17 09:11:38 +02:00
Magne Sjaastad bdcc7c53f7 #4490 Command Features : Use app state for toggle features 2019-06-17 09:03:22 +02:00
Magne Sjaastad 41235a2f00 #4490 Command Features : Add support for setting application state to be used in features 2019-06-17 09:02:26 +02:00
Magne Sjaastad 6701e13664 Whitespace 2019-06-14 10:45:47 +02:00
Magne Sjaastad b7865aea95 #2023 SSI-hub: Create ResInsight project at well path download 2019-06-14 10:45:24 +02:00
Magne Sjaastad a5670cdb0e #4482 Summary Plot: Missing curve if same case name, but different folders 2019-06-13 17:34:25 +02:00
Magne Sjaastad a6210cfcc1 Whitespace 2019-06-13 17:32:47 +02:00
Magne Sjaastad 4b8b4ea47a #4405 Derived Ensemble: Fix missing mean value for part of summary plot 2019-06-12 15:26:37 +02:00
Magne Sjaastad 6fae8f9c94 Summary Import : Limit size of error message to be displayed 2019-06-07 15:54:50 +02:00
Magne Sjaastad e2686b28e6 #4385 Well Allocation: Fix missing x-axis units 2019-06-07 15:19:31 +02:00
Magne Sjaastad 8ce19c742e #4404 Derived Ensemble: Fix stepping based on data source 2019-06-07 14:41:55 +02:00
Magne Sjaastad 74718c38fc #4473 Qt5 : Set Qt5 as default Qt version
Still possible to use Qt4 by RESINSIGHT_BUILD_WITH_QT5=OFF
2019-06-07 12:32:22 +02:00