summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2013-04-23A hook for DM4 XML importGravatar Miika Turkia
2013-03-26Check if DLD contains non-ascii charactersGravatar Miika Turkia
2013-03-18Generate heading event on DM4 importGravatar Miika Turkia
2013-03-17Terminate decode at end of string and fix mem leakGravatar Miika Turkia
2013-03-15Support divelogs.de exports that include Cyrillic charactersGravatar Miika Turkia
2013-03-10.DLD generation for uploading to divelogs.deGravatar Miika Turkia
2013-03-08Use information from proper table on DM4 importGravatar Miika Turkia
2013-03-08Sanity check on temperature valuesGravatar Dirk Hohndel
2013-03-08Warn about commas in floating point valuesGravatar Linus Torvalds
2013-03-07Fix potentially broken white space truncation on certain Windows versionsGravatar Lubomir I. Ivanov
2013-03-07DM4 import pressure detection fixGravatar Miika Turkia
2013-03-07More events from Suunto DM4 addedGravatar Miika Turkia
2013-03-04Limited support for Suunto DM4 importGravatar Miika Turkia
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
2013-02-26UDCF importGravatar Miika Turkia
2013-02-26Test divesGravatar Miika Turkia
2013-02-25parse-xml.c: add parsing for DivingLog divetime and depthavgGravatar Dirk Hohndel
2013-02-25Fix GPS import from divinglogGravatar Miika Turkia
2013-02-25Mark some strings for translationGravatar Miika Turkia
2013-02-24XSLT for UDDF importGravatar Miika Turkia
2013-02-22Flesh out the UDDF xml parsing a bit moreGravatar Linus Torvalds
2013-02-22Add correct XSLT search path for WindowsGravatar Dirk Hohndel
2013-02-22Flesh out the UDDF xml parsing a bit moreGravatar Linus Torvalds
2013-02-20parse-xml.c: fixed a small memory leak related to xmlGetProp()Gravatar Lubomir I. Ivanov
2013-02-20Import divelogs.deGravatar Miika Turkia
2013-02-14Better handling of manually edited air temperatureGravatar Dirk Hohndel
2013-02-08Skip XSL transformation for old Subsurface formatGravatar Miika Turkia
2013-02-07Import MacDive divelogsGravatar Miika Turkia
2013-02-01Recognize O2 percentage from MacDive importGravatar Henrik Brautaset Aronsen
2013-01-31Allow using two different tables to hold dives and gps locationsGravatar Dirk Hohndel
2013-01-30Make sure imported rating and visibility are within limits.Gravatar Henrik Brautaset Aronsen
2013-01-28parse-xml: allow XML nodes with empty tag namesGravatar Linus Torvalds
2013-01-28xml-parsing: accept 'sitelat' and 'sitelon' for GPS coordinatesGravatar Linus Torvalds
2013-01-28Be even more permissive in our date parsing logicGravatar Linus Torvalds
2013-01-25Remove some unnecessary variable initializationsGravatar Dirk Hohndel
2013-01-24Centralization for Kelvin and Standardization to milliKelvinGravatar Jan Schubert
2013-01-24Slight change to the parser to avoid false posititivesGravatar Dirk Hohndel
2013-01-24Remove saving of dive computer nicnames in system configGravatar Linus Torvalds
2013-01-24Merge branch 'webservice-import'Gravatar Dirk Hohndel
2013-01-23Remove XML parsing special case temperature codeGravatar Linus Torvalds
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23Import and merge GPS data from the webserviceGravatar Dirk Hohndel
2013-01-18Fix potential crash with old XML filesGravatar Dirk Hohndel
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2013-01-09Assemble the actual Suunto serial numberGravatar Linus Torvalds
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