Age | Commit message (Expand) | Author |
2020-05-06 | profile: clear pictures when displaying empty dive | 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-03 | profile: don't interpret NULL as current_dive in plotDive() | Berthold Stoeger |
2020-05-03 | profile: use member-to-function style connect() statements | Berthold Stoeger |
2020-05-03 | cleanup: remove parameter to ProfleWidget2::replot() | Berthold Stoeger |
2020-05-01 | profile: properly update lastgasmix when populating events | Berthold Stoeger |
2020-04-30 | cleanup: replace Q_ASSERT by qWarning | Berthold Stoeger |
2020-04-27 | profile: set empty state when there is no current dive to show | Berthold Stoeger |
2020-04-24 | cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cpp | Berthold Stoeger |
2020-04-13 | cleanup: turn protected into private members | Berthold Stoeger |
2020-04-13 | cleanup: remove protected access specifier in ProfileWidget2 | Berthold Stoeger |
2020-04-12 | profile: remove ProfileWidget2::replotEnabled | Berthold Stoeger |
2020-04-11 | Merge pull request #2643 from bstoeger/cylinder4 | Dirk Hohndel |
2020-04-10 | media: move picture function from dive.c to picture.c | 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: switch SetpointDialog from divecomputer to dive + dc-number | 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 | 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 | undo: update profile on cylinder editing | Berthold Stoeger |
2020-03-30 | cleanup: fix initialization order in QMLProfile constructor | Berthold Stoeger |
2020-03-25 | mobile/profile: adjust offsets when scaling | Dirk Hohndel |
2020-03-25 | mobile/profile: don't pan outside the actual profile | Dirk Hohndel |
2020-03-11 | Grammar: replaces 'indexes' by 'indices' | Robert C. Helling |
2020-02-25 | mobile/profile: make the fonts 25% smaller | Dirk Hohndel |
2020-02-18 | mobile/profile: add x/y offsets to widget | Dirk Hohndel |
2020-02-18 | mobile/profile: add elapsed time reporting for profile rendering | Dirk Hohndel |
2020-02-18 | mobile/profile: create updateProfile method | Dirk Hohndel |
2020-01-30 | Cleanup: remove redundant(?) comment | Berthold Stoeger |
2020-01-30 | Profile: fill gas change context menu from current dive | Berthold Stoeger |
2020-01-30 | Profile: transport gas id and timestamp via lambda | Berthold Stoeger |
2020-01-10 | code cleanup: use QElapsedTimer instead of QTime | Dirk Hohndel |
2019-12-25 | Preferences UI: add dive log tab | willemferguson |
2019-12-24 | build-system: move qmlprofile to profile-widgets/CMakeLists.txt | jan Iversen |
2019-12-24 | Cleanup: Turn QMLProfile::diveId from QString to int | Berthold Stoeger |
2019-11-19 | Cleanup: remove ProfileWidget2::refreshDisplay signal | Berthold Stoeger |
2019-11-16 | Profile: clear tooltip's plotInfo in ProfileWidget2::setEmptyState | Berthold Stoeger |
2019-11-14 | Refactoring: move undo commands to top level | Berthold Stoeger |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |