summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
AgeCommit message (Expand)Author
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
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