Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-16 | Whitespace and coding style updates | Dirk Hohndel | |
Another futile attempt to cleanup the code and make coding style and whitespace consistent. I tried to add a file that describes the key points of our coding style. I have no illusions that this will help the least bit... This commit should ONLY change whitespace Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2014-01-16 | Added a Model that should handle the Dive Profile | Tomaz Canabrava | |
This model encapsulates the plot_info struct and provides a consistent way to show it using the Qt Model view system in the C++ and QML way. For a QGraphicsItem that should show a Profile, this is the start. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |