Age | Commit message (Expand) | Author |
2013-12-24 | use qMakePair helper instead of QPair<int,int> and such. | Tomaz Canabrava |
2013-12-24 | Don't use QList if sizeof(item) > void*. | Tomaz Canabrava |
2013-12-20 | Use M_OR_FT macro instead of switch statement | Dirk Hohndel |
2013-12-20 | Planner: don't abort when saving a dive | Anton Lundin |
2013-12-12 | Keep track of the minimum Depth / time on the planner. | Tomaz Canabrava |
2013-12-11 | Fix potential null pointer dereference | Anton Lundin |
2013-12-10 | Planner: fix potential assert in clear() | Lubomir I. Ivanov |
2013-12-09 | Fix another potential crash | Anton Lundin |
2013-12-09 | Fix potential crash | Anton Lundin |
2013-12-09 | Implement a settingsChanged in DivePlannerWidget | Anton Lundin |
2013-12-08 | Keep track of user requested minimum depth | Anton Lundin |
2013-12-08 | If we have defined a gas, default to that one. | Anton Lundin |
2013-12-08 | Calculate gas consumption for planned dives | Anton Lundin |
2013-12-08 | Remove the air point at 0,0 | Anton Lundin |
2013-12-07 | Show CC-sp in bar, and not mbar | Anton Lundin |
2013-12-07 | Fix gas for start dp | Anton Lundin |
2013-12-07 | Propagate gas and setpoint from previous point | Anton Lundin |
2013-12-07 | Adapt depth-scale to current way points | Anton Lundin |
2013-12-03 | Correct parameter names | Dirk Hohndel |
2013-12-03 | Fix bug in creating dive plan from dive | Dirk Hohndel |
2013-11-30 | Fix all leak-at-exit from singletons in Subsurface | Thiago Macieira |
2013-11-30 | Delete the graphics items for the ticks and labels in the ruler | Thiago Macieira |
2013-11-27 | Remove some constants and use helpers instead | Anton Lundin |
2013-11-26 | Changing the preferences should update the Add Dive interface | Tomaz Canabrava |
2013-11-21 | Work around QMessageBox not showing its title on Mac | Dirk Hohndel |
2013-11-19 | Use the correct dive to create the gas list | Dirk Hohndel |
2013-11-19 | Better handle the mouse movements on the Add Dive profile | Tomaz Canabrava |
2013-11-19 | Enable gas selection through a context menu | Tomaz Canabrava |
2013-11-19 | Fixes positioning the first Gas Label on the add dive profile. | Tomaz Canabrava |
2013-11-19 | Removed obsolete Code ( gaslist on text click ) | Tomaz Canabrava |
2013-11-18 | Quick hack to make the dive add icons smaller | Dirk Hohndel |
2013-11-18 | Change the order of the increase / decrease buttons on the planner. | Tomaz Canabrava |
2013-11-18 | Anchor bottom of the dive ruler editor ro items on the DivePlanner | Tomaz Canabrava |
2013-11-18 | Just some code cleanup. | Tomaz Canabrava |
2013-11-18 | Fix various issues with the dive add / edit manual dive code | Dirk Hohndel |
2013-11-18 | Don't add spurious 5m/15ft node at 10 minutes when canceling edit | Dirk Hohndel |
2013-11-17 | Removed the ugly icons on the visual profile editor | Tomaz Canabrava |
2013-11-17 | Remove ununsed variables | Dirk Hohndel |
2013-11-15 | Don't create stop at time zero when re-editing manually added dive | Dirk Hohndel |
2013-11-15 | Once again remove debug output. | Dirk Hohndel |
2013-11-15 | Enable a context menu to remove dive handlers. | Tomaz Canabrava |
2013-11-15 | Fix dive planner widget | Dirk Hohndel |
2013-11-15 | Fix planner / add dive handling of DiveHandler Points | Tomaz Canabrava |
2013-11-15 | Adds the first DiveNode at 5meters / 10minutes when clicking on plus | Tomaz Canabrava |
2013-11-15 | Fix adding DivePoints on the planner via the table. | Tomaz Canabrava |
2013-11-15 | Correctly handle changes on the CylinderModel to update the AirModel. | Tomaz Canabrava |
2013-11-15 | Close the Air list when clicking outside of it. | Tomaz Canabrava |
2013-11-15 | Remove some unneeded member functions | Anton Lundin |
2013-11-15 | Planner: Default to GF from prefs. | Anton Lundin |
2013-11-15 | Planner: use a QSpinBox for GFLow/GFHigh | Anton Lundin |