summaryrefslogtreecommitdiffstats
path: root/profile-widget/diveprofileitem.cpp
AgeCommit message (Expand)Author
2021-05-08profile: remove DiveAmbPressureItemGravatar Berthold Stoeger
2021-05-08profile: remove DiveGFLineItemGravatar Berthold Stoeger
2021-03-31profile: fix color on pressure-itemGravatar Berthold Stoeger
2021-02-17planner: pass in_planner argument to replot()Gravatar Berthold Stoeger
2021-01-10profile: pass dive to plot function of profile-itemsGravatar Berthold Stoeger
2021-01-10profile: move adding of ceiling-violation-eventGravatar Berthold Stoeger
2021-01-10profile: remove DiveProfileItem::settingsToggledGravatar Berthold Stoeger
2021-01-10profile: move calculations out of DiveGasPressureItem::paint()Gravatar Berthold Stoeger
2021-01-10profile: move calculations out of DivePercentageItem::paint()Gravatar Berthold Stoeger
2021-01-10profile: remove AbstractProfilePolygonItem::modelDataChanged()Gravatar Berthold Stoeger
2021-01-10profile: explicitly update profile itemsGravatar Berthold Stoeger
2021-01-10profile: explicitly clear profile itemsGravatar Berthold Stoeger
2021-01-10profile: remove AbstractProfilePolygonItem::settingsChanged()Gravatar Berthold Stoeger
2021-01-10profile: initialize axis of DiveProfileItems on constructionGravatar Berthold Stoeger
2021-01-10profile: set model of profile items on constructionGravatar Berthold Stoeger
2021-01-10profile: remove redundant code in DiveCalculatedCeilingGravatar Berthold Stoeger
2020-12-12preferences: create global settingsChanged signalGravatar Berthold Stoeger
2020-10-05Use get_n2 helper functionGravatar Robert C. Helling
2019-12-25Preferences UI: add dive log tabGravatar willemferguson
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Profile: change get_plot_pressure to take index instead of pointerGravatar Berthold Stoeger
2019-11-09Cylinders: dynamically allocate cylinder arraysGravatar Berthold Stoeger
2019-08-08Indicate negative cylider pressureGravatar Robert C. Helling
2019-07-18Cleanup: turn GET_PRESSURE macro into inline functionGravatar Berthold Stoeger
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-04-12Coding style: remove Java-style function definitionGravatar Berthold Stoeger
2019-03-20Profile: ensure the correct settingsChanged() function is calledGravatar Dirk Hohndel
2018-09-11desktop/profile-widget: update signal from _changed to ChangedGravatar jan Iversen
2018-09-10Profile: fix SAC calculation for air divesGravatar Berthold Stoeger
2018-09-07Cleanup: constify threshold pointers in DiveProfileItemGravatar Berthold Stoeger
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-08-23Cleanup: return gasmix by valueGravatar Berthold Stoeger
2018-08-15profile-widget: remove SettingsObjectWrapper and update qPref callsGravatar jan Iversen
2018-08-12core: activate qPrefTechnicalDetailsGravatar jan Iversen
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-24profile-widget: replace (void) with no parameter nameGravatar jan Iversen
2018-05-21profile-widget: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-03-05Use correct numeric format based on selected locale (Qt domain part)Gravatar Stefan Fuchs
2018-02-24Use temperature_t for temperatures in struct stats_tGravatar Stefan Fuchs
2018-02-22Remove space between pressure value and pressure unit in profileGravatar Stefan Fuchs
2018-01-10Typo: Threshould -> ThresholdGravatar Berthold Stoeger
2017-12-29cleanup: Uninitialized scalar fieldGravatar Jan Mulder
2017-10-19Use displayed_dc instead of current_dcGravatar Robert C. Helling
2017-10-18Find current gasmix for heatmapGravatar Robert C. Helling
2017-08-07Fix the overprinting of gas name and pressure value on the profileGravatar Linus Torvalds
2017-07-27Profile support for multiple concurrent pressure sensorsGravatar Linus Torvalds
2017-07-22Show multiple gas pressures in the profile even if the dive isn't CCRGravatar Linus Torvalds