Commit Graph
175 Commits
Author SHA1 Message Date
Magne Sjaastad 63d401b6e6 Added unit test to Testing menu
Launch of unit tests (gtests) is also possible from command line
parameter "unittest"
2015-10-05 16:09:51 +02:00
Magne Sjaastad 061288f1c3 (#495) Removed use of StdInclude 2015-09-25 15:57:50 +02:00
Magne Sjaastad cc62e93d45 (#452) Fixed switching of MDI windows 2015-09-24 17:17:28 +02:00
Magne Sjaastad 9d03120afa (#512) Fixed missing time step texts for geomech case
Bug introduced in 06e8bc2ec5
2015-09-22 16:00:56 +02:00
Magne Sjaastad e7866cbdfd (#484) If current window is mazimized, show new window in maximized state 2015-09-21 13:25:38 +02:00
Magne Sjaastad 06e8bc2ec5 Moved building of time step names for UI to case 2015-09-21 11:22:03 +02:00
Pål Hagen c32f4cabfe (#493) Correct handling of MDI sub window activation.
Setting bool member variable that blocks sub window activation slot
temporarily at the correct places - the main window methods that sets
active viewer and removes a viewer.
2015-09-21 11:01:00 +02:00
Magne Sjaastad 18bb056b78 Apply appendClassNameToUiText when creating project tree 2015-09-18 19:39:47 +02:00
Pål Hagen e3e574fb90 (#493) Blocking MDI window activation handler when toggling off well log plot 2015-09-18 17:06:26 +02:00
Magne Sjaastad 0f5fed1768 (#492) Created folder for well log commands, added "New Well Log LAS Curve" feature 2015-09-18 09:07:38 +02:00
Magne Sjaastad 598575602c (#484) Fixed issue with invalid MDI maximized state 2015-09-18 08:04:14 +02:00
Magne Sjaastad c8751bebe0 (#439) Improved positioning and default size of widgets in MDI area 2015-09-17 14:27:21 +02:00
Magne Sjaastad c6caea2869 (#481) Restore window maximized state 2015-09-17 09:04:15 +02:00
Magne Sjaastad f1233e485a Improved state handling of toolbar actions 2015-09-17 08:25:45 +02:00
Magne Sjaastad 4c9b25a85d (#480) Added toolbutton for tiling of windows as a command feature 2015-09-17 08:25:44 +02:00
Magne Sjaastad 66333e0367 (#475) Make sure MDI window pos and size is restored 2015-09-16 12:56:48 +02:00
Pål Hagen 095d974e38 (#435) WIP - Reading metadata from LAS files 2015-09-14 16:33:28 +02:00
Jacob Støren 8b801bac50 (#442) Permanent fix. Needed to handle the new plot views properly 2015-09-10 08:14:28 +02:00
Jacob Støren f753593380 (#442) Temporar fix.
Why this code creates the crash is beyond my understanding.
Must be investigated.
For now, get rid of the crash that blocks testing etc...
2015-09-09 14:30:12 +02:00
Pål Hagen c1d2a32f6e (#428) Selecting well log plot in tree view when its viewer is activated 2015-09-07 19:22:11 +02:00
Pål Hagen 613f028779 (#427) Fixed selection of well log plots so that the viewer is set active
Switching between well log plots and 3D views, both are MDI windows,
should now work fine.
2015-09-07 18:27:23 +02:00
Jacob Støren 30e2495849 Remove duplicate add/remove/setActive viewer methods from MainWindow.
(#408) Added Save Load of WellLog Plot window geometry also
2015-09-03 08:21:57 +02:00
Magne Sjaastad e3c11f11e9 Added Close All Windows 2015-09-02 17:18:26 +02:00
Magne Sjaastad b29ad69673 (#408) Save and restore MDI window size and position 2015-09-01 22:11:39 +02:00
Magne Sjaastad a1f5d44f56 Moved Link visible views toolbar icon 2015-09-01 17:40:57 +02:00
Magne Sjaastad bd396b7ff4 (#406) Changed name of additional property editor and removed margins 2015-09-01 11:49:43 +02:00
Magne Sjaastad c269e57d6d Removed obsolete code 2015-09-01 11:31:31 +02:00
Magne Sjaastad c065b8350c (#406) Created a combined docking widget for additional project trees and property views 2015-08-31 07:53:52 +02:00
Magne Sjaastad ca06e8a307 (#406) Update additional project trees and property editors 2015-08-31 07:53:51 +02:00
Magne Sjaastad 3f09c1bc66 Added LinkVisibleViewsFeature, and added action to draw toolbar 2015-08-30 13:30:46 +02:00
Pål Hagen 4e6bb1ded3 WIP - added project data model files for well log plots
Added command feature for adding new well log plots (right-click "Plots"
in the project tree view). Will create dummy Qwt widget added as an MDI
window.
TODO: Complete the relations between the entities, and add
properties/property editors. Create more advanced viewer widget for
plotting of multiple traces with multiple curves. Harmonize MDI stuff
with 3D viewers.
2015-08-27 16:13:49 +02:00
Pål Hagen 2b87c8c7d6 Added Qwt library and basic classes for well log viewer 2015-08-26 12:27:29 +02:00
Magne Sjaastad 20c1e609b8 Added tile and cascade of MDI windows 2015-08-26 10:46:38 +02:00
Magne Sjaastad d0ab927161 Disable undo command system 2015-08-25 08:41:26 +02:00
Magne Sjaastad 556e3f375c Hide undo docking widget 2015-08-24 18:26:12 +02:00
Pål Hagen cdea637af8 (#355) Set correct title of the new project tree 2015-08-24 17:39:46 +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 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
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 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
Jacob Støren c75d09e3df (#381) Handle key press events in new tree view 2015-08-20 11:16:19 +02:00
Jacob Støren f0ee19d8f7 Some renaming and comments 2015-08-20 09:58:27 +02:00
Jacob Støren f8dce724f6 (#370) Wip: NewProjectTreeAndPropertyView command works.
Missing context menu
2015-08-20 08:03:38 +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
Jacob Støren 302f46b61b (#372) First step in Reimplemented drag and drop support 2015-08-18 11:23:53 +02:00
Jacob Støren b9343fd21e Made the menu builder in RimProject handle separators.
Also rigging for Script commands and generic toggle
2015-08-17 10:51:13 +02:00