Age | Commit message (Expand) | Author |
2016-02-09 | ProjectionObserver: rewinding on values only if selections are empty. | Samuel Fadel |
2016-02-09 | Slightly reworked rewinding; added values rewinding....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
| Samuel Fadel |
2016-02-09 | Added TransitionControl and plot rewinding....New component overlays main view and handles middle clicks/drags
to performing rewinding. Also sports smooth transitioning back to
current projection whenever the mouse button is lifted.
Next up, the same kind of transitions in the displayed values.
| Samuel Fadel |
2016-02-09 | Scatterplot: brush-selecting now toggles selection state. | Samuel Fadel |
2016-02-09 | Scatterplot: brushing while merging is now more forgiving w.r.t. mistakes. | Samuel Fadel |
2016-02-09 | Scatterplot: improved interaction state changing code. | Samuel Fadel |
2016-02-09 | Revert "Scatterplot: interaction now happens only via left mouse button."...This reverts commit d79e037df56236c7d0f0824853b292d15ab75c27.
| Samuel Fadel |
2016-02-08 | Scatterplot: interaction now happens only via left mouse button. | Samuel Fadel |
2016-02-08 | User can now select RPs & CPs, using the R & C keys. | Samuel Fadel |
2016-02-08 | main(): Better handling of absent/invalid options. | Samuel Fadel |
2016-02-08 | Fixed build issues in pm.pro for *nix systems. | Samuel Fadel |
2016-02-08 | Merge branch 'master' of bitbucket.org:fadel/pm | Samuel Fadel |
2016-02-03 | Scatterplot: renamed internal variable & related enum. | Samuel Fadel |
2016-02-03 | Scatterplot: renamed internal variable & related enum. | Samuel Fadel |
2016-02-03 | .pro file updated to support more OSes. | Samuel Fadel |
2016-02-03 | Removed OpenGL version request from main()....It seems that Windows does not support the currently set version
while not setting a version works.
| Samuel Fadel |
2016-02-02 | Changes to make code more portable across different compilers. | Samuel Fadel |
2016-02-02 | Using std::numeric_limits where appropriate. | Samuel Fadel |
2016-02-02 | Removed tabs in numericrange.h | Samuel Fadel |
2016-01-29 | More informative splat parameters. | Samuel Fadel |
2016-01-29 | Changed default color scale to a rainbow variant. | Samuel Fadel |
2016-01-29 | Fixed issue #18. | Samuel Fadel |
2016-01-29 | Fixed screenshot functionality and splat visibility. | Samuel Fadel |
2016-01-29 | Renamed ForceScheme source file to lowercase. | Samuel Fadel |
2016-01-29 | Removed unused old files. | Samuel Fadel |
2016-01-28 | Simplified layout & options. | Samuel Fadel |
2016-01-28 | ProjectionObserver: small change in setType(). | Samuel Fadel |
2016-01-28 | ProjectionObsever now responds to selection changes....* Scatterplot: small fix to selection updates
* ProjectionObserver: whenever CP selection changes, compute
influence of CPs over all RPs. Whenever RP selection changes,
compute influence of RPs by all CPs.
* ProjectionObserver: with empty selections, go back to normal mode
| Samuel Fadel |
2016-01-28 | Scatterplot: set default glyph color (white) when no color is available. | Samuel Fadel |
2016-01-28 | BarChart: handle right clicks (clear selection). | Samuel Fadel |
2016-01-28 | Scatterplot: handle right clicks (clear selection) and absence of color data. | Samuel Fadel |
2016-01-28 | ManipulationHandler: changed numeric range type to match arma::uvec. | Samuel Fadel |
2016-01-28 | BarChart: bugfix related to brushing & no. of elems. | Samuel Fadel |
2016-01-27 | Scatterplot: using the quadtree to perform selection. | Samuel Fadel |
2016-01-27 | Scatterplot: now possible to use brush to select points. | Samuel Fadel |
2016-01-27 | Scatterplot: reduced search space for brushing. | Samuel Fadel |
2016-01-27 | Scatterplot: efficient brushing....* Brushing now finds the nearest point within a tolerance radius
| Samuel Fadel |
2016-01-27 | Regular points now visible by default (and quite small). | Samuel Fadel |
2016-01-27 | Scatterplot & BarChart brushing functional....Scatterplot brushing needs some improvement, feels clumsy.
| Samuel Fadel |
2016-01-26 | Scatterplot & BarChart: initial brushing mechanism....* 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
| Samuel Fadel |
2016-01-26 | VoronoiSplat & main(): moved all skelft to VoronoiSplat. | Samuel Fadel |
2016-01-25 | Scatterplots & splat now share the same scaling. | Samuel Fadel |
2016-01-25 | VoronoiSplat: added methods & signals for dealing with scales. | Samuel Fadel |
2016-01-25 | BarChart: updated index resetting algorithm (using std::iota). | Samuel Fadel |
2016-01-25 | LinearScale: additional helper methods. | Samuel Fadel |
2016-01-21 | Added selection linking. Needs more tests. | Samuel Fadel |
2016-01-21 | Added second bar chart....Bar charts are now exclusive to the type of points they are assigned
to (either CPs or RPs).
| Samuel Fadel |
2016-01-21 | BarChart: added selection mechanisms. | Samuel Fadel |
2016-01-20 | ProjectionObserver: fixed the diff to prev values. | Samuel Fadel |
2016-01-20 | Previous commit added a build error, fixing. | Samuel Fadel |