Age | Commit message (Expand) | Author |
2021-01-10 | Make sure to sanitize the gasmix after editing it | Linus Torvalds |
2020-12-29 | filter: internalize shown_dives in DiveFilter class | Berthold Stoeger |
2020-12-29 | filter: keep track on shown_dive on dive removal in DiveFilter | Berthold Stoeger |
2020-12-19 | undo: fix annoying warning message when deleting pictures | Berthold Stoeger |
2020-12-19 | undo: add \n to console warning error messages | Berthold Stoeger |
2020-12-13 | core: keep tank infos in a dynamic table | Berthold Stoeger |
2020-12-12 | desktop: use getDiveSelection to access selected dives | Berthold Stoeger |
2020-11-14 | undo: add a general dives-imported signal | Berthold Stoeger |
2020-11-08 | desktop: fix translation implementation | Dirk Hohndel |
2020-10-26 | cleanup: fix deprecated QVector constructor | Dirk Hohndel |
2020-10-25 | cleanup: remove pref.h include in dive.h | Berthold Stoeger |
2020-10-25 | cleanup: break out event-related code into event.[c|h] | Berthold Stoeger |
2020-10-25 | undo: add device related undo commands | Berthold Stoeger |
2020-10-24 | devices: add devices in Command::importTable() | Berthold Stoeger |
2020-10-17 | filter: remove filter_preset_table_t | Berthold Stoeger |
2020-09-29 | filter: implement importing of filter presets | Berthold Stoeger |
2020-09-29 | filter: add filter preset undo commands | Berthold Stoeger |
2020-09-08 | cleanup: remove count_divecomputers() function | Berthold Stoeger |
2020-09-06 | cleanup: copy string in taxonomy_set_[country|category] | Berthold Stoeger |
2020-08-21 | cleanup: consistently use get_cylinder() accessor | Berthold Stoeger |
2020-05-08 | media: give newly created dive sites a name | Berthold Stoeger |
2020-05-06 | undo: make adding of pictures undoable | Berthold Stoeger |
2020-05-06 | undo: make picture (media) deletion undoable | Berthold Stoeger |
2020-05-06 | undo: implement undo of setting a picture time by drag&drop | Berthold Stoeger |
2020-05-06 | undo: update cylinder related info when editing cylinder data | Berthold Stoeger |
2020-05-03 | selection: add selection flag for trips | Berthold Stoeger |
2020-05-02 | cleanup: remove unnecessary include in command_divelist.cpp | Berthold Stoeger |
2020-05-01 | cleanup: move dive_table from dive.h to divelist.h | Berthold Stoeger |
2020-05-01 | core: always keep an empty cylinder at the end of the cylinder array | Berthold Stoeger |
2020-04-26 | cleanup: remove Command::inCommand() | Berthold Stoeger |
2020-04-13 | divelist: when removing/adding a dive unregister/register fulltext | 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: 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 | undo: implement gas switch | 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: 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 | 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 |