summaryrefslogtreecommitdiffstats
path: root/planner.c
AgeCommit message (Expand)Author
2014-04-18Remove unused variables and fix signed/unsigned mismatchGravatar Dirk Hohndel
2014-04-18Comments added to plannerGravatar Robert C. Helling
2014-04-17Improvement for various bits of the plannerGravatar Robert Helling
2014-03-31Merge branch 'planner-mods'Gravatar Dirk Hohndel
2014-03-31Distinguish between entered and calculated waypointsGravatar Robert C. Helling
2014-03-15Only use a default cylinder if it is explicitly setGravatar Dirk Hohndel
2014-03-14Convert other users of showError() to the new world orderGravatar Linus Torvalds
2014-03-03Don't use negative gas indexGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2013-12-11Match sizeof with pointer typeGravatar Anton Lundin
2013-12-10Remove some safety stop code in plan()Gravatar Anton Lundin
2013-12-08Make local helpers staticGravatar Anton Lundin
2013-12-08Add some assert guard around gas finding codeGravatar Anton Lundin
2013-12-07Use AL80 as default if no default cylinder is setGravatar Dirk Hohndel
2013-12-07Bugfix first deco stop finderGravatar Anton Lundin
2013-11-24Create a drop down to choose default cylinderGravatar Anton Lundin
2013-11-23Use the default cylinder if definedGravatar Dirk Hohndel
2013-11-21Added a configuration option to have gf_low apply at max depth instead of at ...Gravatar Patrick Valsecchi
2013-11-21Silence some warnings when building on MacGravatar Dirk Hohndel
2013-11-20Use add_gas_switch_event in instead of duplicateGravatar Anton Lundin
2013-11-19Add gas change event from profile context menuGravatar Dirk Hohndel
2013-11-18Fix various issues with the dive add / edit manual dive codeGravatar Dirk Hohndel
2013-11-13Instead of a "Cylinder for planning" use a default cylinderGravatar Dirk Hohndel
2013-11-12Make planner work againGravatar Dirk Hohndel
2013-11-08Don't access invalid elements with depth = 0Gravatar Dirk Hohndel
2013-11-08Correctly track gases when manually adding and then editing divesGravatar Dirk Hohndel
2013-11-07Don't translate the fake DC modelsGravatar Dirk Hohndel
2013-10-20Get rid of compiler warning on format stringsGravatar Miika Turkia
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-07Fix some signedness issuesGravatar Dirk Hohndel
2013-10-07Next round of code removal and header cleanupGravatar 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-09-20When adding a dive, make the final ascent slowerGravatar Dirk Hohndel
2013-09-18Only calculate deco stops in planner modeGravatar Dirk Hohndel
2013-08-30Gas choices working, both directions ( Planner and Table )Gravatar Tomaz Canabrava
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-05-17Merge branch 'Qt'Gravatar Dirk Hohndel
2013-05-03planning: Add option to have last stop at 6m/20ftGravatar Anton Lundin
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-04-08Separate Gtk related code from core logic: plannerGravatar Dirk Hohndel
2013-04-07Separate Gtk related code from core logic: plannerGravatar Dirk Hohndel
2013-04-02planning: Add option to have last stop at 6m/20ftGravatar Anton Lundin
2013-03-26Make relative times default in planner 2Gravatar Robert C. Helling
2013-03-17Manually add gas changes to a diveGravatar Dirk Hohndel
2013-03-07Fix potentially broken white space truncation on certain Windows versionsGravatar Lubomir I. Ivanov