summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
AgeCommit message (Expand)Author
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
2013-06-27Added the Ok / Cancel buttons on the dive planner canvas.Gravatar Tomaz Canabrava
2013-06-27Moved the DivePlanner to the MainWindow.Gravatar Tomaz Canabrava
2013-06-27Correctly prevent time travel in plannerGravatar Dirk Hohndel
2013-06-26Remove the bogus time/depth, and fix the positioning of the Handler after upd...Gravatar Tomaz Canabrava
2013-06-23Start hooking in the deco calculationsGravatar Dirk Hohndel
2013-06-23Clean up coding styleGravatar Dirk Hohndel
2013-06-21Added the skeleton implementation of the increaseTime and depthGravatar Tomaz Canabrava
2013-06-21Added a new class to handle the pseudo-buttons on the canvas.Gravatar Tomaz Canabrava
2013-06-21Make the plot and handle movement stick to an 'Grid'Gravatar Tomaz Canabrava
2013-06-21Do not plot dive handlers outside of the Plane area.Gravatar Tomaz Canabrava
2013-06-20Added a new class to handle the DivePlanner dialogGravatar Tomaz Canabrava
2013-06-20Make skeleton of 'create_deco_stop'.Gravatar Tomaz Canabrava
2013-06-20Added text to the rules so the user knows what's happening at that point.Gravatar Tomaz Canabrava
2013-06-20Added the code to set the Depth / Time on the user Handlers.Gravatar Tomaz Canabrava
2013-06-20Added a 2 Ruler Items, Time and Depth.Gravatar Tomaz Canabrava
2013-06-20Added the skeleton for the Ruler Item,Gravatar Tomaz Canabrava
2013-06-20Make the plan handlers to not move across other handlers.Gravatar Tomaz Canabrava
2013-06-20Added drag and drop code to the dive planGravatar Tomaz Canabrava
2013-06-20Created a class DiveHandle to make drag drop work.Gravatar Tomaz Canabrava
2013-06-20Better defaults for placement of dive stops.Gravatar Tomaz Canabrava
2013-06-20Created a cross that follows the mouse on the dive planner.Gravatar Tomaz Canabrava
2013-06-20Fix creation of the poligon-based lines for the dive plannerGravatar Tomaz Canabrava
2013-06-20Better handling of the scene size for the dive PlanGravatar Tomaz Canabrava
2013-06-20Plots Lines and handles on the PlannerGravatar Tomaz Canabrava
2013-06-20Make double click work to put new items on the canvas.Gravatar Tomaz Canabrava
2013-06-20Added the first scope of the visual dive planner.Gravatar Tomaz Canabrava