Age | Commit message (Expand) | Author |
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 |
2017-01-14 | Prevent crash on Mac when typing comma in GPS coordinates field | Dirk Hohndel |
2017-01-06 | Rename prefs.deco_mode to prefs.planner_deco_mode | Robert C. Helling |
2017-01-06 | Fix deco_mode confusion | Robert C. Helling |
2016-12-30 | Fix picture hashing logic for pictures on the web. | Robert C. Helling |
2016-12-27 | Correctly open the resource file | Tomaz Canabrava |
2016-12-26 | Get rid of debug messages | Robert C. Helling |
2016-12-04 | Empty image hashes are not valid | Robert C. Helling |
2016-09-22 | Correctly pick up the UI language from settings | Dirk Hohndel |
2016-09-20 | Language preference: once we figure out the locale, remember it | Dirk Hohndel |
2016-09-20 | Don't look up the setting again | Dirk Hohndel |
2016-08-27 | Settings update: Fix missing groups and Language initialization | Tomaz Canabrava |
2016-08-27 | Settings update: Move loadPreferences out of qt-helper.cpp | Tomaz Canabrava |
2016-08-27 | Settings update: Correct comment | Tomaz Canabrava |
2016-08-27 | Settings update: Remove unused include and add FIXME comment | Tomaz Canabrava |
2016-08-10 | Include full year for trip on divelist | Miika Turkia |
2016-07-09 | Have divedatapoint store cylinder id instead of gasmix | Rick Walsh |
2016-05-28 | Add some gas mix validation to the planner | Rick Walsh |
2016-04-29 | Protect access to image hash dictionaries with lock | Robert C. Helling |
2016-04-29 | Fix Qt date interfaces for times before 1970 | Linus Torvalds |
2016-04-05 | Remove unused and buggy get_cylinder_used_gas_string() function | Linus Torvalds |
2016-04-04 | Move subsurface-core to core and qt-mobile to mobile-widgets | Dirk Hohndel |