aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2018-10-14Cleanup: remove rebasing artefactsGravatar Berthold Stoeger
2018-10-14Autogroup only when selectedGravatar Jan Mulder
2018-10-13Dive site: use own copy of taxonomy in dive-site-edit widgetGravatar Berthold Stoeger
2018-10-13Dive site: un-globalize displayed_dive_siteGravatar Berthold Stoeger
2018-10-13Dive site: explicitly init displayed_dive_site on show widgetGravatar Berthold Stoeger
2018-10-12core: recognize Aqualung i770R over BLEGravatar Dirk Hohndel
2018-10-12Bluetooth: add helper to separate BT name and addressGravatar Dirk Hohndel
2018-10-12Bluetooth: restart scan for different device on macOSGravatar Dirk Hohndel
2018-10-12Bluetooth: wait until we actually have device infoGravatar Dirk Hohndel
2018-10-12Bluetooth: start discovery if address isn't already knownGravatar Dirk Hohndel
2018-10-12Bluetooth: move declaration and make variable file scopedGravatar Dirk Hohndel
2018-10-12Bluetooth: remember all data during a scan on macOSGravatar Dirk Hohndel
2018-10-12Bluetooth: discovery should always scan on macOS as wellGravatar Dirk Hohndel
2018-10-12core: helper function to recognize BT/BLE addressesGravatar Dirk Hohndel
2018-10-11Geo lookup: don't pass arguments / result via global objectGravatar Berthold Stoeger
2018-10-11Geo lookup: make the reply a managed-pointerGravatar Berthold Stoeger
2018-10-11Geo lookup: make the QNetworkAccessManager a static objectGravatar Berthold Stoeger
2018-10-11Cleanup: remove ReverseGeoLookupThreadGravatar Berthold Stoeger
2018-10-11Dive list: unify sorting in core and Qt-modelGravatar Berthold Stoeger
2018-10-11Undo: don't modify source-dives on mergeGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-10-11Dive list view: replace signal-magic by flagGravatar Berthold Stoeger
2018-10-11Dive list: remember selected divesGravatar Berthold Stoeger
2018-10-11Undo: implement autogrouping of trips in DiveAddGravatar Berthold Stoeger
2018-10-11Dive list: implement proper Qt-model semantics for DiveTripModelGravatar Berthold Stoeger
2018-10-11Core: introduce insert_trip_dont_merge() functionGravatar Berthold Stoeger
2018-10-11Undo: make diverse trip-related operations undo-ableGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-mergingGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-splittingGravatar Berthold Stoeger
2018-10-11Undo: implement undo of manual dive-creationGravatar Berthold Stoeger
2018-10-11Undo: fix multi-level undo of delete-dive and remove-dive-from-tripGravatar Berthold Stoeger
2018-10-10QML UI: do not try to download from DC with empty vendor/productGravatar Jan Mulder
2018-10-09Substring match BT addressGravatar Jocke
2018-10-09Mobile RememberDCs: save device addressGravatar Jocke
2018-10-09BT OSTC 3 should be reported as OSTC PlusGravatar Jocke
2018-10-09Dive sites: don't add dummy entries to LocationInformationModelGravatar Berthold Stoeger
2018-10-09Prefs: add bool preference cloud_auto_sync [1/3]Gravatar Jan Mulder
2018-10-08libdivecomputer: remove ifdefs for ancient versionsGravatar Dirk Hohndel
2018-10-08Fix warning about unused variablesGravatar Linus Torvalds
2018-10-08ftdi: make the timeout be based on actual real timeGravatar Linus Torvalds
2018-10-08qt-ble: add 'get_name()' function to expose the BLE name to libdivecomputerGravatar Linus Torvalds
2018-10-07Leak fix: free taxonomy data in delete_dive_site()Gravatar Berthold Stoeger
2018-10-07Statistics: only consider selected dives in HTML export statisticsGravatar Berthold Stoeger
2018-10-07Statistics: un-globalize stats_selectionGravatar Berthold Stoeger
2018-10-07Statistics: remove global state / calculate only when neededGravatar Berthold Stoeger
2018-10-06Core: remove dive->downloaded flagGravatar Berthold Stoeger
2018-10-06Import: pass "downloaded" parameter to process_imported_dives()Gravatar Berthold Stoeger
2018-10-06Import: remove dive->downloaded logicGravatar Berthold Stoeger
2018-10-06Core: remove preexisting field from struct dive_tableGravatar Berthold Stoeger
2018-10-06Import: pass a dive table to process_imported_dives()Gravatar Berthold Stoeger