Commit Graph

728 Commits

Author SHA1 Message Date
Magne Sjaastad
d7d80bc53e #1401 Ask user to save modified project before project close 2017-04-20 10:02:25 +02:00
Magne Sjaastad
66a42074c3 #1373 Fix missing include 2017-04-19 15:31:06 +02:00
Magne Sjaastad
9caaeac237 #1373 Add feature ShowTotalAllocationData 2017-04-19 13:48:15 +02:00
Magne Sjaastad
4ac35c4e30 #1373 Add context menu launcher and use from well allocation plot 2017-04-19 12:14:01 +02:00
Magne Sjaastad
0292f06aea #1404 Select corresponding object before displaying context menu 2017-04-19 07:46:39 +02:00
Magne Sjaastad
7592137b78 #1373 Use selectAsCurrentItem in MainPlotWindow 2017-04-19 07:36:11 +02:00
Jacob Støren
03ab71f82f #1411 Fixed the window activation bug introduced by 442d9d2e 2017-04-07 18:00:59 +02:00
Magne Sjaastad
947845e7fd #1404 Added plot object picker, and use from Well Allocation plot 2017-04-07 11:25:55 +02:00
Magne Sjaastad
6f5d451c66 #1405 Use left mouse click to select well log track 2017-04-07 11:12:57 +02:00
Bjørnar Grip Fjær
224211f765 #1406 Automatically show process monitor when executing script 2017-04-07 09:21:48 +02:00
Jacob Støren
970595e0f5 Flow Characteristics Plot: Fixed missing replot when changing case to case without any solved flow diag timesteps 2017-04-06 11:00:06 +02:00
Jacob Støren
6c7dfdca7b #1395 Renamed TopologyItem to GeometrySelectionItem including Keywords with friends.
Changed keyword to GridTimeHistoryCurve (previously missing Grid)
2017-04-04 16:10:00 +02:00
Magne Sjaastad
e1ca217422 #1371 Removed dependency on opm-parser 2017-04-04 13:53:44 +02:00
Jacob Støren
e5f593db60 #1375 Reduced window zoom limit to 10 decades instead of 4 2017-03-31 16:27:05 +02:00
Jacob Støren
442d9d2e41 #1380 Major refactor of the management of views to fix the active view problem. Expect some trouble following this. 2017-03-31 15:13:50 +02:00
Jacob Støren
a914e38d53 #1380 Wip: Started to allign all the view widgets, preparing to avoid duplicated code when mdi window to RimViewWindow translation. 2017-03-31 15:13:50 +02:00
Bjørnar Grip Fjær
c30afc9ece #895 Ensure property editor is updated after all project data is loaded 2017-03-30 09:29:48 +02:00
Bjørnar Grip Fjær
e998f09250 Fixed typo 2017-03-29 11:22:12 +02:00
Jacob Støren
ba60bf3c13 #1321 Added a comand to show Flow Characteristics plot. Added timestp colors, zoom, mouse tracking, and titles 2017-03-28 23:36:56 +02:00
Magne Sjaastad
a6ce3c9ef4 Fixed missing includes on Linux 2017-03-28 09:47:06 +02:00
Jacob Støren
233c248491 #1366 Wheel works without Ctrl pressed 2017-03-27 18:22:09 +02:00
Jacob Støren
0c834cdc0f Cleaning 2017-03-27 18:13:38 +02:00
Jacob Støren
c0ff734cc7 Preparations for #1321: Aligned default stuff between the plot types. 2017-03-27 18:13:38 +02:00
Jacob Støren
a82677c743 #1366 Added wheel zoom to point.
Also preparations for #1321
2017-03-27 18:13:38 +02:00
Jacob Støren
f05a4027aa #1321 Applied new plot marker tracker class to well log plots 2017-03-27 18:13:38 +02:00
Jacob Støren
ba1dfee4e6 #1321 Finalized plot marker refactoring 2017-03-27 18:13:38 +02:00
Jacob Støren
ef8a98d4e1 #1321 Wip: Refactoring plot marker to be used more generally. Eg Flow Characteristics plots 2017-03-27 18:13:38 +02:00
Jacob Støren
76019109f6 Cr Lf cleanup 2017-03-27 18:13:38 +02:00
Jacob Støren
1fefc6124f #1321 Wip: First shot on bringing the flow characteristics curves up into the open. 2017-03-27 18:13:38 +02:00
Magne Sjaastad
03741fd7da CppCheck : Reduced variable scope 2017-03-24 09:30:36 +01:00
Magne Sjaastad
881ba2986f #1357 Use recently created method 2017-03-24 07:10:02 +01:00
Magne Sjaastad
5530945972 #1323 Show context menu in Result Plot dock widget 2017-03-20 13:16:47 +01:00
Magne Sjaastad
bdf2ea4961 #1323 Added context menu in 3D "Plot Time History for Selected Cells" 2017-03-19 08:59:46 +01:00
Magne Sjaastad
ad90d3f38f #1322 Several refactorings of RimSummaryPlot, added TimeHistoryCurve support
Removed unique_pointer, as childFields now owns (and deletes) the contained object
Simplified extraction of visible curves
Simplified calculation of zoom range
2017-03-19 08:45:29 +01:00
Magne Sjaastad
4b7b11e45b Added missing include for Linux 2017-03-16 08:56:53 +01:00
Magne Sjaastad
36728a2a97 #1293 Added context menu to summary plot 2017-03-16 08:38:34 +01:00
Magne Sjaastad
141257c83e #1293 Added "Show Plot Data" to context menu of plots 2017-03-16 08:23:27 +01:00
Magne Sjaastad
10edf44ee3 #1293 Show plot data in text widget 2017-03-15 20:15:04 +01:00
Magne Sjaastad
647b4348eb Renamed to eclipseCaseData 2017-03-15 09:10:16 +01:00
Magne Sjaastad
a81980c235 #1185 Added "Plot Production Rates" for sim well in 3D and project tree 2017-03-08 11:42:08 +01:00
Jacob Støren
bd688f7ce8 #1292 Fixed CppCheck Issues in UserInterface 2017-03-06 11:20:28 +01:00
Jacob Støren
ad517894d3 Fixed possible CppCheck detected bug regarding Result info and result plot for Geomech models. Triangle hit was not propagated properly. 2017-03-03 17:17:41 +01:00
Jacob Støren
4312968124 Removed CppCheck Warnings 2017-03-03 17:09:30 +01:00
Jacob Støren
f15d698342 #1174 Made 3D main window pop up, and set wether to show Max Fractrion Injectors or Producers. Set timestep in 3D view to match plot. 2017-03-02 16:10:18 +01:00
Magne Sjaastad
bf1f8fcbaa #1254 Use static methods instead of macros 2017-02-27 13:17:32 +01:00
Magne Sjaastad
5c20bff5d1 #1255 Remove includes from header files 2017-02-24 11:07:26 +01:00
Magne Sjaastad
3a98e17163 #1254 Infrastructure for logging including Messages dock widget 2017-02-23 15:02:55 +01:00
Magne Sjaastad
421dda1042 #1245 Property Editor : Use size hint displaying preferences 2017-02-22 11:58:56 +01:00
Magne Sjaastad
7f21582610 Use fontMetrics of widget instead of empty QPainter to get valid values 2017-02-21 10:31:16 +01:00
Magne Sjaastad
b2ec4e055f #1174 Added Show contributing wells from 3D view 2017-02-21 09:49:27 +01:00