aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-12-07Selection: provide convenience function for single-dive selectionGravatar Berthold Stoeger
2019-12-07AppImage: don't bundle our libdbusGravatar Dirk Hohndel
2019-12-05GitHub Actions: fix typo extracting the branch nameGravatar Dirk Hohndel
2019-12-05GitHub Actions: ensure container names are all lower caseGravatar Dirk Hohndel
2019-12-05GitHub Actions: clarify commentGravatar Dirk Hohndel
2019-12-05GitHub Action: use the containers we create with GitHub ActionsGravatar Dirk Hohndel
2019-12-05core/settings: remove Q_PROPERTY warning in qPref headersGravatar jan Iversen
2019-12-05core/settings: make qPref* constructors privateGravatar jan Iversen
2019-12-05tests: correct testqPref*.cpp to use static qPref* functions.Gravatar jan Iversen
2019-12-05core/settings: make qPrefGeocoding functions staticGravatar jan Iversen
2019-12-05core: correct cloudstorage.cpp to use static qPrefCloudStorage functions.Gravatar jan Iversen
2019-12-05git: update .gitignore with new filesGravatar jan Iversen
2019-12-05Translation: explicitly show no dive-count if only one dive editedGravatar Berthold Stoeger
2019-12-05Cleanup: set description to null in free_[weightsystem|cylinder]Gravatar Berthold Stoeger
2019-12-05Cleanup: remove WeightModel::changedGravatar Berthold Stoeger
2019-12-05Undo: make weight editing undoableGravatar Berthold Stoeger
2019-12-05Desktop: refactor WSInfoDelegate logicGravatar Berthold Stoeger
2019-12-05Cleanup: use free_weightsystem function instead of explicit freeGravatar Berthold Stoeger
2019-12-05Cleanup: introduce empty_weightsystem constantGravatar Berthold Stoeger
2019-12-05Cleanup: remove redundant "row" member of WeightModelGravatar Berthold Stoeger
2019-12-05Cleanup: return value type from WeightModel::weightSystemAt()Gravatar Berthold Stoeger
2019-12-05Undo: make weight-deletion an undoable actionGravatar Berthold Stoeger
2019-12-05Desktop: don't connect to remove() slot of model from TableModelGravatar Berthold Stoeger
2019-12-05Undo: make adding of weights an undoable actionGravatar Berthold Stoeger
2019-12-05Cleanup: remove displayed_dive from WeightModelGravatar Berthold Stoeger
2019-12-05mobile/qml: activate dive_site export in UIGravatar jan Iversen
2019-12-05core: add dive_site export for mobile in ExportfuncsGravatar jan Iversen
2019-12-05mobile-widgets/qml: close Export page after export (or cancel)Gravatar jan Iversen
2019-12-04Cleanup: remove DiveListView::dontEmitDiveChangedSignal memberGravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::expandedRows member variableGravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::mouseClickSelection member variableGravatar Berthold Stoeger
2019-12-04Cleanup: remove toggle parameter from DiveListView::selectDive()Gravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::remember/restoreSelection()Gravatar Berthold Stoeger
2019-12-04Selection: don't reset selection when resortingGravatar Berthold Stoeger
2019-12-04Cleanup: remove unnecessary remember/restoreSelection() pairGravatar Berthold Stoeger
2019-12-04Cleanup: remove unpaired rememberSelection() callGravatar Berthold Stoeger
2019-12-04Selection: move translation of indexes to filter modelGravatar Berthold Stoeger
2019-12-04Selection: move initialization of selection from view to modelGravatar Berthold Stoeger
2019-12-04Selection: move selection of "first" dive to coreGravatar Berthold Stoeger
2019-12-04Cleanup: rename newCurrentDive signal to currentDiveChangedGravatar Berthold Stoeger
2019-12-04Cleanup: remove superfluous includes from core/divelist.cGravatar Berthold Stoeger
2019-12-04Cleanup: use quotation marks for non-system includesGravatar Berthold Stoeger
2019-12-04Selection: move selection functions from divelist.c to selection.cGravatar Berthold Stoeger
2019-12-04Selection: move commands/command_private.* to core/selection.*Gravatar Berthold Stoeger
2019-12-04Filter: use changed-signals to update filterGravatar Berthold Stoeger
2019-12-04Dive list model: send changed signals for top-level itemsGravatar Berthold Stoeger
2019-12-04Dive trip model: send changed signals for top-level itemsGravatar Berthold Stoeger
2019-12-04Dive trip model: send changed signals if visibility changed in tripsGravatar Berthold Stoeger
2019-12-04Dive list model: move filtering of trip-items to own functionGravatar Berthold Stoeger
2019-12-04Cleanup: Fix order of initialization in MainTab::MainTab()Gravatar Berthold Stoeger