index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2020-04-07
cleanup: remove unused CylindersModelFiltered functions
Berthold Stoeger
2020-04-07
undo: add cylinders via undo
Berthold Stoeger
2020-04-07
CylindersModel: fold CHANGED() macro into setData()
Berthold Stoeger
2020-04-07
CylindersModel: test for CHANGED() outside of switch statement
Berthold Stoeger
2020-04-07
CylindersModel: remove mark_dive_list_changed
Berthold Stoeger
2020-04-07
cylinders: remove CylindersModel::changed
Berthold Stoeger
2020-04-07
undo: remove TabDiveWidget::acceptChanges and rejectChanges
Berthold Stoeger
2020-04-07
CylindersModel: listen and react to signals
Berthold Stoeger
2020-04-07
CylindersModel: don't test for planner-state in remove()
Berthold Stoeger
2020-04-07
undo: call removeCylinder undo command in equipment tab
Berthold Stoeger
2020-04-07
undo: remove only "non-protected" cylinders
Berthold Stoeger
2020-04-07
undo: reorder cylinders on remove-cylinder undo/redo
Berthold Stoeger
2020-04-07
cleanup: remove CylindersModels::rows
Berthold Stoeger
2020-04-07
CylinderModel: make dive dynamic
Berthold Stoeger
2020-04-07
undo: add cylinder undo commands by copy & paste
Berthold Stoeger
2020-04-07
cleanup: move fill_default_cylinder from planner.c to equipment.c
Berthold Stoeger
2020-04-07
core: add create_new_cylinder() function
Berthold Stoeger
2020-04-07
core: introduce set_cylinder() function
Berthold Stoeger
2020-04-07
core: make free_cylinder() global
Berthold Stoeger
2020-04-07
core: introduce clone_cylinder() function
Berthold Stoeger
2020-04-06
delegate: don't add WSInfo entry in delegate
Berthold Stoeger
2020-04-06
delegates: don't use starts-with search to fetch cylinder/weight data
Berthold Stoeger
2020-04-04
mobile/startup: fix potential crash when switching back and forth
Dirk Hohndel
2020-04-04
CHANGELOG update
Dirk Hohndel
2020-04-04
mobile/cleanup: create helper function to hide verbose casts
Dirk Hohndel
[next]