aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-07cleanup: remove same_cylinderGravatar Berthold Stoeger
2020-04-07undo: be more flexible about which cylinders to editGravatar 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-07cylinders: use preferences modpO2 preferences valueGravatar Berthold Stoeger
2020-04-07undo: reload dive on removal of gas-switchGravatar Berthold Stoeger
2020-04-07undo: switch to affected dive on undo/redo of event-changesGravatar Berthold Stoeger
2020-04-07cleanup: remove commented-out evn_foreach() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove remove_event() functionGravatar Berthold Stoeger
2020-04-07undo: implement gas switchGravatar Berthold Stoeger
2020-04-07cleanup: remove vintage report_error() function declarationGravatar Berthold Stoeger
2020-04-07core: split out create_gas_change_event() from add_gas_change_event()Gravatar Berthold Stoeger
2020-04-07cleanup: move add_gas_switch_event to dive.cGravatar Berthold Stoeger
2020-04-07undo: add event removal undo commandGravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07undo: split out EventBase classGravatar 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-07undo: add undo command for dive-mode switchGravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07undo: implement addBookmark undo commandGravatar Berthold Stoeger
2020-04-07core: add remove_event_from_dc() functionGravatar Berthold Stoeger
2020-04-07core: split add_event() in two partsGravatar Berthold Stoeger
2020-04-07cleanup: demote slots in ProfileWidget2 to private functionsGravatar Berthold Stoeger
2020-04-07cleanup: use QMenu::addAction() convenience overloadGravatar Berthold Stoeger
2020-04-07cleanup: use lambdas to transport DiveEventItem to actionsGravatar Berthold Stoeger
2020-04-07cleanup: use lambda to transport event-time to context menu actionsGravatar Berthold Stoeger
2020-04-07cleanup: don't set unnecessary action userdata for unhideEventsGravatar Berthold Stoeger
2020-04-07profile: use lambda for addDivemodeSwitch callsGravatar Berthold Stoeger
2020-04-07cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() callsGravatar 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: update profile on cylinder editingGravatar Berthold Stoeger
2020-04-07CylindersModel: use flag to decide whether we are in plannerGravatar Berthold Stoeger
2020-04-07undo/cylinder: call undo command to edit cylinder fieldsGravatar 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
2020-04-07cleanup: remove strange recursive code in MainTab::enableEditionGravatar Berthold Stoeger
2020-04-07cleanup: remove cylinders_equal check in MainTab::rejectChanges()Gravatar Berthold Stoeger
2020-04-07cleanup: remove unused CylindersModelFiltered functionsGravatar Berthold Stoeger
2020-04-07undo: add cylinders via undoGravatar Berthold Stoeger