Commit Graph
2417 Commits
Author SHA1 Message Date
Pål Hagen 5614f6d33a (#339) Fixed well path related context menu
Made sure that the order of the items in the context menu is the same as
it used to be in the old project tree view. Removed separator.
2015-08-24 16:33:54 +02:00
Pål Hagen b70ae0160e (#339) Fixed default names of new range filters
Made sure that range filters are named "New Filter <n>" as they used to
in the old project tree view, instead of "Range Filter <n>".
2015-08-24 16:27:58 +02:00
Pål Hagen 0bd54ba98a (#355) Removed out-ifdef'ed obsolete code related to the old project tree view 2015-08-24 16:06:20 +02:00
Jacob Støren 39c50b4f8d Linux Compile Fix 2015-08-24 16:05:39 +02:00
Pål Hagen db9e6b0912 Moved Octave script command features to a separate sub folder 2015-08-24 15:33:04 +02:00
Pål Hagen 42656c45ad (#355) Removed old project tree view
RimUiTreeView and RimUiTreeModelPdm are no longer part of the solution.
TODO: Get rid of the source code files when all testing is done
successfully.
2015-08-24 14:56:09 +02:00
Pål Hagen 2a41e427f2 Fixed enabled/disabled handling for two command features
RicImportEclipseCaseFeature and RicImportInputEclipseCaseFeature should
always be enabled. They don't need a command UI item selection.
2015-08-24 13:41:13 +02:00
Pål Hagen bef4fe453f (#364) Using actions from command features
Removed actions and slots that have already been refactored as command
features. Now picking the corresponding actions from the command feature
manager instead.
2015-08-24 13:38:43 +02:00
Pål Hagen 16764b5487 Fixed tree view visibility of the parent field of input property collection 2015-08-24 11:35:07 +02:00
Pål Hagen 17465beba8 Added comment about obsolete tree view slot 2015-08-24 11:21:05 +02:00
Pål Hagen 3264358601 Fixed tree view visibility of parent item of input properties 2015-08-24 11:05:22 +02:00
Pål Hagen 5785031697 Added "Delete" to the context menu for input property items 2015-08-24 10:45:43 +02:00
Pål Hagen 7044f3c627 (#383) Added RicAddEclipseInputPropertyFeature 2015-08-24 10:40:47 +02:00
Pål Hagen 28547513c6 (#383) Added RicSaveEclipseInputPropertyFeature 2015-08-24 10:03:21 +02:00
Magne Sjaastad d2e3b0599a Apply command data on range filter after default values has been set 2015-08-23 17:40:00 +02:00
Pål Hagen 756e793519 (#386) Added "Delete" to the grid case group context menu
Note: Used to be "Close" in the old tree view. Using existing feature
for deletion, for now.
2015-08-21 15:44:12 +02:00
Pål Hagen 89ee164c8a Added "Paste" to the context menu of "Derived Statistics" 2015-08-21 15:08:07 +02:00
Pål Hagen 762083a5b6 (#388) Added RicComputeStatisticsFeature 2015-08-21 14:53:45 +02:00
Pål Hagen afe596aa2a (#388) Added RicNewStatisticsCaseFeature 2015-08-21 11:47:59 +02:00
Jacob Støren ac37cd8049 Version number set to 1.4.0 for release 2015-08-21 10:05:23 +02:00
Pål Hagen d4a97d8e68 (#385) Implemented feature RicRangeFilterInsertFeature
Did some refactoring, using common code for creation of cell range
filters.
2015-08-20 18:15:58 +02:00
Jacob Støren f0c09a49a6 Upped to 1.3.8-dev 2015-08-20 18:02:33 +02:00
Jacob Støren bbde32af26 (#374) Fixed property filter not working when no color results was active 2015-08-20 17:50:07 +02:00
Jacob Støren 2e1a542749 Some context menu cleanup 2015-08-20 17:19:38 +02:00
Jacob Støren a6c59f4160 (#384) Fixed Script tree in the new project tree 2015-08-20 15:48:37 +02:00
Jacob Støren f174615098 Replaced use of capability template with convenience 2015-08-20 15:24:49 +02:00
Jacob Støren 0ac86aeff3 Fwk: Added convenience methods to access the ui/xml capabilities in objects 2015-08-20 15:22:43 +02:00
Jacob Støren 0fda6ef6fb (#370) Bugfixes regarding using several project trees
SelectionManager is now updated whenever focus enters the treeview.
The main project tree now has turned on SelectionManager updates
2015-08-20 14:49:18 +02:00
Jacob Støren 69a46e0b45 (#370) Added contaxt menu and key-event handling to extra TreeViews 2015-08-20 14:49:11 +02:00
Pål Hagen 8902c13525 (#339) Made sure that a new view is expanded in the project tree view 2015-08-20 14:39:51 +02:00
Pål Hagen c5606a46aa (#339) Added "New Grid Case Group" to the context menu of "Grid Models" 2015-08-20 14:20:13 +02:00
Pål Hagen fb6baee197 (#339) Added RicCreateGridCaseGroupFeature 2015-08-20 14:11:21 +02:00
Pål Hagen 6e48e036c1 (#339) Added RicImportEclipseCaseFeature 2015-08-20 13:54:20 +02:00
Pål Hagen cd1e04d6e8 (#339) Added RicImportEclipseCaseFeature 2015-08-20 13:44:45 +02:00
Pål Hagen 4d1f98c138 (#339) Added RicAddScriptPathFeature and RicDeleteScriptPathFeature
Did some additional refactoring - added code common to script related
features to RicScriptFeatureImpl.
2015-08-20 11:59:07 +02:00
Jacob Støren 35a37a5e07 (#370) Treeview event filter adjustment for multiple treeviews
and Linux compile fix
2015-08-20 11:49:58 +02:00
Jacob Støren c75d09e3df (#381) Handle key press events in new tree view 2015-08-20 11:16:19 +02:00
Jacob Støren 04368bd8a3 (#349) Removed updateConnectedUIEditors 2015-08-20 10:43:55 +02:00
Jacob Støren c599fd39f8 (#372) Drag Drop Move implemented.
User question on closing/moving a statistics source case
2015-08-20 10:43:49 +02:00
Pål Hagen ac529b77da (#339) Added RicNewScriptFeature 2015-08-20 10:32:03 +02:00
Jacob Støren f0ee19d8f7 Some renaming and comments 2015-08-20 09:58:27 +02:00
Jacob Støren f7ef9c575e Added missing headers to CMake files 2015-08-20 09:57:38 +02:00
Jacob Støren 6786894adb Fixed Cmake generation error.
wrap_qt cant be run in an included sub-cmake-file
2015-08-20 09:57:09 +02:00
Jacob Støren f8dce724f6 (#370) Wip: NewProjectTreeAndPropertyView command works.
Missing context menu
2015-08-20 08:03:38 +02:00
Jacob Støren c1b971e4d4 Added OBSOLETE to the old toggle commands 2015-08-20 08:03:32 +02:00
Pål Hagen a01618cc8e (#339) Added RicEditScriptFeature 2015-08-19 18:17:45 +02:00
Pål Hagen 28e7c8b19c (#339) Refactored execution of scripts for selected cases
Moved slotExecuteScriptForSelectedCases() from RiuMainWindow to
RicExecuteScriptForCasesFeature.
2015-08-19 13:23:26 +02:00
Pål Hagen ea87fc0746 (#339) Added RicExecuteScriptForCasesFeature 2015-08-18 16:36:37 +02:00
Pål Hagen d466d58164 (#339) Added RicExecuteScriptFeature 2015-08-18 15:07:00 +02:00
Pål Hagen c52c029045 (#339) Using generic deletion feature to delete views
Note: Old version used to say "Delete" in the context menu, now it says
"Delete object".
2015-08-18 14:10:34 +02:00