Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-29 | Printing: make better use of the space in Two Dives template | Dirk Hohndel | |
There was way too much wasted space and the profile ended up being unnecessarily tiny. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2015-07-28 | Printing: fix dive lookup for profile generation | Dirk Hohndel | |
The existing code (and templates) looked up dives by number and then used that as index into the dive table. This worked exactly in one case: if all dives were numbered consecutively starting with 1. While that is not an entirely unreasonable case, it's of course not an acceptable assumption to make. This commit adds the necessary changes to instead look up dives by their unique id. That's what it's there fore, after all. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2015-07-28 | Printing: rename templates to have spaces and capitalization | Gehad elrobey | |
This is easier to have user friendly names for the bundled templates. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> |