Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-24 | Cleanup: Turn QMLProfile::diveId from QString to int | Berthold Stoeger | |
This property is used to render the profile of a given dive. Weirdly, even though the diveId is an integer, it was stored as a string. It is not clear why that is the case. Therefore, turn into the more natural int and avoid unnecessary conversion. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2018-06-09 | profile: make profile self contained | jan Iversen | |
move qmlprofile.* to profile dir, to keep all parts of the widget in one place. Signed-off-by: Jan Iversen <jani@apache.org> |