Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-12 | main_view.qml: Fixed small typo. | Samuel Fadel | |
2016-01-11 | Reordered scatterplot components and removed explicit z-order. | Samuel Fadel | |
2016-01-11 | Main view is now a single projection. | Samuel Fadel | |
* Smaller bar chart * Full projection is actually overlaid with the subsample projection so that the user can only move the subsample projection | |||
2016-01-07 | Added a bar chart. | Samuel Fadel | |
* HistoryGraph replaced by BarChart * HistoryGraph not removed from code, might be useful in the future | |||
2016-01-06 | Restored width of main window. | Samuel Fadel | |
2015-12-19 | Experimenting using VoronoiSplat as a texture. | Samuel Fadel | |
2015-12-19 | New rendering (VoronoiSplat) -- incomplete. | Samuel Fadel | |
* Added voronoi-like splatting to points: the same technique from Messias et al., (2014) * It is now possible to change the projection technique during runtime (possible, but still requires some work) | |||
2015-10-22 | Added PLMP as an alternative technique to use; knn() is now exposed in the ↵ | Samuel Fadel | |
mp namespace. | |||
2015-10-13 | Argument handling and file saving. | Samuel Fadel | |
2015-09-29 | Inital history graph implementation and using linear scales where applicable. | Samuel Fadel | |
- geometry.h for geometry calculation functions - scale.h for implementations of scales (currently only the linear scale) - updated main_view.qml for the new HistoryGraph component - HistoryGraph displays each subsample used as a mini scatterplot (no colors currently) - Scatterplot now uses scale.h for transformations - Code cleanup and some bug fixes | |||
2015-09-24 | Added placeholder object for history graph; smaller main window. | Samuel Fadel | |
2015-09-24 | Removed redundant properties from QML file. | Samuel Fadel | |
2015-09-24 | Improved & changed layout for future changes. | Samuel Fadel | |
2015-09-24 | Updated selection handling code; implemented option to save subsample plot. | Samuel Fadel | |
2015-09-01 | Improvements related to visual representation of distortions. | Samuel Fadel | |
- New continuous color scale class; - Improvements in signal handler for calculating distortions; - Implementation of the NP(k) measure. | |||
2015-05-22 | Improvements to UI and performance. | Samuel Fadel | |
2015-05-21 | Added (non-functional) file dialog for opening files. | Samuel Fadel | |
2015-05-21 | Nearly complete implementation of interaction. | Samuel Fadel | |
Interaction still does not work due to signals not being correctly emitted. | |||
2015-05-21 | Initial selection implementation. | Samuel Fadel | |
2015-05-21 | Updated UI. | Samuel Fadel | |
- Removed unnecessary UI elements from QML file; - Added the ColorScale class and implemented glyph color mapping from class labels; - Mark geometry nodes of individual glyphs as dirty when updating the scene graph. | |||
2015-05-15 | Initial commit. ForceScheme seems bugged. | Samuel Fadel | |