Age | Commit message (Expand) | Author |
2015-04-04 | libdivecomputer.c: Remove unused parameter in parse_gasmixes | Salvador Cuñat |
2015-04-04 | libdivecomputer.c: Add support for raw data buffer parse using libdc | Salvador Cuñat |
2015-04-04 | libdivecomputer.c: Split dive_cb() callback in two | Salvador Cuñat |
2015-04-04 | Add errmsg() function for libdivecomputer.c | Salvador Cuñat |
2015-03-19 | Fix a couple of typos | Torstein Husebø |
2015-02-09 | Prevent a tank from looking undefined by mistake | Dirk Hohndel |
2015-01-22 | Set divemode to FREEDIVE now when we support that | Anton Lundin |
2015-01-19 | Remove the two annoying debug statements | Dirk Hohndel |
2015-01-10 | Refactor dctype -> divemode | Robert C. Helling |
2015-01-09 | Now use our table when downloading from the dive computer | Dirk Hohndel |
2015-01-09 | Don't use the result of unsupported libdivecomputer calls | Dirk Hohndel |
2014-12-29 | Remove unused variable | Anton Lundin |
2014-12-29 | Clear stale pointers after free | Anton Lundin |
2014-12-27 | Keep undecoded firmware / serial info from libdivecomputer | Dirk Hohndel |
2014-12-01 | libdivecomputer.c: reduce the scope of 'i' in sample_cb() | Lubomir I. Ivanov |
2014-11-25 | Consistent representation of O₂ | Tim Wootton |
2014-11-24 | Let's not store more or less random data | Dirk Hohndel |
2014-11-21 | Add serial and firmware to the extra data | Dirk Hohndel |
2014-11-20 | Remember serial and firmware for divecomputers | Dirk Hohndel |
2014-11-20 | Stop cluttering stout with DC_VENDOR data | Dirk Hohndel |
2014-11-13 | Add subsurface_access() | Lubomir I. Ivanov |
2014-11-12 | Shows an error about wrong permissions | Salvo 'LtWorf' Tomaselli |
2014-11-11 | Remove leftover code for directly parsing Cobalt tank sizes | Dirk Hohndel |
2014-11-11 | Fix getting tank information from libdivecomputer | Dirk Hohndel |
2014-11-08 | Fix previous commit to compile with older versions of libdivecomputer | Dirk Hohndel |
2014-11-08 | Use libdivecomputer tank size when available | Dirk Hohndel |
2014-11-08 | Add support for libdivecomputer DC_FIELD_DIVEMODE | Anton Lundin |
2014-11-08 | Move calculate_string_hash into DC_FIELD_STRING | Anton Lundin |
2014-11-07 | Add support for libdivecomputer's new TEMPERATURE fields | Dirk Hohndel |
2014-11-07 | Use the new DC_FIELD_STRING callback if it exists | Linus Torvalds |
2014-10-20 | Make it possible to have samples without depth from libdivecomputer | Linus Torvalds |
2014-10-19 | Make planner work again for CCR dives | Robert C. Helling |
2014-08-14 | Add "download into private trip" dialog checkmark | Linus Torvalds |
2014-08-06 | Only show libdivecomputer "unlikely gas" warning once | Dirk Hohndel |
2014-08-03 | Use Qt date localization instead of translated strings | Dirk Hohndel |
2014-06-11 | Don't silently ignore suspcious data from libdivecomputer | Dirk Hohndel |
2014-06-10 | Don't ignore actual diveable mixes | Anton Lundin |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
2014-03-15 | Don't check for tank size information only on first tank | Dirk Hohndel |
2014-03-15 | Only use default cylinder for first one | Dirk Hohndel |
2014-03-08 | Avoid calling free on uninitialized dive variable | Dirk Hohndel |
2014-03-06 | Fix memory leak when parsing a dive fails | Dirk Hohndel |
2014-03-05 | Another small tweak to whitespace tool | Dirk Hohndel |
2014-03-03 | Remove pointless assignments | Dirk Hohndel |
2014-02-27 | Massive automated whitespace cleanup | Dirk Hohndel |
2014-02-26 | set the download progress bar to zero after a download | Danilo Cesar Lemes de Paula |
2014-02-12 | Use "rint()" instead of rounding manually with "+ 0.5" | Linus Torvalds |
2014-02-12 | Fix default value for missing surface pressure from divecomputer | Linus Torvalds |
2014-02-10 | Add support for heartrate and bearing information in samples | Linus Torvalds |
2014-01-27 | Fix the semantics of the dive_cb | Dirk Hohndel |