aboutsummaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2014-05-24Add some helper functionsGravatar Dirk Hohndel
2014-05-20Use get_o2 instead of local versionGravatar Anton Lundin
2014-05-19Remove unused variablesGravatar Dirk Hohndel
2014-05-14Mark new dives "downloaded" when importing new divesGravatar Linus Torvalds
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-08Use the used flag on cylinders in get_dive_gasGravatar Anton Lundin
2014-04-26Don't calculate SAC-rates for negative pressure changesGravatar Linus Torvalds
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-08Another case of 'dereference before NULL check'Gravatar Dirk Hohndel
2014-03-08Don't use dive before checking it against NULLGravatar Dirk Hohndel
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-11Fix ATM-vs-bar confusionGravatar Linus Torvalds
2014-02-10Fix calloc parameter order.Gravatar Boris Barbulovski
2014-01-16Convert the C code to using stdbool and true/falseGravatar Anton Lundin
2014-01-07When merging dives, keep dive ids in mindGravatar Dirk Hohndel
2014-01-01Typos on commentsGravatar Rodrigo Severo
2013-12-12Fix incorrect handling of autogrouped tripsGravatar Dirk Hohndel
2013-12-11divelist.c: Fix possible NULL pointer deref.Gravatar Lubomir I. Ivanov
2013-12-11Remove extra local variable declarationGravatar Anton Lundin
2013-12-11Initialize tissue_toleranceGravatar Anton Lundin
2013-12-07amount_selected should never be decremented if already 0Gravatar Martin Gysel
2013-11-19Fix trip summary line in dive listGravatar Dirk Hohndel
2013-11-16Removed duplicated method.Gravatar Tomaz Canabrava
2013-11-02Replaced the tag implementationGravatar Maximilian Güntner
2013-10-16Helpers: move some date related function to qt-gui.cppGravatar Lubomir I. Ivanov
2013-10-09Next step towards working translationsGravatar 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-06Delete code and files that are no longer usedGravatar Dirk Hohndel
2013-10-06Remove lots of ifdef'ed out code from GTK/glib versionGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-09-24Disable info widget when canceling 'add dive' for a first diveGravatar Dirk Hohndel
2013-09-24Only offer to merge dives if they are consecutive in the divelistGravatar Dirk Hohndel
2013-09-23Add "merge selected dives" to dive list popup menuGravatar Dirk Hohndel
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-06-13Improve the trip headerGravatar Linus Torvalds
2013-05-31Use a slightly shorter date string for Info tabGravatar Dirk Hohndel
2013-05-22The never ending, futile fight for whitespace consistencyGravatar Dirk Hohndel
2013-05-17Merge branch 'Qt'Gravatar Dirk Hohndel
2013-05-14code to show profile againGravatar Tomaz Canabrava
2013-05-11Require libzip, xslt and osm-gps-map in all buildsGravatar Henrik Brautaset Aronsen
2013-05-03Fix compiler warningsGravatar Dirk Hohndel
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-05-02Move gas string computation into core logic codeGravatar Dirk Hohndel
2013-04-24Call the get_date functions with timestamp_t instead of struct tmGravatar Dirk Hohndel
2013-04-24Split report_dives into UI and logic and move to divelist filesGravatar Dirk Hohndel