aboutsummaryrefslogtreecommitdiff
path: root/historygraph.cpp
AgeCommit message (Expand)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....Fixed a few corner cases and simplified internal data structures. Samuel Fadel
2015-10-06Solved issue #1 (history autoscroll).Samuel Fadel
2015-09-29HistoryGraph now notifies when the active item changes. Scatterplot now diffe...Samuel Fadel
2015-09-29Inital history graph implementation and using linear scales where applicable....- 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 Samuel Fadel
2015-09-24Added placeholder object for history graph; smaller main window.Samuel Fadel