aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/diveprofileitem.cpp
AgeCommit message (Expand)Author
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
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-05-26Display gas density instead of SAC in plannerGravatar Robert C. Helling
2017-04-29Add SPDX header to profile widgetsGravatar Dirk Hohndel
2017-03-28minimal pO2 threshold: color the p02 graph also for minumumGravatar Jan Mulder
2017-03-24Fix double to int truncation in C++ codeGravatar Jeremie Guichard
2017-03-04heartrate, heartbeat > heart rateGravatar Martin Měřinský
2017-02-21Translate names of additional dive events and nicer format info box textGravatar Stefan Fuchs
2017-01-15Prevent the heatmap form overlapping at the endsv4.6.0Gravatar Robert C. Helling
2016-11-01More preference handling fixesGravatar Tomaz Canabrava
2016-10-20Heatmap: Show more yellowGravatar Rick Walsh
2016-10-20Heatmap: Color undersaturated values relative to inert gas pressureGravatar Rick Walsh
2016-10-20Heatmap: Draw lines between data points rather than big dotsGravatar Rick Walsh
2016-09-24Correctly hook up visibility toggle for tissue heat mapGravatar Dirk Hohndel
2016-09-24Hook up the code to toggle DC reported ceiling visibilityGravatar Dirk Hohndel
2016-09-17Separate method for heatmap color scalingGravatar Robert C. Helling
2016-09-17Allow heat map to zoomGravatar Rick Walsh
2016-09-17Adjust heat map colour scaleGravatar Rick Walsh
2016-09-17Introduce heat mapGravatar Robert C. Helling