Commit Graph

4693 Commits

Author SHA1 Message Date
Jacob Støren
473643fca4 Add plot and curve list to the Curve Creator
Cleaned up RicSummaryCurveCreator.h
2017-09-13 18:55:58 +02:00
Jacob Støren
ebcced932a Add a temporary field to show the adresses of the selected curves 2017-09-13 17:18:15 +02:00
Bjørn Erik Jensen
d5c293e8ad Summary curves. Preview for filtering addresses to display 2017-09-13 16:42:01 +02:00
Bjørn Erik Jensen
e5e28d70aa Summary curves. Add new contructor to RifEclipseSummaryAddress 2017-09-13 16:40:24 +02:00
Jacob Støren
46ddee749c Adjusted field names etc in the UI 2017-09-13 16:38:54 +02:00
Magne Sjaastad
6e4494dca1 Curve Creator : Show fields in four columns 2017-09-13 15:22:16 +02:00
Magne Sjaastad
87364429f8 Curve Creator : Add RicSummaryCurveCreatorUi 2017-09-13 13:55:33 +02:00
Magne Sjaastad
526e1cafbc Curve Creator : Add custom object editor 2017-09-13 13:55:33 +02:00
Jacob Støren
7f07962187 Reroute all access to RigCaseCellResultsData away from RimReservoirCellResultsStorage 2017-09-13 11:50:27 +02:00
Jacob Støren
bb098a241b Rename of result() to resultStorage() as step to remove the access to RigCaseCellResultsData through RimReservoirCellResultsStorage 2017-09-13 11:50:27 +02:00
Rebecca Cox
3f7f175564 Summary case: Event filter choses one cut feature directly 2017-09-13 11:15:28 +02:00
Rebecca Cox
334a9c5bc4 Summary case: Cut paste with key shortcut and multiselection for copying/cutting with key shortcut 2017-09-13 11:15:28 +02:00
Rebecca Cox
018aea4f58 Add guard against null pointer access 2017-09-13 11:15:28 +02:00
Rebecca Cox
071082a7df Summary case: clear clipboard on paste, not only set mime data to nullptr 2017-09-13 11:15:28 +02:00
Rebecca Cox
e97a8ccb87 Summary: Update name and plot when changing case in a summary curve 2017-09-13 11:15:28 +02:00
Rebecca Cox
ee25b8424d Summary case: Cut paste of summary cases 2017-09-13 11:15:28 +02:00
Rebecca Cox
6dc14c09b1 : Summary case: Drag and drop between folders 2017-09-13 11:15:28 +02:00
Bjørn Erik Jensen
31d753ca36 Summary curves. Minor imporvements. Removed code commited by accident 2017-09-13 10:14:18 +02:00
Bjørn Erik Jensen
b101457ff9 Summary curves. Renaming and simplifications 2017-09-13 07:52:46 +02:00
Bjørn Erik Jensen
f68760fec7 Summary curves. More work on the RicSummaryCurveCreator 2017-09-13 07:52:46 +02:00
Bjørn Erik Jensen
6583f62ca4 Rename method createCurves to createDefaultCurves 2017-09-13 07:52:46 +02:00
Bjørn Erik Jensen
b5f2233407 Summary curves. Create first version of RicSummaryCurveCreator 2017-09-13 07:52:46 +02:00
Jacob Støren
337ad4d356 Remove and move stuff away from RimReservoirCellResultsStorage
To make its sole responsibility to store/restore generated results to/from cache file
2017-09-11 11:58:42 +02:00
Jacob Støren
1999d2b6e4 Removed "close" from eclipse reader interface as it never did anything 2017-09-11 11:58:42 +02:00
Rebecca Cox
414823827a Summary case: Rename and code clean up 2017-09-11 10:45:26 +02:00
Rebecca Cox
d1561936b3 Summary case: Simplified code based on user input 2017-09-11 10:45:26 +02:00
Rebecca Cox
c60465b380 Summary case: Delete a summary collection with or without its contents 2017-09-11 10:45:26 +02:00
Rebecca Cox
788ac2c8a8 Reload summary case: A new file reader will be created on reload 2017-09-11 10:45:26 +02:00
Rebecca Cox
b7ac93a905 Summary case: Edit name of collection 2017-09-11 10:45:26 +02:00
Rebecca Cox
36dec3062a Summary case: Remove extra lines in code 2017-09-11 10:45:26 +02:00
Rebecca Cox
5341581bf6 Summary case: Remove option to group cases within another case 2017-09-11 10:45:26 +02:00
Rebecca Cox
6a82534ce8 Summary case: New folder icon 2017-09-11 10:45:26 +02:00
Rebecca Cox
063542af1b Curves are connected to their case 2017-09-11 10:45:26 +02:00
Rebecca Cox
88d37f6e7c Summary case: Feature for deleting all items in a case collection 2017-09-11 10:45:26 +02:00
Rebecca Cox
8991cfef0d Summary case: Add group to summary case. Curves will loose their case 2017-09-11 10:45:26 +02:00
Jacob Støren
75f350db10 Move a lot of code from RimReservoirCellResultsStorage to RigCaseCellResultsData 2017-09-08 14:43:52 +02:00
Jacob Støren
d638f536d8 Guard filename generation for cases without timesteps 2017-09-08 14:43:52 +02:00
Jacob Støren
cd9b22d4cf Avoid invalid summary addresses from libecl 2017-09-08 14:43:52 +02:00
Magne Sjaastad
cb7a5253ff Fishbones: Fix issue with random angle on Linux 2017-09-08 08:21:44 +02:00
Magne Sjaastad
9815cbe1ff CppCheck : Remove unused function and added whitespace 2017-09-07 22:26:27 +02:00
Magne Sjaastad
fb1b6cc628 CppCheck : Remove unused variables 2017-09-07 22:05:20 +02:00
Magne Sjaastad
b82cf1377d CppCheck : Remove unused variables 2017-09-07 21:30:33 +02:00
Magne Sjaastad
ad64340b75 CppCheck : Added copyright header, fixed includes and removed unused variable 2017-09-07 21:28:40 +02:00
Magne Sjaastad
228c8d1f87 CppCheck : Add const reference and remove unused variable 2017-09-07 21:24:06 +02:00
Magne Sjaastad
6338166708 CppCheck : Init all members in constructor 2017-09-07 21:10:11 +02:00
Magne Sjaastad
d8beee3eb1 CppCheck : Remove unused constructor and init all members in constructor 2017-09-07 21:06:45 +02:00
Magne Sjaastad
03df2c2540 CppCheck : Add missing initialization in constructor 2017-09-07 20:59:09 +02:00
Magne Sjaastad
908545c669 CppCheck : Add missing initialization of pointer 2017-09-07 20:55:02 +02:00
Magne Sjaastad
6c3a0d91b4 CppCheck : Add missing init in constructor 2017-09-07 20:46:30 +02:00
Magne Sjaastad
7764f812e4 CppCheck : Intialize all variables in constructor 2017-09-07 20:43:01 +02:00