aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-10-26cleanup: remove struct/class confusionGravatar Dirk Hohndel
2020-10-26cleanup: move variable declaration closer to useGravatar Dirk Hohndel
2020-10-26cleanup: remove reference to deprecated enum valueGravatar Dirk Hohndel
2020-10-26cleanup: remove unnecessary call to qsrandGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated swap() usageGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated pos() memberGravatar Dirk Hohndel
2020-10-26cleanup: remove unused function argumentGravatar Dirk Hohndel
2020-10-26cleanup: replace long obsolete delta() memberGravatar Dirk Hohndel
2020-10-26cleanup: don't initialize flags with just an integerGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated signalGravatar Dirk Hohndel
2020-10-26cleanup: SkipEmptyParts syntax has changedGravatar Dirk Hohndel
2020-10-26cleanup: model isn't used in the lambdaGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated sprintf()/vsprintf() callsGravatar Dirk Hohndel
2020-10-26cleanup: remove obsolete connectionsGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated roleGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated use of child memberGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated form of QProcess::startGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated QFlags useGravatar Dirk Hohndel
2020-10-26cleanup: initialize all members of weightsystemGravatar Dirk Hohndel
2020-10-26cleanup: fix resource leakGravatar Dirk Hohndel
2020-10-26cleanup: fix resource leakGravatar Dirk Hohndel
2020-10-25filter: use 64-bit integer literal for generating bit fieldsGravatar Berthold Stoeger
2020-10-25cleanup: remove pref.h include in dive.hGravatar Berthold Stoeger
2020-10-25cleanup: move git-pref declarations into core/pref.hGravatar Berthold Stoeger
2020-10-25cleanup: move sort_dive_table declaration to divetable.hGravatar Berthold Stoeger
2020-10-25cleanup: move cylinder_use_text declaration to equipment.hGravatar Berthold Stoeger
2020-10-25cleanup: remove unused macros / declarations from dive.hGravatar Berthold Stoeger
2020-10-25cleanup: move interpolate inline function to its own header fileGravatar Berthold Stoeger
2020-10-25cleanup: remove system includes from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: move application flags to core/subsurfacehelper.hGravatar Berthold Stoeger
2020-10-25cleanup: move function declarations to divelist.hGravatar Berthold Stoeger
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: remove get_times() functionsGravatar Berthold Stoeger
2020-10-25cleanup: move fill_pressures from dive.c to gas.cGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-25cleanup: remove DiveComputerModel::removeGravatar Berthold Stoeger
2020-10-25cleanup: move mark_divelist_changed() to qmlmanager.cppGravatar Berthold Stoeger
2020-10-25cleanup: remove MainWindow::setFileClean()Gravatar Berthold Stoeger
2020-10-25cleanup: remove unsaved_changes() test in testrenumber.cppGravatar Berthold Stoeger
2020-10-25cleanup: remove MainWindow::unsavedChanges() functionGravatar Berthold Stoeger
2020-10-25desktop: remove DiveComputerManagementDialogGravatar Berthold Stoeger
2020-10-25devices: connect DiveComputerModel to undo-commandGravatar Berthold Stoeger
2020-10-25models: update DiveComputerModel when core data is resetGravatar Berthold Stoeger
2020-10-25devices: add index based device removal functionGravatar Berthold Stoeger
2020-10-25desktop: add tab-widget for dive computer namesGravatar Berthold Stoeger
2020-10-25undo: add device related undo commandsGravatar Berthold Stoeger
2020-10-25cleanup: initialize all fieldsGravatar Dirk Hohndel
2020-10-25cleanup: fix over-eager Coverity warningsGravatar Dirk Hohndel
2020-10-25cleanup: fix over-eager Coverity warningsGravatar Dirk Hohndel
2020-10-25cleanup: remove double const qualifierGravatar Berthold Stoeger