summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelistview.cpp
AgeCommit message (Expand)Author
2020-12-12desktop: use getDiveSelection to access selected divesGravatar Berthold Stoeger
2020-12-12desktop: init dive list header actions in constructorGravatar Berthold Stoeger
2020-12-12preferences: create global settingsChanged signalGravatar Berthold Stoeger
2020-10-26cleanup: fix deprecated QVector constructorGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated use of child memberGravatar Dirk Hohndel
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-10-03desktop: allow moving dives to arbitrary tripsGravatar Berthold Stoeger
2020-10-02desktop: fix paging through dive list with page-up key, etcGravatar Berthold Stoeger
2020-09-29cleanup: remove unnecessary includes in divelistview.cppGravatar Berthold Stoeger
2020-05-27cleanup: un-singletonize ShiftTimesDialogGravatar Berthold Stoeger
2020-05-27cleanup: un-singletonize RenumberDialogGravatar Berthold Stoeger
2020-05-06undo: make adding of pictures undoableGravatar Berthold Stoeger
2020-05-06media: move addition of pictures out of create_picture()Gravatar Berthold Stoeger
2020-05-03selection: create global single_selected_trip() functionGravatar Berthold Stoeger
2020-05-03selection: inform core of trip selection in DiveListViewGravatar Berthold Stoeger
2020-05-03selection: introduce clear_selection() functionGravatar Berthold Stoeger
2020-04-26selection: replace selectedTrips() by singleSelectedTrip() functionGravatar Berthold Stoeger
2020-04-26desktop: select dives at onceGravatar Berthold Stoeger
2020-04-26dive list: don't access selected dives via indicesGravatar Berthold Stoeger
2020-04-26selection: move test for programmatical selection changes to widgetGravatar Berthold Stoeger
2020-04-25cleanup: remove DiveListView::selectDives()Gravatar Berthold Stoeger
2020-04-25desktop: remove selectionChangeDone() from DiveListView::selectDive()Gravatar Berthold Stoeger
2020-04-25desktop: fold DiveListView::selectDive into DiveListView::selectDiveGravatar Berthold Stoeger
2020-04-25desktop: remove scrollto default parameter of DiveListView::selectDive()Gravatar Berthold Stoeger
2020-04-25desktop: remove selection-code to select a new current_diveGravatar Berthold Stoeger
2020-04-25desktop: don't select current dive after collapsing tripsGravatar Berthold Stoeger
2020-03-20Dive list: add option to mark dives validGravatar Berthold Stoeger
2020-03-20Undo: implement invalidate-dive commandGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-01selection: update selection on key-pressesGravatar Berthold Stoeger
2020-02-08Dive list: be more careful on when updating the UI after selectionGravatar Berthold Stoeger
2020-02-04Dive sites: select each dive site only onceGravatar Berthold Stoeger
2020-01-10code cleanup: QFontMetrics::width() is deprecatedGravatar Dirk Hohndel
2019-12-10Dive list: access header via filter-modelGravatar Berthold Stoeger
2019-12-10Dive list: don't handle selection changes on filter-change in viewGravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::expandedRows member variableGravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::mouseClickSelection member variableGravatar Berthold Stoeger
2019-12-04Cleanup: remove toggle parameter from DiveListView::selectDive()Gravatar Berthold Stoeger
2019-12-04Cleanup: remove DiveListView::remember/restoreSelection()Gravatar Berthold Stoeger
2019-12-04Selection: don't reset selection when resortingGravatar Berthold Stoeger
2019-12-04Selection: move translation of indexes to filter modelGravatar Berthold Stoeger
2019-12-04Selection: move initialization of selection from view to modelGravatar Berthold Stoeger
2019-12-04Selection: move selection of "first" dive to coreGravatar Berthold Stoeger
2019-12-04Cleanup: rename newCurrentDive signal to currentDiveChangedGravatar Berthold Stoeger
2019-12-04Selection: move selection functions from divelist.c to selection.cGravatar Berthold Stoeger
2019-11-28Desktop: Improve speed of selecting multiple (or all) divesGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-11Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLEGravatar Berthold Stoeger