summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
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-26cleanup: make DiveListView slots privateGravatar Berthold Stoeger
2020-04-26selection: move test for programmatical selection changes to widgetGravatar Berthold Stoeger
2020-04-25cleanup: make various functions in DiveListView privateGravatar Berthold Stoeger
2020-04-25cleanup: remove DiveListView::selectDives()Gravatar Berthold Stoeger
2020-04-25map: call set_selection() core function to select divesGravatar 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-04-25desktop: make DiveListView::selectDive() privateGravatar Berthold Stoeger
2020-04-24cleanup: move clearing of event names to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-24cleanup: move clearing of device nodes to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-24filter: implement filtering for divemodeGravatar Berthold Stoeger
2020-04-21cleanup: replace constructs of the type &vector[0] by vector.data()Gravatar Berthold Stoeger
2020-04-21desktop: don't access first data element if no cylindersGravatar Berthold Stoeger
2020-04-20desktop: rearrange widgets on the dive site tabGravatar Berthold Stoeger
2020-04-19desktop: remove user surveyGravatar Dirk Hohndel
2020-04-18Reorganise and reword divelog export panelGravatar willemferguson
2020-04-13desktop: remove special QGroupBox stylesheet for non-Windows systemsGravatar Berthold Stoeger
2020-04-12delegates: remove TankInfoDelegate::createEditor()Gravatar Berthold Stoeger
2020-04-12cleanup: remove unnecessary profile update after adding new diveGravatar Berthold Stoeger
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-07delegates: remove ComboBoxTemplate::fixTabBehaviorGravatar Berthold Stoeger
2020-04-07delegates: call fixTabBehavior *before* closing the editorGravatar Berthold Stoeger
2020-04-07cleanup: make static fields local to ComboBoxDelegateGravatar Berthold Stoeger
2020-04-07cleanup: remove TankInfoDelegate::reenableReplotGravatar Berthold Stoeger
2020-04-07cleanup: remove unneeded includes from TabDiveEquipment.cppGravatar Berthold Stoeger
2020-04-07undo: show multiple dive warning when editing equipmentGravatar Berthold Stoeger
2020-04-07desktop/tabwidgets: replace editMode by booleanGravatar Berthold Stoeger
2020-04-07desktop/tabwidgets: replace IGNORE_MODE by flagGravatar Berthold Stoeger
2020-04-07desktop: properly initialize activeText of model-delegatesGravatar Berthold Stoeger
2020-04-07undo: implement set point change undo commandGravatar Berthold Stoeger
2020-04-07undo: switch SetpointDialog from divecomputer to dive + dc-numberGravatar Berthold Stoeger
2020-04-07cleanup: use pointer-to-member version of connect in SetpointDialogGravatar Berthold Stoeger
2020-04-07cleanup: un-singletonify SetpointDialogGravatar Berthold Stoeger
2020-04-07cleanup: remove DIVE EditMode in MainTabGravatar Berthold Stoeger
2020-04-07cleanup: remove parameter to MainTab::enableEditionGravatar Berthold Stoeger
2020-04-07desktop: remove EDIT modeGravatar Berthold Stoeger
2020-04-07desktop: move undo-disabling from enterEditState to disableShortcutsGravatar Berthold Stoeger
2020-04-07undo/cylinders: Implement editing of the typeGravatar Berthold Stoeger
2020-04-07cleanup: remove default-code for editCurrentDiveGravatar Berthold Stoeger
2020-04-07desktop: don't disable tabs in edit stateGravatar Berthold Stoeger
2020-04-07cleanup: don't center map on rejecting editGravatar Berthold Stoeger
2020-04-07cleanup: remove lastMode variable in MainTab::rejectChanges()Gravatar Berthold Stoeger
2020-04-07edit: remove multi-dive version of edit informationGravatar Berthold Stoeger