aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
AgeCommit message (Expand)Author
2014-01-26Disable the switching depth column for cylindersGravatar Dirk Hohndel
2014-01-26Don't dereference NULL pointer when adding tanks to a dive planGravatar Dirk Hohndel
2014-01-18Fix potential crash in getColor functionsGravatar Dirk Hohndel
2014-01-16Fix some memory leaks.Gravatar Boris Barbulovski
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-15Convert to TRUE/FALSE to stdbools true/falseGravatar Anton Lundin
2013-12-24use qMakePair helper instead of QPair<int,int> and such.Gravatar Tomaz Canabrava
2013-12-24Don't use QList if sizeof(item) > void*.Gravatar Tomaz Canabrava
2013-12-20Use M_OR_FT macro instead of switch statementGravatar Dirk Hohndel
2013-12-20Planner: don't abort when saving a diveGravatar Anton Lundin
2013-12-12Keep track of the minimum Depth / time on the planner.Gravatar Tomaz Canabrava
2013-12-11Fix potential null pointer dereferenceGravatar Anton Lundin
2013-12-10Planner: fix potential assert in clear()Gravatar Lubomir I. Ivanov
2013-12-09Fix another potential crashGravatar Anton Lundin
2013-12-09Fix potential crashGravatar Anton Lundin
2013-12-09Implement a settingsChanged in DivePlannerWidgetGravatar Anton Lundin
2013-12-08Keep track of user requested minimum depthGravatar Anton Lundin
2013-12-08If we have defined a gas, default to that one.Gravatar Anton Lundin
2013-12-08Calculate gas consumption for planned divesGravatar Anton Lundin
2013-12-08Remove the air point at 0,0Gravatar Anton Lundin
2013-12-07Show CC-sp in bar, and not mbarGravatar Anton Lundin
2013-12-07Fix gas for start dpGravatar Anton Lundin
2013-12-07Propagate gas and setpoint from previous pointGravatar Anton Lundin
2013-12-07Adapt depth-scale to current way pointsGravatar Anton Lundin
2013-12-03Correct parameter namesGravatar Dirk Hohndel
2013-12-03Fix bug in creating dive plan from diveGravatar Dirk Hohndel
2013-11-30Fix all leak-at-exit from singletons in SubsurfaceGravatar Thiago Macieira
2013-11-30Delete the graphics items for the ticks and labels in the rulerGravatar Thiago Macieira
2013-11-27Remove some constants and use helpers insteadGravatar Anton Lundin
2013-11-26Changing the preferences should update the Add Dive interfaceGravatar Tomaz Canabrava
2013-11-21Work around QMessageBox not showing its title on MacGravatar Dirk Hohndel
2013-11-19Use the correct dive to create the gas listGravatar Dirk Hohndel
2013-11-19Better handle the mouse movements on the Add Dive profileGravatar Tomaz Canabrava
2013-11-19Enable gas selection through a context menuGravatar Tomaz Canabrava
2013-11-19Fixes positioning the first Gas Label on the add dive profile.Gravatar Tomaz Canabrava
2013-11-19Removed obsolete Code ( gaslist on text click )Gravatar Tomaz Canabrava
2013-11-18Quick hack to make the dive add icons smallerGravatar Dirk Hohndel
2013-11-18Change the order of the increase / decrease buttons on the planner.Gravatar Tomaz Canabrava
2013-11-18Anchor bottom of the dive ruler editor ro items on the DivePlannerGravatar Tomaz Canabrava
2013-11-18Just some code cleanup.Gravatar Tomaz Canabrava
2013-11-18Fix various issues with the dive add / edit manual dive codeGravatar Dirk Hohndel
2013-11-18Don't add spurious 5m/15ft node at 10 minutes when canceling editGravatar Dirk Hohndel
2013-11-17Removed the ugly icons on the visual profile editorGravatar Tomaz Canabrava
2013-11-17Remove ununsed variablesGravatar Dirk Hohndel
2013-11-15Don't create stop at time zero when re-editing manually added diveGravatar Dirk Hohndel
2013-11-15Once again remove debug output.Gravatar Dirk Hohndel
2013-11-15Enable a context menu to remove dive handlers.Gravatar Tomaz Canabrava
2013-11-15Fix dive planner widgetGravatar Dirk Hohndel
2013-11-15Fix planner / add dive handling of DiveHandler PointsGravatar Tomaz Canabrava
2013-11-15Adds the first DiveNode at 5meters / 10minutes when clicking on plusGravatar Tomaz Canabrava