mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
In the dive list we have horrible code, which intercepts all events to save the selection before/after the event. This was necessary because we couldn't get Qt's selection data flow under control. This means intercepting all events that can change the selection. The page-up, page-down, home and end keys were forgotten. Add these cases. Fixes #2957. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
9 lines
497 B
Markdown
9 lines
497 B
Markdown
- desktop: respect page-up, page-down, home and end keys for selection change [#2957]
|
|
- Use pO2 from prefernces for MOD display in equipment tab
|
|
- filter: more flexible filtering system based on individual constraints
|
|
- mobile: fix manually adding dives in the past [#2971]
|
|
|
|
---
|
|
* Always add new entries at the very top of this file above other existing entries and this note.
|
|
* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`
|
|
# vim: textwidth=100
|