aboutsummaryrefslogtreecommitdiffstats
path: root/commands/command_edit.cpp
AgeCommit message (Expand)Author
2020-12-13core: keep tank infos in a dynamic tableGravatar Berthold Stoeger
2020-11-08desktop: fix translation implementationGravatar Dirk Hohndel
2020-10-26cleanup: fix deprecated QVector constructorGravatar Dirk Hohndel
2020-08-21cleanup: consistently use get_cylinder() accessorGravatar Berthold Stoeger
2020-05-06undo: update cylinder related info when editing cylinder dataGravatar Berthold Stoeger
2020-05-01core: always keep an empty cylinder at the end of the cylinder arrayGravatar 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: 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-10mobile/undo: create EditDive commandGravatar 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-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-06core: read and write the user-specified salinityGravatar willemferguson
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-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger