subsurface/CHANGELOG.md
Berthold Stoeger 06c35026d6 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>
2020-10-02 11:10:28 -07:00

497 B

  • 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