Age | Commit message (Expand) | Author |
2020-04-07 | undo: more fine-grained editing of cylinder | Berthold Stoeger |
2020-04-07 | undo: store all cylinders in EditCylinderBase | Berthold Stoeger |
2020-04-07 | cleanup: remove same_cylinder | Berthold Stoeger |
2020-04-07 | undo: be more flexible about which cylinders to edit | Berthold Stoeger |
2020-04-07 | desktop/tabwidgets: replace editMode by boolean | Berthold Stoeger |
2020-04-07 | desktop/tabwidgets: replace IGNORE_MODE by flag | Berthold Stoeger |
2020-04-07 | desktop: properly initialize activeText of model-delegates | Berthold Stoeger |
2020-04-07 | cylinders: use preferences modpO2 preferences value | Berthold Stoeger |
2020-04-07 | undo: reload dive on removal of gas-switch | Berthold Stoeger |
2020-04-07 | undo: switch to affected dive on undo/redo of event-changes | Berthold Stoeger |
2020-04-07 | cleanup: remove commented-out evn_foreach() function | Berthold Stoeger |
2020-04-07 | cleanup: remove remove_event() function | Berthold Stoeger |
2020-04-07 | undo: implement gas switch | Berthold Stoeger |
2020-04-07 | cleanup: remove vintage report_error() function declaration | Berthold Stoeger |
2020-04-07 | core: split out create_gas_change_event() from add_gas_change_event() | Berthold Stoeger |
2020-04-07 | cleanup: move add_gas_switch_event to dive.c | Berthold Stoeger |
2020-04-07 | undo: add event removal undo command | Berthold Stoeger |
2020-04-07 | undo: implement renaming of events | Berthold Stoeger |
2020-04-07 | undo: split out EventBase class | Berthold Stoeger |
2020-04-07 | undo: implement set point change undo command | Berthold Stoeger |
2020-04-07 | undo: switch SetpointDialog from divecomputer to dive + dc-number | Berthold Stoeger |
2020-04-07 | cleanup: use pointer-to-member version of connect in SetpointDialog | Berthold Stoeger |
2020-04-07 | cleanup: un-singletonify SetpointDialog | Berthold Stoeger |
2020-04-07 | undo: add undo command for dive-mode switch | Berthold Stoeger |
2020-04-07 | undo: replot profile if event changed | Berthold Stoeger |
2020-04-07 | undo: implement addBookmark undo command | Berthold Stoeger |
2020-04-07 | core: add remove_event_from_dc() function | Berthold Stoeger |
2020-04-07 | core: split add_event() in two parts | Berthold Stoeger |
2020-04-07 | cleanup: demote slots in ProfileWidget2 to private functions | Berthold Stoeger |
2020-04-07 | cleanup: use QMenu::addAction() convenience overload | Berthold Stoeger |
2020-04-07 | cleanup: use lambdas to transport DiveEventItem to actions | Berthold Stoeger |
2020-04-07 | cleanup: use lambda to transport event-time to context menu actions | Berthold Stoeger |
2020-04-07 | cleanup: don't set unnecessary action userdata for unhideEvents | Berthold Stoeger |
2020-04-07 | profile: use lambda for addDivemodeSwitch calls | Berthold Stoeger |
2020-04-07 | cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() calls | Berthold Stoeger |
2020-04-07 | cleanup: remove DIVE EditMode in MainTab | Berthold Stoeger |
2020-04-07 | cleanup: remove parameter to MainTab::enableEdition | Berthold Stoeger |
2020-04-07 | desktop: remove EDIT mode | Berthold Stoeger |
2020-04-07 | desktop: move undo-disabling from enterEditState to disableShortcuts | Berthold Stoeger |
2020-04-07 | undo: update profile on cylinder editing | Berthold Stoeger |
2020-04-07 | CylindersModel: use flag to decide whether we are in planner | Berthold Stoeger |
2020-04-07 | undo/cylinder: call undo command to edit cylinder fields | Berthold Stoeger |
2020-04-07 | undo/cylinders: Implement editing of the type | Berthold Stoeger |
2020-04-07 | cleanup: remove default-code for editCurrentDive | Berthold Stoeger |
2020-04-07 | desktop: don't disable tabs in edit state | Berthold Stoeger |
2020-04-07 | cleanup: don't center map on rejecting edit | Berthold Stoeger |
2020-04-07 | cleanup: remove lastMode variable in MainTab::rejectChanges() | Berthold Stoeger |
2020-04-07 | edit: remove multi-dive version of edit information | Berthold Stoeger |
2020-04-07 | cleanup: remove strange recursive code in MainTab::enableEdition | Berthold Stoeger |
2020-04-07 | cleanup: remove cylinders_equal check in MainTab::rejectChanges() | Berthold Stoeger |