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
path:
root
/
commands
/
command_edit.cpp
Age
Commit message (
Expand
)
Author
2020-12-13
core: keep tank infos in a dynamic table
Berthold Stoeger
2020-11-08
desktop: fix translation implementation
Dirk Hohndel
2020-10-26
cleanup: fix deprecated QVector constructor
Dirk Hohndel
2020-08-21
cleanup: consistently use get_cylinder() accessor
Berthold Stoeger
2020-05-06
undo: update cylinder related info when editing cylinder data
Berthold Stoeger
2020-05-01
core: always keep an empty cylinder at the end of the cylinder array
Berthold Stoeger
2020-04-11
Merge pull request #2643 from bstoeger/cylinder4
Dirk Hohndel
2020-04-10
undo: refine pasting of cylinders
Berthold Stoeger
2020-04-07
undo: call invalidate_dive_cache() when editing cylinders
Berthold Stoeger
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
undo: be more flexible about which cylinders to edit
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
undo: add cylinder undo commands by copy & paste
Berthold Stoeger
2020-04-04
undo/mobile: keep track of dive sites
Berthold Stoeger
2020-03-31
undo: autogenerate string get() and data() functions using a template
Berthold Stoeger
2020-03-31
undo: autogenerate trivial set() and data() functions by a template
Berthold Stoeger
2020-03-31
undo: generate fieldId() virtual functions by templates
Berthold Stoeger
2020-03-28
mobile: when editing dives update the fulltext filter
Berthold Stoeger
2020-03-28
mobile: fix filter flag when editing dives
Berthold Stoeger
2020-03-22
translations: qualify tr function to get correct context
Dirk Hohndel
2020-03-20
Undo: implement invalidate-dive command
Berthold Stoeger
2020-03-17
undo: remove EditNumber command
Berthold Stoeger
2020-03-17
filter: update fulltext index when editing dive
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-03-10
undo infrastructure: improve undo command texts
Dirk Hohndel
2020-03-10
mobile/undo: create EditDive command
Berthold Stoeger
2020-03-07
debug: try to capture changes that don't invalidate git cache
Dirk Hohndel
2020-03-06
Cleanup: Move stringToList to core/qthelper.cpp
Berthold Stoeger
2020-01-10
code cleanup: remove unused member variable
Dirk Hohndel
2020-01-10
code cleanup: replace deprecated fromStdVector() method
Dirk Hohndel
2020-01-10
code cleanup: ensure all fields are initialized
Dirk Hohndel
2020-01-06
core: read and write the user-specified salinity
willemferguson
2019-12-05
Translation: explicitly show no dive-count if only one dive edited
Berthold Stoeger
2019-12-05
Undo: make weight editing undoable
Berthold Stoeger
2019-12-05
Cleanup: use free_weightsystem function instead of explicit free
Berthold Stoeger
2019-12-05
Cleanup: introduce empty_weightsystem constant
Berthold Stoeger
2019-12-05
Undo: make weight-deletion an undoable action
Berthold Stoeger
2019-12-05
Undo: make adding of weights an undoable action
Berthold Stoeger
2019-12-04
Selection: move commands/command_private.* to core/selection.*
Berthold Stoeger
2019-12-03
Undo: make profile-editing undoable
Berthold Stoeger
2019-12-03
Desktop: add additional star widgets to Information tab
willemferguson
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger