aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-25VoronoiSplat: added methods & signals for dealing with scales.Samuel Fadel
2016-01-25BarChart: updated index resetting algorithm (using std::iota).Samuel Fadel
2016-01-25LinearScale: additional helper methods.Samuel Fadel
2016-01-21Added selection linking. Needs more tests.Samuel Fadel
2016-01-21Added second bar chart.Samuel Fadel
2016-01-21BarChart: added selection mechanisms.Samuel Fadel
2016-01-20ProjectionObserver: fixed the diff to prev values.Samuel Fadel
2016-01-20Previous commit added a build error, fixing.Samuel Fadel
2016-01-20BarChart: moved code from updatePaintNode to other helper functions.Samuel Fadel
2016-01-20Added a few comments in main.hSamuel Fadel
2016-01-20main(): better code for loading CP data.Samuel Fadel
2016-01-20Added color scale selection and aggregate error.Samuel Fadel
2016-01-20BarChart: update() when values change and added hover hints.Samuel Fadel
2016-01-19Updated options & hacks to change color scales.Samuel Fadel
2016-01-19Scatterplot: one more case where update() should be called.Samuel Fadel
2016-01-19Colormap: texture update fixed.Samuel Fadel
2016-01-18ColorScale & ContinuousColorScale: minor code standardization.Samuel Fadel
2016-01-18Smaller colormap view.Samuel Fadel
2016-01-18Removed unused menus.Samuel Fadel
2016-01-18BarChart & Scatterplot: added hints for vertex data upload.Samuel Fadel
2016-01-18ProjectionObserver & dist(): using more cores in computations.Samuel Fadel
2016-01-18Scatterplot: added more padding so that no parts of the plot are cropped out ...Samuel Fadel
2016-01-18VoronoiSplat: Fixed issue #8.Samuel Fadel
2016-01-18Added observer to update values displayed based on some metric.Samuel Fadel
2016-01-18Corrected colormap z value so that it is always on top.Samuel Fadel
2016-01-18Updated options.Samuel Fadel
2016-01-18BarChart: updated to scale properly when component is resized.Samuel Fadel
2016-01-17Options panel: Reorganized and added some new stub components.Samuel Fadel
2016-01-17Scatterplot: slightly darker unselected glyph outline.Samuel Fadel
2016-01-17BarChart: commented out some unused code.Samuel Fadel
2016-01-17ColorScale: minor update to color sampling and generation algorithms.Samuel Fadel
2016-01-17Colormap & VoronoiSplat: minor change to colormap texture creation.Samuel Fadel
2016-01-17Added option to toggle the visibility of scatterplots.Samuel Fadel
2016-01-17Removed menu to change techniques.Samuel Fadel
2016-01-17Added/changed a few visualization options.Samuel Fadel
2016-01-17BarChart: Added color scale support.Samuel Fadel
2016-01-17Added a options panel.Samuel Fadel
2016-01-17Added a pseudo-raindow continuous color scale.Samuel Fadel
2016-01-16VoronoiSplat: code reordering.Samuel Fadel
2016-01-16Changed color scale internal point to const.Samuel Fadel
2016-01-16ColorScale: minor rewrite on sampling method.Samuel Fadel
2016-01-16VoronoiSplat: Changed "colormap" methods to "colorScale".Samuel Fadel
2016-01-16BarChart: commented hover events activation for BarChart.Samuel Fadel
2016-01-16Added the Colormap component.Samuel Fadel
2016-01-16BarChart: minor code style update.Samuel Fadel
2016-01-15VoronoiSplat & Scatterplot: splatting is now a separate component.Samuel Fadel
2016-01-15BarChart: minor markup changed in header file.Samuel Fadel
2016-01-15Scatterplot: simplified material updates on glyphs.Samuel Fadel
2016-01-15Scatterplot: small fix to number of vertices in each glyph.Samuel Fadel
2016-01-15QML: added components for handling selection modes in the future.Samuel Fadel