Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-29 | filter: connect DiveListNotifier signals to filter preset model | Berthold Stoeger | |
Thus, the model is kept up to date if filter presets are changed by undo commands. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2020-09-29 | filter: add (very primitive) filterpresetmodel | Berthold Stoeger | |
Implement a trivial model to provide the filter preset names to the UI. Sadly, for now this features the QWidget/QML column / name dichotomy. However, in this simple case that shouldn't be too much of an issue. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |