aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
AgeCommit message (Expand)Author
2014-05-29Show the calculated deco stops in the planner tableGravatar Robert C. Helling
2014-05-28Planner: set up a cylinder, even if no current dive is selectedGravatar Dirk Hohndel
2014-05-27Planner: use the gas in the first cylinder for initial planGravatar Dirk Hohndel
2014-05-26Planner: Don't include the ascent in the default diveGravatar Dirk Hohndel
2014-05-24Remove leftovers from the planner.Gravatar Tomaz Canabrava
2014-05-24Port the KeyPress actions to the new profile.Gravatar Tomaz Canabrava
2014-05-24Remove a ton of code.Gravatar Tomaz Canabrava
2014-05-24Remove the depth / time increase and decrease functions.Gravatar Tomaz Canabrava
2014-05-24Remove unused code.Gravatar Tomaz Canabrava
2014-05-24Remove code already ported to the new profile.Gravatar Tomaz Canabrava
2014-05-24Make the planner actually work.Gravatar Tomaz Canabrava
2014-05-24Change how the handler handlers itself.Gravatar Tomaz Canabrava
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-22Good code cleanup on the old DivePlanner code.Gravatar Tomaz Canabrava
2014-05-22Profile now correctly displays the planned dive.Gravatar Tomaz Canabrava
2014-05-22Code Cleanup: connections can be made between signals.Gravatar Tomaz Canabrava
2014-05-08When starting the planner, copy cylinders from currently selected dive.Gravatar Robert C. Helling
2014-05-08Planner: Change when we recalculate decoGravatar Robert C. Helling
2014-04-17Fixed mismatched connectionsGravatar Lakshman
2014-04-17Improvement for various bits of the plannerGravatar Robert Helling
2014-04-02Add missing REMOVE slotGravatar Lakshman
2014-03-31Diveplan with entered and computed waypoints to UIGravatar Lakshman Anumolu
2014-03-31Distinguish between entered and calculated waypointsGravatar Robert C. Helling
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-11Put include guard to every headerGravatar Boris Barbulovski
2014-02-11Update #include statement for QStringListModelGravatar Boris Barbulovski
2014-02-09diveplanner.cpp improvementsGravatar Boris Barbulovski
2013-12-24Don't use QList if sizeof(item) > void*.Gravatar Tomaz Canabrava
2013-12-09Remove some unused variablesGravatar Anton Lundin
2013-12-09Implement a settingsChanged in DivePlannerWidgetGravatar Anton Lundin
2013-12-08Keep track of user requested minimum depthGravatar Anton Lundin
2013-12-03Correct parameter namesGravatar Dirk Hohndel
2013-11-30Delete the graphics items for the ticks and labels in the rulerGravatar Thiago Macieira
2013-11-26Changing the preferences should update the Add Dive interfaceGravatar Tomaz Canabrava
2013-11-19Enable gas selection through a context menuGravatar Tomaz Canabrava
2013-11-19Removed obsolete Code ( gaslist on text click )Gravatar Tomaz Canabrava
2013-11-18Fix various issues with the dive add / edit manual dive codeGravatar Dirk Hohndel
2013-11-17Removed the ugly icons on the visual profile editorGravatar Tomaz Canabrava
2013-11-15Enable a context menu to remove dive handlers.Gravatar Tomaz Canabrava
2013-11-15Correctly handle changes on the CylinderModel to update the AirModel.Gravatar Tomaz Canabrava
2013-11-15Remove some unneeded member functionsGravatar Anton Lundin
2013-11-15Planner: use a QSpinBox for GFLow/GFHighGravatar Anton Lundin
2013-11-14Handle tank data correctly in profile editing mode for manually added diveGravatar Dirk Hohndel
2013-11-13Connect changes in the tanks with the dive that is being addedGravatar Dirk Hohndel
2013-11-12Make planner work againGravatar Dirk Hohndel
2013-11-11Connect cylinders entered in planner with the gases availableGravatar Dirk Hohndel
2013-11-10Enable adding cylinders in the dive plannerGravatar Dirk Hohndel
2013-11-09Merge branch 'addDiveGasFix'Gravatar Dirk Hohndel
2013-11-09Removed inconsistency when user tried to add dive while planning.Gravatar Tomaz Canabrava
2013-11-08Be consistent when passing around gas data in the plannerGravatar Dirk Hohndel