aboutsummaryrefslogtreecommitdiffstats
path: root/commands
AgeCommit message (Expand)Author
2021-09-13mobile: remove GpsLocationGravatar Dirk Hohndel
2021-09-03undo: renumber cylinders when deleting a cylinderGravatar Berthold Stoeger
2021-08-18undo/device: adjust device management infrastructureGravatar Dirk Hohndel
2021-05-19desktop: Add the capability to copy / paste dive number and date / time.Gravatar mikeller
2021-01-11undo: set dive mode to CCR in undo command, not profile codeGravatar Berthold Stoeger
2021-01-11undo: add missing invalidate_dive_cache() callsGravatar Berthold Stoeger
2021-01-10Make sure to sanitize the gasmix after editing itGravatar Linus Torvalds
2020-12-29filter: internalize shown_dives in DiveFilter classGravatar Berthold Stoeger
2020-12-29filter: keep track on shown_dive on dive removal in DiveFilterGravatar Berthold Stoeger
2020-12-19undo: fix annoying warning message when deleting picturesGravatar Berthold Stoeger
2020-12-19undo: add \n to console warning error messagesGravatar Berthold Stoeger
2020-12-13core: keep tank infos in a dynamic tableGravatar Berthold Stoeger
2020-12-12desktop: use getDiveSelection to access selected divesGravatar Berthold Stoeger
2020-11-14undo: add a general dives-imported signalGravatar Berthold Stoeger
2020-11-08desktop: fix translation implementationGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated QVector constructorGravatar Dirk Hohndel
2020-10-25cleanup: remove pref.h include in dive.hGravatar Berthold Stoeger
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-25undo: add device related undo commandsGravatar Berthold Stoeger
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-29filter: add filter preset undo commandsGravatar Berthold Stoeger
2020-09-08cleanup: remove count_divecomputers() functionGravatar Berthold Stoeger
2020-09-06cleanup: copy string in taxonomy_set_[country|category]Gravatar Berthold Stoeger
2020-08-21cleanup: consistently use get_cylinder() accessorGravatar Berthold Stoeger
2020-05-08media: give newly created dive sites a nameGravatar Berthold Stoeger
2020-05-06undo: make adding of pictures undoableGravatar Berthold Stoeger
2020-05-06undo: make picture (media) deletion undoableGravatar Berthold Stoeger
2020-05-06undo: implement undo of setting a picture time by drag&dropGravatar Berthold Stoeger
2020-05-06undo: update cylinder related info when editing cylinder dataGravatar 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-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-05-01core: always keep an empty cylinder at the end of the cylinder arrayGravatar 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-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10undo: refine pasting of cylindersGravatar Berthold Stoeger
2020-04-07undo: call invalidate_dive_cache() when editing cylindersGravatar Berthold Stoeger
2020-04-07undo: more fine-grained editing of cylinderGravatar Berthold Stoeger
2020-04-07undo: store all cylinders in EditCylinderBaseGravatar Berthold Stoeger
2020-04-07undo: be more flexible about which cylinders to editGravatar Berthold Stoeger
2020-04-07undo: reload dive on removal of gas-switchGravatar Berthold Stoeger
2020-04-07undo: switch to affected dive on undo/redo of event-changesGravatar Berthold Stoeger
2020-04-07undo: implement gas switchGravatar Berthold Stoeger
2020-04-07undo: add event removal undo commandGravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07undo: split out EventBase classGravatar Berthold Stoeger
2020-04-07undo: implement set point change undo commandGravatar Berthold Stoeger