index
:
msc-tool
main
Interactive research tool for visualizing mulditimensional data.
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scatterplot.h
Age
Commit message (
Expand
)
Author
2016-03-30
Scatterplot: added dtor and handled corner case of quadtree init.
Samuel Fadel
2016-03-02
Improvements related to ColorScale and screenshots.
Samuel Fadel
2016-02-12
Code cleanup: enums & properties renamed/added.
Samuel Fadel
2016-02-11
Scatterplot: glyph size is now a Q_PROPERTY.
Samuel Fadel
2016-02-10
Updated signal/slot connections to function pointers.
Samuel Fadel
2016-02-09
Scatterplot: improved interaction state changing code.
Samuel Fadel
2016-02-08
User can now select RPs & CPs, using the R & C keys.
Samuel Fadel
2016-02-03
Scatterplot: renamed internal variable & related enum.
Samuel Fadel
2016-01-27
Scatterplot & BarChart brushing functional.
Samuel Fadel
2016-01-26
Scatterplot & BarChart: initial brushing mechanism.
Samuel Fadel
2016-01-21
Added selection linking. Needs more tests.
Samuel Fadel
2016-01-18
Scatterplot: added more padding so that no parts of the plot are cropped out ...
Samuel Fadel
2016-01-18
Added observer to update values displayed based on some metric.
Samuel Fadel
2016-01-17
Added a options panel.
Samuel Fadel
2016-01-16
Changed color scale internal point to const.
Samuel Fadel
2016-01-16
Added the Colormap component.
Samuel Fadel
2016-01-15
VoronoiSplat & Scatterplot: splatting is now a separate component.
Samuel Fadel
2016-01-14
Scatterplot: changed internal handling of update()s.
Samuel Fadel
2016-01-13
Scatterplot: individual glyph opacity methods & signals.
Samuel Fadel
2016-01-12
Scatterplot: autoscaling & signals.
Samuel Fadel
2016-01-12
Scatterplot: removed animation.
Samuel Fadel
2016-01-11
Scatterplot: new methods for setting visual attrs without issuing update()s.
Samuel Fadel
2016-01-11
Scatterplot: control whether splat is displayed.
Samuel Fadel
2016-01-07
Scatterplot: simplified drawing code.
Samuel Fadel
2015-12-19
Experimenting using VoronoiSplat as a texture.
Samuel Fadel
2015-12-16
Scale & LinearScale are now template classes.
Samuel Fadel
2015-10-05
Animation easing in Scatterplot.
Samuel Fadel
2015-10-05
Initial (rudimentary) animation implementation.
Samuel Fadel
2015-09-29
HistoryGraph now notifies when the active item changes. Scatterplot now diffe...
Samuel Fadel
2015-09-29
Inital history graph implementation and using linear scales where applicable.
Samuel Fadel
2015-09-24
Updated selection handling code; implemented option to save subsample plot.
Samuel Fadel
2015-09-23
Reverted back to individual geometries when drawing glyphs.
Samuel Fadel
2015-09-17
Additional interactive functionalities.
Samuel Fadel
2015-09-03
Updated Scatteplot's drawing code.
Samuel Fadel
2015-09-01
Improvements related to visual representation of distortions.
Samuel Fadel
2015-08-27
Renamed member m_currentState and reordered to match declaration and initiali...
Samuel Fadel
2015-07-24
Color mapping in Scatterplot and initial measures.
Samuel Fadel
2015-05-22
Improvements to UI and performance.
Samuel Fadel
2015-05-21
Added more state variables in Scatterplot to reduce computation time.
Samuel Fadel
2015-05-21
Nearly complete implementation of interaction.
Samuel Fadel
2015-05-21
Initial selection implementation.
Samuel Fadel
2015-05-21
Updated UI.
Samuel Fadel
2015-05-15
Initial commit. ForceScheme seems bugged.
Samuel Fadel