Software:Subsurface
Original author(s) | Linus Torvalds |
---|---|
Developer(s) | Dirk Hohndel, Linus Torvalds, and many others |
Initial release | September 22, 2011[1] |
Stable release | 4.9.6
/ June 20, 2020[2] |
Written in | Qt, C, C++, Bourne Shell, Perl |
Operating system | Linux, OS X, Windows, Android, iOS, (POSIX) |
License | GPLv2 |
Website | {{{1}}} |
Subsurface is a piece of software for logging and planning scuba dives. It was initially designed and developed by Linus Torvalds and Dirk Hohndel in 2011.[3]
Subsurface is free and open-source software distributed under the terms of the GNU General Public License version 2.[4]
Overview
Subsurface allows a scuba diver or free diver to keep track of their dive data. It allows dive record data to be downloaded from many different makes and models of dive computers and can represent this data both graphically (depth profile, gas usage) and in tabular format. Digital photographs taken during the dive can be added to the log and the location of the dive site is displayed on a map. Decompression information based on the Bühlmann model or the VPM-B model and gas usage information can be displayed. The program also includes an interactive dive planner. The logbook can be exported in many file formats and to a Git-based cloud storage. There is a version running on mobile devices that can display the log book data as well as providing a limited ability to download new dives from a dive computer.[5]
Until version 3.9.2, Subsurface used GTK+ for its graphical user interface, and with version 4.0 it was switched to Qt 4.[6] At the LCA2014, Torvalds and Hohndel explained why they chose to re-write the GUI using Qt.[7][8][9][clarification needed]
Subsurface further depends on GConf, SQLite, ATK and makes use of OpenStreetMap and/or OpenSeaMap.[citation needed]
Subsurface officially runs on Linux, OS X and Microsoft Windows. It is written using the POSIX API and not the Linux API, so it should be portable to any POSIX-compliant operating system. The mobile version using Qt Quick via KDEs Kirigami framework allows it to run on Android and iOS.
As Subsurface binary software deployment for Linux users for the various Linux distributions turned out to be problematic,[10][11] the packaging was changed to a portable, self-contained, distro-agnostic [clarification needed]AppImage in 2015.[12][13]
Supported dive computers
As of release 4.9.3 in September 2019, Subsurface supports the downloading and processing of dive log data from the following dive computers:[14]
Maker | Models |
---|---|
Aeris |
|
Apeks |
|
Aqualung |
|
Atomic Aquatics |
|
Beuchat |
|
Citizen |
|
Cochran |
|
Cressi |
|
Deepblu |
|
Dive Rite |
|
DiveSystem |
|
Genesis |
|
Heinrichs Weikamp |
|
Hollis |
|
Mares |
|
Oceanic |
|
Ratio |
|
Reefnet |
|
Scubapro |
|
Seabaer |
|
Seac |
|
Seemann |
|
Shearwater Research |
|
Sherwood |
|
Subgear |
|
Suunto |
|
Techdiving |
|
Tusa |
|
Uemis |
|
Uwatec |
|
Zeagle |
|
See also
References
- ↑ "Subsurface release announcement". https://plus.google.com/+LinusTorvalds/posts/Cepr6Gy3zps. Retrieved 12 May 2014.
- ↑ "Subsurface 4.9.6 released". 20 June 2020. https://subsurface.github.io/en/release/2020/06/subsurface-4-9-6-released/. Retrieved 16 July 2020.
- ↑ "GitHub Subsurface v1.0 commit log". https://github.com/torvalds/subsurface/commits/v1.0.
- ↑ "Subsurface README file". https://github.com/torvalds/subsurface/blob/master/README.
- ↑ "Subsurface User Manual". https://subsurface-divelog.org/documentation/subsurface-4-user-manual/.
- ↑ "Subsurface 4.0 has been released". 15 December 2013. http://subsurface.hohndel.org/2013/12/subsurface-4-0-has-been-released/.
- ↑ "Gtk to Qt – a strange journey". 9 January 2014. http://lca2014.linux.org.au/schedule/30140/view_talk?day=thursday.
- ↑ "Gtk to Qt – a strange journey Video" (WebM). YouTube. 9 January 2014. https://www.youtube.com/watch?v=ON0A1dsQOV0.
- ↑ "The Biggest Problem With GTK & What Qt Does Good". Phoronix. 12 January 2014. https://www.phoronix.com/scan.php?page=news_item&px=MTU2ODM. Retrieved 13 April 2020.
- ↑ Linus Torvalds (29 August 2014). "Q&A with Linus Torvalds" (video). DebConf 2014 Portland. debian.net. http://meetings-archive.debian.net/pub/debian-meetings/2014/debconf14/webm/QA_with_Linus_Torvalds.webm. Retrieved 14 May 2016. "6:31 I have seen this first hand with the other project I'm involved with, which is my dive log app. We make binaries for Windows and OSX, we basically don't make binaries for Linux. Why? Because making binaries for Linux desktop applications is a major fucking pain in the ass."
- ↑ This is just very cool. by Linus Torvalds on Google+ Dirk Hohndel: "I, as the app maintainer, don't want my app bundled in a distribution anymore. Way to much pain for absolutely zero gain. Whenever I get a bug report my first question is "oh, which version of which distribution? which version of which library? What set of insane patches were applied to those libraries?". No, Windows and Mac get this right. I control the libraries my app runs against. [...] With an AppImage I can give them just that. Something that runs on their computer."" (25 November 2015)
- ↑ Torvalds, Linux (25 November 2015). "This is just very cool.". Google+. https://plus.google.com/+LinusTorvalds/posts/WyrATKUnmrS. "I finally got around to play with the "AppImage" version of +Subsurface, and it really does seem to "just work"."
- ↑ Torvalds, Linux (25 November 2015). "This is just very cool.". Google+ via archive.org. https://plus.google.com/+LinusTorvalds/posts/WyrATKUnmrS. "I finally got around to play with the "AppImage" version of +Subsurface, and it really does seem to "just work"."
- ↑ "Supported Dive Computers". Subsurface. http://subsurface-divelog.org/documentation/supported-dive-computers/. Retrieved 24 February 2020.
External links