|
f1396b6eff
|
Do not touch the pixmap outside the painter
|
2021-04-15 09:40:31 +02:00 |
|
|
ce6f03de73
|
Layer rendering issue fix + optimization
|
2021-04-14 22:03:06 +02:00 |
|
|
f97f33f111
|
Some more build fix
|
2021-04-13 22:56:10 +02:00 |
|
|
0a04869f05
|
Fixed build on some Qt versions
|
2021-04-13 22:23:27 +02:00 |
|
|
071056b9bc
|
Optimization
|
2021-04-13 20:30:27 +02:00 |
|
|
a42709e6a2
|
Added polygon labels rendering
|
2021-04-11 11:37:43 +02:00 |
|
|
f2585486b6
|
Only use the wildcard compare where it should be used
+ QT6 build fix
|
2021-04-10 15:49:48 +02:00 |
|
|
44a5e5de81
|
Added support for Mapsforge maps
|
2021-04-10 15:27:40 +02:00 |
|
|
5e6003ad8f
|
Fixed cut&paste error
|
2021-04-05 11:40:17 +02:00 |
|
|
8079e827a0
|
Added options to select/unselect all POI files
|
2021-03-21 22:40:39 +01:00 |
|
|
98e30fe930
|
RTrees can not be copyied!
|
2021-03-21 21:23:00 +01:00 |
|
|
80d54bda58
|
Code cleanup
|
2021-03-21 21:04:26 +01:00 |
|
|
2d329e65ee
|
Preserve directory structure when loading the POIs
+ POI files handling optimization
|
2021-03-21 20:23:20 +01:00 |
|
|
ce0d50e4aa
|
Yet another CRS URI format (used by Swisstopo)
|
2021-03-20 23:06:09 +01:00 |
|
|
659cf4cc7a
|
Preserve directory structure when loading the maps
|
2021-03-20 09:59:03 +01:00 |
|
|
8196b96f65
|
Fixed error handling
|
2021-03-19 20:09:11 +01:00 |
|
|
a4648020d9
|
Code cleanup
|
2021-03-19 09:12:42 +01:00 |
|
|
0a87c06b0d
|
Optimization
|
2021-03-19 08:42:20 +01:00 |
|
|
fa1025ea15
|
Improved areas rendering performance
|
2021-03-09 23:21:10 +01:00 |
|
|
cdc71e2856
|
Do not repeatedly compute the areas bounds
|
2021-03-07 11:58:21 +01:00 |
|
|
68f67425c3
|
Properly reset the last graph tab
|
2021-03-06 12:19:18 +01:00 |
|
|
ddc0e60517
|
Graphtab->mapview connections can be permanent
(no need to recreate them on every graph change)
|
2021-02-23 23:12:14 +01:00 |
|
|
48dcc6655b
|
Yet another place with broken graph tab index
|
2021-02-23 22:55:22 +01:00 |
|
|
f0be0d6774
|
Fixed broken path<->graph binding setup
fixes #348
|
2021-02-23 22:35:59 +01:00 |
|
|
e5d5c06a0e
|
Fine-tune OS X fullscreen layout
|
2021-02-21 10:00:42 +01:00 |
|
|
4f73150e3e
|
Improved Full-screen layout
|
2021-02-19 19:36:26 +01:00 |
|
|
c6fb231186
|
Properly save/restore window geometry
Fixes #328
|
2021-02-19 19:31:54 +01:00 |
|
|
7e41069cde
|
Fixed broken marker date when time graphs are selected
|
2021-02-15 23:52:10 +01:00 |
|
|
c8e2baba68
|
A better handling of missing/invalid dates
|
2021-02-13 23:44:48 +01:00 |
|
|
b458c53be4
|
sqlite -> SQLite
|
2021-02-13 10:19:17 +01:00 |
|
|
e5de4dd5be
|
Add Coordinates display option to position info
+ Data menu redesign
Closes #343
|
2021-02-12 22:41:38 +01:00 |
|
|
a2390ae26f
|
A much more sane raster tabel load...
|
2021-02-10 21:26:26 +01:00 |
|
|
af3b41cc92
|
Localization update
|
2021-02-09 22:51:19 +01:00 |
|
|
0929e9a692
|
Added support for sqlitedb maps (Locus, OsmAnd, RMaps)
|
2021-02-09 21:05:23 +01:00 |
|
|
c4599e6c4c
|
Fixed AQM maps display with "world-level" tiles
+ code cleanup
|
2021-02-09 20:09:14 +01:00 |
|
|
946f30f696
|
A little bit more sane feature check
|
2021-02-09 20:06:11 +01:00 |
|
|
de064c7ea1
|
Code cleanup after recent SubFile redesign
|
2021-02-08 19:54:14 +01:00 |
|
|
a8a613468e
|
Do not show empty popups
|
2021-02-08 19:53:24 +01:00 |
|
|
ed6a81c9e7
|
Properly fix the areas crash
|
2021-02-08 19:52:48 +01:00 |
|
|
0cd18c0927
|
Fixed crash when there is no graph in the data
|
2021-02-08 00:55:27 +01:00 |
|
|
145a46686e
|
Propper error checking
|
2021-02-07 11:53:10 +01:00 |
|
|
065d52d98b
|
Propper error handling
|
2021-02-07 11:46:03 +01:00 |
|
|
d769ec4f06
|
Propper error handling
|
2021-02-07 11:43:30 +01:00 |
|
|
1830c038f3
|
Fixed assignment instead of compare
|
2021-02-07 09:08:28 +01:00 |
|
|
f2e91f4a6b
|
Fixed date background rendering issue
|
2021-02-06 15:43:20 +01:00 |
|
|
a369a1689d
|
Added position date display option
Closes #330
|
2021-02-06 15:23:02 +01:00 |
|
|
c82e97b1ca
|
Code cleanup
|
2021-02-05 21:58:34 +01:00 |
|
|
86c6fa7b03
|
Added support for AlpineQuest AQM maps
|
2021-02-04 23:22:16 +01:00 |
|
|
5cec192a1c
|
Removed BOM
|
2021-02-03 23:34:03 +01:00 |
|
|
f73097af86
|
Cosmetics
|
2021-02-03 23:15:52 +01:00 |
|
|
2f740d5b8e
|
Code cleanup
|
2021-02-03 22:56:30 +01:00 |
|
|
b9c1c6c6cf
|
Fixed block read algorithm
|
2021-02-03 22:49:06 +01:00 |
|
|
731f2d7e6d
|
Added an optimized subfile block read
|
2021-02-03 22:16:00 +01:00 |
|
|
d2a1271348
|
Optimization
|
2021-02-01 20:06:05 +01:00 |
|
|
47b6c9d116
|
Code cleanup
|
2021-01-31 14:54:21 +01:00 |
|
|
97dbfb163b
|
Scale the painter, not the images for performance reasons
|
2021-01-31 10:30:06 +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 |
|
|
2e10c609f4
|
Fixed crash on empty paths
Fixes #339
|
2021-01-23 18:24:58 +01:00 |
|
|
cd571f4662
|
Removed surplus conversions
|
2021-01-23 15:15:29 +01:00 |
|
|
9386fa587c
|
Rather do not hover on the secondary graphs
|
2021-01-18 00:36:52 +01:00 |
|
|
9a459dc365
|
Properly handle the marker when there are multiple tracks
|
2021-01-18 00:18:52 +01:00 |
|
|
f697c6b693
|
Removed unused include
|
2021-01-17 19:36:38 +01:00 |
|
|
6d8ccd2216
|
Unified path -> name conversion
|
2021-01-17 19:33:06 +01:00 |
|
|
3033bc680d
|
Includes cleanup
|
2021-01-17 18:39:57 +01:00 |
|
|
591560c0eb
|
Improved graph slider and path marker handling
+ related refactoring
|
2021-01-17 16:02:37 +01:00 |
|
|
7217f9acfc
|
Cosmetics
|
2021-01-15 06:44:31 +01:00 |
|
|
925ddffba5
|
Remove accidently added BOM
|
2021-01-11 23:41:44 +01:00 |
|
|
14a9c0a8cb
|
A little bit more sane binary search
|
2021-01-11 23:38:46 +01:00 |
|
|
cb8c19a2bc
|
Yet another retype for MSVC/qt6
|
2021-01-11 00:30:52 +01:00 |
|
|
f4ee36a173
|
Silence Qt6 MSVC warning
|
2021-01-10 16:17:19 +01:00 |
|
|
ae1e357fb7
|
See if this silences MSVC2019...
|
2021-01-10 15:42:29 +01:00 |
|
|
1468528a62
|
Try to silence some more MSVC warnings
|
2021-01-10 15:21:00 +01:00 |
|
|
a568efadd2
|
Silence MSVC warning
|
2021-01-10 15:03:32 +01:00 |
|
|
815071fc55
|
Use propper qHash return values on Qt6
|
2021-01-10 13:23:43 +01:00 |
|
|
1b842ab2f0
|
Fixed crash on invalid KMZ maps
|
2021-01-05 20:56:40 +01:00 |
|
|
f7b44b64b0
|
Fixed broken graph info layout
|
2021-01-01 12:51:39 +01:00 |
|
|
c3f345c7f9
|
Added support for ZIPed DEM files
|
2020-12-31 14:03:30 +01:00 |
|
|
7e39a34d0e
|
Fixed typo
|
2020-12-30 09:26:26 +01:00 |
|
|
cf4f9b6f98
|
Fixed digital zoom on OS X
|
2020-12-29 18:36:23 +01:00 |
|
|
9b3ed7ef1d
|
Fixed Qt6 Release build
|
2020-12-29 15:17:31 +01:00 |
|
|
bafbb825fc
|
Fixed TimeZoneInfo QVariant loading/saving in QT6
|
2020-12-28 16:08:36 +01:00 |
|
|
6201ba1c67
|
Cosmetics
|
2020-12-28 14:42:16 +01:00 |
|
|
85d6357cb9
|
Added missing HiDPI mode support
|
2020-12-28 14:05:51 +01:00 |
|
|
08fc8ff6c4
|
Fixed cut&paste error
|
2020-12-27 00:15:41 +01:00 |
|
|
0ae55e1511
|
Improved projection settings layout
|
2020-12-27 00:14:28 +01:00 |
|
|
4f22c50510
|
Properly handle return values
|
2020-12-27 00:00:59 +01:00 |
|
|
b12eef7366
|
Use a better data descriptions
|
2020-12-26 14:45:38 +01:00 |
|
|
821790fa91
|
Code cleanup
|
2020-12-26 14:30:18 +01:00 |
|
|
336f3741d8
|
Cosmetics
|
2020-12-26 00:40:57 +01:00 |
|
|
977ba58570
|
Fixed typo
|
2020-12-25 09:13:11 +01:00 |
|
|
dde8e9a22c
|
Make the source projection of JNX and KMZ maps selectable
|
2020-12-24 16:33:17 +01:00 |
|
|
07894f3a55
|
Various KMZ map fixes
|
2020-12-23 23:05:12 +01:00 |
|
|
86dd6ed772
|
Fixed typos
|
2020-12-22 22:50:46 +01:00 |
|
|
d01a5a7e42
|
Added support for KMZ maps
|
2020-12-22 22:32:07 +01:00 |
|
|
97bea8c56c
|
Added support for Qt6
Removed support for Qt4 and Qt5 < 5.12
|
2020-12-22 22:09:09 +01:00 |
|
|
7d8dcec88b
|
Try to break even less bounding box transformations
|
2020-12-14 22:06:59 +01:00 |
|
|
561d8362a9
|
Fixed projection comparison
|
2020-12-14 22:04:50 +01:00 |
|
|
239e571358
|
Provide propper map bounds for overviews
|
2020-12-13 19:40:09 +01:00 |
|