Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-16 | Scale & LinearScale are now template classes. | Samuel Fadel | |
2015-10-14 | Improved handling of autoscroll (HistoryGraph). | Samuel Fadel | |
2015-10-09 | Removed unnecessary assignments in HistoryGraph. | Samuel Fadel | |
2015-10-07 | Small improvement in autoscroll | Samuel Fadel | |
2015-10-06 | Improved history graph autoscroll. | Samuel Fadel | |
Fixed a few corner cases and simplified internal data structures. | |||
2015-10-06 | Solved issue #1 (history autoscroll). | Samuel Fadel | |
2015-09-29 | HistoryGraph now notifies when the active item changes. Scatterplot now ↵ | Samuel Fadel | |
differentiates between interactive and programatic changes in x/y data. | |||
2015-09-29 | Inital 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-24 | Added placeholder object for history graph; smaller main window. | Samuel Fadel | |