275a9a2683
Removed BOM
2024-03-12 08:56:32 +01:00
f6a14e6008
Code cleanup
2024-03-10 08:09:44 +01:00
829d85a70a
Optimize TextCodec initialization
...
QTextCodec initialization is very slow due to it's broken caching in Qt when
ICU is enabled. Make TetCodec initialize fast anyway as it may be used very
often in IMG maps (every LBL subfile has it's own codec!).
2023-12-21 01:31:44 +01:00
74b73d8700
Limit line lengths in line-based parsers
2022-07-05 11:08:57 +02:00
00a9adce1e
Also ignore invalid dates in waypoint lines
2022-01-04 09:37:26 +01:00
c4e0ff6435
Ignore invalid dates
...
fixes #416
2022-01-03 23:21:55 +01:00
a42280dec3
Parse waypoint symbols
...
+ fixed error handling
2021-12-24 15:09:19 +01:00
421ab19e7a
Demangle waypoint names
2021-12-24 14:40:01 +01:00
f55e5d639d
Fixed build with Qt < 5.14
2021-12-24 14:08:39 +01:00
321357b74d
Added support for TwoNav data files (trk, rte, wpt)
...
Resolves #411
2021-12-24 13:43:23 +01:00