summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2013-01-01Remove autogroup from the preferences and store per file insteadGravatar Dirk Hohndel
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Update deco handlingGravatar Dirk Hohndel
2012-12-28Don't allocate an intermediate buffer for most parsed xmlNode contentsGravatar Lubomir I. Ivanov
2012-12-27Clear memory allocated for event namesGravatar Lubomir I. Ivanov
2012-12-26Add settings section to XML file format and store dive computer IDsGravatar Dirk Hohndel
2012-12-21Remove nickname from divecomputer data structureGravatar Dirk Hohndel
2012-12-19Prevent bleeding deco/ndl for XML files without divecomputer entriesGravatar Linus Torvalds
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-11Fix minor indentation issueGravatar Dirk Hohndel
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-12-07Add CNS and pO2 tracking in the samplesGravatar Dirk Hohndel
2012-12-05Turn latitude and longitude into integer micro-degree valuesGravatar Linus Torvalds
2012-12-04Improve deco handling and add NDL supportGravatar 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-26Simplify tripflags: remove tripflag_names[]Gravatar Linus Torvalds
2012-11-26Remove 'when_from_file' field from dive tripGravatar Linus Torvalds
2012-11-25Improve on divecomputer data handlingGravatar Linus Torvalds
2012-11-25Add basic divecomputer info setup with xml parsing and savingGravatar Linus Torvalds
2012-11-24Fix error message (parsing weight here)Gravatar Miika Turkia
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-23Allocate dive samples separately from 'struct dive'Gravatar Linus Torvalds
2012-11-21Fix "prefer download" behaviorGravatar Dirk Hohndel
2012-11-19Fix the XML gps parsing and saving when using non-US localesGravatar Linus Torvalds
2012-11-12Store and parse salinity and surface pressureGravatar Dirk Hohndel
2012-11-11Simplify and clean up dive trip managementGravatar Linus Torvalds
2012-11-10Fix default filename handling errorsGravatar Linus Torvalds
2012-11-10Fix cut and paste error in an error messageGravatar Dirk Hohndel
2012-10-28Add support for visibility tracking and allow manual entry air tempGravatar Dirk Hohndel
2012-10-15Merge branch 'gettext'Gravatar Dirk Hohndel
2012-10-11Improve on the DivingLog importer a bitGravatar Linus Torvalds
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-09A file that we import should never become the default file we save toGravatar Dirk Hohndel
2012-09-30New XML format for saving divesGravatar Linus Torvalds
2012-09-29Fix a number of obvious memory leaksGravatar Dirk Hohndel
2012-09-20Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurfaceGravatar Linus Torvalds
2012-09-19Partial rewrite of the dive trip codeGravatar Dirk Hohndel
2012-09-19Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'Gravatar Linus Torvalds
2012-09-18Call xmlCleanupParser only once - when we are done with libxmlGravatar Lubomir I. Ivanov
2012-09-17Correctly deal with empty XML filesGravatar Dirk Hohndel
2012-09-10Change behavior for the existing filenameGravatar Dirk Hohndel
2012-09-06Merge branch 'trip3' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-09-05Avoid duplicate dive_trip entriesGravatar Dirk Hohndel
2012-09-03Make xml (and CSV) parsing use 'g_ascii_strtod()' rather than 'strtod()'Gravatar Linus Torvalds
2012-09-01Clean up macros and auxiliary functionsGravatar Dirk Hohndel
2012-08-27Merge branch 'trips' of git://git.hohndel.org/subsurfaceGravatar Linus Torvalds
2012-08-27Fix an issue with trips that have dives from multiple input filesGravatar Dirk Hohndel
2012-08-27First cut of explicit trip trackingGravatar Dirk Hohndel