Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-28 | BarChart: bugfix related to brushing & no. of elems. | Samuel Fadel | |
2016-01-27 | Scatterplot & BarChart brushing functional. | Samuel Fadel | |
Scatterplot brushing needs some improvement, feels clumsy. | |||
2016-01-26 | Scatterplot & BarChart: initial brushing mechanism. | Samuel Fadel | |
* Both components now support brushing (support in Scatterplot for activating a brush is still incomplete, though it can be brushed on by other components) * Added a handler for linking the brushing between components * Added crosshair geometry handler to geometry lib * Fixed issue #15 | |||
2016-01-25 | BarChart: updated index resetting algorithm (using std::iota). | Samuel Fadel | |
2016-01-21 | Added selection linking. Needs more tests. | Samuel Fadel | |
2016-01-21 | BarChart: added selection mechanisms. | Samuel Fadel | |
2016-01-20 | Previous commit added a build error, fixing. | Samuel Fadel | |
2016-01-20 | BarChart: moved code from updatePaintNode to other helper functions. | Samuel Fadel | |
2016-01-20 | BarChart: update() when values change and added hover hints. | Samuel Fadel | |
2016-01-18 | BarChart & Scatterplot: added hints for vertex data upload. | Samuel Fadel | |
* BarChart: additionally, removed hover event handler and added a movement event handler * Scatterplot: changed selected/unselected outline colors; unselected is now black, selected is a really bright blue | |||
2016-01-18 | Added observer to update values displayed based on some metric. | Samuel Fadel | |
* Modified main() function to connect signals/slots to display calculated values * Color scales are no longer shared; they are also normalized to each component's own data * Stub mouse handling in BarChart (changes cursor shape) | |||
2016-01-18 | BarChart: updated to scale properly when component is resized. | Samuel Fadel | |
2016-01-17 | BarChart: commented out some unused code. | Samuel Fadel | |
2016-01-17 | BarChart: Added color scale support. | Samuel Fadel | |
* Color scale's extents are not changed: the values are supposed to match the values used in the other plots * Temporarily removed the bar outlines in order to properly display colors when the number of bars is equal to or greater than the number of available pixels to draw | |||
2016-01-16 | BarChart: commented hover events activation for BarChart. | Samuel Fadel | |
2016-01-14 | BarChart: handle empty data. | Samuel Fadel | |
2016-01-13 | BarChart: values are now sorted in descreasing order. | Samuel Fadel | |
2016-01-11 | BarChart: Added const to relevant method(s). | Samuel Fadel | |
2016-01-07 | BarChart: fixed signed/unsigned comparisons. | Samuel Fadel | |
2016-01-07 | Added a bar chart. | Samuel Fadel | |
* HistoryGraph replaced by BarChart * HistoryGraph not removed from code, might be useful in the future |