subsurface/CHANGELOG.md
Berthold Stoeger 777a57356b profile: fix ESC in planner
When in the planner, ESC should cancel the plan.

However, when the user manipulates the dive-handles in the
profile and presses ESC, first nothing happens, then an obscure
message appears.

The reason is that ESC "shortcuts" are introduced in two places.

To fix this, remove the ESC shortcut in the profile (the planner
widget cancels the plan anyway) and replace all the shortcuts in
the profile with a simple override of the keyPressEvent().

The latter is not strictly necessary, but hopefully avoids further
complications with multiple shortcuts. And the code is easier
to follow too.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2022-02-19 10:47:49 -08:00

641 B

  • planner: make ESC (cancel plan) work when moving handles
  • dive list: make dive guide visible in dive list [#3382]
  • general: rename dive master to dive guide
  • desktop: Don't lose cursor position in notes when switching between windows [#3369]
  • Uemis support: fix the ability disconnect/reconnect the Zurich when its filesystem is full
  • libdivecomputer: add support for latest BLE hardware in OSTC dive computers

  • 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