aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-17filter: remove filter_preset_table_tGravatar Berthold Stoeger
2020-10-17filter: make filter_preset_table an opaque struct for C codeGravatar Berthold Stoeger
2020-10-16cleanup: use correct printf formatGravatar Dirk Hohndel
2020-10-16build-system: add GitHub action for openSUSE Leap 15.2Gravatar Dirk Hohndel
2020-10-16build-system: add GitHub action for Ubuntu 20.10Gravatar Dirk Hohndel
2020-10-16build-system: improve finding of libdivecomputer.aGravatar Dirk Hohndel
2020-10-16build-system: fix libgit2 detectionGravatar Dirk Hohndel
2020-10-16core: use case-insensitive comparison for device modelsGravatar Berthold Stoeger
2020-10-16cleanup: replace std::find_if by std::any_ofGravatar Berthold Stoeger
2020-10-16core: add device_table parameter to device table functionsGravatar Berthold Stoeger
2020-10-16core: remove call_for_each_dc()Gravatar Berthold Stoeger
2020-10-16core: use C accessors in core/save-xml.c instead of callbackGravatar Berthold Stoeger
2020-10-16core: factor out device_is_used_by_selected_dive() functionGravatar Berthold Stoeger
2020-10-16core: use C accessors in core/save-git.c instead of callbackGravatar Berthold Stoeger
2020-10-16cleanup: remove device::operator!=()Gravatar Berthold Stoeger
2020-10-16core: use C accessors in core/libdivecomputer.c instead of callbackGravatar Berthold Stoeger
2020-10-16core: make get_device_for_dc() accessible from CGravatar Berthold Stoeger
2020-10-16core: add C struct device and struct device_table accessorsGravatar Berthold Stoeger
2020-10-16cleanup: use std::vector in struct device_tableGravatar Berthold Stoeger
2020-10-16cleanup: use std::string in struct deviceGravatar Berthold Stoeger
2020-10-16cleanup: fix tiny memory hole in device.cppGravatar Berthold Stoeger
2020-10-16build-system/macOS: remove Qt SQL plugins and suppress some errorsGravatar Dirk Hohndel
2020-10-16Duration is in secondsGravatar Miika Turkia
2020-10-16build-system: switch to current libhidapiGravatar Dirk Hohndel
2020-10-16build-system: add GitHub scanningGravatar Dirk Hohndel
2020-10-16parser: fix parsing of DAN filesGravatar Berthold Stoeger
2020-10-13core: fix detection of duplicate device namesGravatar Berthold Stoeger
2020-10-13cleanup: remove unused function is_default_dive_computer()Gravatar Berthold Stoeger
2020-10-13Update translations from TransifexGravatar Dirk Hohndel
2020-10-11documentation: update build instructions for various Debian/Ubuntu flavorsGravatar Dirk Hohndel
2020-10-11Set the NO_PRINTING variable properlyGravatar Robert C. Helling
2020-10-11core: sort device-table by id/model instead of model/idGravatar Berthold Stoeger
2020-10-11desktop: make divecomputer table sortableGravatar Berthold Stoeger
2020-10-09CHANGELOG.md: add note about fixing missing Vista themeGravatar Lubomir I. Ivanov
2020-10-09packaging/windows: add the /styles folderGravatar Lubomir I. Ivanov
2020-10-08build-system: remove Grantlee references from legacy scriptsGravatar Dirk Hohndel
2020-10-08build-system: remove Grantlee from the packaging scriptsGravatar Dirk Hohndel
2020-10-08build-system: remove Grantlee from the container setup scriptsGravatar Dirk Hohndel
2020-10-08build-system: remove Grantlee from the get-dep-lib scriptGravatar Dirk Hohndel
2020-10-08build-system: remove building Grantlee from Snap buildGravatar Dirk Hohndel
2020-10-08build-system: remove building Grantlee from AppImage buildGravatar Dirk Hohndel
2020-10-08build-system: remove building Grantlee cmakeGravatar Dirk Hohndel
2020-10-08build-system: remove building Grantlee from build scriptGravatar Dirk Hohndel
2020-10-08Remove code references to GrantleeGravatar Robert C. Helling
2020-10-08Interpret divelist printing templatesGravatar Robert C. Helling
2020-10-06Update translations from TransifexGravatar Dirk Hohndel
2020-10-06Update translation source stringsGravatar Dirk Hohndel
2020-10-06build-sytem: hide archived Subsurface version from translation scanGravatar Dirk Hohndel
2020-10-06cleanup: use safe connect() in ConfigureDiveComputerDialogGravatar Berthold Stoeger
2020-10-06cleanup: use pointer-to-function connect() in ConfigureDiveComputerGravatar Berthold Stoeger