aboutsummaryrefslogtreecommitdiff
path: root/transitioncontrol.cpp
AgeCommit message (Collapse)Author
2016-03-03BarChart is now also updated during rewinding.Samuel Fadel
In addition, rewinding is now done with Ctrl+RMB.
2016-02-11TransitionControl: unhandled events are now ignore()'d.Samuel Fadel
Added parent parameter to ctor, as with other components.
2016-02-11RewindWorkerThread renamed to TransitionWorkerThread.Samuel Fadel
Also, added easing curve customization.
2016-02-11TransitionControl: only rewind when needed.Samuel Fadel
2016-02-09Added TransitionControl and plot rewinding.Samuel Fadel
New component overlays main view and handles middle clicks/drags to performing rewinding. Also sports smooth transitioning back to current projection whenever the mouse button is lifted. Next up, the same kind of transitions in the displayed values.