Age | Commit message (Expand) | Author |
2018-03-22 | Use older API to remove dependency on Qt 5.8 or newer | Dirk Hohndel |
2018-03-19 | Dive pictures: If EXIF data couldn't be parsed, use creation date | Berthold Stoeger |
2018-03-19 | Dive pictures: Don't read whole file for parsing EXIF data | Berthold Stoeger |
2018-03-14 | Cleanup: introduce copy_qstring() function | Berthold Stoeger |
2018-03-14 | Cleanup: consistently use qPrintable() | Berthold Stoeger |
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 | Use correct numeric format based on selected locale (Qt domain part) | Stefan Fuchs |
2018-03-05 | Localization: Make Qt's locale-aware formatting accessible from C | Berthold Stoeger |
2018-02-17 | Coding-style: remove superfluous parentheses | Berthold Stoeger |
2018-02-17 | Cleanup: return copied string from hashstring() | Berthold Stoeger |
2018-02-04 | Do not remove seconds from duration input field | Oliver Schwaneberg |
2018-01-11 | Use helper function empty_string() instead of manual checks | Berthold Stoeger |
2018-01-11 | Introduce helper function empty_string() | Berthold Stoeger |
2017-12-18 | Allow to read factor cache concurrently | Robert C. Helling |
2017-12-18 | Elevate "can't write hashes" message from debug to warning level | Berthold Stoeger |
2017-12-14 | Remove function isCloudUrl() | Berthold Stoeger |
2017-12-11 | Use the copy_string() helper function in set_filename() | Berthold Stoeger |
2017-12-11 | Remove second parameter (bool force) in set_filename() | Berthold Stoeger |
2017-11-25 | Run variations calculation in background | Robert C. Helling |
2017-11-18 | Constify strings in pref.h | Berthold Stoeger |
2017-11-09 | Add details about key libraries when showing version | Dirk Hohndel |
2017-10-09 | Use lrint() for all degrees_t related rounding | Lubomir I. Ivanov |
2017-08-29 | Cache all Buehlmann factors | Robert C. Helling |
2017-08-10 | fix weights rounding | Jan Mulder |
2017-06-23 | Translate "more than n days" for surface interval | Stefan Fuchs |
2017-06-11 | qthelper.cpp: leave lbs rounding to QString().arg() with 'f' | Lubomir I. Ivanov |
2017-05-26 | Creation of dive duration string and surface interval string | Stefan Fuchs |
2017-05-07 | Include some extradata info on Seabear import | Miika Turkia |
2017-05-07 | Merge branch 'seabear-refactor' | Dirk Hohndel |
2017-05-07 | Remove debug output | Miika Turkia |
2017-05-07 | Make parsing of Seabear header more robust | Miika Turkia |
2017-05-07 | Add dive mode support for Seabear import | Miika Turkia |
2017-05-07 | Import dive number from Seabear CSV file | Miika Turkia |
2017-05-07 | Refactor Seabear import | Miika Turkia |
2017-05-07 | Move intdup to qthelper | Miika Turkia |
2017-05-06 | Consistently show dive duration based on preferences | Dirk Hohndel |
2017-05-06 | File selector should filter images we can actually handle. | Robert C. Helling |
2017-04-29 | Add SPDX header to remaining core files | Dirk Hohndel |
2017-04-06 | Add creation date and Subsurface version to planner output | Stefan Fuchs |
2017-03-24 | Fix double to int truncation in C++ code | Jeremie Guichard |
2017-03-08 | Change calls to rint into lrint avoiding conversion warnings | Jeremie Guichard |
2017-03-04 | Add helper to parse duration text | Dirk Hohndel |
2017-02-21 | Many filenames are const strings | Robert C. Helling |
2017-02-19 | Update exif.cpp from upstream | Robert C. Helling |