Age | Commit message (Expand) | Author |
2018-10-07 | Leak fix: free taxonomy data in delete_dive_site() | Berthold Stoeger |
2018-10-07 | Statistics: only consider selected dives in HTML export statistics | Berthold Stoeger |
2018-10-07 | Statistics: un-globalize stats_selection | Berthold Stoeger |
2018-10-07 | Statistics: remove global state / calculate only when needed | Berthold Stoeger |
2018-10-06 | Core: remove dive->downloaded flag | Berthold Stoeger |
2018-10-06 | Import: pass "downloaded" parameter to process_imported_dives() | Berthold Stoeger |
2018-10-06 | Import: remove dive->downloaded logic | Berthold Stoeger |
2018-10-06 | Core: remove preexisting field from struct dive_table | Berthold Stoeger |
2018-10-06 | Import: pass a dive table to process_imported_dives() | Berthold Stoeger |
2018-10-07 | Dive information: fix surface interval calculation | Berthold Stoeger |
2018-10-06 | qt-ble: add support for libdivecomputer 'set_timeout()' function | Linus Torvalds |
2018-10-06 | qt-ble: add support to wait for descriptor write completion | Linus Torvalds |
2018-10-06 | qt-ble: move basic uuid filtering back to service discovery | Linus Torvalds |
2018-10-06 | Fix error handling for libdivecomputer import | Linus Torvalds |
2018-10-05 | Cleanup: don't produce no-dives error message in libdivecomputer.c | Berthold Stoeger |
2018-10-05 | Cleanup: don't access downloadTable directly in Uemis-downloader | Berthold Stoeger |
2018-10-04 | Import: remove unnecessary processing of dives in DAN import | Berthold Stoeger |
2018-10-01 | Bluetooth: use_random_address helper isn't needed on Windows | Dirk Hohndel |
2018-10-01 | Mobile download from DC: show the correct DC rather than the latest | Jocke |
2018-09-30 | Bluetooth: don't use random addresses on Windows | Dirk Hohndel |
2018-09-30 | Bluetooth: use standard Qt code on Windows | Dirk Hohndel |
2018-09-29 | Cleanup: split out free_dive() function from delete_single_dive() | Berthold Stoeger |
2018-09-29 | Cleanup: reinstate override modifiers | Berthold Stoeger |
2018-09-29 | Bluetooth: turn on logging earlier | Dirk Hohndel |
2018-09-28 | Parser: parse text-based files into arbitrary table | Berthold Stoeger |
2018-09-28 | Cleanup: remove redundant prototypes from dive.h | Berthold Stoeger |
2018-09-28 | Cleanup: Make add_sample_data() local to translation unit | Berthold Stoeger |
2018-09-26 | qt-ble: allow reading of partial packet data | Linus Torvalds |
2018-09-26 | Allow XML sample times to have hh:mm:sec format | Linus Torvalds |
2018-09-25 | qt-ble: add BLE packet debugging code | Linus Torvalds |
2018-09-25 | qt-ble: only connect the signals to the preferred service | Linus Torvalds |
2018-09-25 | Metadata: rudimentary support for XMP metadataa in MP4-based videos | Berthold Stoeger |
2018-09-25 | cleanup: do not compare doubles like this | Jan Mulder |
2018-09-25 | qPref: don't compare doubles for equality | Dirk Hohndel |
2018-09-25 | qPref: add mobile_scale preference | Dirk Hohndel |
2018-09-24 | qt-ble: re-organize how we pick the GATT characteristics to read and write | Linus Torvalds |
2018-09-24 | macOS: always list 'FTDI' as a serial connection | Dirk Hohndel |
2018-09-24 | cleanup: remove more GPS webservice code | Jan Mulder |
2018-09-24 | core: fix connect call | Jan Mulder |
2018-09-23 | qt-ble: set up infrastructure for better preferred service choice | Linus Torvalds |
2018-09-23 | qt-ble: use the WAITFOR() macro rather than open-coding wait loops | Linus Torvalds |
2018-09-23 | Core: split process_dives() in post-import and post-load versions | Berthold Stoeger |
2018-09-23 | Mobile/remember DCs: try to match device names | Dirk Hohndel |
2018-09-23 | Desktop/remember DCs: move non-UI-specific code into the core layer | Dirk Hohndel |
2018-09-23 | qPref: add ability to remember recently used dive computers | Dirk Hohndel |
2018-09-22 | Trivial: un-static function-local buffer | Berthold Stoeger |
2018-09-22 | Actually create a UUID when creating a dive site during download | Linus Torvalds |
2018-09-19 | Dive media: on import read metadata only once | Berthold Stoeger |
2018-09-19 | Cleanup: make surface sample in merge_one_sample() non-static | Berthold Stoeger |
2018-09-19 | Mobile: always update the preferences when set_unit_system is called | Jocke |