summaryrefslogtreecommitdiffstats
path: root/parse-xml.c
AgeCommit message (Expand)Author
2014-01-09const'ify our strtod() helper functionsGravatar Linus Torvalds
2014-01-02Make our 'ascii_strtod()' helper more genericGravatar Linus Torvalds
2013-12-20Silence a few warningsGravatar Dirk Hohndel
2013-12-19Fix a small coding style issueGravatar Lubomir I. Ivanov
2013-12-16Remove the xslt_path now that all XSLT files are kept in a resourceGravatar Thiago Macieira
2013-12-16Move the XSLT files into a Qt resourceGravatar Thiago Macieira
2013-12-12Correctly parse multiple tags in the divelogGravatar Dirk Hohndel
2013-12-11Fix some whitespace damageGravatar Anton Lundin
2013-12-11Don't crash on loading tags longer than 127 charsGravatar Anton Lundin
2013-12-11Plug memory leak in duration()Gravatar Anton Lundin
2013-11-28Quiet down valgrind warningsGravatar Linus Torvalds
2013-11-27Remove some constants and use helpers insteadGravatar Anton Lundin
2013-11-22Don't parse 32bit hex values with strtolGravatar Dirk Hohndel
2013-11-20Use the get_o2/get_he helpersGravatar Anton Lundin
2013-11-02Speed up XML loadingGravatar Linus Torvalds
2013-11-02Replaced the tag implementationGravatar Maximilian Güntner
2013-10-20Get rid of compiler warning on format stringsGravatar Miika Turkia
2013-10-16GUI for CSV importGravatar Miika Turkia
2013-10-09Next step towards working translationsGravatar Dirk Hohndel
2013-10-07Allow passing NULL as second argument to ascii_strtodGravatar Dirk Hohndel
2013-10-07ascii_strtod that actually does what we needGravatar Linus Torvalds
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Use helper function to find xslt folderGravatar Dirk Hohndel
2013-10-02Initial code to import CSV log filesGravatar Miika Turkia
2013-09-19Identify below floor event type properly.Gravatar Michael Andreen
2013-09-18Use the right event typeGravatar Anton Lundin
2013-06-18Converting the device_info list into a Qt data structureGravatar Dirk Hohndel
2013-06-07Support for aquadivelog UDDF importGravatar Miika Turkia
2013-05-21Replace GError handling with a kMessageWidget based approachGravatar Dirk Hohndel
2013-05-15Fix DM4 dive timeGravatar Miika Turkia
2013-05-14Suunto DM4 import should fill the divecomputer fieldsGravatar Dirk Hohndel
2013-05-11Require libzip, xslt and osm-gps-map in all buildsGravatar Henrik Brautaset Aronsen
2013-05-09Attempt to fix a crash on DM4 import on WindowsGravatar Miika Turkia
2013-04-22A hook for DM4 XML importGravatar Miika Turkia
2013-04-09Automatically show Freshwater tag (but don't set it)Gravatar Dirk Hohndel
2013-04-09Store the tag names instead of an opaque numberGravatar Dirk Hohndel
2013-04-09Add dive tags and support invalid divesGravatar Ďoďo
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