aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
AgeCommit message (Expand)Author
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
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-22Prevent nodes in planner / dive add profile edit to run past each otherGravatar Dirk Hohndel
2013-09-21In planner / add dive use 'ESC' to hide the gas selection popupGravatar 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-19Continous update of plannerGravatar Robert Helling
2013-09-18Rename createDecostops to drawProfileGravatar Dirk Hohndel
2013-09-18Use Planner dialog to add diveGravatar Dirk Hohndel
2013-09-16Plotted the Scale on the Ruler ( depth / time ) on the plannerGravatar 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-09Plug most of the dive planner - non - model stuff.Gravatar Tomaz Canabrava
2013-09-02Code Cleanup: Merged the three TableViews shared codeGravatar Tomaz Canabrava
2013-08-30Make planned points deletion works on the Table too.Gravatar Tomaz Canabrava
2013-08-30Moves deletion logic of divepoints to the Model.Gravatar Tomaz Canabrava
2013-08-30Added support for changing Depth and Time on the Table.Gravatar Tomaz Canabrava
2013-08-30Started the work of Editable Model for the PlannerGravatar Tomaz Canabrava
2013-08-28Made the TableViews share a bit of code, code cleanup.Gravatar Tomaz Canabrava
2013-08-28Added a 'remove' icon on the dive planner table.Gravatar Tomaz Canabrava
2013-08-26Moved a lot of code to the Model, cleaning the interface.Gravatar Tomaz Canabrava
2013-08-26Moving Handler on Graphics Updates the Model on the PlannerGravatar Tomaz Canabrava
2013-08-26Moved the creation of the data plan point to the model.Gravatar Tomaz Canabrava
2013-08-26First implementation of the Shared Model for the PlannerGravatar Tomaz Canabrava
2013-08-26Started the Model to handle the DivePointsGravatar Tomaz Canabrava
2013-08-26Code Cleanup: Buttons on Graphical PlannerGravatar Tomaz Canabrava
2013-08-26Added a new widget to control the PlannerGravatar Tomaz Canabrava
2013-07-21Added the possibility to choose gases in the planner.Gravatar Tomaz Canabrava
2013-07-21Good code cleanup.Gravatar Tomaz Canabrava
2013-07-21Added the current gas used on the plannerGravatar Tomaz Canabrava
2013-07-21Removed unused code.Gravatar Tomaz Canabrava
2013-07-21Added button to reduce dive time on the planner.Gravatar Tomaz Canabrava
2013-07-21Added ( finally ) the code to reduce depth on the plannerGravatar Tomaz Canabrava
2013-07-04Added the left / right shortcuts for moving the handlers around in time.Gravatar Tomaz Canabrava
2013-07-04Added 'up' and 'down' actions on the dive planner.Gravatar Tomaz Canabrava
2013-07-04Added a 'delete' action, with the keyboard.Gravatar Tomaz Canabrava
2013-07-04Added a shortcut to 'esc', so it clears the selection or cancels the plan.Gravatar Tomaz Canabrava
2013-07-04Make possible to 'select' an handler by ctrl+clickGravatar Tomaz Canabrava
2013-07-04Make it possible to drag a handle between handlersGravatar Tomaz Canabrava
2013-07-02Make the increase time button to work.Gravatar Tomaz Canabrava
2013-07-02Change the color of the DepthString based on it's deepnessGravatar Tomaz Canabrava
2013-07-02Use the same profile colors on the planer for the Time and DepthGravatar Tomaz Canabrava
2013-07-02Change the rules so they work with percentages.Gravatar Tomaz Canabrava
2013-07-02Added a method and a simple stub to position things using percentage.Gravatar Tomaz Canabrava
2013-06-27Make planner prettier. but still ugly.Gravatar Tomaz Canabrava
2013-06-27Removed memleak created by the diveplan calculationsGravatar Tomaz Canabrava