..
css
preferences
Make the "Save dive data as subtitles" feature more configurable.
2024-10-27 01:37:04 +13:00
qml
tab-widgets
core: let pressure_to_altitude return a depth_t
2024-12-16 10:10:51 +01:00
about.cpp
about.h
about.ui
addfilterpreset.ui
btdeviceselectiondialog.cpp
btdeviceselectiondialog.h
cleanup: remove QPointer instances
2020-12-17 13:03:56 -08:00
btdeviceselectiondialog.ui
Desktop: add checkbox to show all BT devices
2019-02-14 09:05:58 -08:00
CMakeLists.txt
fix copy/paste of dive-site
2024-08-17 23:34:16 +12:00
configuredivecomputerdialog.cpp
core: pass depth_t to get_depth_units()
2024-12-16 10:10:51 +01:00
configuredivecomputerdialog.h
dive download: pass current filename to dialog
2024-03-24 17:53:19 +01:00
configuredivecomputerdialog.ui
divecomponentselection.cpp
fix copy/paste of dive-site
2024-08-17 23:34:16 +12:00
divecomponentselection.h
fix copy/paste of dive-site
2024-08-17 23:34:16 +12:00
divecomponentselection.ui
divelistview.cpp
core: add CRTP base class to unit types
2024-09-11 10:23:07 +02:00
divelistview.h
divelogexportdialog.cpp
map: use value semantics for MapLocation
2024-08-13 19:28:30 +02:00
divelogexportdialog.h
divelogexportdialog.ui
divelogimportdialog.cpp
core: move process_import_dives() and related functions to divelog
2024-08-13 19:28:30 +02:00
divelogimportdialog.h
divelogimportdialog.ui
divepicturewidget.cpp
divepicturewidget.h
diveplanner.cpp
core: pass depth_t to get_depth_units()
2024-12-16 10:10:51 +01:00
diveplanner.h
Planner: Improve Gas Handling in CCR Mode.
2024-08-26 12:36:31 +12:00
diveplanner.ui
Planner: Improve Gas Handling in CCR Mode.
2024-08-26 12:36:31 +12:00
diveshareexportdialog.cpp
diveshareexportdialog.h
diveshareexportdialog.ui
Qt6: move connection into C++ source
2022-03-12 08:28:32 -08:00
divesiteimportdialog.cpp
import: initialize DiveSiteImportModel in constructor
2024-08-13 19:28:30 +02:00
divesiteimportdialog.h
core: replace divesite_table_t by a vector of std::unique_ptr<>s
2024-08-13 19:28:30 +02:00
divesiteimportdialog.ui
Create DivesiteImportDialog to select sites to import
2019-05-06 10:48:44 +02:00
divesitelistview.cpp
core: include divesite table directly in divelog
2024-08-13 19:28:30 +02:00
divesitelistview.h
map: use value semantics for MapLocation
2024-08-13 19:28:30 +02:00
divesitelistview.ui
downloadfromdivecomputer.cpp
core: move process_import_dives() and related functions to divelog
2024-08-13 19:28:30 +02:00
downloadfromdivecomputer.h
download: replace progress_bar_text by std::string
2024-08-13 19:28:30 +02:00
downloadfromdivecomputer.ui
Update downloadfromdivecomputer.ui
2024-04-22 16:52:19 +12:00
filterconstraintwidget.cpp
preferences: use std::string in struct preferences
2024-08-13 19:28:30 +02:00
filterconstraintwidget.h
filterwidget.cpp
core: remove filterconstraint C boilerplate code
2024-08-13 19:28:30 +02:00
filterwidget.h
filterwidget.ui
findmovedimagesdialog.cpp
core: turn C dive-table into an owning table
2024-08-13 19:28:30 +02:00
findmovedimagesdialog.h
findmovedimagesdialog.ui
groupedlineedit.cpp
cleanup: replace Q_FOREACH and foreach by range base for
2024-03-24 17:53:19 +01:00
groupedlineedit.h
Cleanup: reinstate override modifiers
2018-09-29 15:23:25 -07:00
importgps.cpp
cleanup: move declaration of utc_mk* functions to new subsurface-time.h header
2020-05-01 09:42:31 -07:00
importgps.h
importgps.ui
Typo: UCT to UTC
2020-03-19 08:37:59 -07:00
kmessagewidget.cpp
cleanup: replace Q_FOREACH and foreach by range base for
2024-03-24 17:53:19 +01:00
kmessagewidget.h
listfilter.ui
locationinformation.cpp
core: remove accessor get_dive_site_for_dive()
2024-08-13 19:28:30 +02:00
locationinformation.h
locationinformation.ui
Desktop: Import dive coordinates directly from GPS
2020-01-24 09:51:02 -08:00
mainwindow.cpp
Planner: Improve Gas Handling in CCR Mode.
2024-08-26 12:36:31 +12:00
mainwindow.h
fix copy/paste of dive-site
2024-08-17 23:34:16 +12:00
mainwindow.ui
mapwidget.cpp
core: move divesite_has_gps_information() to struct dive_site
2024-08-13 19:28:30 +02:00
mapwidget.h
map: use value semantics for MapLocation
2024-08-13 19:28:30 +02:00
modeldelegates.cpp
Planner: Improve Gas Handling in CCR Mode.
2024-08-26 12:36:31 +12:00
modeldelegates.h
Planner: Improve Gas Handling in CCR Mode.
2024-08-26 12:36:31 +12:00
notificationwidget.cpp
notificationwidget.h
cleanup: fix incorrect QFuture return value
2022-03-12 08:28:32 -08:00
plannerDetails.ui
plannerSettings.ui
Planner: Improve Gas Handling in CCR Mode.
2024-08-26 12:36:31 +12:00
printdialog.cpp
general: remove (void) function parameter declarations
2024-08-13 19:28:30 +02:00
printdialog.h
printing: pass current filename to dialog
2024-03-24 17:53:19 +01:00
printer.cpp
core: turn C dive-table into an owning table
2024-08-13 19:28:30 +02:00
printer.h
printoptions.cpp
printoptions.h
printoptions.ui
profilewidget.cpp
core: introduce a few user-defined literals for unit types
2024-09-11 10:23:07 +02:00
profilewidget.h
Planner: Improve Gas Handling in CCR Mode.
2024-08-26 12:36:31 +12:00
profilewidget.ui
qtwaitingspinner.cpp
qtwaitingspinner.h
renumber.ui
searchbar.ui
setpoint.ui
shiftimagetimes.ui
shifttimes.ui
simplewidgets.cpp
core: add CRTP base class to unit types
2024-09-11 10:23:07 +02:00
simplewidgets.h
fix copy/paste of dive-site
2024-08-17 23:34:16 +12:00
starwidget.cpp
starwidget.h
statswidget.cpp
Qt6: prevent QML object from being garbage collected
2022-03-12 08:28:32 -08:00
statswidget.h
statswidget.ui
subsurfacewebservices.cpp
core: move process_import_dives() and related functions to divelog
2024-08-13 19:28:30 +02:00
subsurfacewebservices.h
tableview.cpp
tableview.h
tableview.ui
tagwidget.cpp
tagwidget.h
desktop: improve composition on TagWidgets
2022-08-13 11:19:37 -07:00
templateedit.cpp
templateedit.h
printing: move #includes from headers to source files
2020-12-17 13:03:56 -08:00
templateedit.ui
templateedit.ui: give the layout for "Border width" unique name
2017-03-12 09:19:03 -07:00
templatelayout.cpp
core: move get_dive_location()/_country() to struct dive
2024-08-13 19:28:30 +02:00
templatelayout.h
textedit.cpp
textedit.h
tripselectiondialog.cpp
core: include trip table directly in divelog
2024-08-13 19:28:30 +02:00
tripselectiondialog.h
tripselectiondialog.ui
updatemanager.cpp
updatemanager.h
urldialog.ui
usermanual.cpp
usermanual.h
webservices.ui
Use icons relative path.
2017-11-30 23:14:46 -08:00