aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
AgeCommit message (Expand)Author
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
2013-11-15Fix adding DivePoints on the planner via the table.Gravatar Tomaz Canabrava
2013-11-15Correctly handle changes on the CylinderModel to update the AirModel.Gravatar Tomaz Canabrava
2013-11-15Close the Air list when clicking outside of it.Gravatar Tomaz Canabrava
2013-11-15Remove some unneeded member functionsGravatar Anton Lundin
2013-11-15Planner: Default to GF from prefs.Gravatar Anton Lundin
2013-11-15Planner: use a QSpinBox for GFLow/GFHighGravatar Anton Lundin
2013-11-14Hook up the tank change and tank update for the plannerGravatar Dirk Hohndel
2013-11-14Fix some random compiler warningsGravatar Dirk Hohndel
2013-11-14Handle tank data correctly in profile editing mode for manually added diveGravatar Dirk Hohndel
2013-11-13Correctly convert an existing dive into a planGravatar Dirk Hohndel
2013-11-13Fix addGas to look at the correct cylinderGravatar Dirk Hohndel
2013-11-13Don't change gas used in segments if there is still a cylinder with that gasGravatar Dirk Hohndel
2013-11-13Connect changes in the tanks with the dive that is being addedGravatar Dirk Hohndel
2013-11-13Instead of a "Cylinder for planning" use a default cylinderGravatar Dirk Hohndel
2013-11-13Partially revert d72c69db7a49f and fix its errorsGravatar Tomaz Canabrava
2013-11-12First steps to make add dive work with the correct infrastructureGravatar Dirk Hohndel
2013-11-12Remove some debug outputGravatar Dirk Hohndel
2013-11-12Make planner work againGravatar Dirk Hohndel
2013-11-12Add depth colum to cylinder modelGravatar Dirk Hohndel
2013-11-11When entering a new point, pick the previous gas by defaultGravatar Dirk Hohndel
2013-11-11Connect cylinders entered in planner with the gases availableGravatar Dirk Hohndel
2013-11-11Hook up delegate to enable cylinder autocompletion in plannerGravatar Dirk Hohndel
2013-11-10Enable adding cylinders in the dive plannerGravatar Dirk Hohndel
2013-11-10Show a cylinder widget in the dive plannerGravatar Dirk Hohndel
2013-11-10Honor "last stop at 6m" in dive plannerGravatar Dirk Hohndel
2013-11-09Remove left over qDebug() callGravatar Dirk Hohndel
2013-11-09Merge branch 'addDiveGasFix'Gravatar Dirk Hohndel
2013-11-09Adjust planner to work with the new semanticGravatar Dirk Hohndel
2013-11-09Fix position of depth reading when entering divesGravatar Dirk Hohndel
2013-11-09Removed inconsistency when user tried to add dive while planning.Gravatar Tomaz Canabrava
2013-11-09Fixes garbage left behind when canceling edit dive.Gravatar Tomaz Canabrava
2013-11-08Correctly track gases when manually adding and then editing divesGravatar Dirk Hohndel
2013-11-08Be consistent when passing around gas data in the plannerGravatar Dirk Hohndel
2013-11-08Correctly identify airGravatar Dirk Hohndel
2013-11-07Include the cylinder information in a dive added with "Add Dive"Gravatar Dirk Hohndel
2013-11-01Enable undo for the Edit mode on Added Dives.Gravatar Tomaz Canabrava
2013-11-01Changed the backup implementation of the samples on EditDive.Gravatar Tomaz Canabrava
2013-11-01Enable editing a dive that was manually entered.Gravatar Tomaz Canabrava
2013-10-11Fix dive planner sidebar depth unitsGravatar Linus Torvalds
2013-10-11Good deal of whitespace fixes and code cleanup.Gravatar Tomaz Canabrava