Age | Commit message (Expand) | Author |
2018-03-14 | Cleanup: consistently use toUtf8() instead of toLocal8Bit() | Berthold Stoeger |
2018-03-14 | Cleanup: introduce copy_qstring() function | Berthold Stoeger |
2018-03-14 | Cleanup: consistently use qPrintable() | Berthold Stoeger |
2018-03-14 | Cleanup: constify string arguments in core/dive.c | Berthold Stoeger |
2018-03-14 | Cleanup: Set text encoding to UTF-8 for all platforms. | Berthold Stoeger |
2018-03-14 | Subsurface-mobile: Add OSTC 2 TR as support dive computer | Dirk Hohndel |
2018-03-13 | Subsurface update for upstream libdivecomputer changes | Linus Torvalds |
2018-03-13 | Treat a PSCR dive with sensors more like a CCR dive | Anton Lundin |
2018-03-13 | Fix up CCR/PSCR dives with sensors values without no_o2sensors | Anton Lundin |
2018-03-13 | Use the current dive mode instead of constant | Anton Lundin |
2018-03-11 | DiveObjectHelper: add dive_site_uuid() | Lubomir I. Ivanov |
2018-03-06 | Cosmetic modifications in profile delta sample string | Stefan Fuchs |
2018-03-05 | Cleanup: Remove hash field from picture-structure | Berthold Stoeger |
2018-03-05 | Cleanup: pass QString and QByteArray const-refs to qthelper functions | Berthold Stoeger |
2018-03-05 | Cleanup: Fold add_hash() call into learnHash() function | Berthold Stoeger |
2018-03-05 | Cleanup: Don't store hash in picture struct in learnHash() | Berthold Stoeger |
2018-03-05 | Cleanup: Don't call learnHash() in hashPicture() | Berthold Stoeger |
2018-03-05 | Cleanup: remove updateHash() function | Berthold Stoeger |
2018-03-05 | Cleanup: Make helper function haveHash() of static linkage | Berthold Stoeger |
2018-03-05 | core/imagedownloader.cpp: Use signal to exit eventloop | Berthold Stoeger |
2018-03-05 | core/imagedownloader.cpp: Use implicit default constructor of QImage | Berthold Stoeger |
2018-03-05 | core/imagedownloader.cpp: remove recursion | Berthold Stoeger |
2018-03-05 | core/imagedownloader.cpp: Make the manager object local to load() | Berthold Stoeger |
2018-03-05 | core/imagedownloader.cpp: Simplify deletion of objects | Berthold Stoeger |
2018-03-05 | core/imagedownloader.cpp: Fix memory leak | Berthold Stoeger |
2018-03-05 | Use correct numeric format based on selected locale (Qt domain part) | Stefan Fuchs |
2018-03-05 | Localization: implement *_loc() functions in plannernotes.c | Berthold Stoeger |
2018-03-05 | Localization: implement *_loc() functions in profile.c | Berthold Stoeger |
2018-03-05 | Localization: Make Qt's locale-aware formatting accessible from C | Berthold Stoeger |
2018-03-05 | Configure DC dialog: Add a few missing translations | Stefan Fuchs |
2018-03-02 | Choose water presets from a qcombobox in planner, custom value possible | Oliver Schwaneberg |
2018-03-02 | Warning Fix: add missing include to core/parse-xml.c | Berthold Stoeger |
2018-02-27 | Updated strategy for removing cylinders | Stefan Fuchs |
2018-02-26 | Cleanup: Unify qthelper.h and qthelperfromc.h | Berthold Stoeger |
2018-02-26 | Cleanup: Use QString as parameter for [get|save]BtDeviceInfo() | Berthold Stoeger |
2018-02-25 | Correctly suppress display of ICD table if prefs.show_icd is false | Stefan Fuchs |
2018-02-25 | For prefs option show_icd add missing call for loading | Stefan Fuchs |
2018-02-24 | Whitespace cleanup in core/divelogexportlogic.cpp | Stefan Fuchs |
2018-02-24 | Correct comments for struct temperature_t value range | 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 |
2018-02-22 | Exit add_plan_to_notes() in plannernotes.c always via label finished | Stefan Fuchs |
2018-02-20 | Indicate direction of transition in verbatim plan | Robert C. Helling |
2018-02-17 | Coding-style: remove superfluous parentheses | Berthold Stoeger |
2018-02-17 | Cleanup: Save hash from filename-to-hash map to git repository | Berthold Stoeger |
2018-02-17 | Cleanup: return copied string from hashstring() | Berthold Stoeger |
2018-02-12 | Cleanup: remove outdated TODO item | Berthold Stoeger |
2018-02-12 | Cleanup: remove declaration of get_error_string() | Berthold Stoeger |
2018-02-12 | dump_tissues: fix missing 'struct deco_state' argument | Lubomir I. Ivanov |
2018-02-10 | Add a preference to turn on ICD warnings | Robert C. Helling |