Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-25 | Parse GPX dive coordinates: Qt XML framework | willemferguson | |
This replaces the C-code XML parsing with a Qt infrastructure. QXmlStreamReader is used to parse the GPX file. It also takes into account comments by @neolit123 Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> | |||
2020-01-24 | core: move GPX parsing into core | Dirk Hohndel | |
This shouldn't be part of the desktop UI code; there's still the issue that we really shouldn't hand code XML parsing, but I'll leave that for later. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |