summaryrefslogtreecommitdiffstats
path: root/commands
AgeCommit message (Expand)Author
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
2020-04-07undo: add undo command for dive-mode switchGravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07undo: implement addBookmark undo commandGravatar Berthold Stoeger
2020-04-07undo: remove only "non-protected" cylindersGravatar Berthold Stoeger
2020-04-07undo: reorder cylinders on remove-cylinder undo/redoGravatar Berthold Stoeger
2020-04-07undo: add cylinder undo commands by copy & pasteGravatar Berthold Stoeger
2020-04-04undo/mobile: keep track of dive sitesGravatar Berthold Stoeger
2020-03-31undo: autogenerate string get() and data() functions using a templateGravatar Berthold Stoeger
2020-03-31undo: autogenerate trivial set() and data() functions by a templateGravatar Berthold Stoeger
2020-03-31undo: generate fieldId() virtual functions by templatesGravatar Berthold Stoeger
2020-03-28mobile: when editing dives update the fulltext filterGravatar Berthold Stoeger
2020-03-28mobile: fix filter flag when editing divesGravatar Berthold Stoeger
2020-03-22translations: qualify tr function to get correct contextGravatar Dirk Hohndel
2020-03-20Undo: implement invalidate-dive commandGravatar Berthold Stoeger
2020-03-17undo: remove EditNumber commandGravatar Berthold Stoeger
2020-03-17filter: update fulltext index when editing diveGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-10undo infrastructure: improve undo command textsGravatar Dirk Hohndel
2020-03-10core: make command texts available for C codeGravatar Dirk Hohndel
2020-03-10undo infrastructure: collect the texts for the executed commandsGravatar Dirk Hohndel
2020-03-10build-system: remove pointless distinction between desktop and mobileGravatar Dirk Hohndel
2020-03-10core/undo: provide access to the QUndoStackGravatar Dirk Hohndel
2020-03-10mobile/undo: create EditDive commandGravatar Berthold Stoeger