2020-10-21 21:10:08 +00:00
|
|
|
- desktop: make device management undoable
|
2020-10-24 14:23:49 +00:00
|
|
|
- desktop: fix crash on drag&drop into tag widgets [#3030]
|
2020-10-14 00:25:40 +00:00
|
|
|
- macOS: fix issue with HID dive computers like Suunto Eon Core/Steel [#2999]
|
2020-10-09 11:32:43 +00:00
|
|
|
- windows: add missing modern Vista theme
|
2020-10-07 03:17:10 +00:00
|
|
|
- mobile: add location service warning as required by Google Play
|
2020-09-29 21:29:53 +00:00
|
|
|
- desktop: allow adding dives to arbitrary trips
|
core: improve merging of cylinders pressures
When merging cylinders pressures derived from samples were taken
as maximum of the start and minimum of the end pressure, which
makes sense, since we believe that this is the same cylinder.
However, for manually entered pressures, this was not done.
Moreover, when one dive had manual pressures and the other only
pressure from samples, the manual pressure was taken. However,
that could have been the wrong one, for example if the end
pressure was manually set for the cylinder of the first part of
the dive, but not the last.
Therefore, improve merging of manuall set pressures in two ways:
1) use maximum/minimum for start/end pressure
2) if the pressure of one cylinder was manually set, but not for
the other, complete with the sample pressure (if that exists).
Fixes #2884.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-10-03 15:03:28 +00:00
|
|
|
- core: improve merging of cylinder pressures [#2884]
|
2020-10-02 16:47:05 +00:00
|
|
|
- desktop: respect page-up, page-down, home and end keys for selection change [#2957]
|
2020-09-26 09:29:14 +00:00
|
|
|
- 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]
|
2020-09-19 22:07:42 +00:00
|
|
|
|
2018-07-08 16:57:16 +00:00
|
|
|
---
|
|
|
|
* 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]`
|
2020-03-30 03:59:16 +00:00
|
|
|
# vim: textwidth=100
|