| .. |
|
css
|
|
|
|
preferences
|
core: use C++ structures for tanksystem info
|
2024-08-13 19:28:30 +02:00 |
|
qml
|
|
|
|
tab-widgets
|
core: turn struct dive string data into std::string
|
2024-08-13 19:28:30 +02:00 |
|
about.cpp
|
Desktop: Add Button and Link to 'Contribute' Page.
|
2024-02-04 14:50:18 -08:00 |
|
about.h
|
|
|
|
about.ui
|
Desktop: Add Button and Link to 'Contribute' Page.
|
2024-02-04 14:50:18 -08:00 |
|
addfilterpreset.ui
|
filter: create a primitive "create filter preset" dialog
|
2020-09-29 16:13:03 -07:00 |
|
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
|
|
|
|
configuredivecomputerdialog.cpp
|
import: turn C-string in device_data_t into std::strings
|
2024-08-13 19:28:30 +02:00 |
|
configuredivecomputerdialog.h
|
dive download: pass current filename to dialog
|
2024-03-24 17:53:19 +01:00 |
|
configuredivecomputerdialog.ui
|
Desktop: Use Persisted Device Information for Dive Computer Configuration.
|
2023-06-12 12:40:44 -07:00 |
|
divecomponentselection.ui
|
core: replace dive master by dive guide
|
2022-02-15 09:35:43 -08:00 |
|
divelistview.cpp
|
core: turn picture-table into std::vector<>
|
2024-08-13 19:28:30 +02:00 |
|
divelistview.h
|
cleanup: more Coverity silencing
|
2024-01-17 14:23:19 -08:00 |
|
divelogexportdialog.cpp
|
map: use value semantics for MapLocation
|
2024-08-13 19:28:30 +02:00 |
|
divelogexportdialog.h
|
desktop-widgets: move export functions to shared class
|
2019-12-03 21:30:39 -08:00 |
|
divelogexportdialog.ui
|
Desktop: Change 'CSV summary dive details' output from TSV to CSV.
|
2023-05-18 10:31:31 +03:00 |
|
divelogimportdialog.cpp
|
Replace remaining qDebug()s by report_info()
|
2024-04-23 07:47:11 +07:00 |
|
divelogimportdialog.h
|
parser: replace params[] code by new xml_params struct
|
2020-10-23 18:17:02 -07:00 |
|
divelogimportdialog.ui
|
|
|
|
divepicturewidget.cpp
|
cleanup: remove unnecessary includes from divepicturewidget.cpp
|
2020-12-03 10:32:20 -08:00 |
|
divepicturewidget.h
|
Cleanup: remove DivePictureThumbnailThread
|
2020-05-06 13:58:09 -07:00 |
|
diveplanner.cpp
|
core: turn divecomputer list into std::vector<>
|
2024-08-13 19:28:30 +02:00 |
|
diveplanner.h
|
core: add constructor/destructor pairs to dive and divecomputer
|
2024-08-13 19:28:30 +02:00 |
|
diveplanner.ui
|
Desktop: Fix Inconsistencies in Handling of Salinity.
|
2024-06-10 15:54:22 +12:00 |
|
diveshareexportdialog.cpp
|
|
|
|
diveshareexportdialog.h
|
desktop-widgets: diveDiveShareExportDialog add signal handling
|
2019-12-11 11:08:51 -05:00 |
|
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
|
|
|
|
divesitelistview.cpp
|
core: move dive-site-table functions into class
|
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
|
desktop: make dive site list an independent widget
|
2022-09-23 15:50:49 +02:00 |
|
downloadfromdivecomputer.cpp
|
import: turn C-string in device_data_t into std::strings
|
2024-08-13 19:28:30 +02:00 |
|
downloadfromdivecomputer.h
|
Update downloadfromdivecomputer.h
|
2024-04-22 16:52:19 +12:00 |
|
downloadfromdivecomputer.ui
|
Update downloadfromdivecomputer.ui
|
2024-04-22 16:52:19 +12:00 |
|
filterconstraintwidget.cpp
|
cleanup: Fix a Coverity warning
|
2022-02-15 09:30:43 -08:00 |
|
filterconstraintwidget.h
|
filter: add a filter constraint widget
|
2020-09-29 16:13:03 -07:00 |
|
filterwidget.cpp
|
core: port filterpreset.cpp to std::string
|
2024-03-10 11:01:42 +13:00 |
|
filterwidget.h
|
cleanup: rename FilterWidget2 to FilterWidget
|
2020-09-29 16:14:31 -07:00 |
|
filterwidget.ui
|
|
|
|
findmovedimagesdialog.cpp
|
core: turn picture-table into std::vector<>
|
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
|
|
|
|
importgps.cpp
|
|
|
|
importgps.h
|
|
|
|
importgps.ui
|
|
|
|
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: move constructLocationTags from divesite.cpp to taxonomy.cpp
|
2024-08-13 19:28:30 +02:00 |
|
locationinformation.h
|
|
|
|
locationinformation.ui
|
|
|
|
mainwindow.cpp
|
core: turn divecomputer list into std::vector<>
|
2024-08-13 19:28:30 +02:00 |
|
mainwindow.h
|
Planner: Improve Exit Warning.
|
2024-05-17 16:44:04 +12:00 |
|
mainwindow.ui
|
|
|
|
mapwidget.cpp
|
map: use value semantics for MapLocation
|
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
|
core: convert weightsystem_t and weightsystem_table to C++
|
2024-08-13 19:28:30 +02:00 |
|
modeldelegates.h
|
desktop: unglobalize ComboBox-models
|
2024-04-16 08:56:49 +12:00 |
|
notificationwidget.cpp
|
|
|
|
notificationwidget.h
|
|
|
|
plannerDetails.ui
|
|
|
|
plannerSettings.ui
|
|
|
|
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
|
|
|
|
printer.h
|
|
|
|
printoptions.cpp
|
|
|
|
printoptions.h
|
|
|
|
printoptions.ui
|
|
|
|
profilewidget.cpp
|
core: convert cylinder_t and cylinder_table to C++
|
2024-08-13 19:28:30 +02:00 |
|
profilewidget.h
|
core: add constructor/destructor pairs to dive and divecomputer
|
2024-08-13 19:28:30 +02:00 |
|
profilewidget.ui
|
|
|
|
qtwaitingspinner.cpp
|
|
|
|
qtwaitingspinner.h
|
|
|
|
renumber.ui
|
|
|
|
searchbar.ui
|
|
|
|
setpoint.ui
|
|
|
|
shiftimagetimes.ui
|
|
|
|
shifttimes.ui
|
|
|
|
simplewidgets.cpp
|
core: turn struct dive string data into std::string
|
2024-08-13 19:28:30 +02:00 |
|
simplewidgets.h
|
|
|
|
starwidget.cpp
|
|
|
|
starwidget.h
|
|
|
|
statswidget.cpp
|
|
|
|
statswidget.h
|
|
|
|
statswidget.ui
|
|
|
|
subsurfacewebservices.cpp
|
Remove diabled debugging output in subsurfacewebservices.cpp
|
2024-04-23 07:47:11 +07:00 |
|
subsurfacewebservices.h
|
|
|
|
tableview.cpp
|
|
|
|
tableview.h
|
|
|
|
tableview.ui
|
|
|
|
tagwidget.cpp
|
|
|
|
tagwidget.h
|
|
|
|
templateedit.cpp
|
|
|
|
templateedit.h
|
|
|
|
templateedit.ui
|
|
|
|
templatelayout.cpp
|
core: turn struct dive string data into std::string
|
2024-08-13 19:28:30 +02:00 |
|
templatelayout.h
|
|
|
|
textedit.cpp
|
|
|
|
textedit.h
|
|
|
|
tripselectiondialog.cpp
|
|
|
|
tripselectiondialog.h
|
|
|
|
tripselectiondialog.ui
|
|
|
|
updatemanager.cpp
|
|
|
|
updatemanager.h
|
|
|
|
urldialog.ui
|
|
|
|
usermanual.cpp
|
|
|
|
usermanual.h
|
|
|
|
webservices.ui
|
|
|