summaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.h
AgeCommit message (Expand)Author
2020-04-13cleanup: remove protected access specifier in ProfileWidget2Gravatar Berthold Stoeger
2020-04-12profile: remove ProfileWidget2::replotEnabledGravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07cleanup: demote slots in ProfileWidget2 to private functionsGravatar Berthold Stoeger
2020-04-07cleanup: use lambdas to transport DiveEventItem to actionsGravatar Berthold Stoeger
2020-04-07cleanup: use lambda to transport event-time to context menu actionsGravatar Berthold Stoeger
2020-04-07profile: use lambda for addDivemodeSwitch callsGravatar Berthold Stoeger
2020-04-07undo: update profile on cylinder editingGravatar Berthold Stoeger
2020-01-30Cleanup: remove redundant(?) commentGravatar Berthold Stoeger
2020-01-30Profile: transport gas id and timestamp via lambdaGravatar Berthold Stoeger
2019-11-19Cleanup: remove ProfileWidget2::refreshDisplay signalGravatar Berthold Stoeger
2019-11-09Cleanup: free plot data on exitGravatar Berthold Stoeger
2019-11-08Profile: remove ProfileWidget2::recalcCeiling()Gravatar Berthold Stoeger
2019-07-12Profile: stop animations on exportGravatar Berthold Stoeger
2019-07-12Profile: store animation speed in profile objectGravatar Berthold Stoeger
2019-04-12Desktop: read tab-items from current_dive, not displayed_diveGravatar Berthold Stoeger
2019-04-04Undo: implement split-out of dive computerGravatar Berthold Stoeger
2019-02-07Make struct dive const in plotPicturesInternalGravatar Robert C. Helling
2019-02-07Profile: plot pictures of correct diveGravatar Berthold Stoeger
2019-02-07Profile: add "synchronous" mode for picture plottingGravatar Berthold Stoeger
2019-02-07Export profile imageGravatar Robert C. Helling
2018-09-29Cleanup: reinstate override modifiersGravatar Berthold Stoeger
2018-09-07Cleanup: constify threshold pointers in DiveProfileItemGravatar Berthold Stoeger
2018-08-01Cleanup: remove all override modifiersGravatar Berthold Stoeger
2018-07-31Cleanup: replace virtual by override where appropriateGravatar Berthold Stoeger
2018-07-23Dive video: paint duration-bar above thumbnail in profile plotGravatar Berthold Stoeger
2018-07-13Dive pictures: don't update all images on drag&drop to profileGravatar Berthold Stoeger
2018-07-13Dive pictures: update thumbnail positions on deletionGravatar Berthold Stoeger
2018-07-08Dive pictures: detach ProfileWidget2 from DivePictureModelGravatar Berthold Stoeger
2018-07-03Profile context menu entry to split a diveGravatar Robert C. Helling
2018-06-17Code cleanup: Correct typo "Swith" to "Switch"Gravatar Stefan Fuchs
2018-05-21Dive pictures: don't repopulate DivePictureModel on deletionGravatar Berthold Stoeger
2018-05-17Dive pictures: Don't plot pictures twice when changing current diveGravatar Berthold Stoeger
2018-05-14Place divemode changes in submenu of context menuGravatar Robert C. Helling
2018-05-14Create divemode switches using profile context menuGravatar Willem Ferguson
2018-04-28Plot OC-pO2 graph for SCR divesGravatar Willem Ferguson
2018-04-09Profile: Conditionally compile pictures-vector on mobile.Gravatar Berthold Stoeger
2018-04-09Profile: On dataChanged() only update pictures that actually changedGravatar Berthold Stoeger
2018-01-10Pictures tied to profile are not supported on mobileGravatar Jan Mulder
2018-01-10Typo: indice -> indexGravatar Berthold Stoeger
2018-01-10Replace CREATE_PP_GAS macro by member function in profilewidget2.cppGravatar Berthold Stoeger
2018-01-10Remove two arguments from ProfileWidget2::setupItem()Gravatar Berthold Stoeger
2018-01-10Replace ADD_ACTION macro by member function in profilewidget2.cppGravatar Berthold Stoeger
2018-01-10Remove unnecessary deletes in destructor of ProfileWidget2Gravatar Berthold Stoeger
2018-01-10Unused code: remove ProfileWidget2::isAddOrPlanner()Gravatar Jan Mulder
2017-10-26desktop UI: no longer attempt to manually show error notificationsGravatar Dirk Hohndel
2017-06-16code cleanup: remove unimplemented classes and structsGravatar Jan Mulder
2017-04-29Add SPDX header to profile widgetsGravatar Dirk Hohndel
2017-03-26MOBILE: Display pO2 and Setpoint for CCR divesGravatar Joakim Bygdell
2016-06-23Now that we are building with C++11 we need override keywordGravatar Dirk Hohndel