Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | cleanup: only include QString in desktop-widgets/importgps.h | Berthold Stoeger | |
This included QFile, which is fatter and not needed here. Include QFile only in the actual translation unit. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2020-03-19 | cleanup: fix mis-spelling of UCT in comments as well | Dirk Hohndel | |
Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
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> |