summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
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
2018-10-07Dive information: fix surface interval calculationGravatar Berthold Stoeger
2018-10-06qt-ble: add support for libdivecomputer 'set_timeout()' functionGravatar Linus Torvalds
2018-10-06qt-ble: add support to wait for descriptor write completionGravatar Linus Torvalds
2018-10-06qt-ble: move basic uuid filtering back to service discoveryGravatar Linus Torvalds
2018-10-06Fix error handling for libdivecomputer importGravatar Linus Torvalds
2018-10-05Cleanup: don't produce no-dives error message in libdivecomputer.cGravatar Berthold Stoeger
2018-10-05Cleanup: don't access downloadTable directly in Uemis-downloaderGravatar Berthold Stoeger
2018-10-04Import: remove unnecessary processing of dives in DAN importGravatar Berthold Stoeger
2018-10-01Bluetooth: use_random_address helper isn't needed on WindowsGravatar Dirk Hohndel
2018-10-01Mobile download from DC: show the correct DC rather than the latestGravatar Jocke
2018-09-30Bluetooth: don't use random addresses on WindowsGravatar Dirk Hohndel
2018-09-30Bluetooth: use standard Qt code on WindowsGravatar Dirk Hohndel
2018-09-29Cleanup: split out free_dive() function from delete_single_dive()Gravatar Berthold Stoeger
2018-09-29Cleanup: reinstate override modifiersGravatar Berthold Stoeger
2018-09-29Bluetooth: turn on logging earlierGravatar Dirk Hohndel
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-09-28Cleanup: remove redundant prototypes from dive.hGravatar Berthold Stoeger
2018-09-28Cleanup: Make add_sample_data() local to translation unitGravatar Berthold Stoeger
2018-09-26qt-ble: allow reading of partial packet dataGravatar Linus Torvalds
2018-09-26Allow XML sample times to have hh:mm:sec formatGravatar Linus Torvalds
2018-09-25qt-ble: add BLE packet debugging codeGravatar Linus Torvalds
2018-09-25qt-ble: only connect the signals to the preferred serviceGravatar Linus Torvalds
2018-09-25Metadata: rudimentary support for XMP metadataa in MP4-based videosGravatar Berthold Stoeger
2018-09-25cleanup: do not compare doubles like thisGravatar Jan Mulder
2018-09-25qPref: don't compare doubles for equalityGravatar Dirk Hohndel
2018-09-25qPref: add mobile_scale preferenceGravatar Dirk Hohndel
2018-09-24qt-ble: re-organize how we pick the GATT characteristics to read and writeGravatar Linus Torvalds
2018-09-24macOS: always list 'FTDI' as a serial connectionGravatar Dirk Hohndel
2018-09-24cleanup: remove more GPS webservice codeGravatar Jan Mulder
2018-09-24core: fix connect callGravatar Jan Mulder
2018-09-23qt-ble: set up infrastructure for better preferred service choiceGravatar Linus Torvalds
2018-09-23qt-ble: use the WAITFOR() macro rather than open-coding wait loopsGravatar Linus Torvalds
2018-09-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-09-23Mobile/remember DCs: try to match device namesGravatar Dirk Hohndel
2018-09-23Desktop/remember DCs: move non-UI-specific code into the core layerGravatar Dirk Hohndel
2018-09-23qPref: add ability to remember recently used dive computersGravatar Dirk Hohndel
2018-09-22Trivial: un-static function-local bufferGravatar Berthold Stoeger
2018-09-22Actually create a UUID when creating a dive site during downloadGravatar Linus Torvalds
2018-09-19Dive media: on import read metadata only onceGravatar Berthold Stoeger
2018-09-19Cleanup: make surface sample in merge_one_sample() non-staticGravatar Berthold Stoeger
2018-09-19Mobile: always update the preferences when set_unit_system is calledGravatar Jocke
2018-09-16Always return status from ftdi_open when calledGravatar Anton Lundin