1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00
Commit Graph

39 Commits

Author SHA1 Message Date
7a7a331b58 The codec is always set when reading the GPI header 2024-01-02 09:48:13 +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
61b51e5596 Be more tolerant to unknown file header data 2023-08-04 09:34:36 +02:00
a8299050c5 Added support for "data defined" styles 2022-09-23 02:35:09 +02:00
fafe6c4b03 Various KML/KMZ parsing fixes and code cleanup 2022-09-02 22:53:38 +02:00
52b6ff697f Cosmetics 2022-01-27 00:32:52 +01:00
1f0bd76f67 Handle the whole flags as flags, not as type + flags 2022-01-27 00:25:52 +01:00
69ebac9f5d Some more camera info fixes/improvements 2022-01-26 01:01:01 +01:00
6b2bb96be7 Fixed speed info parsing 2022-01-24 21:29:07 +01:00
a815bc762f Make it clear what are we trying to check here 2022-01-24 21:22:33 +01:00
2c770d3756 Check the image data size 2022-01-23 20:58:40 +01:00
8e867851e9 Various GPI symbol handling fixes 2021-10-18 23:10:09 +02:00
467e210581 Code cleanup 2021-10-11 22:02:24 +02:00
fb8f0c4372 Added support for waypoint icons 2021-10-10 08:38:38 +02:00
3cfa5456e9 Read the image size only when actually needed 2021-10-04 21:00:29 +02:00
e47cbc9af3 Added missing namespace 2021-09-20 21:43:17 +02:00
b9e3e81ac1 Added support for waypoint phone data
+ address waypoint data where missing
2021-05-12 21:58:46 +02:00
d33bcd1e55 Also read subsequent spatial indexes on the same level 2021-04-24 05:17:12 +02:00
97bea8c56c Added support for Qt6
Removed support for Qt4 and Qt5 < 5.12
2020-12-22 22:09:09 +01:00
9e70a1ffbb Added the "Load map dir" feature 2020-12-02 23:58:11 +01:00
aea17c9fed Added support for GPX comments (cmt tag)
Closes #272
2020-03-09 20:04:13 +01:00
8c9180190a Fixed buffer overflow 2020-01-05 00:50:02 +01:00
b61c39ea46 Code cleanup 2019-11-26 08:15:01 +01:00
3721084d21 Made the code compile on QT5 < 5.9
+ propper error handling
2019-11-15 23:41:30 +01:00
e4d8ab1feb Added support for multiple images 2019-11-15 22:10:55 +01:00
475eb6185a Added missing red light camera entry points 2019-11-14 22:55:06 +01:00
0d6aeecebb Added missing speed 2019-11-13 19:21:41 +01:00
1731aa1890 Added propper error handling 2019-11-10 19:20:25 +01:00
db7e60bdfb Added support for GPI speed/red light cameras 2019-11-10 16:46:31 +01:00
9ec3956672 Code cleanup 2019-11-09 21:43:07 +01:00
96e0b584a0 Added support for waypoint addresses 2019-11-08 21:00:59 +01:00
d292b5f533 Fixed Qt4 build 2019-11-08 01:04:17 +01:00
3632ed8816 Do not duplicate temporary images + improved error handling 2019-11-07 23:23:25 +01:00
9e63e3f47e Added support for GPI images
+ GPI parser fixes/improvements
2019-11-06 23:23:05 +01:00
1a59e1cb24 Code cleanup 2019-11-05 19:31:52 +01:00
2ba78545ef Fixed broken GPI files encoding handling 2019-11-02 09:54:11 +01:00
9a57ca69a0 Added support for mangled POI files 2019-11-01 19:07:21 +01:00
e6b205e823 Fixed error handling 2019-10-27 16:34:53 +01:00
c0c01eef8b Added support for GPI files 2019-10-25 22:30:12 +02:00