summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-07-04HTML: depth value must be positiveGravatar Gehad elrobey
2014-07-04Clean list_lib and remove unused code from canvas profile.Gravatar Gehad elrobey
2014-07-04HTML: add temperature curve to profile.Gravatar Gehad elrobey
2014-07-04HTML: dive numbering starts from one instead of zeroGravatar Gehad elrobey
2014-07-04HTML: add events to detailed profile viewGravatar Gehad elrobey
2014-07-04Typo fixes on User ManualGravatar Miika Turkia
2014-07-04Minor edits on HTML export (User Manual)Gravatar Miika Turkia
2014-07-04User manual: HTML export updateGravatar Gehad elrobey
2014-07-04Clear out old events in create_dive_from_planGravatar Anton Lundin
2014-07-03Planner: initialize drop_stone_mode as falseGravatar Dirk Hohndel
2014-07-03UI restructure: when adding a dive via displayed_dive it needs valid idGravatar Dirk Hohndel
2014-07-03Don't crash if get_divenr is called with NULL argumentGravatar Dirk Hohndel
2014-07-03Small cleanupsGravatar Dirk Hohndel
2014-07-03Remove non-existant variable from debug statementGravatar Dirk Hohndel
2014-07-03Autofill GPS coordinates for added dives.Gravatar Gaetan Bisson
2014-07-03UI restructure: add back the missing plan dive notesGravatar Dirk Hohndel
2014-07-03Planner: Add backgas breaksGravatar Robert C. Helling
2014-07-03UI restructure: use displayed_dive for add dive and plan diveGravatar Dirk Hohndel
2014-07-03UI restructure: don't use random dives from the divelist for dataGravatar Dirk Hohndel
2014-07-03UI restructure: make planner act on displayed_diveGravatar Dirk Hohndel
2014-07-03UI restructure: add clone_dive helperGravatar Dirk Hohndel
2014-07-03UI restructure: get rid of "current" pointer in cylinders and weightsGravatar Dirk Hohndel
2014-07-03UI restructure: only switch to edit mode if user made changeGravatar Dirk Hohndel
2014-07-03UI restructure: track if any data was modifiedGravatar Dirk Hohndel
2014-07-03UI restructure: improve memory handling in maintabGravatar Dirk Hohndel
2014-07-03Add a "smart strdup" helper named copy_string()Gravatar Dirk Hohndel
2014-07-03UI restructure: updateDiveInfo displays displayed_diveGravatar Dirk Hohndel
2014-07-03UI restructure: always display pictures for displayed diveGravatar Dirk Hohndel
2014-07-03UI restructure: updateDiveInfo shows the selected dive by defaultGravatar Dirk Hohndel
2014-07-03UI restructure: plotDive: plot current dive by default & use displayed_diveGravatar Dirk Hohndel
2014-07-03UI restructure: add helper function to copy and clear a diveGravatar Dirk Hohndel
2014-07-02UI restructure: fix get_divenr to do the right thing on a copy of a diveGravatar Dirk Hohndel
2014-07-02UI restructure: plotDive should just take one diveGravatar Dirk Hohndel
2014-07-02UI restructure: use a global variable to hold the dive we show / editGravatar Dirk Hohndel
2014-07-01HTML: use Right/Left arrows to switch between divesGravatar Gehad Elrobey
2014-07-01Don't show gaschange events at the beginning of a diveGravatar Linus Torvalds
2014-07-01Add dive: remove cylinder pressures from samplesGravatar Dirk Hohndel
2014-07-01Equipment edit: for some reason we need a local copy of indexGravatar Dirk Hohndel
2014-07-01Maintab: fix tab stop orderGravatar Dirk Hohndel
2014-07-01Planner: use the traditional date widgetGravatar Dirk Hohndel
2014-07-01Use gas_mod helper instead of local versionGravatar Anton Lundin
2014-07-01Picture loading: only add the pictures to "reasonable" divesGravatar Dirk Hohndel
2014-07-01Small whitespace fixGravatar Dirk Hohndel
2014-07-01Implement a cache for the scaled imagesGravatar Dirk Hohndel
2014-07-01Clarify the gaschange iconGravatar Anton Lundin
2014-07-01Show subsurface logo in dive plan print outGravatar Robert C. Helling
2014-07-01Show ascent gas consumption separately in plannerGravatar Robert C. Helling
2014-07-01fix tab step order in planner settings.Gravatar Joakim Bygdell
2014-06-30Main Window: start showing dive list and globeGravatar Dirk Hohndel
2014-06-30Only replot the dive if maxDepth > oldMaxDepth on plan / add mode.Gravatar Tomaz Canabrava