summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
AgeCommit message (Expand)Author
2013-09-03Fixed a incorrect signal that shouldn't be there.Gravatar Tomaz Canabrava
2013-09-02Code Cleanup: Merged the three TableViews shared codeGravatar Tomaz Canabrava
2013-08-30More Code CleanupGravatar Tomaz Canabrava
2013-08-30More Code Cleanup.Gravatar Tomaz Canabrava
2013-08-30Fix '+' sign for time on the planer, plus code cleanup.Gravatar 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-30Gas choices working, both directions ( Planner and Table )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-30Code Cleanup - Remove temporaries.Gravatar Tomaz Canabrava
2013-08-30Code cleanup - Dead Code.Gravatar 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-26Fixed moving a dive point between dive pointsGravatar Tomaz Canabrava
2013-08-26Made possible to add a divepoint between two others.Gravatar Tomaz Canabrava
2013-08-26Fixed entering a dive stop before another dive stop.Gravatar Tomaz Canabrava
2013-08-26Fixed invalid values on the TableViewGravatar Tomaz Canabrava
2013-08-26Fixed a bug where moving a handler would mess the plannerGravatar 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-26Changed the WindowHint of the planner popup to 'Popup'Gravatar 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-08-05Delte the temporary dive from the divelist after calculating deco.Gravatar Robert C. Helling
2013-07-21Added the possibility to choose gases in the planner.Gravatar Tomaz Canabrava
2013-07-21Added a missing #UNDEFGravatar 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 a messageBox when the planner quits with a working plan.Gravatar 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-04Fixed the 'hard to grab' Handler, Dive Planner now is very smooth.Gravatar Tomaz Canabrava
2013-07-04Make it possible to drag a handle between handlersGravatar Tomaz Canabrava
2013-07-04Make it possible to add a handler between othersGravatar Tomaz Canabrava
2013-07-04Better positioning of buttons on dive plannerGravatar Tomaz Canabrava
2013-07-02Silence some warningsGravatar Dirk Hohndel
2013-07-02Make the increase time button to work.Gravatar Tomaz Canabrava
2013-07-02Make the 'increase depth' button to work.Gravatar Tomaz Canabrava
2013-07-02Removed user-entered lines on the plan, keeping only deco.Gravatar Tomaz Canabrava
2013-07-02Change the color of the DepthString based on it's deepnessGravatar Tomaz Canabrava