1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-04-20 04:09:11 +02:00

196 Commits

Author SHA1 Message Date
17ad10ba23 Fixed broken date ranges when there is no date in some data 2025-02-25 20:20:38 +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
319cdbf838 Added support for file scheme URIs 2025-01-23 00:54:23 +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
b348ad6288 DEM locking cleanup 2024-10-21 23:05:09 +02:00
23c398caf7 Add a comment for the splitter refresh hack 2024-09-21 13:20:32 +02:00
17ef334c4c Revert "Clean up the splitter/graph tabs logic"
This reverts commit b01dcc4569b21107125d6ae912d0634b300add88.
2024-09-21 13:14:49 +02:00
b01dcc4569 Clean up the splitter/graph tabs logic 2024-09-21 11:36:51 +02:00
52c6773b7e Added support for map layers selection
Enable selecting only raster or only vector layers when showing Garmin maps.
2024-09-11 23:52:30 +02:00
649d972aec Show track/route source file info when multiple files are opened
Closes #559
2024-09-06 00:05:36 +02:00
0b6daad28f Fixed recent open files logic 2024-09-05 01:05:27 +02:00
c0bca44810 Add shortcuts for enabling/disabling all item types 2024-09-05 01:04:29 +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
96fe90cc3f Added hillshading lightening setting 2024-06-15 11:24:50 +02:00
3ba10bb595 Use date-only infoin the statistics
+ code cleanup
2024-05-29 18:57:37 +02:00
5ed6e7602c Some more propper date localization fixes 2024-05-29 06:44:23 +02:00
3d01424f44 Use consistent Date format across the whole GUI 2024-05-28 21:34:40 +02:00
11b9f842e5 Added hillshading settings 2024-05-26 11:19:53 +02:00
d1401bc302 Show the map elevation from the map DEM if available 2024-05-19 18:59:40 +02:00
468e662e4f Yet another recent files fix 2024-03-03 23:31:08 +01:00
3ba6d2d24f Fixed recent paths update logic 2024-03-03 23:20:25 +01:00
d9e6c30567 Use the QAction data() for file paths rather than text()
As seen in KDE Neon, some Qt themes or distros mangle the text() by adding
automatic shortcut accelerators that break the paths for opening.
2024-03-03 23:11:48 +01:00
a6b408da4a Moved demloader from data to common 2024-02-29 07:59:34 +01:00
112cfe6391 Enable the hillshading action only for maps that actually use it 2024-02-28 07:54:08 +01:00
f0d5a32dca Localization update 2024-02-27 21:55:13 +01:00
69c4e6d2dc Aded support for downloading hillshading DEMs 2024-02-27 21:36:16 +01:00
cf86fb7557 Added hillshading to vector maps 2024-02-21 08:49:09 +01:00
536d12469a Use the canonical file name also for the "already open" check 2024-01-21 17:50:56 +01:00
9cacf1906e Do not duplicate the same paths in the "open recent" menu 2024-01-18 09:53:50 +01:00
867b70d159 Android build fix #2 2023-12-26 21:00:27 +01:00
ca71eb9d93 Header includes cleanup 2023-12-26 20:46:52 +01:00
f258ca1a3e Prevent broken Qt heuristics to put submenus on wrong places on Mac 2023-11-17 13:41:01 +01:00
8ebd73115f Added "Open recent" menu 2023-11-15 01:24:39 +01:00
043a27dfae Use new GUI icons that fit the recent platform styles.
Switched to a new flat color icon set on Windows/Mac and platform provided
icon themes (e.g. Breeze) on Linux with a fallback to the Papirus theme. All
the GUI icons are now SVG.
2023-10-27 20:32:13 +02:00
1033ca2840 Added "Open directory" action for desktop systems
closes #522
2023-10-13 02:21:34 +02:00
845a4b2921 Yet another TrekBuddy compatability enhancement & fixes
+ related map API refactoring
2023-09-14 18:36:03 +02:00
903c925e2a Added the "Don't show again" checkbox also to map load error messages 2023-08-30 20:43:29 +02:00
984a8b6afc Try to open all files when browsing using the keys 2023-08-12 07:44:36 +02:00
f998148fec Added option to surpress error messages
Closes #487
2023-08-12 06:55:50 +02:00
97e12d809f Map API refactoring
Including several map providers refactoring/rewrite
especial KML, JNX and TrekBuddy atlases.
2023-05-04 09:38:35 +02:00
dc799f4642 Use a new/better location for the CRS data 2023-04-13 23:53:31 +02:00
e5199f8648 Redesigned CRS logic (including CSV files structure) 2023-04-13 08:39:33 +02:00
048198dfe1 Removed duplicit map error debug output 2023-03-18 10:11:11 +01:00
f275938fef Make the DEM cache configurable 2023-03-03 00:04:03 +01:00
820350d60b Fixed Android build 2023-02-05 00:06:02 +01:00
3801ff7bcb Settings refactoring 2023-02-04 23:59:47 +01:00
d6d316676c Properly use the default positioning plugin as the default option 2023-02-01 22:26:36 +01:00
af3e5d41c2 Split the config header to config+hash headers 2023-01-26 01:11:56 +01:00