Age | Commit message (Collapse) | Author |
|
* VoronoiSplat: alpha & beta are now properties
* ContinuousColorScale: enums renamed to the Qt standard way
* Scatterplot: internal state enum renamed
* ProjectionObserver: observer type enum renamed
|
|
|
|
Needs a solution to the problem of which values must be displayed
and/or interpolated. Currently, whenever the user rewinds, the
current error measure is displayed, regardless of what was being
displayed before. This will probably be trivial to solve once we
have a nice way of changing the current measure.
* Also changed all OpenMP-powered for loops to use signed integers,
requirements of OMP2.x (which is what MSVC supports currently)
* The above change comes with a new header for utility functions
|
|
|
|
|
|
Scatterplot brushing needs some improvement, feels clumsy.
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
* 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)
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* HistoryGraph replaced by BarChart
* HistoryGraph not removed from code, might be useful in the future
|