index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
diveplanner.cpp
Age
Commit message (
Expand
)
Author
2013-06-27
Remove unused code
Dirk Hohndel
2013-06-27
Remove incorrect logic for first line in planner
Dirk Hohndel
2013-06-27
Removes circle in plan
Robert Helling
2013-06-26
Fixes most of the issues with the dive planner.
Tomaz Canabrava
2013-06-26
Remove the bogus time/depth, and fix the positioning of the Handler after upd...
Tomaz Canabrava
2013-06-23
Perform deco calculation for plan
Dirk Hohndel
2013-06-23
Start hooking in the deco calculations
Dirk Hohndel
2013-06-23
Print the rounded values for time and depth in planner
Dirk Hohndel
2013-06-23
Fix updateTicks
Tomaz Canabrava
2013-06-23
Clean up coding style
Dirk Hohndel
2013-06-21
Added the skeleton implementation of the increaseTime and depth
Tomaz Canabrava
2013-06-21
Added a new class to handle the pseudo-buttons on the canvas.
Tomaz Canabrava
2013-06-21
Make the plot and handle movement stick to an 'Grid'
Tomaz Canabrava
2013-06-21
Depth doesn't suppose to show broken numbers.
Tomaz Canabrava
2013-06-21
Makes the first and last line of the plot inside of the boundingrect
Tomaz Canabrava
2013-06-21
Do not plot dive handlers outside of the Plane area.
Tomaz Canabrava
2013-06-21
Created the posAtValue method for the ruler
Tomaz Canabrava
2013-06-20
Added a new class to handle the DivePlanner dialog
Tomaz Canabrava
2013-06-20
Make skeleton of 'create_deco_stop'.
Tomaz Canabrava
2013-06-20
Restore the original color of the Handler as soon as mouseRelease.
Tomaz Canabrava
2013-06-20
Added text to the rules so the user knows what's happening at that point.
Tomaz Canabrava
2013-06-20
Added the code to set the Depth / Time on the user Handlers.
Tomaz Canabrava
2013-06-20
Added a 2 Ruler Items, Time and Depth.
Tomaz Canabrava
2013-06-20
Added the skeleton for the Ruler Item,
Tomaz Canabrava
2013-06-20
Make the plan handlers to not move across other handlers.
Tomaz Canabrava
2013-06-20
Added drag and drop code to the dive plan
Tomaz Canabrava
2013-06-20
Created a class DiveHandle to make drag drop work.
Tomaz Canabrava
2013-06-20
Make the cross red when you cant plot a dive stop
Tomaz Canabrava
2013-06-20
Better defaults for placement of dive stops.
Tomaz Canabrava
2013-06-20
Created a cross that follows the mouse on the dive planner.
Tomaz Canabrava
2013-06-20
Fix creation of the poligon-based lines for the dive planner
Tomaz Canabrava
2013-06-20
Better handling of the scene size for the dive Plan
Tomaz Canabrava
2013-06-20
Plots Lines and handles on the Planner
Tomaz Canabrava
2013-06-20
Make double click work to put new items on the canvas.
Tomaz Canabrava
2013-06-20
Added the first scope of the visual dive planner.
Tomaz Canabrava