aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
AgeCommit message (Expand)Author
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
2013-10-06Merge branch 'glib-removal-hack'Gravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-05Modify the dialog text for the question to make more sense.Gravatar Robert C. Helling
2013-10-03Turn off Qt including the C++ Standard Library headersGravatar Thiago Macieira
2013-10-03Make the classes generated by uic be real members of our classesGravatar Thiago Macieira
2013-10-03Include the ui_*.h headers in the main headers.Gravatar Thiago Macieira
2013-09-26Fixed the display of Subsurface in Smaller ScreensGravatar Tomaz Canabrava
2013-09-22Support imperial measurements in dive planner / add diveGravatar Dirk Hohndel
2013-09-22Whitespace fixes in dive plannerGravatar Dirk Hohndel
2013-09-22Prevent nodes in planner / dive add profile edit to run past each otherGravatar Dirk Hohndel
2013-09-22Don't exit profile editor when hitting ESC in dive add modeGravatar Dirk Hohndel
2013-09-21Simplify the default dive profile given in add diveGravatar Dirk Hohndel
2013-09-21In planner / add dive use 'ESC' to hide the gas selection popupGravatar Dirk Hohndel
2013-09-21Allow editing of date & time and air & water temperaturesGravatar Dirk Hohndel
2013-09-20When manually adding a dive, start with a simple diveGravatar Dirk Hohndel
2013-09-19Merge branch 'addDive'Gravatar Dirk Hohndel
2013-09-19Hook up adding a diveGravatar Dirk Hohndel
2013-09-19Continous update of plannerGravatar Robert Helling
2013-09-18Don't show the planner widget when adding a diveGravatar Dirk Hohndel
2013-09-18Only calculate deco stops in planner modeGravatar Dirk Hohndel
2013-09-18Rename createDecostops to drawProfileGravatar Dirk Hohndel
2013-09-18Use Planner dialog to add diveGravatar Dirk Hohndel
2013-09-16Planner: start time is relativeGravatar Dirk Hohndel
2013-09-16Plotted the Scale on the Ruler ( depth / time ) on the plannerGravatar Tomaz Canabrava
2013-09-16Use the same line dimensions as the profile, on the planner.Gravatar Tomaz Canabrava
2013-09-16Ok on the planner now correctly creates a Dive.Gravatar Tomaz Canabrava
2013-09-16Move the creation of the dive plan to the modelGravatar Tomaz Canabrava
2013-09-16Plug the Cancel action on the Dive Planner Table and start the 'ok' code.Gravatar Tomaz Canabrava
2013-09-16Position the X and Y labels of the RulersGravatar Tomaz Canabrava
2013-09-09Make the Plus Button on the planner work.Gravatar Tomaz Canabrava
2013-09-09Last gas used will be used on new dive planner point.Gravatar Tomaz Canabrava
2013-09-09Signal that the model changed when editing plan specific information.Gravatar Tomaz Canabrava
2013-09-09Plug most of the dive planner - non - model stuff.Gravatar Tomaz Canabrava
2013-09-09Enable the CC SetPoint on the planner, also input bug fix.Gravatar Tomaz Canabrava