mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile/filtering: first attempt to filter on dive site
[Dirk Hohndel: this is the starting point of my following commits, I decided to leave it in place to give Jan credit for the work he did on figuring out some of the plumbing needed to get things to work] Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f1bb2c8478
commit
0bc0b6bfe8
4 changed files with 52 additions and 1 deletions
|
@ -32,6 +32,9 @@ Kirigami.ApplicationWindow {
|
|||
property alias pluggedInDeviceName: manager.pluggedInDeviceName
|
||||
property alias showPin: prefs.showPin
|
||||
property alias defaultCylinderIndex: settingsWindow.defaultCylinderIndex
|
||||
property bool filterToggle: false
|
||||
property string filterPattern: ""
|
||||
|
||||
onNotificationTextChanged: {
|
||||
if (notificationText != "") {
|
||||
// there's a risk that we have a >5 second gap in update events;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue