subsurface/core
Berthold Stoeger 5554acb2c5 uemis: unglobalize next_table_index
This is only initialized and used in one loop. Very mysterious
why this should be a global variable.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-08-13 19:28:30 +02:00
..
settings
subsurface-qt
android.cpp
btdiscovery.cpp
btdiscovery.h
checkcloudconnection.cpp
checkcloudconnection.h
cloudstorage.cpp
cloudstorage.h
CMakeLists.txt
cochran.cpp
cochran.h
color.cpp
color.h
compressibility.r
configuredivecomputer.cpp
configuredivecomputer.h
configuredivecomputerthreads.cpp
configuredivecomputerthreads.h
connectionlistmodel.cpp
connectionlistmodel.h
datatrak.cpp
datatrak.h core: turn a memblock in the parser to std::string 2024-03-10 11:01:42 +13:00
deco.cpp
deco.h
device.cpp
device.h
devicedetails.cpp
devicedetails.h computer configuration: use value semantics for DeviceDetails 2024-03-24 17:53:19 +01:00
dive.cpp Cleanup: Improve the Use of 'Planned dive' and 'Manually added dive'. 2024-05-25 20:13:45 +02:00
dive.h
divecomputer.c
divecomputer.h
divefilter.cpp
divefilter.h
divelist.c
divelist.h
divelog.cpp
divelog.h
divelogexportlogic.cpp core: enable compiler warngings for report_error and report_info 2024-03-12 10:31:07 -04:00
divelogexportlogic.h
divemode.h
divesite-helper.cpp
divesite.cpp
divesite.h
divesitehelpers.cpp Replace remaining qDebug()s by report_info() 2024-04-23 07:47:11 +07:00
divesitehelpers.h
downloadfromdcthread.cpp uemis: replace C-strings by std::string and std::string_view 2024-08-13 19:28:30 +02:00
downloadfromdcthread.h uemis: replace C-strings by std::string and std::string_view 2024-08-13 19:28:30 +02:00
equipment.c Bugfix: Fix Incorrect Volumes Displayed for Tank Types. 2024-06-09 11:15:59 +02:00
equipment.h
errorhelper.cpp
errorhelper.h
event.c events: make event severity explicit 2024-02-23 09:46:16 -08:00
event.h
eventtype.cpp
eventtype.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
extradata.h
file.cpp
file.h
filterconstraint.cpp
filterconstraint.h
filterpreset.cpp
filterpreset.h
format.cpp core: remove put_format_loc() 2024-05-31 18:55:47 +02:00
format.h
fulltext.cpp
fulltext.h
gas-model.c Show correct gas density in CCR mode 2022-11-08 10:43:47 -08:00
gas.c cleanup: replace fprintf to stderr by report_info() 2024-04-23 07:47:11 +07:00
gas.h
gaspressures.c Refactoring: Improve Naming of FRACTION and SIGNED_FRAC defines. 2024-05-02 20:36:26 +02:00
gaspressures.h
gettext.h
gettextfromc.cpp
gettextfromc.h
git-access.cpp core: C++-ify SHA1 interface 2024-08-13 19:28:30 +02:00
git-access.h
globals.cpp
globals.h
imagedownloader.cpp Replace remaining qDebug()s by report_info() 2024-04-23 07:47:11 +07:00
imagedownloader.h Profile: add "synchronous" mode for picture plotting 2019-02-07 16:06:43 +01:00
import-cobalt.cpp
import-csv.cpp cleanup: replace fprintf to stderr by report_info() 2024-04-23 07:47:11 +07:00
import-csv.h
import-divinglog.cpp core: simplify custom strtod() interface 2024-08-13 19:28:30 +02:00
import-seac.cpp
import-shearwater.cpp
import-suunto.cpp
interpolate.h
ios.cpp
libdivecomputer.cpp uemis: replace C-strings by std::string and std::string_view 2024-08-13 19:28:30 +02:00
libdivecomputer.h uemis: replace C-strings by std::string and std::string_view 2024-08-13 19:28:30 +02:00
liquivision.cpp
load-git.cpp
macos.cpp
membuffer.cpp
membuffer.h
metadata.cpp
metadata.h
metrics.cpp
metrics.h core: remove DPR from IconMetrics class 2021-12-17 11:54:23 -08:00
namecmp.h
ostctools.c
owning_ptrs.h
parse-gpx.cpp cleanup: replace fprintf to stderr by report_info() 2024-04-23 07:47:11 +07:00
parse-gpx.h
parse-xml.cpp
parse.cpp
parse.h core: turn extra_data key/value pair in parser to std::string 2024-03-10 11:01:42 +13:00
picture.c
picture.h
pictureobj.cpp
pictureobj.h
planner.cpp
planner.h
plannernotes.cpp
pref.c
pref.h
profile.cpp
profile.h
qt-ble.cpp
qt-ble.h Qt6: Bluetooth API changes 2022-03-12 08:28:32 -08:00
qt-gui.h
qt-init.cpp
qthelper.cpp
qthelper.h
qtserialbluetooth.cpp
range.h
sample.cpp
sample.h
save-git.cpp
save-html.cpp
save-html.h
save-profiledata.c
save-profiledata.h Cleanup: move file-related function declarations to file.h 2019-08-08 16:26:31 -07:00
save-xml.cpp
selection.cpp
selection.h
serial_ftdi.c
serial_usb_android.cpp
serial_usb_android.h
sha1.cpp
sha1.h
ssrf.h
statistics.c
statistics.h
string-format.cpp Refactoring: Improve Naming of FRACTION and SIGNED_FRAC defines. 2024-05-02 20:36:26 +02:00
string-format.h profile: make event hiding persistent across change of dive 2024-02-23 09:46:16 -08:00
strtod.cpp
structured_list.h
subsurface-float.h
subsurface-string.cpp
subsurface-string.h uemis: replace C-strings by std::string and std::string_view 2024-08-13 19:28:30 +02:00
subsurface-time.h core: convert filter_constraint_data_to_string to C++ 2024-03-10 11:01:42 +13:00
subsurfacestartup.cpp
subsurfacestartup.h
subsurfacesysinfo.cpp cleanup: refactor subsurfacesysinfo.cpp 2020-10-27 16:18:09 -07:00
subsurfacesysinfo.h
table.h
tag.cpp
tag.h
taxonomy.c
taxonomy.h
time.cpp
timer.c
timer.h
trip.c
trip.h
uemis-downloader.cpp uemis: unglobalize next_table_index 2024-08-13 19:28:30 +02:00
uemis.cpp uemis: replace C-strings by std::string and std::string_view 2024-08-13 19:28:30 +02:00
uemis.h uemis: replace C-strings by std::string and std::string_view 2024-08-13 19:28:30 +02:00
units.c
units.h
unix.cpp
uploadDiveLogsDE.cpp Replace remaining qDebug()s by report_info() 2024-04-23 07:47:11 +07:00
uploadDiveLogsDE.h
uploadDiveShare.cpp core: enable compiler warngings for report_error and report_info 2024-03-12 10:31:07 -04:00
uploadDiveShare.h
version.cpp
version.h
videoframeextractor.cpp
videoframeextractor.h Dive media: Extract thumbnails from videos with ffmpeg 2018-07-28 15:31:25 -07:00
webservice.h
windows.cpp
windowtitleupdate.cpp
windowtitleupdate.h
worldmap-options.h
worldmap-save.cpp
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
xmp_parser.cpp
xmp_parser.h