Age | Commit message (Expand) | Author |
2020-05-22 | cleanup: create common QDateTime -> timestamp conversion function | Berthold Stoeger |
2020-05-22 | cleanup: remove unused libc-structures from get_trip_date_string() | Berthold Stoeger |
2020-05-22 | cleanup: move timestampToDateTime() to qthelper.cpp | Berthold Stoeger |
2020-05-22 | cleanup: set long and short date formats in independent branches | Berthold Stoeger |
2020-05-07 | cleanup: invert control-flow when resetting the core structures | Berthold Stoeger |
2020-05-06 | planner: remove Bühlmann factor cache | Berthold Stoeger |
2020-05-05 | cleanup: capitalize use dc | Monty Taylor |
2020-05-05 | cleanup: Change Salty to Brackish | Monty Taylor |
2020-05-05 | Grantlee: Add salinity and water type to grantlee variables | Monty Taylor |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-05-01 | cleanup: move dive_table from dive.h to divelist.h | Berthold Stoeger |
2020-04-27 | cleanup: remove unused function get_divepoint_gas_string() | Berthold Stoeger |
2020-04-24 | cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cpp | Berthold Stoeger |
2020-04-11 | Merge pull request #2643 from bstoeger/cylinder4 | Dirk Hohndel |
2020-04-10 | media: move picture function from dive.c to picture.c | Berthold Stoeger |
2020-04-07 | undo: reorder cylinders on remove-cylinder undo/redo | Berthold Stoeger |
2020-04-04 | core: add additional notification callback | Dirk Hohndel |
2020-03-22 | cleanup: remove memory leak in initUiLocale() | Berthold Stoeger |
2020-03-22 | cleanup: split uiLanguage() in two functions | Berthold Stoeger |
2020-03-22 | locale: store locate to preferences after fixing up mac-weirdness | Berthold Stoeger |
2020-03-21 | Revert "core: use set_lang_locale to modify prefs.locale.lang_locale" | Berthold Stoeger |
2020-03-10 | core: make command texts available for C code | Dirk Hohndel |
2020-03-06 | Cleanup: Move stringToList to core/qthelper.cpp | Berthold Stoeger |
2020-03-01 | filter: remove diveContainsText() | Berthold Stoeger |
2020-02-08 | mobile/summary: implement firstDiveDate and lastDiveDate | Berthold Stoeger |
2020-02-06 | Gps coordinates: be more graceful when parsing coordinates | Berthold Stoeger |
2020-02-06 | Coding style: remove braces around single-line if blocks | Berthold Stoeger |
2020-02-06 | Coding style: move & from type to variable | Berthold Stoeger |
2019-12-27 | core: use set_lang_locale to modify prefs.locale.lang_locale | jan Iversen |
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-10-05 | Cleanup: remove bogus code that slipped in earlier | Dirk Hohndel |
2019-09-21 | Android: bundle default font for use in OnePlus devices | Dirk Hohndel |
2019-09-14 | Mobile: decouple full text search from DiveObjectHelper | Berthold Stoeger |
2019-08-08 | Cleanup: move planner/deco related declarations planner/deco.h | Berthold Stoeger |
2019-08-08 | Cleanup: move error reporting function declarations to errorhelper.h | Berthold Stoeger |
2019-06-19 | Cleanup: move trip-related functions into own translation unit | Berthold Stoeger |
2019-06-19 | Cleanup: move tag functions into own translation unit | Berthold Stoeger |
2019-05-12 | Turn application state into enum | Berthold Stoeger |
2019-05-12 | Cleanup: remove UTF8 macros | Berthold Stoeger |
2019-04-12 | Cleanup: replace QString("") by QString() | Berthold Stoeger |
2019-04-12 | optimize selectedDivesGasUsed() | Rolf Eike Beer |
2019-04-12 | replace deprecated qSort() with std::sort() | Rolf Eike Beer |
2019-04-12 | use QStringLiteral for constants | Rolf Eike Beer |
2019-04-12 | get rid of some foreach and Q_FOREACH constructs | Rolf Eike Beer |
2019-03-27 | Cleanup: provide printGPSCoords in C and C++ versions | Berthold Stoeger |
2019-03-24 | Cleanup: fix printGPSCoords signature and leaks | Berthold Stoeger |
2019-03-17 | Core: remove variable name conflict | Dirk Hohndel |
2018-12-17 | Core: remove count_dives_with_*() functions | Berthold Stoeger |