..
settings
core: remove location service preferences
2021-09-13 11:21:34 -07:00
subsurface-qt
android.cpp
btdiscovery.cpp
core/ble: add auto detection for Aladin A2
2021-07-20 09:28:38 -07:00
btdiscovery.h
checkcloudconnection.cpp
checkcloudconnection.h
cloudstorage: try alternative server if first connection fails
2021-04-19 12:51:01 -07:00
cloudstorage.cpp
cloudstorage: remove ancient SSL hack
2021-04-19 12:51:01 -07:00
cloudstorage.h
CMakeLists.txt
cochran.c
cochran.h
Cochran import: better support for older models
2017-05-31 21:53:00 -07:00
color.cpp
color.h
profile: rename GF_LINE color to DURATION_LINE
2021-05-08 13:40:24 +02:00
compressibility.r
Move subsurface-core to core and qt-mobile to mobile-widgets
2016-04-04 22:33:58 -07:00
configuredivecomputer.cpp
configuredivecomputer.h
cleanup: use pointer-to-function connect() in ConfigureDiveComputer
2020-10-06 10:38:45 -07:00
configuredivecomputerthreads.cpp
configuredivecomputerthreads.h
Add SPDX header to remaining core files
2017-04-29 13:32:55 -07:00
connectionlistmodel.cpp
connectionlistmodel.h
Mobile: reinstate roleNames function in ConnectionListModel
2019-04-16 23:43:14 +12:00
datatrak.c
datatrak.h
deco.c
deco.h
planner: pass in_planner argument to decoMode()
2021-02-17 07:26:55 -08:00
device.cpp
device.h
core: add get_or_add helper for dc table
2021-08-18 13:22:02 -07:00
devicedetails.cpp
Implement OSTC4 specific settings
2017-05-04 10:50:15 -07:00
devicedetails.h
display.h
profile: move adding of ceiling-violation-event
2021-01-10 15:57:39 -08:00
dive.c
dive.h
divecomputer.c
divecomputer.h
Clean up divecomputer 'device' handling
2021-08-18 13:22:02 -07:00
divefilter.cpp
divefilter.h
filter: provide function that returns all shown dives
2020-12-29 08:34:09 -08:00
divelist.c
divelist.h
divelogexportlogic.cpp
Cleanup: move error reporting function declarations to errorhelper.h
2019-08-08 16:26:30 -07:00
divelogexportlogic.h
divemode.h
Cleanup: move planner/deco related declarations planner/deco.h
2019-08-08 16:26:31 -07:00
divesite-helper.cpp
divesite.c
mobile/edit: don't add dive site twice to table
2020-03-17 14:05:24 -07:00
divesite.h
divesitehelpers.cpp
divesitehelpers.h
downloadfromdcthread.cpp
Re-do the libdivecomputer fingerprint save/load code
2021-09-19 16:51:46 -07:00
downloadfromdcthread.h
equipment.c
equipment.h
core: keep tank infos in a dynamic table
2020-12-13 11:49:59 -08:00
errorhelper.c
Don't expose 'detach_buffer()' to membuffer users
2019-10-27 12:42:54 -07:00
errorhelper.h
event.c
event.h
exif.cpp
cleanup: move declaration of utc_mk* functions to new subsurface-time.h header
2020-05-01 09:42:31 -07:00
exif.h
Add SPDX header to remaining core files
2017-04-29 13:32:55 -07:00
extradata.h
cleanup: split out divecomputer functions from dive.c
2020-10-25 13:59:52 -07:00
file.c
file.h
devices: create device nodes in parsers
2020-10-24 09:51:37 -07:00
filterconstraint.cpp
filterconstraint.h
filterpreset.cpp
filter: remove filter_preset_table_t
2020-10-17 09:04:20 -07:00
filterpreset.h
filter: remove filter_preset_table_t
2020-10-17 09:04:20 -07:00
format.cpp
format.h
fulltext.cpp
fulltext.h
gas-model.c
gas.c
Don't access gasmix.o2.fraction
2021-10-01 08:50:36 -07:00
gas.h
Don't access gasmix.o2.fraction
2021-10-01 08:50:36 -07:00
gaspressures.c
cleanup: constify populate_pressure_information()
2021-01-20 10:01:50 -08:00
gaspressures.h
cleanup: constify populate_pressure_information()
2021-01-20 10:01:50 -08:00
gettext.h
Add SPDX header to remaining core files
2017-04-29 13:32:55 -07:00
gettextfromc.cpp
gettextfromc.h
Localization: remove gettextFromC::instance()
2018-06-24 20:31:14 +02:00
git-access.c
cloudstorage: update remote if cloud server changes
2021-04-19 12:51:01 -07:00
git-access.h
imagedownloader.cpp
imagedownloader.h
import-cobalt.c
import-csv.c
core/import: fix string check logic
2021-07-23 11:30:17 -07:00
import-csv.h
parser: add device_table to parser state
2020-10-24 09:51:37 -07:00
import-divinglog.c
import-seac.c
import-shearwater.c
import-suunto.c
cleanup: remove system includes from dive.c
2020-10-25 13:59:52 -07:00
interpolate.h
ios.cpp
cloud-storage: simplify creation of git authorship
2020-04-09 17:05:44 -07:00
libdivecomputer.c
dc-download: fingerprint details are debug info
2021-10-29 15:14:59 -07:00
libdivecomputer.h
Re-do the libdivecomputer fingerprint save/load code
2021-09-19 16:51:46 -07:00
liquivision.c
cleanup: split out divecomputer functions from dive.c
2020-10-25 13:59:52 -07:00
load-git.c
macos.c
membuffer.cpp
membuffer.h
core: C++-ify membuffer
2021-07-23 11:22:43 -07:00
metadata.cpp
metadata.h
Add 'location_t' data structure
2018-10-21 19:55:09 +03:00
metrics.cpp
metrics.h
desktop: cache photo and geo icons
2021-02-10 14:33:15 -08:00
ostctools.c
cleanup: move sort_dive_table declaration to divetable.h
2020-10-25 13:59:52 -07:00
parse-gpx.cpp
cleanup: move declaration of utc_mk* functions to new subsurface-time.h header
2020-05-01 09:42:31 -07:00
parse-gpx.h
parse-xml.c
parse.c
parse.h
picture.c
picture.h
core: move picture-related function from dive.c to picture.c
2020-05-06 13:58:09 -07:00
pictureobj.cpp
pictureobj.h
planner.c
planner.h
cleanup: move DECOTIMESTEP from dive.h to planner.h
2020-05-01 09:42:31 -07:00
plannernotes.c
planner: pass in_planner argument to decoMode()
2021-02-17 07:26:55 -08:00
pref.c
core: remove location service preferences
2021-09-13 11:21:34 -07:00
pref.h
profile.c
profile.h
qt-ble.cpp
Use QtBluetooth enums from their namespace
2021-03-12 08:41:31 -08:00
qt-ble.h
qt-gui.h
qt-init.cpp
cleanup: remove getDivesInTrip() in qthelper.cpp
2020-12-29 08:34:09 -08:00
qthelper.cpp
qthelper.h
cloudstorage: update remote if cloud server changes
2021-04-19 12:51:01 -07:00
qtserialbluetooth.cpp
Use QtBluetooth enums from their namespace
2021-03-12 08:41:31 -08:00
sample.c
cleanup: split out divecomputer functions from dive.c
2020-10-25 13:59:52 -07:00
sample.h
core: use int16_t for sensor-id
2021-07-23 11:16:00 -07:00
save-git.c
save-html.c
save-html.h
Cleanup: move error reporting function declarations to errorhelper.h
2019-08-08 16:26:30 -07:00
save-profiledata.c
Fix CSV for profile export
2020-04-18 13:41:29 +02:00
save-profiledata.h
save-xml.c
selection.cpp
selection.h
serial_ftdi.c
serial_usb_android.cpp
android/usb: remove "autoselect driver" option for unknown VID/PIDs
2020-03-16 07:58:20 -07:00
serial_usb_android.h
sha1.c
Move subsurface-core to core and qt-mobile to mobile-widgets
2016-04-04 22:33:58 -07:00
sha1.h
Move subsurface-core to core and qt-mobile to mobile-widgets
2016-04-04 22:33:58 -07:00
ssrf.h
statistics.c
cleanup: remove system includes from dive.c
2020-10-25 13:59:52 -07:00
statistics.h
cleanup: remove system includes from dive.c
2020-10-25 13:59:52 -07:00
string-format.cpp
string-format.h
strndup.h
strtod.c
Core: introduce new subsurface-string header
2018-05-14 10:13:39 -07:00
structured_list.h
subsurface-string.h
Core: don't inline rarely used function
2018-05-14 10:13:39 -07:00
subsurface-time.h
cleanup: const-ify utc_mktime()
2020-12-29 08:34:09 -08:00
subsurfacestartup.c
subsurfacestartup.h
subsurfacesysinfo.cpp
cleanup: refactor subsurfacesysinfo.cpp
2020-10-27 16:18:09 -07:00
subsurfacesysinfo.h
cleanup: refactor subsurfacesysinfo.cpp
2020-10-27 16:18:09 -07:00
table.h
media: create sort_picture_table function via macro
2020-05-06 13:58:09 -07:00
tag.c
tag.h
Cleanup: move tag functions into own translation unit
2019-06-19 13:11:10 -07:00
taxonomy.c
taxonomy.h
time.c
timer.c
timer.h
trip.c
trip.h
selection: add selection flag for trips
2020-05-03 15:02:21 -07:00
uemis-downloader.c
cleanup: initialize all members of weightsystem
2020-10-26 19:27:03 -07:00
uemis.c
cleanup: split out divecomputer functions from dive.c
2020-10-25 13:59:52 -07:00
uemis.h
units.c
units.h
Implement Seac SeacSync databaser parser.
2020-09-04 15:54:08 +03:00
unix.c
uploadDiveLogsDE.cpp
parser: XML_PARSE_RECOVER to xmlReadMemory()
2021-09-03 09:30:34 -07:00
uploadDiveLogsDE.h
uploadDiveShare.cpp
uploadDiveShare.h
version.c
Add SPDX header to remaining core files
2017-04-29 13:32:55 -07:00
version.h
Move subsurface-core to core and qt-mobile to mobile-widgets
2016-04-04 22:33:58 -07:00
videoframeextractor.cpp
videoframeextractor.h
Dive media: Extract thumbnails from videos with ffmpeg
2018-07-28 15:31:25 -07:00
webservice.h
windows.c
windowtitleupdate.cpp
Cleanup: Make WindowsTitleUpdate a global object
2018-07-30 13:55:23 -07:00
windowtitleupdate.h
Cleanup: Make WindowsTitleUpdate a global object
2018-07-30 13:55:23 -07:00
worldmap-options.h
Add SPDX header to core C files
2017-04-29 13:32:55 -07:00
worldmap-save.c
cleanup: move dive_table from dive.h to divelist.h
2020-05-01 09:42:31 -07:00
worldmap-save.h
xmlparams.cpp
core: add a small helper-struct that keeps track of xml-parameters
2020-10-23 18:17:02 -07:00
xmlparams.h
core: add a small helper-struct that keeps track of xml-parameters
2020-10-23 18:17:02 -07:00
xmp_parser.cpp
xmp_parser.h