aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-11ProjectionHistory: removed the inline qualifier from methods.Samuel Fadel
2016-02-11Scatterplot: glyph size is now a Q_PROPERTY.Samuel Fadel
2016-02-11TransitionControl: only rewind when needed.Samuel Fadel
2016-02-10Added ProjectionHistory object for history tracking.Samuel Fadel
2016-02-10ProjectionObserver: previous commit introduced regression, fixing.Samuel Fadel
2016-02-10Fixed issue #20; also removed some unused #include.Samuel Fadel
2016-02-10Updated signal/slot connections to function pointers.Samuel Fadel
2016-02-09ProjectionObserver: rewinding on values only if selections are empty.Samuel Fadel
2016-02-09Slightly reworked rewinding; added values rewinding.Samuel Fadel
2016-02-09Added TransitionControl and plot rewinding.Samuel Fadel
2016-02-09Scatterplot: brush-selecting now toggles selection state.Samuel Fadel
2016-02-09Scatterplot: brushing while merging is now more forgiving w.r.t. mistakes.Samuel Fadel
2016-02-09Scatterplot: improved interaction state changing code.Samuel Fadel
2016-02-09Revert "Scatterplot: interaction now happens only via left mouse button."Samuel Fadel
2016-02-08Scatterplot: interaction now happens only via left mouse button.Samuel Fadel
2016-02-08User can now select RPs & CPs, using the R & C keys.Samuel Fadel
2016-02-08main(): Better handling of absent/invalid options.Samuel Fadel
2016-02-08Fixed build issues in pm.pro for *nix systems.Samuel Fadel
2016-02-08Merge branch 'master' of bitbucket.org:fadel/pmSamuel Fadel
2016-02-03Scatterplot: renamed internal variable & related enum.Samuel Fadel
2016-02-03Scatterplot: renamed internal variable & related enum.Samuel Fadel
2016-02-03.pro file updated to support more OSes.Samuel Fadel
2016-02-03Removed OpenGL version request from main().Samuel Fadel
2016-02-02Changes to make code more portable across different compilers.Samuel Fadel
2016-02-02Using std::numeric_limits where appropriate.Samuel Fadel
2016-02-02Removed tabs in numericrange.hSamuel Fadel
2016-01-29More informative splat parameters.Samuel Fadel
2016-01-29Changed default color scale to a rainbow variant.Samuel Fadel
2016-01-29Fixed issue #18.Samuel Fadel
2016-01-29Fixed screenshot functionality and splat visibility.Samuel Fadel
2016-01-29Renamed ForceScheme source file to lowercase.Samuel Fadel
2016-01-29Removed unused old files.Samuel Fadel
2016-01-28Simplified layout & options.Samuel Fadel
2016-01-28ProjectionObserver: small change in setType().Samuel Fadel
2016-01-28ProjectionObsever now responds to selection changes.Samuel Fadel
2016-01-28Scatterplot: set default glyph color (white) when no color is available.Samuel Fadel
2016-01-28BarChart: handle right clicks (clear selection).Samuel Fadel
2016-01-28Scatterplot: handle right clicks (clear selection) and absence of color data.Samuel Fadel
2016-01-28ManipulationHandler: changed numeric range type to match arma::uvec.Samuel Fadel
2016-01-28BarChart: bugfix related to brushing & no. of elems.Samuel Fadel
2016-01-27Scatterplot: using the quadtree to perform selection.Samuel Fadel
2016-01-27Scatterplot: now possible to use brush to select points.Samuel Fadel
2016-01-27Scatterplot: reduced search space for brushing.Samuel Fadel
2016-01-27Scatterplot: efficient brushing.Samuel Fadel
2016-01-27Regular points now visible by default (and quite small).Samuel Fadel
2016-01-27Scatterplot & BarChart brushing functional.Samuel Fadel
2016-01-26Scatterplot & BarChart: initial brushing mechanism.Samuel Fadel
2016-01-26VoronoiSplat & main(): moved all skelft to VoronoiSplat.Samuel Fadel
2016-01-25Scatterplots & splat now share the same scaling.Samuel Fadel
2016-01-25VoronoiSplat: added methods & signals for dealing with scales.Samuel Fadel