When zoomed in, the profile position was moved by hovering with the mouse. What a horrible user experience. This is especially useless if we want to implement an interactive profile on mobile. Instead, let the user start the panning with a mouse click. The code is somewhat nasty, because the position is given as a real in the [0,1] range, which represents all possible positions from completely to the left to completely to the right. This commit also removes the restriction that the planner handles can only be moved when fully zoomed out. It is not completely clear what the implications are. Let's see. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
17 lines
827 B
Markdown
17 lines
827 B
Markdown
import: allow import of divesites without UUID
|
|
profile: implement panning of the profile
|
|
planner: allow handle manipulation in zoomed in state
|
|
divelist: do not include planned versions of a dive if there is real data
|
|
desktop: fix key composition in tag widgets and dive site widget
|
|
desktop: use combobox for moving sensor between cylinders
|
|
mobile: send log files as attachments for support emails on iOS
|
|
mobile: allow cloud account deletion (Apple app store requirement)
|
|
mobile: fix listing of local cloud cache directories
|
|
dive computer support:
|
|
- fix Ratio dive computer detection for BLE only devices
|
|
|
|
---
|
|
* 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
|