aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
AgeCommit message (Expand)Author
2014-03-23Don't crash if we try to save a empty planGravatar Anton Lundin
2014-03-23Enable parts of planner based on defineGravatar Anton Lundin
2014-03-20Removed Duplicate IncludesGravatar Hugle
2014-03-17Be more careful about dive computer selectionGravatar Linus Torvalds
2014-03-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-07Fix colors on the new profile.Gravatar Tomaz Canabrava
2014-03-07Remove the old profile from the main screen of SubsurfaceGravatar Tomaz Canabrava
2014-03-06Fix real memory leakGravatar Dirk Hohndel
2014-03-03Depth widget minor UX improvementGravatar Andrey Zhdanov
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski
2014-02-12Don't reuse a variable name with a different type inside the same functionGravatar Dirk Hohndel
2014-02-12Don't use current_dive instead of the argument to the functionGravatar Dirk Hohndel
2014-02-11Update #include statement for QStringListModelGravatar Boris Barbulovski
2014-02-11Use our macro for FP comparisonsGravatar Dirk Hohndel
2014-02-09more diveplanner.cpp improvementsGravatar Boris Barbulovski
2014-02-09diveplanner.cpp improvementsGravatar Boris Barbulovski
2014-02-09diveplanner.cpp cleanupGravatar Boris Barbulovski
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