mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-12 17:16:16 +00:00
The UI only allowed adding dives to trips above or below the current dive (and even that is buggy). This is a strange restriction, since trips are designed to be non-contiguous. Allow adding dives to any trip using the new trip selection dialog. The undo-command is already there, so only little code to write. This feature was requested on the mailing list. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
10 lines
546 B
Markdown
10 lines
546 B
Markdown
- desktop: allow adding dives to arbitrary trips
|
|
- 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
|