aboutsummaryrefslogtreecommitdiff
path: root/historygraph.cpp
AgeCommit message (Collapse)Author
2015-12-16Scale & LinearScale are now template classes.Samuel Fadel
2015-10-14Improved handling of autoscroll (HistoryGraph).Samuel Fadel
2015-10-09Removed unnecessary assignments in HistoryGraph.Samuel Fadel
2015-10-07Small improvement in autoscrollSamuel Fadel
2015-10-06Improved history graph autoscroll.Samuel Fadel
Fixed a few corner cases and simplified internal data structures.
2015-10-06Solved issue #1 (history autoscroll).Samuel Fadel
2015-09-29HistoryGraph now notifies when the active item changes. Scatterplot now ↵Samuel Fadel
differentiates between interactive and programatic changes in x/y data.
2015-09-29Inital history graph implementation and using linear scales where applicable.Samuel Fadel
- geometry.h for geometry calculation functions - scale.h for implementations of scales (currently only the linear scale) - updated main_view.qml for the new HistoryGraph component - HistoryGraph displays each subsample used as a mini scatterplot (no colors currently) - Scatterplot now uses scale.h for transformations - Code cleanup and some bug fixes
2015-09-24Added placeholder object for history graph; smaller main window.Samuel Fadel