summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-12-07Add CNS and pO2 tracking in the samplesGravatar Dirk Hohndel
2012-12-07Initialize helper structure to 0sGravatar Dirk Hohndel
2012-12-07Fix potential uninitialized readGravatar Dirk Hohndel
2012-12-07Fix off by one errorGravatar Dirk Hohndel
2012-12-07Fix embarrassing cut and paste bugsGravatar Dirk Hohndel
2012-12-07Add option to make ceiling visually stand out more in the profileGravatar Dirk Hohndel
2012-12-07Move partial pressure plots up slightlyGravatar Dirk Hohndel
2012-12-07Move 'plot_info' into 'struct graphics_context'Gravatar Linus Torvalds
2012-12-07Add dive computer name to the dive plotGravatar Linus Torvalds
2012-12-07Tune the dive joining surface event insert codeGravatar Linus Torvalds
2012-12-07When merging downloaded dives, strive to keep old dive in 'a'Gravatar Linus Torvalds
2012-12-07Sort the divecomputers alphabetically and have fixed width dropdownGravatar Dirk Hohndel
2012-12-06Add two test dives that triggered the bug fixed in the previous commitGravatar Dirk Hohndel
2012-12-06Fix insert_trip to correctly deal with trips that start at the same timeGravatar Dirk Hohndel
2012-12-06Fix SIGSEGV when joining dives without dive computer informationGravatar Linus Torvalds
2012-12-05Prevent crash when no default device is setGravatar Dirk Hohndel
2012-12-05Split dive computer selection into seperate vendor and product combo boxesGravatar Dirk Hohndel
2012-12-05Fix deco/ndl support for libdivecomputerGravatar Dirk Hohndel
2012-12-05Fix retrieval of object_id value in Uemis downloaderGravatar Dirk Hohndel
2012-12-05Improve reading of extra dive data for UemisGravatar Dirk Hohndel
2012-12-05Fix saving of salinityGravatar Dirk Hohndel
2012-12-05Change Uemis code to use locale indepent floating point parsingGravatar Dirk Hohndel
2012-12-05Turn latitude and longitude into integer micro-degree valuesGravatar Linus Torvalds
2012-12-05Save latitude/longitude using integer mathGravatar Linus Torvalds
2012-12-05Pick up dive numbers from Uemis SDA when starting with empty data fileGravatar Dirk Hohndel
2012-12-05When starting with an empty data file and downloading dives, number themGravatar Dirk Hohndel
2012-12-05Make it easier to pass macro definitions from makeGravatar Dirk Hohndel
2012-12-04Merge trips without modifying the GTK treeGravatar Lubomir I. Ivanov
2012-12-04Improve automatic dive merging logicGravatar Linus Torvalds
2012-12-04Support the new NDL / deco code in the Uemis downloaderGravatar Dirk Hohndel
2012-12-04Improve deco handling and add NDL supportGravatar Dirk Hohndel
2012-12-04Change Uemis debug code to test for bit valuesGravatar Dirk Hohndel
2012-12-01Small cosmetic cleanups of Uemis downloader codeGravatar Dirk Hohndel
2012-12-01Fix stupid error in last minute cleanup of Uemis rewriteGravatar Dirk Hohndel
2012-11-30Make more uemis functions staticGravatar Dirk Hohndel
2012-11-30Remove the hack to mark parsed XML files as downloadedGravatar Dirk Hohndel
2012-11-30Remove the ability to import Uemis SDA filesGravatar Dirk Hohndel
2012-11-30Convert Uemis downloader to directly create divesGravatar Dirk Hohndel
2012-11-28Track Uemis last dive downloaded on a per data-file basisGravatar Dirk Hohndel
2012-11-28Updating events for libdivecomputer 0.3 (and tracking uemis support)Gravatar Dirk Hohndel
2012-11-28Count the actual decimal digits for importGravatar Miika Turkia
2012-11-26JDiveLog import fallback for 1 digit numbersGravatar Miika Turkia
2012-11-26Fix dive computer event handling if there are no samplesGravatar Linus Torvalds
2012-11-26Simplify tripflags: remove tripflag_names[]Gravatar Linus Torvalds
2012-11-26Remove 'tripflag' from dive tripsGravatar Linus Torvalds
2012-11-26Handle seconds in decimal notation (from JDiveLog)Gravatar Miika Turkia
2012-11-26Clarify (and fix) dive trip auto-generationGravatar Linus Torvalds
2012-11-26Remove 'when_from_file' field from dive tripGravatar Linus Torvalds
2012-11-26Rewrite 'remove_autogen_trips()' without the gtk tree model walkingGravatar Linus Torvalds
2012-11-26Associate each dive trip with the dives in that tripGravatar Linus Torvalds