Age | Commit message (Expand) | Author |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-03-20 | Ignore invalid dives in statistics | Berthold Stoeger |
2019-11-16 | Core: set gas use to zero if no values are given | Berthold Stoeger |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-11-09 | Core: dynamically allocate the result of get_gas_used() | Berthold Stoeger |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-03-12 | Add backend support for statistics by depth and temperature | Doug Junkins |
2018-12-17 | Show average max depth in yearly statistics | Robert C. Helling |
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-07 | Dive information: fix surface interval calculation | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify functions taking dives and divecomputers | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify functions taking pointers to events | Berthold Stoeger |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-06-17 | Fix an error around translation of dive modes in the UI | Stefan Fuchs |
2018-05-28 | Rename confusing variable name | Robert C. Helling |
2018-05-28 | Distinguish between user and internal divemode names | Robert C. Helling |
2018-05-14 | Rename enum dive_comp_type to divemode_t | Robert C. Helling |
2018-04-10 | Cleanup: remove unused function get_selected_dives_text() | Berthold Stoeger |
2018-02-27 | Updated strategy for removing cylinders | Stefan Fuchs |
2018-02-24 | Use duration_t for total_sac_time in struct stats_t | Stefan Fuchs |
2018-02-24 | Use temperature_t for temperatures in struct stats_t | Stefan Fuchs |
2017-12-17 | Cleanup: durations are now signed | Dirk Hohndel |
2017-10-29 | Mark missing translations | Dirk Hohndel |
2017-09-14 | Refine cylinder usage tests | Miika Turkia |
2017-08-26 | Remove some unused variables | Dirk Hohndel |
2017-07-22 | Gas usage statistics: don't require gas switch events | Linus Torvalds |
2017-07-21 | Start cleaning up sensor indexing for multiple sensors | Linus Torvalds |
2017-05-26 | Creation of dive duration string and surface interval string | Stefan Fuchs |
2017-04-29 | Add SPDX header to core C files | Dirk Hohndel |
2017-03-09 | Fix potential double/float to int rounding errors | Jeremie Guichard |
2017-03-08 | Change calls to rint into lrint avoiding conversion warnings | Jeremie Guichard |
2017-03-07 | Enable translate 'All' in yearly statistics. | Martin Měřinský |
2017-02-03 | Don't do strcmp on NIL pointer | Robert C. Helling |
2017-02-03 | Do not count gas used in planned dives for statistics | Robert Helling |
2017-02-03 | Revert "In statistics, ignore gas use of planned dives" | Dirk Hohndel |
2017-02-02 | In statistics, ignore gas use of planned dives | Robert C. Helling |
2016-11-15 | Only consider non-zero average depth for statistics | Robert C. Helling |
2016-04-29 | Extend time parsing to before 1970 | Linus Torvalds |
2016-04-04 | Move subsurface-core to core and qt-mobile to mobile-widgets | Dirk Hohndel |