Commit Graph

10967 Commits

Author SHA1 Message Date
Jacob Støren
8c144dce7f #4589 Recursive Import Dialog: Merged Root and path filter into one field
Add "Root" label to show the root of the found files
2019-08-19 11:16:24 +02:00
Jacob Støren
7939e457f8 #4589 Recursive Import Dialog: Rename to RicRecursiveFileSearchDialog 2019-08-19 11:16:24 +02:00
Jacob Støren
19126d96ec #4589 Recursive Import Dialog: Add a method to extract the root path from a search path string. Also added unit test for this 2019-08-19 11:16:24 +02:00
Jacob Støren
9a21ceb74f #4589 Recursive Import Dialog: Rename widgets to distinguish them from data 2019-08-19 11:16:24 +02:00
Magne Sjaastad
17876c76ae #4562 Summary : Group LGR categories at bottom of list 2019-08-19 10:10:45 +02:00
Gaute Lindkvist
e58da136e3
#2082 Support custom date time format (#4594)
* #2082 Support custom date time format

* Clang-format
2019-08-19 09:37:42 +02:00
Gaute Lindkvist
824ec5cef6 Python: Rename example directory to PythonExamples
* This is so that when we add the folder to the Script Path it will look more sensible to the user.
2019-08-19 08:46:09 +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
Jacob Støren
f2e5ccc60d #4588 Recursive import Dialog: Fixed tab order, default button,
and avoid deleting the result list when editing the filters
2019-08-16 11:36:37 +02:00
Jacob Støren
5179f840b8 #4586 Add describing tooltips to the dialog 2019-08-16 10:53:25 +02:00
Jacob Støren
b4285d619d #4585 Add Copy-command in the file list 2019-08-16 10:07:39 +02:00
Jacob Støren
cd5943a39c #4555 Fix errors in filter behavior.
Handle double separators
Handle */ pathfilter correctly (no recursive search)
2019-08-16 09:05:15 +02:00
Jacob Støren
e1c061fd15 #4554 Use "..." in display of effective filter as notion of recursive search
Fix display of multiple extensions
Replace "**" with * in path text
2019-08-16 09:05:15 +02:00
Jacob Støren
f3c0c4ff82 #4554 Harmonized path separator direction in hierarchy file dialog on windows 2019-08-16 09:05:15 +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
Gaute Lindkvist
071bb42101 #4576 Python: Add tests to check for expected exceptions 2019-08-14 09:43:44 +02:00
Gaute Lindkvist
7afeae144a Python CMake: change RESINSIGHT_GRPC_PYTHON_EXECUTABLE to be FILEPATH instead of PATH 2019-08-14 09:23:14 +02:00
Gaute Lindkvist
197279ccbf #4576 Python: Improve error handling and add example 2019-08-14 09:22:34 +02:00
Gaute Lindkvist
84495641f9 Fix problem with wrong return value for RiaImportEclipseCaseTools method 2019-08-14 09:08:55 +02:00
Gaute Lindkvist
f3d8e3dbdc #4566 #4572 Python: improve behaviour when sending more data than expected in property streams 2019-08-13 14:39:28 +02:00
Gaute Lindkvist
499798abc5 gRPC: Improve naming of streaming callbacks 2019-08-13 13:17:05 +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
Jacob Støren
b5d9a47fdc #4556 Command Line Help: Improve help text
Group options using newline
Fix misleading --case description
2019-08-12 08:35:12 +02:00
Gaute Lindkvist
02107a7a93 Remove all sys.path.inserts from Python examples. 2019-08-11 14:51:48 +02:00
Jacob Støren
08e966e4d7 Removed issue templates 2019-08-09 14:04:54 +02:00
Jacob Støren
93b4101831 #4003 Use the preferences settings when creating default summary plots.
Refactored to make assigning default curve appearance easier.
2019-08-09 13:15:32 +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
Jacob Støren
e915c8e18c #4003 Refactoring to prepare for preferences based default summary plot curves 2019-08-09 09:54:55 +02:00
Magne Sjaastad
4ed30ad4af Avoid using c++-14 2019-08-09 08:05:53 +02:00
Jacob Støren
0d456a1f1b #4002 Renamed feature that opens the plot editor and created feature to create a new plot directly. The new feature uses the selected summary cases and creates a default curve for each. 2019-08-08 16:22:00 +02:00
Gaute Lindkvist
0a30e6c340 #4547 Add simplified synchronous methods for activeCellProperty and gridProperty 2019-08-08 15:17:39 +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