Age | Commit message (Expand) | Author |
2021-02-06 | profile: detect dive-mode change in profile | Berthold Stoeger |
2021-01-20 | profile: make three member functions const | Berthold Stoeger |
2021-01-10 | mobile/profile: show calculated ceiling if enabled | Dirk Hohndel |
2021-01-10 | profile: unconditionally replot chart when settings change | Berthold Stoeger |
2021-01-10 | profile: collect dive-profile items in a vector | Berthold Stoeger |
2021-01-10 | profile: remove ProfileWidget2::setupItem() | Berthold Stoeger |
2021-01-10 | profile: construct PP gas items with createPPGas() function | Berthold Stoeger |
2021-01-10 | profile: move allocation of DiveProfileItems into a template | Berthold Stoeger |
2021-01-10 | profile: initialize axis of DiveProfileItems on construction | Berthold Stoeger |
2021-01-10 | profile: remove ProfileWidget2::dateTimeChanged() | Berthold Stoeger |
2020-12-20 | profile: remove clearHandlers function (fixes crash) | Berthold Stoeger |
2020-12-19 | profile: move picture removal from DivePictureItem to ProfileWidget2 | Berthold Stoeger |
2020-12-12 | cleanup: remove unused signal ProfileWidget2::updateDiveInfo | Berthold Stoeger |
2020-12-12 | profile: move DiveHandler to profile-widget folder | Berthold Stoeger |
2020-12-12 | profile: call clearHandlers() in setPlanState() | 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-04-13 | cleanup: remove protected access specifier in ProfileWidget2 | Berthold Stoeger |
2020-04-12 | profile: remove ProfileWidget2::replotEnabled | Berthold Stoeger |
2020-04-07 | undo: replot profile if event changed | Berthold Stoeger |
2020-04-07 | cleanup: demote slots in ProfileWidget2 to private functions | 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 | profile: use lambda for addDivemodeSwitch calls | Berthold Stoeger |
2020-04-07 | undo: update profile on cylinder editing | Berthold Stoeger |
2020-01-30 | Cleanup: remove redundant(?) comment | Berthold Stoeger |
2020-01-30 | Profile: transport gas id and timestamp via lambda | Berthold Stoeger |
2019-11-19 | Cleanup: remove ProfileWidget2::refreshDisplay signal | Berthold Stoeger |
2019-11-09 | Cleanup: free plot data on exit | Berthold Stoeger |
2019-11-08 | Profile: remove ProfileWidget2::recalcCeiling() | Berthold Stoeger |
2019-07-12 | Profile: stop animations on export | Berthold Stoeger |
2019-07-12 | Profile: store animation speed in profile object | Berthold Stoeger |
2019-04-12 | Desktop: read tab-items from current_dive, not displayed_dive | Berthold Stoeger |
2019-04-04 | Undo: implement split-out of dive computer | Berthold Stoeger |
2019-02-07 | Make struct dive const in plotPicturesInternal | Robert C. Helling |
2019-02-07 | Profile: plot pictures of correct dive | Berthold Stoeger |
2019-02-07 | Profile: add "synchronous" mode for picture plotting | Berthold Stoeger |
2019-02-07 | Export profile image | Robert C. Helling |
2018-09-29 | Cleanup: reinstate override modifiers | Berthold Stoeger |
2018-09-07 | Cleanup: constify threshold pointers in DiveProfileItem | Berthold Stoeger |
2018-08-01 | Cleanup: remove all override modifiers | Berthold Stoeger |
2018-07-31 | Cleanup: replace virtual by override where appropriate | Berthold Stoeger |
2018-07-23 | Dive video: paint duration-bar above thumbnail in profile plot | Berthold Stoeger |
2018-07-13 | Dive pictures: don't update all images on drag&drop to profile | Berthold Stoeger |
2018-07-13 | Dive pictures: update thumbnail positions on deletion | Berthold Stoeger |
2018-07-08 | Dive pictures: detach ProfileWidget2 from DivePictureModel | Berthold Stoeger |
2018-07-03 | Profile context menu entry to split a dive | Robert C. Helling |