aboutsummaryrefslogtreecommitdiffstats
path: root/commands/command_divelist.cpp
AgeCommit message (Expand)Author
2020-10-26cleanup: fix deprecated QVector constructorGravatar Dirk Hohndel
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-17filter: remove filter_preset_table_tGravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-08cleanup: remove count_divecomputers() functionGravatar Berthold Stoeger
2020-05-03selection: add selection flag for tripsGravatar Berthold Stoeger
2020-05-02cleanup: remove unnecessary include in command_divelist.cppGravatar Berthold Stoeger
2020-04-26cleanup: remove Command::inCommand()Gravatar Berthold Stoeger
2020-04-13divelist: when removing/adding a dive unregister/register fulltextGravatar Berthold Stoeger
2020-03-22translations: qualify tr function to get correct contextGravatar Dirk Hohndel
2020-03-10undo infrastructure: improve undo command textsGravatar Dirk Hohndel
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-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: initialize all elements in structureGravatar Dirk Hohndel
2019-12-07Selection: provide convenience function for single-dive selectionGravatar Berthold Stoeger
2019-12-04Selection: move commands/command_private.* to core/selection.*Gravatar Berthold Stoeger
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