Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-20 | Undo: implement invalidate-dive command | ||
Connect command to context menu. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2020-03-12 | cleanup: remove current_dive parameter from divesSelected signal | ||
The diveListNotifier.divesSelected() signal is used to inform the models of a selection change. It sent the current dive as a second parameter. This is redundant, because the only sender of the signal sets current_dive just before sending the signal. Remove the parameter, which appears to be an artifact. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2020-02-04 | Cleanup: lower-case filenames in core/subsurface-qt/ | ||
We tend to use lower-case filenames. Let's do it for these files as well. Simple search & replace. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |