Age | Commit message (Expand) | Author |
2018-06-07 | Dive pictures: remove cache_picture() call in dive_add_picture() | Berthold Stoeger |
2018-06-05 | core: remove "static void copyPath" unused | jan Iversen |
2018-06-04 | Cleanup: fold core/helpers.h into core/qthelper.h | Berthold Stoeger |
2018-06-04 | Cleanup: make copyPath() function of static linkage | Berthold Stoeger |
2018-05-26 | Dive pictures: Derive thumbnail file from picture filename | Berthold Stoeger |
2018-05-24 | Cleanup: remove code related to picture-storage in git repositories | Berthold Stoeger |
2018-05-14 | Core: introduce new subsurface-string header | Dirk Hohndel |
2018-05-13 | Dive pictures: Introduce thumbnailer class | Berthold Stoeger |
2018-05-13 | Dive pictures: replace picture struct by QString | Berthold Stoeger |
2018-05-13 | Dive pictures: Convert thumbnailHash to individual files | Berthold Stoeger |
2018-05-13 | Dive pictures: save thumbnails to individual files | Berthold Stoeger |
2018-04-11 | Cleanup: unconstify results of two functions | Berthold Stoeger |
2018-04-09 | Cleanup: Move *_loc formatting functions into new format.cpp file | Berthold Stoeger |
2018-04-09 | Change taglist_get_tagstring to support 'unlimited' tag list size | Jeremie Guichard |
2018-04-01 | Dive pictures: Move metadata functions into own translation unit | Berthold Stoeger |
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 |