Age | Commit message (Expand) | Author |
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 |
2018-11-23 | Core: move is-single-day-trip and count-shown functions into core | Berthold Stoeger |
2018-11-16 | Dive list: correctly translate trip date | Berthold Stoeger |
2018-10-26 | Cleanup: remove dead code in qthelper.cpp | Berthold Stoeger |
2018-10-21 | Add 'location_t' data structure | Linus Torvalds |
2018-08-25 | core: remove QSettings from qthelper | jan Iversen |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-07-17 | Cleanup: simplify dive_getUniqID() | Berthold Stoeger |
2018-07-15 | For media file open dialog add different file filters | Stefan Fuchs |
2018-07-12 | Don't show decimals on pressures | Jocke |
2018-07-12 | Dive media: add ".mov" to list of known video extensions | Berthold Stoeger |
2018-07-08 | Dive pictures: Recognize video files | Berthold Stoeger |
2018-07-04 | Translations: unify gettextFromC::tr() and QObject::tr() | Berthold Stoeger |
2018-07-04 | Dive pictures: implement FindMovedImagesDialog | Berthold Stoeger |
2018-07-04 | Dive pictures: remove hashes | Berthold Stoeger |
2018-07-04 | Dive pictures: find moved pictures based on filename | Berthold Stoeger |
2018-07-04 | Dive pictures: index local file name by canonical filname | Berthold Stoeger |
2018-06-24 | Localization: don't go via C-string in qthelper.cpp | Berthold Stoeger |
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 |