index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commands
/
command_divelist.cpp
Age
Commit message (
Expand
)
Author
2020-12-29
filter: internalize shown_dives in DiveFilter class
Berthold Stoeger
2020-12-29
filter: keep track on shown_dive on dive removal in DiveFilter
Berthold Stoeger
2020-12-12
desktop: use getDiveSelection to access selected dives
Berthold Stoeger
2020-11-14
undo: add a general dives-imported signal
Berthold Stoeger
2020-10-26
cleanup: fix deprecated QVector constructor
Dirk Hohndel
2020-10-24
devices: add devices in Command::importTable()
Berthold Stoeger
2020-10-17
filter: remove filter_preset_table_t
Berthold Stoeger
2020-09-29
filter: implement importing of filter presets
Berthold Stoeger
2020-09-08
cleanup: remove count_divecomputers() function
Berthold Stoeger
2020-05-03
selection: add selection flag for trips
Berthold Stoeger
2020-05-02
cleanup: remove unnecessary include in command_divelist.cpp
Berthold Stoeger
2020-04-26
cleanup: remove Command::inCommand()
Berthold Stoeger
2020-04-13
divelist: when removing/adding a dive unregister/register fulltext
Berthold Stoeger
2020-03-22
translations: qualify tr function to get correct context
Dirk Hohndel
2020-03-10
undo infrastructure: improve undo command texts
Dirk Hohndel
2020-03-06
Cleanup: use getDiveSelection() for shifting time
Berthold Stoeger
2020-02-22
Filter: move actual filtering loop to core/divefilter.cpp
Berthold Stoeger
2020-02-19
undo: don't add dive to null-trip
Berthold Stoeger
2020-02-04
Cleanup: lower-case filenames in core/subsurface-qt/
Berthold Stoeger
2020-01-10
code cleanup: add empty table structures
Dirk Hohndel
2020-01-10
code cleanup: replace use of toStdVector()
Dirk Hohndel
2020-01-10
code cleanup: initialize all elements in structure
Dirk Hohndel
2019-12-07
Selection: provide convenience function for single-dive selection
Berthold Stoeger
2019-12-04
Selection: move commands/command_private.* to core/selection.*
Berthold Stoeger
2019-11-19
Filter: split out filter from model
Berthold Stoeger
2019-11-19
Filter: move calculation of shown dives to undo command
Berthold Stoeger
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger