summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-25cleanup: move mark_divelist_changed() to qmlmanager.cppGravatar Berthold Stoeger
2020-10-25cleanup: remove MainWindow::setFileClean()Gravatar Berthold Stoeger
2020-10-25cleanup: remove unsaved_changes() test in testrenumber.cppGravatar Berthold Stoeger
2020-10-25cleanup: remove MainWindow::unsavedChanges() functionGravatar Berthold Stoeger
2020-10-25desktop: remove DiveComputerManagementDialogGravatar Berthold Stoeger
2020-10-25devices: connect DiveComputerModel to undo-commandGravatar Berthold Stoeger
2020-10-25models: update DiveComputerModel when core data is resetGravatar Berthold Stoeger
2020-10-25devices: add index based device removal functionGravatar Berthold Stoeger
2020-10-25desktop: add tab-widget for dive computer namesGravatar Berthold Stoeger
2020-10-25undo: add device related undo commandsGravatar Berthold Stoeger
2020-10-25cleanup: initialize all fieldsGravatar Dirk Hohndel
2020-10-25cleanup: fix over-eager Coverity warningsGravatar Dirk Hohndel
2020-10-25cleanup: fix over-eager Coverity warningsGravatar Dirk Hohndel
2020-10-25cleanup: remove double const qualifierGravatar Berthold Stoeger
2020-10-24tests: move TestGitStorage to its own test configGravatar Dirk Hohndel
2020-10-24test: manually run gitStorageTestGravatar Dirk Hohndel
2020-10-24build-system: switch to using C++17 as default C++ dialectGravatar Berthold Stoeger
2020-10-24core: remove create_device_node() from fixup_dive()Gravatar Berthold Stoeger
2020-10-24divecomputer: add device to provided table instead of global tableGravatar Berthold Stoeger
2020-10-24divecomputer: add device_table pointer to device_data_tGravatar Berthold Stoeger
2020-10-24cleanup: remove dc_user_device_tGravatar Berthold Stoeger
2020-10-24devices: create device nodes in parsersGravatar Berthold Stoeger
2020-10-24git: add device-table to git-parser-stateGravatar Berthold Stoeger
2020-10-24cleanup: rename set_dc_nickname() to add_devices_of_dive()Gravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-24devices: return index from function adding / removing devicesGravatar Berthold Stoeger
2020-10-24devices: add functions to add / remove / check for devicesGravatar Berthold Stoeger
2020-10-24parser: add device_table to parser stateGravatar Berthold Stoeger
2020-10-24cleanup: remove TagWidget::fixPopupPosition()Gravatar Berthold Stoeger
2020-10-24desktop: overwrite drag & drop in TagWidgetGravatar Berthold Stoeger
2020-10-24desktop: avoid crashes on drag&drop in GroupedLineEditGravatar Berthold Stoeger
2020-10-24Update ChangelogGravatar Dirk Hohndel
2020-10-24mobile: show location service warningGravatar Dirk Hohndel
2020-10-24mobile: show text with location service iconGravatar Dirk Hohndel
2020-10-23documentation: update package lists for Fedora/openSUSEGravatar Dirk Hohndel
2020-10-23cleanup: remove outdated explicit libssh2 linkGravatar Dirk Hohndel
2020-10-23cleanup: remove unused function intdup()Gravatar Berthold Stoeger
2020-10-23parser: replace params[] code by new xml_params structGravatar Berthold Stoeger
2020-10-23core: add a small helper-struct that keeps track of xml-parametersGravatar Berthold Stoeger
2020-10-23libdc: free value strings given by libdc's dc_parser_get_field()Gravatar Berthold Stoeger
2020-10-17devices: use case-insensitive comparison for modelGravatar Berthold Stoeger
2020-10-17cleanup: rename clear_device_nodes() to clear_device_table()Gravatar Berthold Stoeger
2020-10-17filter: don't add to filter presets when importing dive sitesGravatar Berthold Stoeger
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