Age | Commit message (Expand) | Author |
2020-10-26 | desktop: move MinMaxAvgWidget to TabDiveStatistics | Berthold Stoeger |
2020-10-26 | cleanup: remove dive.h include in simplewidgets.h | Berthold Stoeger |
2020-10-26 | tests: don't fail if TestGitStorage can reach the server | Dirk Hohndel |
2020-10-26 | build-system: use openSUSE Tumbleweed latest | Dirk Hohndel |
2020-10-26 | documentation: remove mention of Grantlee in INSTALL file | Dirk Hohndel |
2020-10-26 | cleanup: fix deprecated QVector constructor | Dirk Hohndel |
2020-10-26 | cleanup: remove struct/class confusion | Dirk Hohndel |
2020-10-26 | cleanup: move variable declaration closer to use | Dirk Hohndel |
2020-10-26 | cleanup: remove reference to deprecated enum value | Dirk Hohndel |
2020-10-26 | cleanup: remove unnecessary call to qsrand | Dirk Hohndel |
2020-10-26 | cleanup: replace deprecated swap() usage | Dirk Hohndel |
2020-10-26 | cleanup: replace deprecated pos() member | Dirk Hohndel |
2020-10-26 | cleanup: remove unused function argument | Dirk Hohndel |
2020-10-26 | cleanup: replace long obsolete delta() member | Dirk Hohndel |
2020-10-26 | cleanup: don't initialize flags with just an integer | Dirk Hohndel |
2020-10-26 | cleanup: replace deprecated signal | Dirk Hohndel |
2020-10-26 | cleanup: SkipEmptyParts syntax has changed | Dirk Hohndel |
2020-10-26 | cleanup: model isn't used in the lambda | Dirk Hohndel |
2020-10-26 | cleanup: replace deprecated sprintf()/vsprintf() calls | Dirk Hohndel |
2020-10-26 | cleanup: remove obsolete connections | Dirk Hohndel |
2020-10-26 | cleanup: fix deprecated role | Dirk Hohndel |
2020-10-26 | cleanup: replace deprecated use of child member | Dirk Hohndel |
2020-10-26 | cleanup: fix deprecated form of QProcess::start | Dirk Hohndel |
2020-10-26 | cleanup: fix deprecated QFlags use | Dirk Hohndel |
2020-10-26 | cleanup: initialize all members of weightsystem | Dirk Hohndel |
2020-10-26 | cleanup: fix resource leak | Dirk Hohndel |
2020-10-26 | cleanup: fix resource leak | Dirk Hohndel |
2020-10-25 | filter: use 64-bit integer literal for generating bit fields | Berthold Stoeger |
2020-10-25 | cleanup: remove pref.h include in dive.h | Berthold Stoeger |
2020-10-25 | cleanup: move git-pref declarations into core/pref.h | Berthold Stoeger |
2020-10-25 | cleanup: move sort_dive_table declaration to divetable.h | Berthold Stoeger |
2020-10-25 | cleanup: move cylinder_use_text declaration to equipment.h | Berthold Stoeger |
2020-10-25 | cleanup: remove unused macros / declarations from dive.h | Berthold Stoeger |
2020-10-25 | cleanup: move interpolate inline function to its own header file | Berthold Stoeger |
2020-10-25 | cleanup: remove system includes from dive.c | Berthold Stoeger |
2020-10-25 | cleanup: move application flags to core/subsurfacehelper.h | Berthold Stoeger |
2020-10-25 | cleanup: move function declarations to divelist.h | Berthold Stoeger |
2020-10-25 | cleanup: split out divecomputer functions from dive.c | Berthold Stoeger |
2020-10-25 | cleanup: remove get_times() functions | Berthold Stoeger |
2020-10-25 | cleanup: move fill_pressures from dive.c to gas.c | Berthold Stoeger |
2020-10-25 | cleanup: break out event-related code into event.[c|h] | Berthold Stoeger |
2020-10-25 | cleanup: remove DiveComputerModel::remove | Berthold Stoeger |
2020-10-25 | cleanup: move mark_divelist_changed() to qmlmanager.cpp | Berthold Stoeger |
2020-10-25 | cleanup: remove MainWindow::setFileClean() | Berthold Stoeger |
2020-10-25 | cleanup: remove unsaved_changes() test in testrenumber.cpp | Berthold Stoeger |
2020-10-25 | cleanup: remove MainWindow::unsavedChanges() function | Berthold Stoeger |
2020-10-25 | desktop: remove DiveComputerManagementDialog | Berthold Stoeger |
2020-10-25 | devices: connect DiveComputerModel to undo-command | Berthold Stoeger |
2020-10-25 | models: update DiveComputerModel when core data is reset | Berthold Stoeger |
2020-10-25 | devices: add index based device removal function | Berthold Stoeger |