Age | Commit message (Expand) | Author |
2017-12-02 | Fix file:// handling for git access. | Berthold Stoeger |
2017-12-01 | Remove unnecessary #include and correct whitespace | Robert C. Helling |
2017-12-01 | Document background computation of variations | Robert C. Helling |
2017-12-01 | Disable plan variation in recreational mode | Rick Walsh |
2017-12-01 | Round up diveplan duration the same way values in diveplan are rounded | Stefan Fuchs |
2017-12-01 | Actually compute variations in background | Robert C. Helling |
2017-12-01 | Cut off excessive deco times | Robert C. Helling |
2017-11-29 | Fix signed/unsigned issue | Dirk Hohndel |
2017-11-29 | Remove commented out code | Miika Turkia |
2017-11-29 | Move Divinglog DB import into its own file | Miika Turkia |
2017-11-29 | Move Cobalt DB import to its own file | Miika Turkia |
2017-11-29 | Move Shearwater DB import into its own file | Miika Turkia |
2017-11-29 | Move Suunto DB import into its own file | Miika Turkia |
2017-11-28 | Merging dives: Improve merging of divemaster, buddy and notes | Stefan Fuchs |
2017-11-27 | Hopefully fix Android build | Miika Turkia |
2017-11-27 | Move Cobalt and Divinglog DB parsing to parse-db.c | Miika Turkia |
2017-11-27 | Move atoi_n to parse.c | Miika Turkia |
2017-11-27 | Move Shearwater DB parsing into parse-db.c | Miika Turkia |
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 |