aboutsummaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
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
2013-04-23Add a simple table-based cns calculationsGravatar Anton Lundin
2013-04-21Move creation of dive and dive trip date string into helper functionsGravatar Dirk Hohndel
2013-04-18Move creation of dive and dive trip date string into helper functionsGravatar Dirk Hohndel
2013-04-18Delay Qt ui constructionGravatar Amit Chaudhuri
2013-04-10Fix selection handling for invalid divesGravatar Dirk Hohndel
2013-04-09Add a simple table-based cns calculationsGravatar Anton Lundin
2013-04-07Continue to separate Gtk related code from core logic: divelistGravatar Dirk Hohndel
2013-04-07Separate Gtk related code from core logic: divelistGravatar Dirk Hohndel
2013-04-06Continue to separate Gtk related code from core logic: divelistGravatar Dirk Hohndel
2013-04-06Separate Gtk related code from core logic: divelistGravatar Dirk Hohndel
2013-03-24Export dives to UDDF fileGravatar Miika Turkia
2013-03-20divelist.c: Fix an 'implicit declaration' warningGravatar Lubomir I. Ivanov
2013-03-18Correctly handle first gas when deciding if gas is usedGravatar Robert C. Helling