Age | Commit message (Expand) | Author |
2023-05-23 | Massive changes in initial port away from Qt. | Samuel Fadel |
2016-04-13 | Bundling now supports selection....Selection is implemented via main() updating the line plot using
the current active selection. Beware of bug (issue #23).
Also adds support for setting the line width, while changing the
default line width to 2 pixels wide.
ProjectionHistory: now reports changes to selections relative to
the whole dataset, not only CPs/RPs.
| Samuel Fadel |
2016-04-04 | ProjectionHistory: added unreliability. | Samuel Fadel |
2016-03-03 | ProjectionHistory: fixed minor compiler warning. | Samuel Fadel |
2016-03-02 | Improvements related to ColorScale and screenshots....* ColorScale: now a pointer whenever needed. main() takes care of
updating extents
* New class DivergentColorScale: works specifically for divergent
scales, always has 3 colors as input: negative values, 0, positive
values
* ManipulationHandler: ProjectionHistory no longer needed
| Samuel Fadel |
2016-02-29 | ProjectionHistory: removed interpolation of CP values. | Samuel Fadel |
2016-02-12 | Refactoring of Projection{Observer,History} & ManipulationHandler....ProjectionObserver class has been removed, all of its functionality
is now inside class ProjectionHistory, thus dealing with the design
problem mentioned in the previous commit. ProjectionHistory is now
also responsible for all rewinding functionality, which makes more
sense.
| Samuel Fadel |
2016-02-11 | Modified the way the history interacts with other components....* Main class is now responsible for updating map components
whenever the current map changes (even rewinding): this simplifies
other objects because they don't have to know anything about how
the data is being displayed later (no CP/RP juggling everywhere)
* Added undo/reset actions to main view, including menu items
* ProjectionHistory now has specific signals for each change
happening to the history
| Samuel Fadel |
2016-02-11 | ProjectionHistory: removed the inline qualifier from methods. | Samuel Fadel |
2016-02-10 | Added ProjectionHistory object for history tracking. | Samuel Fadel |