aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveprofileitem.cpp
AgeCommit message (Expand)Author
2014-02-10Clear the data when the model resets.Gravatar Tomaz Canabrava
2014-02-10Profile2: Prevent a crash if no dives are presentGravatar Lubomir I. Ivanov
2014-02-09diveprofileitem.cpp improvementsGravatar Boris Barbulovski
2014-02-08Fix placement of notification area and dive computer name.Gravatar Tomaz Canabrava
2014-02-06Big improvement in speed ( callgrind )Gravatar Tomaz Canabrava
2014-02-05Fix hiding the tissues when user set 'show ceiling' to false.Gravatar Tomaz Canabrava
2014-02-05Optimizations and fixes on the new profile.Gravatar Tomaz Canabrava
2014-02-05Created a method to check if calculations should take place.Gravatar Tomaz Canabrava
2014-01-29Fix positioning of many text items.Gravatar Tomaz Canabrava
2014-01-29Show gradient factor.Gravatar Tomaz Canabrava
2014-01-29Make the calculated ceiling be preferences awareGravatar Tomaz Canabrava
2014-01-27Move the 'getSacColor' out of old profile and use it.Gravatar Tomaz Canabrava
2014-01-27Add settings awareness for the PP graphGravatar Tomaz Canabrava
2014-01-23Added the first Partial Gas Pressure: PN2Gravatar Tomaz Canabrava
2014-01-23Prevent memory leak by removing the texts on the TemperatureItemGravatar Tomaz Canabrava
2014-01-23Move profile item to be used as cache.Gravatar Tomaz Canabrava
2014-01-23Moved the temperature item as a 'Cache'Gravatar Tomaz Canabrava
2014-01-23Fix the ghost-text-on-profile regressionGravatar Tomaz Canabrava
2014-01-23Move the creation of the Gas Pressure item to the constructorGravatar Tomaz Canabrava
2014-01-22Make the tissues be preferences-aware.Gravatar Tomaz Canabrava
2014-01-22Do not delete / new object that can be cached.Gravatar Tomaz Canabrava
2014-01-22Simplify the code for the reported ceiling.Gravatar Tomaz Canabrava
2014-01-22Prepare for plotting partial pressures in the new profileGravatar Tomaz Canabrava
2014-01-22Add a MeanDepthItem that has 2 strings.Gravatar Tomaz Canabrava
2014-01-21Whitespace, whitespace, whitespaceGravatar Dirk Hohndel
2014-01-21Better use of the preferences changed signal.Gravatar Tomaz Canabrava
2014-01-21Draw the Ceiling in red if preferences are marked for that.Gravatar Tomaz Canabrava
2014-01-21If we draw ceilings in red do not dig a hole on the profile.Gravatar Tomaz Canabrava
2014-01-21Show dive computer ceilingGravatar Tomaz Canabrava
2014-01-21Add the DiveCalculatedCeiling item.Gravatar Tomaz Canabrava
2014-01-21Plot gas value function ported to the new canvas.Gravatar Tomaz Canabrava
2014-01-21Add the gas presssure profile texts.Gravatar Tomaz Canabrava
2014-01-21Simplfy the code for the cylinder pressure.Gravatar Tomaz Canabrava
2014-01-21Add the depth text.Gravatar Tomaz Canabrava
2014-01-19Fixed Temperature TextGravatar Tomaz Canabrava
2014-01-19Remove the plotText function, standardize with the TextItem.Gravatar Tomaz Canabrava
2014-01-17Plot the Temperature Text.Gravatar Tomaz Canabrava
2014-01-17Add the gas pressure plot.Gravatar Tomaz Canabrava
2014-01-17Added the Temperature Graph.Gravatar Tomaz Canabrava
2014-01-17Transform the DiveProfileItem to an Abstract GeneralizationGravatar Tomaz Canabrava
2014-01-16Get rid of build warningsGravatar Dirk Hohndel
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-16Added the DiveProfileItem that uses the DiveProfileModel to diplay data.Gravatar Tomaz Canabrava