aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-12QML, cleanup: remove stackViewGravatar Jan Mulder
2018-10-12Cleanup: remove unused function MainTab::showLocation()Gravatar Berthold Stoeger
2018-10-12Whitespace onlyGravatar Jan Mulder
2018-10-12Edit: prevent not needed change markingGravatar Jan Mulder
2018-10-11Cleanup: Remove SsrfFilterSortProxyModelGravatar Berthold Stoeger
2018-10-11Map: remove access to displayed_dive_site in GPS-filter modelGravatar Berthold Stoeger
2018-10-11Map: don't access displayed_dive_site in reloadMapLocations()Gravatar Berthold Stoeger
2018-10-11Map: pass down dive site in prepareForGetDiveCoordinates()Gravatar Berthold Stoeger
2018-10-11Map: split void MapWidget::setEditMode()Gravatar Berthold Stoeger
2018-10-11Map: pass changed coordinates via signalGravatar Berthold Stoeger
2018-10-11Map: remove LocationInformationWidget::coordinatesChanged signalGravatar Berthold Stoeger
2018-10-11Geo lookup: don't pass arguments / result via global objectGravatar Berthold Stoeger
2018-10-11Geo lookup: make the reply a managed-pointerGravatar Berthold Stoeger
2018-10-11Geo lookup: make the QNetworkAccessManager a static objectGravatar Berthold Stoeger
2018-10-11Cleanup: remove ReverseGeoLookupThreadGravatar Berthold Stoeger
2018-10-11Dive site: remove access to displayed dive site from LocationFilterDelegateGravatar Berthold Stoeger
2018-10-11Update CHANGELOG.mdGravatar Berthold Stoeger
2018-10-11Undo: make adding of planned dive undo-ableGravatar Berthold Stoeger
2018-10-11Filter: reload only when checkstate changedGravatar Berthold Stoeger
2018-10-11Filter: Make filters aware of added / removed divesGravatar Berthold Stoeger
2018-10-11Dive commands: set filter flag when adding divesGravatar Berthold Stoeger
2018-10-11Dive list: unify sorting in core and Qt-modelGravatar Berthold Stoeger
2018-10-11Dive list: retain selection on moval of divesGravatar Berthold Stoeger
2018-10-11Dive list: propagate current-item to frontendGravatar Berthold Stoeger
2018-10-11Dive list: expand trips if dives are selectedGravatar Berthold Stoeger
2018-10-11Undo: correctly fill dive-list vectorGravatar Berthold Stoeger
2018-10-11Undo: don't modify source-dives on mergeGravatar Berthold Stoeger
2018-10-11Undo: use vectors for MergeDives and SplitDiveGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-10-11Dive list view: replace signal-magic by flagGravatar Berthold Stoeger
2018-10-11Dive list: remember selected divesGravatar Berthold Stoeger
2018-10-11Undo: use dive * instead of unique index in renumber-divesGravatar Berthold Stoeger
2018-10-11Undo: disable undo- and redo-actions in edit modeGravatar Berthold Stoeger
2018-10-11Undo: implement autogrouping of trips in DiveAddGravatar Berthold Stoeger
2018-10-11Dive list: implement proper Qt-model semantics for DiveTripModelGravatar Berthold Stoeger
2018-10-11Core: introduce insert_trip_dont_merge() functionGravatar Berthold Stoeger
2018-10-11Undo: isolate undo-commandsGravatar Berthold Stoeger
2018-10-11Undo: make diverse trip-related operations undo-ableGravatar Berthold Stoeger
2018-10-11Dive list: hand-code the DiveTripModelGravatar Berthold Stoeger
2018-10-11Dive list: replace dive-id by dive pointerGravatar Berthold Stoeger
2018-10-11Undo: make editing of dive-time an undoable operationGravatar Berthold Stoeger
2018-10-11Dive editing: don't repeatedly loop through whole dive listGravatar Berthold Stoeger
2018-10-11Undo: clear undo history on load / importGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-mergingGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-splittingGravatar Berthold Stoeger
2018-10-11Undo: implement undo of manual dive-creationGravatar Berthold Stoeger
2018-10-11Cleanup: let MainTab::updateDiveSite() take dive * instead of idGravatar Berthold Stoeger
2018-10-11Undo: fix multi-level undo of delete-dive and remove-dive-from-tripGravatar Berthold Stoeger
2018-10-10QML UI: disable rescan when no bluetoothGravatar Jan Mulder
2018-10-10QML UI: do not try to download from DC with empty vendor/productGravatar Jan Mulder