2e4e702640
Fixed speed values conversion
2025-03-16 22:33:26 +01:00
28f55b7e0d
Added support for Velocitek VTK files
2025-03-16 17:17:09 +01:00
912a00c80e
Cosmetics
2025-03-16 17:15:33 +01:00
7cf957a48d
Cosmetics
2025-03-02 07:58:23 +01:00
451782ce20
Be more strict when parsing the TXT files
2025-02-26 07:44:33 +01:00
044770bc84
Added support for 70mai dashcams GPS log files
2025-02-25 20:24:26 +01:00
5d2465cffc
Remove all Qt5 < 5.15 workarounds.
...
Qt 5.15 is now the minimal required Qt version.
2025-02-19 00:20:18 +01:00
213ab73ceb
Properly handle axis order in geo URIs
2025-01-21 21:45:49 +01:00
0ed630dd20
Added support for geo URIs (RFC 5870)
2025-01-20 23:27:44 +01:00
ad13a5b0cf
qPrintable() -> qUtf8Printable()
2025-01-04 00:18:27 +01:00
22c7ea7de6
Do not use functions deprecated in Qt 6.8
2024-10-16 01:21:28 +02:00
649d972aec
Show track/route source file info when multiple files are opened
...
Closes #559
2024-09-06 00:05:36 +02:00
96044fd8da
Do not show the session end as (a single) lap
2024-09-05 07:33:05 +02:00
4697de6986
Added support for FIT laps
...
Closes #556
2024-09-04 09:15:46 +02:00
3ac197907b
Trim waypoint names on the first nul char
2024-09-02 09:55:35 +02:00
7e690bdbfb
Added "enable pause detection" setting
2024-09-01 16:28:25 +02:00
b6b64065fb
Prefer the map DEM for track/waypoints elevation if present
2024-07-17 01:57:10 +02:00
df8e8d76b8
Code cleanup
2024-06-20 05:34:13 +02:00
15fbd6d35e
Added support for TCX course points icons
2024-04-28 00:43:02 +02:00
648f90f230
Improve FIT locations support
2024-04-03 02:30:26 +02:00
b069d2ac3f
Fixed broken error string encoding
2024-04-01 20:22:28 +02:00
f814d1f5a3
Use the water temperature as temperature data when no air temperature is present
2024-04-01 13:30:50 +02:00
8a069f113e
Cosmetics
2024-04-01 12:37:06 +02:00
bfe31023e0
FIT course symbols instead of description
2024-04-01 12:28:50 +02:00
779f98a206
Ignore GeoJSON features with null geometries
2024-03-27 09:07:39 +01:00
01dfbb3706
Fixed error line reporting in CSV-based files
2024-03-23 09:16:41 +01:00
a48b46d0fb
Refactoring
...
Moved Projection::Method and Projection::Setup to the Conversion class
2024-03-19 22:39:42 +01:00
625ee42eb4
Added support for GeoJSON Coordinate Properties extension
2024-03-12 21:30:15 +01:00
275a9a2683
Removed BOM
2024-03-12 08:56:32 +01:00
026ef5854d
Improved error reporting
...
+ code cleanup
2024-03-11 23:09:38 +01:00
f6a14e6008
Code cleanup
2024-03-10 08:09:44 +01:00
4417b3d5e2
Properly ignore objects with null/empty GeoJSON coordinates
2024-03-10 07:46:50 +01:00
8780a40b9f
Added support for arbitrary CRSs in GeoJSON files
2024-03-09 17:51:43 +01:00
a6b408da4a
Moved demloader from data to common
2024-02-29 07:59:34 +01:00
69c4e6d2dc
Aded support for downloading hillshading DEMs
2024-02-27 21:36:16 +01:00
f7a81cafd5
Move the DEM sources to the common folder now that we use them in map/data
2024-02-22 21:34:34 +01:00
f1fd4f8bc9
Code cleanup
2024-02-22 21:14:49 +01:00
d8f7089450
Code cleanup
2024-02-21 18:54:27 +01:00
cf86fb7557
Added hillshading to vector maps
2024-02-21 08:49:09 +01:00
7a7a331b58
The codec is always set when reading the GPI header
2024-01-02 09:48:13 +01:00
789606cf86
Silenced some more clazy warnings
2023-12-31 13:57:43 +01:00
ca71eb9d93
Header includes cleanup
2023-12-26 20:46:52 +01:00
4a82055867
Some more code cleanup
2023-12-26 20:05:38 +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
75a757cc0c
Added support for GPSDump WPT files
2023-11-08 22:36:05 +01:00
e63fbffe08
Silenced compiler warnings
2023-10-10 23:05:15 +02:00
6cba68f0d1
The logging period is apparently an int, not a byte in GHP files
2023-08-29 22:03:05 +02:00
e34f77f1a1
Use the real file names for suffix extraction on Android
...
Many file URLs/paths that are passed to GPXSee on Android are unusable for
extracting the file suffix due to the Android file name mangling. Use
the converted "display names" for suffix extraction where possible.
2023-08-28 20:18:38 +02:00
00e8004042
Improve GHP data detection
...
Do not consider all files with size divisible by 20 as valid GHP data... Require
at least on valid data point.
2023-08-28 20:14:30 +02:00
f998148fec
Added option to surpress error messages
...
Closes #487
2023-08-12 06:55:50 +02:00