Age | Commit message (Expand) | Author |
2014-05-24 | Remove unused code. | Tomaz Canabrava |
2014-05-24 | Remove code already ported to the new profile. | Tomaz Canabrava |
2014-05-24 | Make the planner actually work. | Tomaz Canabrava |
2014-05-24 | Change how the handler handlers itself. | Tomaz Canabrava |
2014-05-22 | Gratuitous whitespace changes | Dirk Hohndel |
2014-05-22 | Good code cleanup on the old DivePlanner code. | Tomaz Canabrava |
2014-05-22 | Profile now correctly displays the planned dive. | Tomaz Canabrava |
2014-05-22 | Code Cleanup: connections can be made between signals. | Tomaz Canabrava |
2014-05-08 | When starting the planner, copy cylinders from currently selected dive. | Robert C. Helling |
2014-05-08 | Planner: Change when we recalculate deco | Robert C. Helling |
2014-04-17 | Fixed mismatched connections | Lakshman |
2014-04-17 | Improvement for various bits of the planner | Robert Helling |
2014-04-02 | Add missing REMOVE slot | Lakshman |
2014-03-31 | Diveplan with entered and computed waypoints to UI | Lakshman Anumolu |
2014-03-31 | Distinguish between entered and calculated waypoints | Robert C. Helling |
2014-02-27 | Massive automated whitespace cleanup | Dirk Hohndel |
2014-02-11 | Put include guard to every header | Boris Barbulovski |
2014-02-11 | Update #include statement for QStringListModel | Boris Barbulovski |
2014-02-09 | diveplanner.cpp improvements | Boris Barbulovski |
2013-12-24 | Don't use QList if sizeof(item) > void*. | Tomaz Canabrava |
2013-12-09 | Remove some unused variables | 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-03 | Correct parameter names | Dirk Hohndel |
2013-11-30 | Delete the graphics items for the ticks and labels in the ruler | Thiago Macieira |
2013-11-26 | Changing the preferences should update the Add Dive interface | Tomaz Canabrava |
2013-11-19 | Enable gas selection through a context menu | Tomaz Canabrava |
2013-11-19 | Removed obsolete Code ( gaslist on text click ) | Tomaz Canabrava |
2013-11-18 | Fix various issues with the dive add / edit manual dive code | Dirk Hohndel |
2013-11-17 | Removed the ugly icons on the visual profile editor | Tomaz Canabrava |
2013-11-15 | Enable a context menu to remove dive handlers. | Tomaz Canabrava |
2013-11-15 | Correctly handle changes on the CylinderModel to update the AirModel. | Tomaz Canabrava |
2013-11-15 | Remove some unneeded member functions | Anton Lundin |
2013-11-15 | Planner: use a QSpinBox for GFLow/GFHigh | Anton Lundin |
2013-11-14 | Handle tank data correctly in profile editing mode for manually added dive | Dirk Hohndel |
2013-11-13 | Connect changes in the tanks with the dive that is being added | Dirk Hohndel |
2013-11-12 | Make planner work again | Dirk Hohndel |
2013-11-11 | Connect cylinders entered in planner with the gases available | Dirk Hohndel |
2013-11-10 | Enable adding cylinders in the dive planner | Dirk Hohndel |
2013-11-09 | Merge branch 'addDiveGasFix' | Dirk Hohndel |
2013-11-09 | Removed inconsistency when user tried to add dive while planning. | Tomaz Canabrava |
2013-11-08 | Be consistent when passing around gas data in the planner | Dirk Hohndel |
2013-11-01 | Enable undo for the Edit mode on Added Dives. | Tomaz Canabrava |
2013-11-01 | Changed the backup implementation of the samples on EditDive. | Tomaz Canabrava |
2013-11-01 | Enable editing a dive that was manually entered. | Tomaz Canabrava |
2013-10-06 | First steps towards removing glib dependencies | Dirk Hohndel |
2013-10-03 | Make the classes generated by uic be real members of our classes | Thiago Macieira |
2013-10-03 | Include the ui_*.h headers in the main headers. | Thiago Macieira |
2013-09-22 | Prevent nodes in planner / dive add profile edit to run past each other | Dirk Hohndel |
2013-09-21 | In planner / add dive use 'ESC' to hide the gas selection popup | Dirk Hohndel |