aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/command_divelist.cpp
AgeCommit message (Expand)Author
2019-05-20Undo: be smarter about dive computer shown after deletionGravatar Berthold Stoeger
2019-05-20Cleanup: rename clone_dive() to move_dive()Gravatar Berthold Stoeger
2019-05-20Cleanup: fix a few comments and debug messagesGravatar Berthold Stoeger
2019-05-20Undo: make "delete dive computer" undoableGravatar Berthold Stoeger
2019-05-20Undo: make "move dive computer to front" undoableGravatar Berthold Stoeger
2019-05-17Undo: properly reference-count dive sitesGravatar Berthold Stoeger
2019-05-17Undo: sort list of dives to add and deleteGravatar Berthold Stoeger
2019-04-15Undo: don't store insertion index in undo commandGravatar Berthold Stoeger
2019-04-12Undo: use QUndoStack::isClean() to determine unsaved changesGravatar Berthold Stoeger
2019-04-12Undo: remove ADD mode from main tabGravatar Berthold Stoeger
2019-04-12Undo: move selection function into command_private.cpp fileGravatar Berthold Stoeger
2019-04-12Undo: update dive list after edit commandGravatar Berthold Stoeger
2019-04-12Undo: implement undo of dive date- and time-editingGravatar Berthold Stoeger
2019-04-12Dive site: inform model of dive site addition / deletionGravatar Berthold Stoeger
2019-04-12Cleanup: rename unregister_trip() to remove_trip()Gravatar Berthold Stoeger
2019-04-12Undo: keep frontend informed of changes to dive site countGravatar Berthold Stoeger
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Undo: consider dive site in AddDive()Gravatar Berthold Stoeger
2019-04-12Undo: make undo-system dive site-awareGravatar Berthold Stoeger
2019-04-04Undo: implement split-out of dive computerGravatar Berthold Stoeger
2019-02-28Autogroup: make notrip flag work again.Gravatar Berthold Stoeger
2019-01-26Filter: update counts if dives added / removedGravatar Berthold Stoeger
2019-01-19Import: control process_imported_dives() by flagsGravatar Berthold Stoeger
2019-01-19Import: add add_to_new_trip flag to process_imported_dives()Gravatar Berthold Stoeger
2019-01-19Dive import: fix logic of process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Cleanup: remove explicit constructor of DiveListBaseGravatar Berthold Stoeger
2019-01-09Undo: make dive-import undoableGravatar Berthold Stoeger
2019-01-09Core: add trip_table parameter to trip-functionsGravatar Berthold Stoeger
2019-01-09Undo commands: refactor dive-trip handlingGravatar Berthold Stoeger
2019-01-09Core: keep trips in table(s)Gravatar Berthold Stoeger
2019-01-09Core: Rename functions to more generic namesGravatar Berthold Stoeger
2019-01-09Dive list: add table parameter to autogroup_dives()Gravatar Berthold Stoeger
2018-12-23Cleanup: remove unused parameter was_autogenGravatar Berthold Stoeger
2018-12-21core: shift dive time in correct directionGravatar Jan Mulder
2018-12-14Drop old filter codeGravatar Tomaz Canabrava
2018-12-14Cleanup: remove split_dive_*() functionsGravatar Berthold Stoeger
2018-12-14Cleanup: remove combine_trips() functionGravatar Berthold Stoeger
2018-12-14Dive list: remove trip from model only onceGravatar Berthold Stoeger
2018-12-11Invalidate git cache when removing dive from tripGravatar Robert C. Helling
2018-11-18Dive list: keep dives-in-trip list ordered after shift-timesGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-18Core: add add_dive_to_table() functionGravatar Berthold Stoeger
2018-11-18Core: unify insert_trip() and insert_trip_dont_merge()Gravatar Berthold Stoeger
2018-10-11Undo: make adding of planned dive undo-ableGravatar Berthold Stoeger
2018-10-11Filter: Make filters aware of added / removed divesGravatar Berthold Stoeger
2018-10-11Dive commands: set filter flag when adding divesGravatar Berthold Stoeger
2018-10-11Dive list: propagate current-item to frontendGravatar Berthold Stoeger
2018-10-11Undo: correctly fill dive-list vectorGravatar Berthold Stoeger
2018-10-11Undo: use vectors for MergeDives and SplitDiveGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger