aboutsummaryrefslogtreecommitdiffstats
path: root/dive.h
AgeCommit message (Expand)Author
2013-12-04Allow comma separated CSV filesGravatar Dirk Hohndel
2013-11-29Editing air or water temperature should modify dive computer, not diveGravatar Dirk Hohndel
2013-11-21Add optional support for stopdepth import from csvGravatar Anton Lundin
2013-11-21Add optional support for cns import from csv filesGravatar Anton Lundin
2013-11-21Add optional support for po2 import from csv filesGravatar Anton Lundin
2013-11-21Added a configuration option to have gf_low apply at max depth instead of at ...Gravatar Patrick Valsecchi
2013-11-20Use get_cylinder_index in per_cylinder_mean_depthGravatar Anton Lundin
2013-11-19Collect per tank SAC rateGravatar Dirk Hohndel
2013-11-18Shift times of selected divesGravatar Robert Helling
2013-11-16Removed duplicated method.Gravatar Tomaz Canabrava
2013-11-13Instead of a "Cylinder for planning" use a default cylinderGravatar Dirk Hohndel
2013-11-12Add depth colum to cylinder modelGravatar Dirk Hohndel
2013-11-08Be consistent when passing around gas data in the plannerGravatar Dirk Hohndel
2013-11-07Include the cylinder information in a dive added with "Add Dive"Gravatar Dirk Hohndel
2013-11-02Speed up XML loadingGravatar Linus Torvalds
2013-11-02Replaced the tag implementationGravatar Maximilian Güntner
2013-10-20Export dives in UDDF formatGravatar Miika Turkia
2013-10-16GUI for CSV importGravatar Miika Turkia
2013-10-11Fix dive planner sidebar depth unitsGravatar Linus Torvalds
2013-10-09Only define TRUE and FALSE if they aren't defined alreadyGravatar Dirk Hohndel
2013-10-09Disable unused functionGravatar Dirk Hohndel
2013-10-07Fix some signedness issuesGravatar Dirk Hohndel
2013-10-07Next round of code removal and header cleanupGravatar Dirk Hohndel
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
2013-10-07Remove info.c/info.hGravatar Dirk Hohndel
2013-10-07Remove feature checkingGravatar Dirk Hohndel
2013-10-06Make Windows cross compile againGravatar Dirk Hohndel
2013-10-06Delete code and files that are no longer usedGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Use helper function to find xslt folderGravatar Dirk Hohndel
2013-10-04Added configuration options for vertical speed units.Gravatar Patrick Valsecchi
2013-09-27Added a ruler which can be dragged along the profileGravatar Maximilian Güntner
2013-09-19Hook up adding a diveGravatar Dirk Hohndel
2013-09-18Only calculate deco stops in planner modeGravatar Dirk Hohndel
2013-09-10Change ws_info and tank_info typesGravatar Dirk Hohndel
2013-09-09Use the same code for command line and gui for file handling.Gravatar Tomaz Canabrava
2013-08-05Delte the temporary dive from the divelist after calculating deco.Gravatar Robert C. Helling
2013-06-27Removes circle in planGravatar Robert Helling
2013-06-23Perform deco calculation for planGravatar Dirk Hohndel
2013-06-23Start hooking in the deco calculationsGravatar Dirk Hohndel
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-05-29Connect preferences to the rest of the codeGravatar Dirk Hohndel
2013-05-23Enable the weightsystem info and move the declarations to dive.hGravatar Dirk Hohndel
2013-05-22Get the math right for cylinder model setData functionGravatar Dirk Hohndel
2013-05-22Actually remove cylinders and weightsystems from the data structuresGravatar Dirk Hohndel
2013-05-21Replace GError handling with a kMessageWidget based approachGravatar Dirk Hohndel
2013-05-21Remove Gtk crudGravatar Dirk Hohndel
2013-05-21Correctly use the weightsystem_none / cylinder_none helpersGravatar Dirk Hohndel
2013-05-21Added the code to show the cylinders from a dive.Gravatar Tomaz Canabrava