Age | Commit message (Expand) | Author |
2018-06-17 | Dive computers: turn QMultiMap into sorted vector | Berthold Stoeger |
2018-06-17 | Cleanup: fold DiveComputerManagementDialog::update() into init() | Berthold Stoeger |
2018-06-17 | desktop: better handling of progress dialog width | Dirk Hohndel |
2018-06-09 | Cleanup: make lastUsedDir() functions static and non-slot, respectively | Berthold Stoeger |
2018-05-31 | Desktop: Derive UserManual from QDialog | Berthold Stoeger |
2018-05-26 | Cleanup: remove three instances of deleteLater() in mainwindow.cpp | Berthold Stoeger |
2018-05-21 | desktop-widgets: Change Q_UNUSED to no parameter name | jan Iversen |
2018-05-17 | Dive pictures: Don't plot pictures twice when changing current dive | Berthold Stoeger |
2018-05-14 | Cloud-storage: consistently don't save empty file on desktop version | Berthold Stoeger |
2018-05-14 | Core: introduce new subsurface-string header | Dirk Hohndel |
2018-05-13 | Desktop: On dive edit from the dive list or map, switch to new state | Berthold Stoeger |
2018-05-13 | Desktop: Make "Edit dive" menu entry work for downloaded dives | Berthold Stoeger |
2018-05-11 | Corrected file name "weigthsysteminfomodel" to "weightsysteminfomodel" | Oliver Schwaneberg |
2018-04-03 | Revert "GPS: use applyGpsLocation::applyLocations from core" | Dirk Hohndel |
2018-03-19 | Profile heatmap/heartrate: Only enable max one of these at same time | Stefan Fuchs |
2018-03-14 | Cleanup: introduce copy_qstring() function | Berthold Stoeger |
2018-03-14 | Cleanup: consistently use qPrintable() | Berthold Stoeger |
2018-01-31 | Make report_error() reentrant | Berthold Stoeger |
2018-01-31 | Remove unnecessary check for MainWindow instance | Berthold Stoeger |
2018-01-31 | Use queued connection to thread-safe MainWindow error handling | Berthold Stoeger |
2018-01-13 | Resize progress bar width to fit all text | Robert C. Helling |
2018-01-11 | Use helper function empty_string() instead of manual checks | Berthold Stoeger |
2018-01-11 | Introduce helper function empty_string() | Berthold Stoeger |
2018-01-08 | Remove redundant setting of prefs.git_local_only | Berthold Stoeger |
2018-01-08 | Move resetting of current file out of clear_dive_file_data() | Berthold Stoeger |
2018-01-06 | Enable cloud-online menu entry only if connected to cloud | Berthold Stoeger |
2018-01-06 | Turn take-cloud-online menu action into checkbox | Berthold Stoeger |
2018-01-06 | Sync cloud storage on take-cloud-online | Berthold Stoeger |
2018-01-06 | GPS: use applyGpsLocation::applyLocations from core | Jan Mulder |
2018-01-04 | Replace BEHAVIOR macro by initializer lists | Berthold Stoeger |
2018-01-04 | Replace macro TOGGLE_COLLAPSABLE by function toggleCollapsible() | Berthold Stoeger |
2018-01-04 | Use set_autogroup() function | Berthold Stoeger |
2018-01-02 | Desktop: follow autogroup setting in UI | Jan Mulder |
2017-12-29 | Desktop: Don't hide errors on opening cloud storage | Berthold Stoeger |
2017-12-11 | Simplify mainwindow title logic: remove MainWindowTitleFormat enum | Berthold Stoeger |
2017-12-12 | Remove unused variable in on_actionCloudstorageopen_triggered() | Berthold Stoeger |
2017-12-11 | Remove second parameter (bool force) in set_filename() | Berthold Stoeger |
2017-12-04 | Use QDir::exists() instead of QDir::setCurrent() to check for existence | Berthold Stoeger |
2017-12-01 | On failed cloud save hide progress bar | Berthold Stoeger |
2017-12-01 | Actually compute variations in background | Robert C. Helling |
2017-11-30 | Use icons relative path. | Martin Měřinský |
2017-12-01 | Fix views in mainwindow | Stefan Fuchs |
2017-12-01 | Don't use action tooltip to access recently used file | Berthold Stoeger |
2017-12-01 | Dynamically generate recent files actions | Berthold Stoeger |
2017-11-30 | Remove "#if !defined(SUBSURFACE_MOBILE)" in mainwindow.cpp | Berthold Stoeger |
2017-11-30 | Move creation of QSession object into MainWindow::checkSurvey() | Berthold Stoeger |
2017-11-30 | implify recent file handling in mainwindow.cpp | Berthold Stoeger |
2017-11-29 | Revert "Use icons relative path." | Dirk Hohndel |
2017-11-29 | Use icons relative path. | Martin Měřinský |
2017-11-27 | When replanning logged dive call CylindersModel->updateDive | Stefan Fuchs |