aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-04-07CylindersModel: fold CHANGED() macro into setData()Gravatar Berthold Stoeger
2020-04-07CylindersModel: test for CHANGED() outside of switch statementGravatar Berthold Stoeger
2020-04-07CylindersModel: remove mark_dive_list_changedGravatar Berthold Stoeger
2020-04-07cylinders: remove CylindersModel::changedGravatar Berthold Stoeger
2020-04-07undo: remove TabDiveWidget::acceptChanges and rejectChangesGravatar Berthold Stoeger
2020-04-07CylindersModel: listen and react to signalsGravatar Berthold Stoeger
2020-04-07CylindersModel: don't test for planner-state in remove()Gravatar Berthold Stoeger
2020-04-07undo: call removeCylinder undo command in equipment tabGravatar Berthold Stoeger
2020-04-07undo: remove only "non-protected" cylindersGravatar Berthold Stoeger
2020-04-07undo: reorder cylinders on remove-cylinder undo/redoGravatar Berthold Stoeger
2020-04-07cleanup: remove CylindersModels::rowsGravatar Berthold Stoeger
2020-04-07CylinderModel: make dive dynamicGravatar Berthold Stoeger
2020-04-07undo: add cylinder undo commands by copy & pasteGravatar Berthold Stoeger
2020-04-07cleanup: move fill_default_cylinder from planner.c to equipment.cGravatar Berthold Stoeger
2020-04-07core: add create_new_cylinder() functionGravatar Berthold Stoeger
2020-04-07core: introduce set_cylinder() functionGravatar Berthold Stoeger
2020-04-07core: make free_cylinder() globalGravatar Berthold Stoeger
2020-04-07core: introduce clone_cylinder() functionGravatar Berthold Stoeger
2020-04-06delegate: don't add WSInfo entry in delegateGravatar Berthold Stoeger
2020-04-06delegates: don't use starts-with search to fetch cylinder/weight dataGravatar Berthold Stoeger
2020-04-04mobile/startup: fix potential crash when switching back and forthGravatar Dirk Hohndel
2020-04-04CHANGELOG updateGravatar Dirk Hohndel
2020-04-04mobile/cleanup: create helper function to hide verbose castsGravatar Dirk Hohndel