summaryrefslogtreecommitdiffstats
path: root/commands
AgeCommit message (Expand)Author
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
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