index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
desktop-widgets
/
command_divelist.cpp
Age
Commit message (
Expand
)
Author
2019-04-12
Undo: implement undo of dive date- and time-editing
Berthold Stoeger
2019-04-12
Dive site: inform model of dive site addition / deletion
Berthold Stoeger
2019-04-12
Cleanup: rename unregister_trip() to remove_trip()
Berthold Stoeger
2019-04-12
Undo: keep frontend informed of changes to dive site count
Berthold Stoeger
2019-04-12
Dive site: add dive site ref-counting
Berthold Stoeger
2019-04-12
Undo: consider dive site in AddDive()
Berthold Stoeger
2019-04-12
Undo: make undo-system dive site-aware
Berthold Stoeger
2019-04-04
Undo: implement split-out of dive computer
Berthold Stoeger
2019-02-28
Autogroup: make notrip flag work again.
Berthold Stoeger
2019-01-26
Filter: update counts if dives added / removed
Berthold Stoeger
2019-01-19
Import: control process_imported_dives() by flags
Berthold Stoeger
2019-01-19
Import: add add_to_new_trip flag to process_imported_dives()
Berthold Stoeger
2019-01-19
Dive import: fix logic of process_imported_dives()
Berthold Stoeger
2019-01-09
Cleanup: remove explicit constructor of DiveListBase
Berthold Stoeger
2019-01-09
Undo: make dive-import undoable
Berthold Stoeger
2019-01-09
Core: add trip_table parameter to trip-functions
Berthold Stoeger
2019-01-09
Undo commands: refactor dive-trip handling
Berthold Stoeger
2019-01-09
Core: keep trips in table(s)
Berthold Stoeger
2019-01-09
Core: Rename functions to more generic names
Berthold Stoeger
2019-01-09
Dive list: add table parameter to autogroup_dives()
Berthold Stoeger
2018-12-23
Cleanup: remove unused parameter was_autogen
Berthold Stoeger
2018-12-21
core: shift dive time in correct direction
Jan Mulder
2018-12-14
Drop old filter code
Tomaz Canabrava
2018-12-14
Cleanup: remove split_dive_*() functions
Berthold Stoeger
2018-12-14
Cleanup: remove combine_trips() function
Berthold Stoeger
2018-12-14
Dive list: remove trip from model only once
Berthold Stoeger
2018-12-11
Invalidate git cache when removing dive from trip
Robert C. Helling
2018-11-18
Dive list: keep dives-in-trip list ordered after shift-times
Berthold Stoeger
2018-11-18
Dive list: replace dive-list of trips by a table
Berthold Stoeger
2018-11-18
Core: add add_dive_to_table() function
Berthold Stoeger
2018-11-18
Core: unify insert_trip() and insert_trip_dont_merge()
Berthold Stoeger
2018-10-11
Undo: make adding of planned dive undo-able
Berthold Stoeger
2018-10-11
Filter: Make filters aware of added / removed dives
Berthold Stoeger
2018-10-11
Dive commands: set filter flag when adding dives
Berthold Stoeger
2018-10-11
Dive list: propagate current-item to frontend
Berthold Stoeger
2018-10-11
Undo: correctly fill dive-list vector
Berthold Stoeger
2018-10-11
Undo: use vectors for MergeDives and SplitDive
Berthold Stoeger
2018-10-11
Undo: select dives after add, remove, merge, split dive commands
Berthold Stoeger
2018-10-11
Dive list view: replace signal-magic by flag
Berthold Stoeger
2018-10-11
Undo: use dive * instead of unique index in renumber-dives
Berthold Stoeger
2018-10-11
Undo: implement autogrouping of trips in DiveAdd
Berthold Stoeger
2018-10-11
Dive list: implement proper Qt-model semantics for DiveTripModel
Berthold Stoeger
2018-10-11
Core: introduce insert_trip_dont_merge() function
Berthold Stoeger
2018-10-11
Undo: isolate undo-commands
Berthold Stoeger
2018-10-11
Undo: implement undo of manual dive-creation
Berthold Stoeger