7f7de87e99
Drop Qt5Compat dependency
...
Use QStringConverter instead of QTextCodec on Qt > 6.5.
Qt6 builds now require Qt build with ICU support for the non-UTF encodings to
work!
2024-01-18 10:04:38 +01:00
3d27b4ea00
The codec is always set in load(), use the default constructor
2023-12-21 17:27:27 +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
1385482689
Code cleanup
2022-03-25 19:28:32 +01:00
36220dbc9c
Improved error handling
2022-02-06 11:53:43 +01:00
f1e9983a58
Fixed broken points(points labels) parsing
2022-02-06 04:17:08 +01:00
5d6970c7ee
Read/display extended (class) point labels
2022-02-06 02:42:37 +01:00
ab062cc3ff
Improved handling of labels with separators
2021-08-16 09:00:36 +02:00
44a5e5de81
Added support for Mapsforge maps
2021-04-10 15:27:40 +02:00
0a87c06b0d
Optimization
2021-03-19 08:42:20 +01:00
a2390ae26f
A much more sane raster tabel load...
2021-02-10 21:26:26 +01:00
de064c7ea1
Code cleanup after recent SubFile redesign
2021-02-08 19:54:14 +01:00
5cec192a1c
Removed BOM
2021-02-03 23:34:03 +01:00
33f2002a52
Do not cache the raster data
2021-01-27 21:18:06 +01:00
02c3682758
Added propper error handling
2021-01-25 23:01:36 +01:00
bf613f1b6d
Added support for raster polygon backgrounds
2021-01-25 21:37:07 +01:00
97bea8c56c
Added support for Qt6
...
Removed support for Qt4 and Qt5 < 5.12
2020-12-22 22:09:09 +01:00
f139d33502
Huffman encoded labels
...
+ more or less related fixes/refactoring
2020-11-10 00:58:19 +01:00
e4ac9fda0e
Improved country names labels handling
2020-02-16 12:57:40 +01:00
911c63df0c
Added support for GMAP maps
2020-02-09 23:24:48 +01:00
2efc6fb6d3
Optimization
2020-01-11 23:41:04 +01:00
37a0eec48f
Added support for pseudo-NT IMG maps (e.g. TopoHispania)
2019-09-05 22:31:13 +02:00
f67eaa8dec
Various code cleanup
2019-08-12 22:20:12 +02:00
b4cc88446a
Improved IMG maps loading (lazy loading)
2019-07-04 09:05:30 +02:00
537b1c3716
Added support for label shields
2019-06-30 20:39:22 +02:00
0594774570
Added support for Garmin IMG maps
2019-05-10 18:56:19 +02:00