aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
AgeCommit message (Expand)Author
2014-05-08When starting the planner, copy cylinders from currently selected dive.Gravatar Robert C. Helling
2014-05-08Planner: show gas for the NEXT segmentGravatar Robert C. Helling
2014-05-08Planner: Change when we recalculate decoGravatar Robert C. Helling
2014-04-18Remove unused variables and fix signed/unsigned mismatchGravatar Dirk Hohndel
2014-04-18Fix crash when manually adding a diveGravatar Dirk Hohndel
2014-04-18Comments added to plannerGravatar Robert C. Helling
2014-04-17Fixed mismatched connectionsGravatar Lakshman
2014-04-17Mark a lot of TODO's where I think it should be moved to C code.Gravatar Tomaz Canabrava
2014-04-17Quick whitespace cleanupGravatar Dirk Hohndel
2014-04-17Improvement for various bits of the plannerGravatar Robert Helling
2014-04-02Add missing REMOVE slotGravatar Lakshman
2014-04-02Make compute waypoints content uneditableGravatar Lakshman
2014-03-31Merge branch 'planner-mods'Gravatar Dirk Hohndel
2014-03-31Diveplan with entered and computed waypoints to UIGravatar Lakshman Anumolu
2014-03-31Distinguish between entered and calculated waypointsGravatar Robert C. Helling
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