Age | Commit message (Expand) | Author |
2017-11-27 | Move metric variable to parse.c | Miika Turkia |
2017-11-27 | Move add_dive_site to parse.c | Miika Turkia |
2017-11-27 | Move Suunto DB imports into parse-db.c | Miika Turkia |
2017-11-27 | Refactore parse-xml.c into parse.c and parse-xml.c | Miika Turkia |
2017-11-27 | Code cleanup: Move index declarations into for loop | Stefan Fuchs |
2017-11-27 | Use MAX_SENSORS define everywhere | Stefan Fuchs |
2017-11-27 | Add debug function dump_cylinders | Stefan Fuchs |
2017-11-27 | Compile dump_tissues function only if needed based on define | Stefan Fuchs |
2017-11-27 | Store and load the planner related depth info of a cylinder in logfile | Stefan Fuchs |
2017-11-26 | Update list of divecomputers supported in Subsurface-mobile | Dirk Hohndel |
2017-11-25 | In strings start lower case in parenthesis | Stefan Fuchs |
2017-11-25 | In planner.c remove unused variable o2break_done | Stefan Fuchs |
2017-11-25 | Hand planner variables to profile | Robert C. Helling |
2017-11-25 | Localize global planner state | Robert C. Helling |
2017-11-25 | Run variations calculation in background | Robert C. Helling |
2017-11-25 | Add logic parentheses to make compiler happy | Robert C. Helling |
2017-11-25 | Fix crash when dives have no dive site | Dirk Hohndel |
2017-11-25 | mobile: autocomplete location names | Jan Mulder |
2017-11-25 | Fix ownership issues in preferences code | Berthold Stoeger |
2017-11-25 | Cleanup: remove unused extern declaration | Berthold Stoeger |
2017-11-24 | Include stdbool.h also from prefs.h if included from C file | Stefan Fuchs |
2017-11-24 | Change prefs.show_units_table to bool | Stefan Fuchs |
2017-11-22 | Clean up system_default_filename() | Berthold Stoeger |
2017-11-22 | Copy default filename string when assigning to default preferences | Berthold Stoeger |
2017-11-20 | Make handling of booleans consistent on the C-side of preferences | Berthold Stoeger |
2017-11-20 | Make handling of booleans consistent on the C++-side of preferences | Berthold Stoeger |
2017-11-20 | Fix typo: successfull -> successful and succesfully -> successfully | Berthold Stoeger |
2017-11-19 | Remove dead code | Jan Mulder |
2017-11-19 | Trivial: fix indentation | Berthold Stoeger |
2017-11-18 | Constify strings in pref.h | Berthold Stoeger |
2017-11-18 | Prevent annoying signed/unsigned comparison warning | Berthold Stoeger |
2017-11-17 | Fix memory leaks in SettingsObjectWrapper.cpp | Berthold Stoeger |
2017-11-17 | Fix typo: LENGHT -> LENGTH | Berthold Stoeger |
2017-11-17 | Don't show cylinder pressures for other dive computers | Linus Torvalds |
2017-11-17 | Properly declare 'has_gaschange_event()' function | Linus Torvalds |
2017-11-17 | Clean up confusing code in setup_gas_sensor_pressure() | Linus Torvalds |
2017-11-16 | Introduce mode field in Bluetooth device selection dialog | Berthold Stoeger |
2017-11-16 | subsurface-startup: expose print_version() in the header | Lubomir I. Ivanov |
2017-11-16 | windows.c: enable verbose level 1 for desktop usage | Lubomir I. Ivanov |
2017-11-16 | During DC import reset cns, ndl, other values inbetween dives | Stefan Fuchs |
2017-11-16 | For surface samples init ndl and compass bearing from prev sample | Stefan Fuchs |
2017-11-16 | libdivecomputer.c init sticky values for samples for current sample | Stefan Fuchs |
2017-11-13 | New fixup function fixup_dc_ndl | Stefan Fuchs |
2017-11-13 | Init every struct sample with default values | Stefan Fuchs |
2017-11-13 | Display values in info box only if value is interesting | Stefan Fuchs |
2017-11-13 | Make Bluetooth naming consistent | Berthold Stoeger |
2017-11-13 | Better error message on BLE connection timeout | Berthold Stoeger |
2017-11-12 | Typo: modp02 -> modpO2 | Berthold Stoeger |
2017-11-10 | Fix warning | Jan Mulder |
2017-11-09 | Print version when run in verbose mode | Dirk Hohndel |