Gaute Lindkvist
7a29e1a35a
Merge pull request #4648 from OPM/feature-ensemble-rft
2019-08-29 09:10:37 +02:00
Magne Sjaastad
ee7f97b6d4
Whitespace
2019-08-28 13:38:06 +02:00
Gaute Lindkvist
2c6191c94b
Merge branch 'dev' into feature-ensemble-rft
2019-08-28 12:56:27 +02:00
Magne Sjaastad
072c71d8c9
Merge pull request #4647 from OPM/feature-#4583-summary-without-rft
...
Feature #4583 summary without rft
2019-08-28 12:46:03 +02:00
Gaute Lindkvist
8cd7f7fa52
#4626 Add support for printing debug info for Python
2019-08-28 11:50:18 +02:00
Gaute Lindkvist
fd41f91ec5
Fix build issues by adding RiaLogging.h to RicSummaryPlotFeatureImpl.cpp
2019-08-28 11:36:29 +02:00
Jacob Støren
11e73a76fc
#4571 Sum. cmd. line: Add support for -s, -n and -e to grid cell plotting
2019-08-28 10:12:54 +02:00
Jacob Støren
889577400a
#4571 WIP: Multiplot grid cell plotting
...
Basics working. Missing single plot and normalizing
2019-08-28 10:12:53 +02:00
Jacob Støren
80f0273437
#4570 , #4568 Ensemble support for --summaryplot
2019-08-28 10:12:53 +02:00
Jacob Støren
0770517c9f
#4587 Summ. Comm. Line: Use only cases defined in --summaryplot when creating curves. Use first of them as history refernce etc.
2019-08-28 10:12:53 +02:00
Jacob Støren
46104f426a
#4573 --summaryplot now creates multiple plots. one pr summary vector matching the vector filters. Added option -s to create a single plot
2019-08-28 10:12:53 +02:00
Jacob Støren
b670f3df0d
#4569 Summary Command Line: Add support for normalization (-n)
2019-08-28 10:12:53 +02:00
Jacob Støren
c628fcd5f4
Added warnings when a summary vector filter is not matching any vectors in a case.
2019-08-28 10:12:53 +02:00
Jacob Støren
1534a045c7
#4001 implement -nl and -h sub-options for --summaryplot
2019-08-28 10:12:52 +02:00
Jacob Støren
e04daa7596
#3950 Add the minimal --summaryplot commandline option.
...
Using shell globbing for filenames, and only one additional option implemented.
Avoid creating default plot when using --summaryplot
2019-08-28 10:12:52 +02:00
Gaute Lindkvist
2c5ca4ce46
Import and plot of FMU RFT data works
2019-08-26 12:52:07 +02:00
Gaute Lindkvist
510ea3f8be
Fix build problem on Linux in RicSUmmaryPlotFeatureImpl
2019-08-26 11:57:05 +02:00
Gaute Lindkvist
71da659506
#4580 Import Eclipse RFT data as part of ensemble import
2019-08-26 11:56:36 +02:00
Gaute Lindkvist
84c1442af7
#4617 Disallow creating ensemble curve sets if you have no ensemble
2019-08-22 13:07:21 +02:00
Gaute Lindkvist
52c9830192
Python: remove text reference to GRPC from About dialog
2019-08-22 08:50:58 +02:00
Gaute Lindkvist
7bfe4f4bfe
#4603 Python: add case Id to exportSnapshots ( #4604 )
...
* #4603 Python: add case Id to exportSnapshots
* Fixup after review
2019-08-21 15:11:29 +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
Jacob Støren
2d2ecc3031
Recursive Import Dialog: Cleaned up code
2019-08-19 11:44:19 +02:00
Jacob Støren
3d9ed39795
Recursive Import Dialog: Fixed "/*" not working on linux.
...
Layout changes: Removed Files Found label.
Moved Effective Filter and Find button into the Filter group
Higher minimumsize for result list
2019-08-19 11:16:24 +02:00
Jacob Støren
f6ae265b38
Recursive import Dialog: Fix missing progress info at certain times
2019-08-19 11:16:24 +02:00
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
9a21ceb74f
#4589 Recursive Import Dialog: Rename widgets to distinguish them from data
2019-08-19 11:16: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
d2b6cb589c
#4563 Summary : Fix import of summary file specified by casename.SMSPEC
2019-08-13 08:20:50 +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
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
Jacob Støren
81de872c7b
#4543 , #4544 Fixed missing command line help text from menu-command and --help option.
...
Improved the error text when an unknown option is used.
Improved the dialog used to show command line options, and make the text selectable
2019-08-08 10:46:15 +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
Gaute Lindkvist
712fd2a160
Python: add Python process environment to launch of script editor.
2019-08-06 10:59:10 +02:00
Gaute Lindkvist
8d1e8fc022
Python: Space in example code
2019-07-30 14:38:10 +02:00
Gaute Lindkvist
1e688642a4
#4528 Only update the parts of project tree that is required when adding new scripts
2019-07-30 13:44:47 +02:00
Gaute Lindkvist
e89623525c
Fix build problem on Qt4
2019-07-30 13:15:31 +02:00
Gaute Lindkvist
1d04f1034f
#4471 Fill in "import rips" and other example code when creating a Python script from within ResInsight
2019-07-30 13:15:23 +02:00
Gaute Lindkvist
92bc71d934
#4528 Fix script paths and adding new scripts
2019-07-30 12:32:10 +02:00
Gaute Lindkvist
7c30af62c2
#4528 #4512 Fix script-locations when loading project and remove initScriptDirectories()
...
* Disable IO for scriptlocations and make sure we save it in preferences when editing
* The next valid case Id stuff in initDirectories is irrelevant because it always runs on an
empty project
2019-07-30 12:32:10 +02:00
Gaute Lindkvist
3ba962aefb
#4471 Implement python script running and editor in ResInsight GUI, same as Octave.
2019-07-26 14:54:54 +02:00