summaryrefslogtreecommitdiffstats
path: root/commands
AgeCommit message (Expand)Author
2020-03-09undo: implement ApplyGPSFixes undo commandGravatar Berthold Stoeger
2020-03-09mobile/undo: compile undo commands and call undo command for deletion.Gravatar Berthold Stoeger
2020-03-07debug: try to capture changes that don't invalidate git cacheGravatar Dirk Hohndel
2020-03-06Cleanup: Move stringToList to core/qthelper.cppGravatar Berthold Stoeger
2020-03-06Cleanup: use getDiveSelection() for shifting timeGravatar Berthold Stoeger
2020-02-22Filter: move actual filtering loop to core/divefilter.cppGravatar Berthold Stoeger
2020-02-19undo: don't add dive to null-tripGravatar Berthold Stoeger
2020-02-09Cleanup: remove const bool parameters and return typesGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2020-01-10code cleanup: replace use of toStdVector()Gravatar Dirk Hohndel
2020-01-10code cleanup: remove unused member variableGravatar Dirk Hohndel
2020-01-10code cleanup: replace deprecated fromStdVector() methodGravatar Dirk Hohndel
2020-01-10code cleanup: ensure all fields are initializedGravatar Dirk Hohndel
2020-01-10code cleanup: initialize all elements in structureGravatar Dirk Hohndel
2020-01-06core: read and write the user-specified salinityGravatar willemferguson
2019-12-07Selection: provide convenience function for single-dive selectionGravatar Berthold Stoeger
2019-12-05Translation: explicitly show no dive-count if only one dive editedGravatar Berthold Stoeger
2019-12-05Undo: make weight editing undoableGravatar 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-05Undo: make weight-deletion an undoable actionGravatar Berthold Stoeger
2019-12-05Undo: make adding of weights an undoable actionGravatar Berthold Stoeger
2019-12-04Selection: move commands/command_private.* to core/selection.*Gravatar Berthold Stoeger
2019-12-03Undo: make profile-editing undoableGravatar Berthold Stoeger
2019-12-03Desktop: add additional star widgets to Information tabGravatar willemferguson
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-19Filter: move calculation of shown dives to undo commandGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger