aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelistview.cpp
AgeCommit message (Expand)Author
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
2019-10-20Cleanup: use pointer-to-member-function in addAction() callsGravatar Berthold Stoeger
2019-09-06Map: highlight correct dive sites in dive site modeGravatar Berthold Stoeger
2019-09-06Selection: properly update selection flag of map locationGravatar Berthold Stoeger
2019-09-06Desktop: show all selected dive sites on clickGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-04Cleanup: avoid spurious updateDiveInfo() callsGravatar Berthold Stoeger
2019-06-23Cleanup: unify selection signalsGravatar Berthold Stoeger
2019-06-23Undo: unify selection behavior in dive-list commandsGravatar Berthold Stoeger