aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
AgeCommit message (Expand)Author
2018-05-31Desktop: Derive UserManual from QDialogGravatar Berthold Stoeger
2018-05-26Cleanup: remove three instances of deleteLater() in mainwindow.cppGravatar Berthold Stoeger
2018-05-21desktop-widgets: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-17Dive pictures: Don't plot pictures twice when changing current diveGravatar Berthold Stoeger
2018-05-14Cloud-storage: consistently don't save empty file on desktop versionGravatar Berthold Stoeger
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-13Desktop: On dive edit from the dive list or map, switch to new stateGravatar Berthold Stoeger
2018-05-13Desktop: Make "Edit dive" menu entry work for downloaded divesGravatar Berthold Stoeger
2018-05-11Corrected file name "weigthsysteminfomodel" to "weightsysteminfomodel"Gravatar Oliver Schwaneberg
2018-04-03Revert "GPS: use applyGpsLocation::applyLocations from core"Gravatar Dirk Hohndel
2018-03-19Profile heatmap/heartrate: Only enable max one of these at same timeGravatar Stefan Fuchs
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-01-31Make report_error() reentrantGravatar Berthold Stoeger
2018-01-31Remove unnecessary check for MainWindow instanceGravatar Berthold Stoeger
2018-01-31Use queued connection to thread-safe MainWindow error handlingGravatar Berthold Stoeger
2018-01-13Resize progress bar width to fit all textGravatar Robert C. Helling
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-08Remove redundant setting of prefs.git_local_onlyGravatar Berthold Stoeger
2018-01-08Move resetting of current file out of clear_dive_file_data()Gravatar Berthold Stoeger
2018-01-06Enable cloud-online menu entry only if connected to cloudGravatar Berthold Stoeger
2018-01-06Turn take-cloud-online menu action into checkboxGravatar Berthold Stoeger
2018-01-06Sync cloud storage on take-cloud-onlineGravatar Berthold Stoeger
2018-01-06GPS: use applyGpsLocation::applyLocations from coreGravatar Jan Mulder
2018-01-04Replace BEHAVIOR macro by initializer listsGravatar Berthold Stoeger
2018-01-04Replace macro TOGGLE_COLLAPSABLE by function toggleCollapsible()Gravatar Berthold Stoeger
2018-01-04Use set_autogroup() functionGravatar Berthold Stoeger
2018-01-02Desktop: follow autogroup setting in UIGravatar Jan Mulder
2017-12-29Desktop: Don't hide errors on opening cloud storageGravatar Berthold Stoeger
2017-12-11Simplify mainwindow title logic: remove MainWindowTitleFormat enumGravatar Berthold Stoeger
2017-12-12Remove unused variable in on_actionCloudstorageopen_triggered()Gravatar Berthold Stoeger
2017-12-11Remove second parameter (bool force) in set_filename()Gravatar Berthold Stoeger
2017-12-04Use QDir::exists() instead of QDir::setCurrent() to check for existenceGravatar Berthold Stoeger
2017-12-01On failed cloud save hide progress barGravatar Berthold Stoeger
2017-12-01Actually compute variations in backgroundGravatar Robert C. Helling
2017-11-30Use icons relative path.Gravatar Martin Měřinský
2017-12-01Fix views in mainwindowGravatar Stefan Fuchs
2017-12-01Don't use action tooltip to access recently used fileGravatar Berthold Stoeger
2017-12-01Dynamically generate recent files actionsGravatar Berthold Stoeger
2017-11-30Remove "#if !defined(SUBSURFACE_MOBILE)" in mainwindow.cppGravatar Berthold Stoeger
2017-11-30Move creation of QSession object into MainWindow::checkSurvey()Gravatar Berthold Stoeger
2017-11-30implify recent file handling in mainwindow.cppGravatar Berthold Stoeger
2017-11-29Revert "Use icons relative path."Gravatar Dirk Hohndel
2017-11-29Use icons relative path.Gravatar Martin Měřinský
2017-11-27When replanning logged dive call CylindersModel->updateDiveGravatar Stefan Fuchs
2017-11-26Simplify signal handling after dive site editingGravatar Berthold Stoeger
2017-11-25Merge branch 'print' of https://github.com/neolit123/subsurfaceGravatar Dirk Hohndel
2017-11-25Update filters on refreshDisplay and remember old selecttionsGravatar Berthold Stoeger
2017-11-24printing: update the coping of bundled templatesGravatar Lubomir I. Ivanov