Magne Sjaastad
aa11e3601b
#5020 Flow Diag : Avoid creating plots in constructor to make pytest work
2019-11-11 09:47:01 +01:00
Magne Sjaastad
cb89823474
#5020 Flow Diag : Improve default initialization of plots
2019-11-08 14:20:11 +01:00
Magne Sjaastad
96a26662fc
Janitor : Apply clang-format fixes on codebase in ApplicationCode
2019-11-04 11:34:34 +01:00
Jacob Støren
99fb39bd68
Rename SubWindowActivated blocking methods
...
to clarify their differences
2019-11-01 15:57:03 +01:00
Gaute Lindkvist
30db19a1d0
Create Grid plot collection and allow creation of new combination plots
2019-10-31 14:09:50 +01:00
Gaute Lindkvist
a925c0f29e
Partial revert of 38e0b150
2019-10-30 12:54:51 +01:00
Gaute Lindkvist
38e0b150ac
Allow deleting of the last sub plot and have nice visible drop targets
2019-10-30 11:56:22 +01:00
Magne Sjaastad
76d196a91a
Merge pull request #4902 from OPM/summary-text-edit-in-toolbar
...
Summary text editor in toolbar
2019-10-24 21:44:33 +02:00
Gaute Lindkvist
c578a43b53
Introduce RimGridPlotWindow and RiuQwtPlotWidget
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
2857a13e7c
Columns in well log plots
2019-10-24 14:59:16 +02:00
Gaute Lindkvist
0fd7f40e46
Stop reselecting on activation in plot view if a child is already selected
2019-10-24 09:10:34 +02:00
Magne Sjaastad
28ef4166ea
#4775 Summary : Improve event handling and add shorcut
2019-10-22 10:39:18 +02:00
Magne Sjaastad
7be2cc3031
#4775 Summary : Add text based curve creation to toolbar
2019-10-21 16:19:28 +02:00
Magne Sjaastad
2998ad3bed
#4825 Summary Plot Stepping : Key events are not routed correctly
2019-10-04 13:20:15 +02:00
Magne Sjaastad
a6733ae776
Merge pull request #4818 from OPM/improve-ensemble-stepping
...
Improve ensemble stepping
2019-10-04 11:43:06 +02:00
Magne Sjaastad
c111b0d4c3
#4811 Source Stepping : Show ensemble stepping when plot is selected
2019-10-04 09:54:57 +02:00
Gaute Lindkvist
f5b10b4d70
#4800 WBS: Add parameter track which is off by default ( #4816 )
...
* Initial WIP
* Identical results with spreadsheet
* Improved and more robust smoothing by filtering points first
* Improved smoothing and more GUI
* Include mixed-label for smoothing threshold
* Implement WBS parameters track
* Much better alignment of tracks without flickering
* Don't replace user description when dragging and dropping tracks
* Fix missing OBG and SH curves
* Fix curve and track D&D
* Make sure parameter curves aren't WBS curves
2019-10-03 14:41:37 +02:00
Magne Sjaastad
7ce7211187
Merge remote-tracking branch 'origin/dev' into summary-template-adjustments
2019-09-30 19:43:08 +02:00
Magne Sjaastad
a6609c6e06
#4795 Summary Plot : Add updateConnectedEditors()
...
Recent changes in logic requires more updateConnectedEditors
2019-09-28 17:40:40 +02:00
Gaute Lindkvist
7625da7a21
#4790 Make sure window maximation state is restored after project load + tiling fixes
2019-09-27 15:29:24 +02:00
Magne Sjaastad
1ab58449bd
#4793 Summary Plot Templates : Help accessible from About menu
2019-09-27 15:15:09 +02:00
Gaute Lindkvist
4709bb1402
#4769 Remove stepping toolbar for Ensemble RFT.
...
* It doesn't work right and the usefulness is limited.
2019-09-26 09:18:55 +02:00
Magne Sjaastad
611e1f24d3
#4753 Fix selection of plot subitems jumps to parent plot
2019-09-24 12:35:03 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Gaute Lindkvist
2c5ca4ce46
Import and plot of FMU RFT data works
2019-08-26 12:52:07 +02:00
Gaute Lindkvist
086ee60d8c
#4530 Wait until after Save Project has been asked to hide dock windows.
2019-07-30 12:50:08 +02:00
Magne Sjaastad
699870c8c7
#4410 Dock Window State : Use hideAllDockWidgets() in base class
2019-05-15 12:31:27 +02:00
Magne Sjaastad
6830d79de7
#4410 Dock Window State : Move plot widget names to DockWidgetTools
2019-05-15 10:52:27 +02:00
Magne Sjaastad
f43edf3c7d
#4410 Dock Window State : Create static functions instead of singleton
2019-05-15 10:47:30 +02:00
Magne Sjaastad
bf6b5652b3
#4410 Dock Window State : Give dock widgets unique names
2019-05-15 09:45:44 +02:00
Magne Sjaastad
1a67773ace
#4410 Dock Window State : Remove obsolete functions
2019-05-15 07:35:53 +02:00
Gaute Lindkvist
57b33b0d4c
First implementation of Headless ( #4392 )
...
* Revert "#4377 Octave : Use RiaLogging for error messages instead of QErrorMessage "
This reverts commit f758a8edb2
.
* Revert "#4380 Preferences : Changing scene font size when geo mech view is open causes crash"
This reverts commit df62a41397
.
* Revert "#4379 Documentation : Update command line parser for import of summary files"
This reverts commit d0b5357ed4
.
* Unfinished WIP
* Builds but crashes
* Refactored code now builds and runs
* ResInsight can now run the unittests headless
* Can run some command files successfully
* Build on Linux
* Extra headless hack header
* Moved PdmUiItem hack to cpp file
* Fix headless crash in RimWellAllocationPlot
* Handle error gracefully if ExportSnapshots command is executed from console
* Add caf::QIconProvider and remove some hacks
* Also made the greying out of disabled icons work for a couple of cases where it didn't.
* Linux build fix
* #4380 Reimplement fix df62a41397
by @magnesj on top of Headless code changes
* #4379 Reintroduce kode from d0b5357ed4
by @magnesj
* #4377 Restore f758a8edb2
in new Headless code
2019-05-06 10:36:05 +02:00
Magne Sjaastad
8cefcbb562
#4348 System , cppcheck : Remove unused variables
2019-04-20 15:11:21 +02:00
Gaute Lindkvist
e0bbda85d9
#4312 Move handleMdiWindowClosed call from widget destructors to MdiSubWindow closeEvent
...
* This way the mdi window still exists at the time of removal and we can handle the removal orderly
2019-04-16 12:14:54 +02:00
Gaute Lindkvist
e41f8ec149
#4312 Force new current sub window in MDI area to be maximized if closing a sub-window that was maximized
2019-04-15 15:33:31 +02:00
Gaute Lindkvist
000b6713b1
#4283 Improve window tiling during resize
2019-04-04 19:23:43 +02:00
Gaute Lindkvist
038d7a7676
#4097 Implement stretch factors for editors
2019-04-04 11:19:35 +02:00
Gaute Lindkvist
5695b8ada7
#4263 Fix saving of MDI window geometry without unmaximizing the window before saving
2019-03-29 12:47:35 +01:00
Magne Sjaastad
c4b0bf5890
#4221 MDI window : Move MDI handling to RiuMainWindowBase
2019-03-29 08:26:34 +01:00
Gaute Lindkvist
b08504fe05
#4236 Partial revert of fixes for #4221
...
* The line in RiuPlotMainWindow from ef182da8a9
is set back to before
2019-03-27 14:20:39 +01:00
Magne Sjaastad
507973688e
#4221 Window Management : Make sure restore of windows works from file
2019-03-26 16:19:56 +01:00
Magne Sjaastad
ef182da8a9
#4221 Window Management : When a view or plot is maximized, show following views as maximize
2019-03-25 07:57:35 +01:00
Gaute Lindkvist
8382b5cfdd
#4144 Remove grid import buttons from plot window and add ensemble import
2019-03-08 10:41:32 +01:00
Gaute Lindkvist
e9e21cf30d
#4171 Work around assert failure when closing main window last
2019-03-07 09:13:56 +01:00
Gaute Lindkvist
fd01871202
#4173 Fix problems with saving state when closing 3d Window before closing plot window
2019-03-07 09:13:56 +01:00
Gaute Lindkvist
4c026952a1
#4134 #4124 Refactor RiuSummaryQwtPlot on top of a base RiuQwtPlot class and use this for Cross Plots
...
* Get a lot of functionality included: zoom, panning, etc.
2019-02-26 11:44:26 +01:00
Magne Sjaastad
415a8bba94
#4131 Qt5: Use showNormal() instead of show()
2019-02-22 13:18:53 +01:00
Magne Sjaastad
9fbb14d6e3
#4008 Summary Plots: Cases/Plots should always be expanded by default
2019-02-05 08:42:23 +01:00
Magne Sjaastad
987c38ec38
Whitespace
2019-02-05 08:41:25 +01:00
Magne Sjaastad
240e146a1b
#3951 Summary : Improve Windows menu
2019-01-14 07:08:05 +01:00