Pål Hagen
566f2c4cd7
Added some commands for eclipse views (WIP)
2015-08-06 16:24:33 +02:00
Pål Hagen
a9e7a8f461
WIP - command for adding property filters
2015-08-06 14:54:18 +02:00
Pål Hagen
ad800bc594
WIP - commands for adding range filters
...
TODO: Implement actions when commands are triggered, and update project
treeview
2015-08-06 14:01:23 +02:00
Pål Hagen
f45c50fb43
Bugfix - getting correct pointer for parent case group
...
Getting the parent field's owner object instead of the owner of this.
Removed some out-commented TODO code/comments.
2015-08-05 14:55:16 +02:00
Pål Hagen
81cf711036
( #80 ) Modified GeoQuest navigation
...
Switched the direction of scroll wheel zoom. Left mouse button + drag =
rotation, instead of right mouse button.
2015-07-03 11:03:28 +02:00
Pål Hagen
ffcf4101a5
Upped to version 1.3.7-dev
...
Release Candidate for 1.4.0
2015-07-02 18:00:32 +02:00
Pål Hagen
610553644e
( #115 ) Drawing the anchor line even if the fault name is empty
2015-07-02 16:20:29 +02:00
Pål Hagen
1cf2c03f78
( #115 ) Stopped creating text drawables for empty strings
...
Note: Adding empty strings to cvf::TextDrawer will cause asserts.
2015-07-02 16:11:34 +02:00
Pål Hagen
a9ecbd9899
( #80 ) Fix for CAD navigation mode
...
Made sure that left mouse button + drag is panning. The view is still
picked when clicking the left mouse button, unless there have been mouse
moves/navigations that led to redrawing of the view.
2015-07-02 14:53:37 +02:00
Pål Hagen
9a3fbfe0d5
( #80 ) "RMS" is now the default navigation mode
2015-07-02 14:53:36 +02:00
Pål Hagen
22c0c812af
( #80 ) Refactored navigation mode related code
...
Made sure that navigation policies are created only one place, in the
new member function RiuViewer::updateNavigationPolicy().
2015-07-02 14:53:35 +02:00
Pål Hagen
c863d087f0
( #80 ) Added navigation modes
...
New navigation modes: GeoQuest and RMS. In addition, right mouse button
can now be used for panning in CAD navigation mode.
2015-07-02 14:53:34 +02:00
Pål Hagen
bfdc00edaf
Hack to be able to read synthetic ODB related Eclipse cases
...
Similar hack as commit 24fb7ac
2015-07-01 15:36:23 +02:00
Pål Hagen
c06dabddcb
Upgraded ERT from GitHub master commit e71b881
2015-07-01 15:36:22 +02:00
Pål Hagen
dccfe9afb3
Bugfix: Correct handling of deletion of geo mech property filters
2015-07-01 12:07:01 +02:00
Pål Hagen
bf570ed1e1
( #343 ) Made sure that principal stress calculation is correct
2015-07-01 11:43:21 +02:00
Pål Hagen
6c54b1ad49
( #337 ) Renamed S to SE
...
SE is set to undefined where pore pressure is undefined.
2015-07-01 11:35:17 +02:00
Pål Hagen
02e5ba79cb
( #287 ) Renamed method with name conflicting with virtual method
2015-07-01 10:05:12 +02:00
Pål Hagen
c804a5d8b3
( #337 ) Displaying "S" as "SE" in the GUI
2015-06-30 15:53:51 +02:00
Pål Hagen
68a7993105
( #342 ) Added "Add property filter" to the 3D view's context menu
2015-06-30 15:37:53 +02:00
Pål Hagen
320b0c62c4
( #260 ) Displaying NNC info and intersection point for picked faults when there's no cell index
2015-06-30 13:25:11 +02:00
Pål Hagen
04d70a9204
( #260 ) Fixed problem with picking faults in some rare cases
...
Made sure that we handle the case when an item has been hit which is not
a non-NNC item.
2015-06-30 12:05:24 +02:00
Pål Hagen
c527545e4f
( #285 ) Disabled keyboard tracking for spin boxes
...
Disabled keyboard tracking for spin boxes used in slider editors, so
that the valueChanged() signal is not emitted until the user has pressed
ENTER or the spin box loses focus.
2015-06-30 09:55:40 +02:00
Pål Hagen
08741150c7
( #287 ) Bugfix - only selected cases are removed from the list
...
Made sure that only selected cases are removed from the list of cases in
the "Create Grid Case Group From Files" dialog when "Remove" is clicked.
2015-06-29 16:14:00 +02:00
Pål Hagen
80d50e2676
( #328 ) Range type renamed ("All Timesteps"/"Current Timestep")
...
Range type renamed to "All Timesteps"/"Current Timestep" instead of
"Global/Local".
2015-06-29 13:07:42 +02:00
Pål Hagen
fb195dbd4b
( #335 ) Showing field name and component name in progress bar
...
Showing field name and component name in progress bar when loading
results.
2015-06-29 10:24:44 +02:00
Pål Hagen
e5bb58b269
( #335 ) Showing progress bar when loading geo mech results
2015-06-26 15:43:43 +02:00
Pål Hagen
24a84184d8
Revert "Showing progress bar when loading geo mech results"
...
This reverts commit 798a6c2fcb .
2015-06-26 15:41:46 +02:00
Pål Hagen
798a6c2fcb
Showing progress bar when loading geo mech results
2015-06-26 15:38:33 +02:00
Pål Hagen
7a3d43d29d
Setting specific font size in the overlay items during regression tests
...
Made sure that we always use the same bitmap size for the fonts of the
overlay items when running regression tests, to avoid differences from
reference runs.
2015-06-26 13:47:33 +02:00
Pål Hagen
91adc80f90
Setting a flag in the application class while running regression tests
2015-06-26 13:44:16 +02:00
Pål Hagen
0af13d4e13
( #331 ) Fix for undefined nodal results when coloring the elements
...
The entire element is drawn with undefined color if one or more nodal
value is undefined.
2015-06-26 12:12:40 +02:00
Pål Hagen
14d66f2d06
Renamed member variable
2015-06-26 10:00:47 +02:00
Pål Hagen
7315dd5318
Renamed variables according to newly renamed class names
...
"Result slot" -> "Result colors"
2015-06-26 10:00:46 +02:00
Pål Hagen
fa75a46ecb
Moved geo mech related source files to different folder
...
Moved RivGeoMechVizLogic.h/cpp RivGeoMechPartMgrCache.h/cpp to
GeoMech/GeoMechVisualization.
2015-06-26 10:00:45 +02:00
Pål Hagen
7917a89c65
Renamed source files according to new class names
2015-06-26 10:00:45 +02:00
Pål Hagen
8e994914f5
Renamed class "RimCellEdgeResultSlot" to "RimCellEdgeColors"
2015-06-26 10:00:44 +02:00
Pål Hagen
fd03a02645
Renamed source files according to new class names
2015-06-26 10:00:44 +02:00
Pål Hagen
cd662dc7d1
Renamed source files according to new class names
2015-06-26 10:00:43 +02:00
Pål Hagen
29f4b6eb31
Renamed source files according to new class names
2015-06-26 10:00:42 +02:00
Pål Hagen
c2561eb287
Renamed source files according to new class names
2015-06-26 10:00:42 +02:00
Pål Hagen
2f34b03135
Renamed source files according to new class names
2015-06-26 10:00:41 +02:00
Pål Hagen
ca7428ca4a
Renamed class RimAnalysisModels to RimEclipseCaseCollection
2015-06-26 10:00:40 +02:00
Pål Hagen
f6ab965ea1
Renamed class RimWellCollection to RimEclipseWellCollection
2015-06-26 10:00:40 +02:00
Pål Hagen
7f516172cf
Renamed class RimWell to RimEclipseWell
2015-06-26 10:00:39 +02:00
Pål Hagen
b8d425a010
Renamed class RimFaultResultSlot to RimEclipseFaultColors
2015-06-26 10:00:39 +02:00
Pål Hagen
87744fb8c4
Renamed class RimResultSlot to RimEclipseCellColors
2015-06-26 10:00:38 +02:00
Pål Hagen
5eb673410e
Renamed class RimGeoMechResultSlot to RimGeoMechCellColors
2015-06-26 10:00:37 +02:00
Pål Hagen
5e050d3c38
Renamed class RimStatisticsCaseEvaluator to RimEclipseStatisticsCaseEvaluator
2015-06-26 10:00:37 +02:00
Pål Hagen
bb915985c6
Renamed class RimStatisticsCaseCollection to RimEclipseStatisticsCaseCollection
2015-06-26 10:00:36 +02:00
Pål Hagen
486a36529a
Renamed class RimStatisticsCase to RimEclipseStatisticsCase
2015-06-26 10:00:36 +02:00
Pål Hagen
051ab1ea24
Renamed class RimResultCase to RimEclipseResultCase
2015-06-26 10:00:35 +02:00
Pål Hagen
9049a47871
Renamed class RimInputPropertyCollection to RimEclipseInputPropertyCollection
2015-06-26 10:00:35 +02:00
Pål Hagen
33684d32c3
Renamed class RimInputProperty to RimEclipseInputProperty
2015-06-26 10:00:34 +02:00
Pål Hagen
dec6791027
Renamed class RimInputCase to RimEclipseInputCase
2015-06-26 10:00:33 +02:00
Pål Hagen
9458c818b4
Renamed class RimCellPropertyFilterCollection to RimEclipsePropertyFilterCollection
2015-06-26 10:00:33 +02:00
Pål Hagen
1883116c59
Renamed class RimCellPropertyFilter to RimEclipsePropertyFilter
2015-06-26 10:00:32 +02:00
Pål Hagen
f7a2582805
Renamed class RimResultDefinition to RimEclipseResultDefinition
2015-06-26 10:00:31 +02:00
Pål Hagen
d43c5d4dae
Adding ODB dll files to the distribution zip file on Windows
2015-06-25 11:27:11 +02:00
Pål Hagen
38b40423d8
Added version info label in the lower right corner
2015-06-24 13:45:39 +02:00
Pål Hagen
355cef2ea4
Fix for setting the current frame when generating the display model
...
Made sure that current frame is set when animation/multiple frames has
been requested. The old conditions for this were not sufficient.
2015-06-24 10:07:27 +02:00
Pål Hagen
3c408f4ee8
( #314 ) Regenerating the display model when changing results in property filter
...
Max and min values would be updated in the GUI for the newly selected
result, but the display model wasn't updated. This has now been fixed.
2015-06-23 11:18:37 +02:00
Pål Hagen
6191422103
Property filters for geo mech ( #314 )
...
Added GUI objects for property filters for geo mech models.
2015-06-22 15:27:37 +02:00