summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-10-02 18:47:05 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-02 11:10:28 -0700
commit06c35026d650e2d35f4007012879b37672508e32 (patch)
treeaadfc29ca73cb26fef0922b3840d17057c7e61ad /CHANGELOG.md
parentd8f35711ff1f79fc8d2d39e53d6cfbb0db254ecc (diff)
downloadsubsurface-06c35026d650e2d35f4007012879b37672508e32.tar.gz
desktop: fix paging through dive list with page-up key, etc
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>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f2273685..fb1193eda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,4 @@
+- 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]