Commit Graph

7 Commits

Author SHA1 Message Date
Magne Sjaastad
c78b435864 #4574 Summary Plot: Do not modify highlight curve change when zooming 2019-08-16 14:02:16 +02:00
Magne Sjaastad
10e3180332 #4565 Highlight Curves : Clicking on curve causes access violation
Create a copy of the item list before the loop to avoid invalidated iterators when iterating the list plotCurve->setZ() causes the ordering of items in the list to change
2019-08-13 12:58:04 +02:00
Gaute Lindkvist
1417fc2be7 #4542 Bring highlighted curve to the top and stop altering color of selected curve 2019-08-06 11:39:09 +02:00
Gaute Lindkvist
25f13122a2 #4517 Implement highlighting function for plot curves 2019-08-02 13:13:23 +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
5b7bf99b82 #4222 Implement picking to display point value in Grid Cross Plot 2019-03-26 14:17:35 +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