mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
3fc2da567b
When editing a dive site, the user can search for close dive sites to merge duplicates. Dive sites without location are treated as being located at 0N0E. This makes no sense, because: When selecting a dive site without location, we shouldn't list dive sites close to 0N0E. Likewise when having a dive site close to 0N0E, we shouldn't list dive sites that have no location. Therefore, ignore these cases. This also means that now dive sites without location are not considered as close to other dive sites without location. That might be a debatable point. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
42 lines
2.4 KiB
Markdown
42 lines
2.4 KiB
Markdown
Desktop: ignore dive sites without location in proximity search
|
|
Mobile: add personalized option for units
|
|
Mobile: add Dive Summary page
|
|
Mobile: option to reset default cylinder
|
|
Mobile: new layout for Settings page
|
|
Desktop: add the ability to modify dive salinity
|
|
Mobile: add menu item for cloud password reset
|
|
Mobile: add DivePlanner setup, as first part of a mobile diveplanner
|
|
Mobile: secure user selects operational mode, before leaving login
|
|
Mobile: use of qml compiler, smaller footprint and faster UI
|
|
Mobile: support for "upload to divelogs.de"
|
|
mobile: add support for upload to dive-share.com
|
|
Profile: Add current GF to infobox
|
|
Mobile: (desktop only) new switch --testqml, allows to use qml files instead of resources.
|
|
Desktop: increase speed of multi-trip selection
|
|
Mobile: ensure that all BT/BLE flavors of the OSTC are recognized as dive computers [#2358]
|
|
mobile-widgets: Add export function
|
|
Desktop/Linux: fix issue with Linux AppImage failing to communicate with Bluetooth dive computers [#2370]
|
|
Desktop: allow copy&pasting of multiple cylinders [#2386]
|
|
Desktop: don't output random SAC values for cylinders without data [#2376]
|
|
Mobile: add menu entry to start a support email, using native email client
|
|
Mobile: fix subtle potential new data loss bug in first session connecting to a cloud account
|
|
Planner: Add checkbox on considering oxygen narcotic
|
|
Planner: Improve rounding of stop durations in planner notes
|
|
Desktop: register changes when clicking "done" on dive-site edit screen
|
|
Mobile: re-enable GPS location service icon in global drawer
|
|
Core: support dives with no cylinders
|
|
Core: remove restriction on number of cylinders
|
|
Mobile: add support for editing the dive number of a dive
|
|
Desktop: make dive replanning undoable
|
|
Desktop: update statistics tab on undo or redo
|
|
Planner: update dive details when replanning dive [#2280]
|
|
Export: when exporting dive sites in dive site mode, export selected dive sites [#2275]
|
|
Mobile: fix several bugs in the handling of incorrect or unverified cloud credentials
|
|
Mobile: try to adjust the UI for cases with large default font relative to screen size
|
|
libdivecomputer:
|
|
- Add support for the Oceanic Geo 4.0
|
|
- clean up Shearwater tank pressure handling
|
|
- minor fixlets
|
|
---
|
|
* 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]`
|