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
/
desktop-widgets
/
divelistview.cpp
Age
Commit message (
Expand
)
Author
2021-01-01
cleanup: remove "GpsLocation *locationProvider" from MainWindow
Berthold Stoeger
2020-12-12
desktop: use getDiveSelection to access selected dives
Berthold Stoeger
2020-12-12
desktop: init dive list header actions in constructor
Berthold Stoeger
2020-12-12
preferences: create global settingsChanged signal
Berthold Stoeger
2020-10-26
cleanup: fix deprecated QVector constructor
Dirk Hohndel
2020-10-26
cleanup: replace deprecated use of child member
Dirk Hohndel
2020-10-03
cleanup: use getDiveSelection() to loop over selected dives
Berthold Stoeger
2020-10-03
desktop: allow moving dives to arbitrary trips
Berthold Stoeger
2020-10-02
desktop: fix paging through dive list with page-up key, etc
Berthold Stoeger
2020-09-29
cleanup: remove unnecessary includes in divelistview.cpp
Berthold Stoeger
2020-05-27
cleanup: un-singletonize ShiftTimesDialog
Berthold Stoeger
2020-05-27
cleanup: un-singletonize RenumberDialog
Berthold Stoeger
2020-05-06
undo: make adding of pictures undoable
Berthold Stoeger
2020-05-06
media: move addition of pictures out of create_picture()
Berthold Stoeger
2020-05-03
selection: create global single_selected_trip() function
Berthold Stoeger
2020-05-03
selection: inform core of trip selection in DiveListView
Berthold Stoeger
2020-05-03
selection: introduce clear_selection() function
Berthold Stoeger
2020-04-26
selection: replace selectedTrips() by singleSelectedTrip() function
Berthold Stoeger
2020-04-26
desktop: select dives at once
Berthold Stoeger
2020-04-26
dive list: don't access selected dives via indices
Berthold Stoeger
2020-04-26
selection: move test for programmatical selection changes to widget
Berthold Stoeger
2020-04-25
cleanup: remove DiveListView::selectDives()
Berthold Stoeger
2020-04-25
desktop: remove selectionChangeDone() from DiveListView::selectDive()
Berthold Stoeger
2020-04-25
desktop: fold DiveListView::selectDive into DiveListView::selectDive
Berthold Stoeger
2020-04-25
desktop: remove scrollto default parameter of DiveListView::selectDive()
Berthold Stoeger
2020-04-25
desktop: remove selection-code to select a new current_dive
Berthold Stoeger
2020-04-25
desktop: don't select current dive after collapsing trips
Berthold Stoeger
2020-03-20
Dive list: add option to mark dives valid
Berthold Stoeger
2020-03-20
Undo: implement invalidate-dive command
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-03-01
selection: update selection on key-presses
Berthold Stoeger
2020-02-08
Dive list: be more careful on when updating the UI after selection
Berthold Stoeger
2020-02-04
Dive sites: select each dive site only once
Berthold Stoeger
2020-01-10
code cleanup: QFontMetrics::width() is deprecated
Dirk Hohndel
2019-12-10
Dive list: access header via filter-model
Berthold Stoeger
2019-12-10
Dive list: don't handle selection changes on filter-change in view
Berthold Stoeger
2019-12-04
Cleanup: remove DiveListView::expandedRows member variable
Berthold Stoeger
2019-12-04
Cleanup: remove DiveListView::mouseClickSelection member variable
Berthold Stoeger
2019-12-04
Cleanup: remove toggle parameter from DiveListView::selectDive()
Berthold Stoeger
2019-12-04
Cleanup: remove DiveListView::remember/restoreSelection()
Berthold Stoeger
2019-12-04
Selection: don't reset selection when resorting
Berthold Stoeger
2019-12-04
Selection: move translation of indexes to filter model
Berthold Stoeger
2019-12-04
Selection: move initialization of selection from view to model
Berthold Stoeger
2019-12-04
Selection: move selection of "first" dive to core
Berthold Stoeger
2019-12-04
Cleanup: rename newCurrentDive signal to currentDiveChanged
Berthold Stoeger
2019-12-04
Selection: move selection functions from divelist.c to selection.c
Berthold Stoeger
2019-11-28
Desktop: Improve speed of selecting multiple (or all) dives
Berthold Stoeger
2019-11-19
Filter: move recalculation of filter from FilterModel to TripModel
Berthold Stoeger
2019-11-19
Filter: split out filter from model
Berthold Stoeger
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger
[next]