Age | Commit message (Expand) | Author |
2013-11-12 | Add depth colum to cylinder model | Dirk Hohndel |
2013-11-11 | When entering a new point, pick the previous gas by default | Dirk Hohndel |
2013-11-11 | Connect cylinders entered in planner with the gases available | Dirk Hohndel |
2013-11-11 | Hook up delegate to enable cylinder autocompletion in planner | Dirk Hohndel |
2013-11-10 | Enable adding cylinders in the dive planner | Dirk Hohndel |
2013-11-10 | Show a cylinder widget in the dive planner | Dirk Hohndel |
2013-11-10 | Honor "last stop at 6m" in dive planner | Dirk Hohndel |
2013-11-09 | Remove left over qDebug() call | Dirk Hohndel |
2013-11-09 | Merge branch 'addDiveGasFix' | Dirk Hohndel |
2013-11-09 | Adjust planner to work with the new semantic | Dirk Hohndel |
2013-11-09 | Fix position of depth reading when entering dives | Dirk Hohndel |
2013-11-09 | Removed inconsistency when user tried to add dive while planning. | Tomaz Canabrava |
2013-11-09 | Fixes garbage left behind when canceling edit dive. | Tomaz Canabrava |
2013-11-08 | Correctly track gases when manually adding and then editing dives | Dirk Hohndel |
2013-11-08 | Be consistent when passing around gas data in the planner | Dirk Hohndel |
2013-11-08 | Correctly identify air | Dirk Hohndel |
2013-11-07 | Include the cylinder information in a dive added with "Add Dive" | Dirk Hohndel |
2013-11-01 | Enable undo for the Edit mode on Added Dives. | Tomaz Canabrava |
2013-11-01 | Changed the backup implementation of the samples on EditDive. | Tomaz Canabrava |
2013-11-01 | Enable editing a dive that was manually entered. | Tomaz Canabrava |
2013-10-11 | Fix dive planner sidebar depth units | Linus Torvalds |
2013-10-11 | Good deal of whitespace fixes and code cleanup. | Tomaz Canabrava |
2013-10-06 | Merge branch 'glib-removal-hack' | Dirk Hohndel |
2013-10-06 | Trying to switch to Qt translation | Dirk Hohndel |
2013-10-05 | Modify the dialog text for the question to make more sense. | Robert C. Helling |
2013-10-03 | Turn off Qt including the C++ Standard Library headers | Thiago Macieira |
2013-10-03 | Make the classes generated by uic be real members of our classes | Thiago Macieira |
2013-10-03 | Include the ui_*.h headers in the main headers. | Thiago Macieira |
2013-09-26 | Fixed the display of Subsurface in Smaller Screens | Tomaz Canabrava |
2013-09-22 | Support imperial measurements in dive planner / add dive | Dirk Hohndel |
2013-09-22 | Whitespace fixes in dive planner | Dirk Hohndel |
2013-09-22 | Prevent nodes in planner / dive add profile edit to run past each other | Dirk Hohndel |
2013-09-22 | Don't exit profile editor when hitting ESC in dive add mode | Dirk Hohndel |
2013-09-21 | Simplify the default dive profile given in add dive | Dirk Hohndel |
2013-09-21 | In planner / add dive use 'ESC' to hide the gas selection popup | Dirk Hohndel |
2013-09-21 | Allow editing of date & time and air & water temperatures | Dirk Hohndel |
2013-09-20 | When manually adding a dive, start with a simple dive | Dirk Hohndel |
2013-09-19 | Merge branch 'addDive' | Dirk Hohndel |
2013-09-19 | Hook up adding a dive | Dirk Hohndel |
2013-09-19 | Continous update of planner | Robert Helling |
2013-09-18 | Don't show the planner widget when adding a dive | Dirk Hohndel |
2013-09-18 | Only calculate deco stops in planner mode | Dirk Hohndel |
2013-09-18 | Rename createDecostops to drawProfile | Dirk Hohndel |
2013-09-18 | Use Planner dialog to add dive | Dirk Hohndel |
2013-09-16 | Planner: start time is relative | Dirk Hohndel |
2013-09-16 | Plotted the Scale on the Ruler ( depth / time ) on the planner | Tomaz Canabrava |
2013-09-16 | Use the same line dimensions as the profile, on the planner. | Tomaz Canabrava |
2013-09-16 | Ok on the planner now correctly creates a Dive. | Tomaz Canabrava |
2013-09-16 | Move the creation of the dive plan to the model | Tomaz Canabrava |
2013-09-16 | Plug the Cancel action on the Dive Planner Table and start the 'ok' code. | Tomaz Canabrava |