1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00
Commit Graph

3263 Commits

Author SHA1 Message Date
ae742e8581
Added QCT maps support info 2021-11-16 23:10:07 +01:00
914b730a21 Fixed/improved header parsing 2021-11-15 21:31:45 +01:00
94f03670ef Added missing QCT icon file 2021-11-15 21:18:17 +01:00
c87fa3741e Added QCT OS X desktop integration 2021-11-15 21:16:33 +01:00
40ab7d9086 Localization update 2021-11-15 20:47:47 +01:00
c96849da79 Fixed QCT files association 2021-11-14 16:38:01 +01:00
b45860afe9 Added QCT Windows desktop integration 2021-11-14 15:54:41 +01:00
9a4b92c35f Added QCT linux desktop integration 2021-11-14 15:34:17 +01:00
f63ee64f90 Added support for QCT maps 2021-11-14 15:08:33 +01:00
caae981c6a Code cleanup 2021-11-10 20:33:13 +01:00
de028cd2d4 Fixed broken bitstream parsing
+ refactoring
2021-11-09 23:11:45 +01:00
9bfc7e8b89 Properly read the sign bit 2021-11-08 22:10:36 +01:00
ca5b7d72c4 Optmization 2021-11-08 21:52:07 +01:00
3deae0c57b Cosmetics 2021-11-07 12:23:56 +01:00
7ddadf9811 Use a faster segment lookup (in case there are many segments)
+ remove the "overflow safe" index computations - we shall really not exceed
2^30 track points in a single track...
2021-11-07 12:11:53 +01:00
933ecffe93 Code cleanup 2021-11-04 23:01:33 +01:00
Hosted Weblate
0a72c729f8
Merge branch 'origin/master' into Weblate. 2021-11-03 19:33:21 +01:00
a2c88c4fcb Version++ 2021-11-03 18:27:40 +01:00
Hosted Weblate
4570ade52c
Merge branch 'origin/master' into Weblate. 2021-11-02 21:23:50 +01:00
9eee3b456f Always show the POI labels in zooms > 25 2021-11-02 21:22:42 +01:00
3972bb25e0 Reuse the stream logic in the text decoder 2021-11-02 21:15:22 +01:00
Hosted Weblate
87d534b023
Merge branch 'origin/master' into Weblate. 2021-11-01 21:45:04 +01:00
21cda471cc Fixed broken app icons install in "make install" on linux
Fixes #405
2021-11-01 21:44:00 +01:00
Hosted Weblate
bed26ed318
Merge branch 'origin/master' into Weblate. 2021-10-31 09:15:32 +01:00
531edc4862 Added missing artifact name 2021-10-31 09:15:18 +01:00
Hosted Weblate
f942c9c4bf
Merge branch 'origin/master' into Weblate. 2021-10-31 09:07:03 +01:00
e0c807beeb Added missing macdeployqt step
+ use macdeployqt to create the DMG
2021-10-31 09:06:34 +01:00
Hosted Weblate
07ef51164d
Merge branch 'origin/master' into Weblate. 2021-10-31 08:54:48 +01:00
7d6f70cfd3 Upload OS X build artifacts 2021-10-31 08:54:33 +01:00
Hosted Weblate
bb9a43c677
Merge branch 'origin/master' into Weblate. 2021-10-31 08:15:36 +01:00
d2fbe4324b Code cleanup 2021-10-31 08:15:27 +01:00
Hosted Weblate
68ac7f76a8
Merge branch 'origin/master' into Weblate. 2021-10-31 08:04:57 +01:00
dcf98ef025 Remove copy of removed nsh file 2021-10-31 08:04:24 +01:00
Hosted Weblate
3714c7fbd3
Merge branch 'origin/master' into Weblate. 2021-10-31 07:53:11 +01:00
96bf7bd41a Version++ 2021-10-31 07:53:11 +01:00
fe3c3dce60 Removed Windows 32b build stuff 2021-10-31 07:53:11 +01:00
Hosted Weblate
03bd1fd770
Merge branch 'origin/master' into Weblate. 2021-10-28 08:55:36 +02:00
8d61ed72c6
Reflect the latest encoding-related code changes 2021-10-28 08:55:32 +02:00
Hosted Weblate
ca223e0df3
Merge branch 'origin/master' into Weblate. 2021-10-27 20:43:26 +02:00
b23cc0a4cc Added missing core5compat dll file 2021-10-27 20:42:52 +02:00
Hosted Weblate
97cd73b000
Merge branch 'origin/master' into Weblate. 2021-10-27 20:34:31 +02:00
310a113e25 Switched from fallback encodings to core5compat module in Qt6 builds
Archlinux has started to use the Qt6 build, so to support the legacy East Asian
encodings use the compat module rather than a "clean" but less functional
fallback solution and hope there will be some replacement in Qt6 before
the module gets dropped. Non-UTF XML files will however still not work.
2021-10-27 20:29:12 +02:00
Hosted Weblate
4e79a05379
Merge branch 'origin/master' into Weblate. 2021-10-27 18:02:30 +02:00
f83e320f85 Handle the "bell delimiter" in all encodings 2021-10-27 18:01:53 +02:00
Hosted Weblate
e7df35d15f
Merge branch 'origin/master' into Weblate. 2021-10-27 16:13:43 +02:00
644c854328 Get rid of TravisCI 2021-10-27 16:13:05 +02:00
Hosted Weblate
38e1094ad7
Merge branch 'origin/master' into Weblate. 2021-10-27 16:05:03 +02:00
369b12a406 ENV vars fix 2021-10-27 16:04:03 +02:00
Hosted Weblate
046c8796fc
Merge branch 'origin/master' into Weblate. 2021-10-27 15:57:20 +02:00
fcb3abfc76 Fixed yml syntax error 2021-10-27 15:56:54 +02:00