Age | Commit message (Expand) | Author |
2020-05-03 | selection: create global single_selected_trip() function | Berthold Stoeger |
2020-05-03 | selection: introduce clear_selection() function | Berthold Stoeger |
2020-05-03 | selection: add selection flag for trips | Berthold Stoeger |
2020-05-02 | cleanup: remove unused function append_dive() | Berthold Stoeger |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-05-01 | cleanup: only include QString in desktop-widgets/importgps.h | Berthold Stoeger |
2020-05-01 | cleanup: move dive_table from dive.h to divelist.h | Berthold Stoeger |
2020-05-01 | cleanup: move FRACTION macro from dive.h to units.h | Berthold Stoeger |
2020-05-01 | cleanup: move DECOTIMESTEP from dive.h to planner.h | Berthold Stoeger |
2020-05-01 | cleanup: make enumerate_devices of external linkage | Berthold Stoeger |
2020-05-01 | cleanup: make analyze_plot_info local to profile.c | Berthold Stoeger |
2020-05-01 | cleanup: const-ify a few functions in planner.c | Berthold Stoeger |
2020-05-01 | profile: for maxtime calculation include the sample after the last event | Berthold Stoeger |
2020-05-01 | profile: return air for one-past last cylinder | Berthold Stoeger |
2020-05-01 | core: create fake cylinder at end of cylinder table (hack!) | Berthold Stoeger |
2020-05-01 | core: always keep an empty cylinder at the end of the cylinder array | Berthold Stoeger |
2020-04-27 | cleanup: remove unused function get_divepoint_gas_string() | Berthold Stoeger |
2020-04-26 | cleanup: remove Command::inCommand() | Berthold Stoeger |
2020-04-25 | build-system/android: remove libusb at QTest | Dirk Hohndel |
2020-04-24 | cleanup: move clearing of event names to clear_dive_file_data() | Berthold Stoeger |
2020-04-24 | cleanup: move clearing of device nodes to clear_dive_file_data() | Berthold Stoeger |
2020-04-24 | cleanup: whitespace fix | Berthold Stoeger |
2020-04-24 | cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cpp | Berthold Stoeger |
2020-04-24 | filter: add a week to maximum default date time | Berthold Stoeger |
2020-04-24 | filter: implement filtering for divemode | Berthold Stoeger |
2020-04-20 | core: return -1 from explicit_first_cylinder() if dive has no cylinders | Berthold Stoeger |
2020-04-20 | profile: avoid invalid accesses in setup_gas_sensor_pressure | Berthold Stoeger |
2020-04-19 | desktop: remove user survey | Dirk Hohndel |
2020-04-18 | core: debug cert calls | Dirk Hohndel |
2020-04-18 | core: bring back libgit2 certificate callback | Dirk Hohndel |
2020-04-18 | debug output: ensure our debug output is captured on Android | Dirk Hohndel |
2020-04-18 | Fix CSV for profile export | Robert C. Helling |
2020-04-18 | profile: avoid double-free when reusing plot_info | Berthold Stoeger |
2020-04-15 | git-storage: add additional debug output | Dirk Hohndel |
2020-04-15 | git-storage: add helper function to delete remote branch | Dirk Hohndel |
2020-04-15 | git-storage: fix up old broken local caches to use the right branch | Linus Torvalds |
2020-04-15 | git-storage: make creation of empty cache repo set the initial branch | Linus Torvalds |
2020-04-13 | divelist: when removing/adding a dive unregister/register fulltext | Berthold Stoeger |
2020-04-13 | mobile: remove fine-grained notification | Berthold Stoeger |
2020-04-13 | Remove extra argument and add a test | Robert C. Helling |
2020-04-13 | Preserve events when editing dive in planner | Robert C. Helling |
2020-04-13 | Fix compiler warning about variable length field not last in struct. | Robert C. Helling |
2020-04-11 | media: invalidate correct dive when removing picture | Berthold Stoeger |
2020-04-11 | Merge pull request #2643 from bstoeger/cylinder4 | Dirk Hohndel |
2020-04-10 | Merge pull request #2736 from Subsurface-divelog/removeCloudOverride | Dirk Hohndel |
2020-04-10 | Merge pull request #2737 from Subsurface-divelog/libgitCleanup | Dirk Hohndel |
2020-04-10 | code cleanup: once we find a match, stop checking | Dirk Hohndel |
2020-04-10 | BLE dive computer detection | Dirk Hohndel |
2020-04-10 | mobile/models: correctly reset the connection model | Dirk Hohndel |
2020-04-10 | media: move picture function from dive.c to picture.c | Berthold Stoeger |