Commit graph

1329 commits

Author SHA1 Message Date
Dan Paulat
df7b50568d Install update button 2024-03-26 22:53:14 -05:00
Dan Paulat
7012040c32 Don't use a timer to update the download dialog 2024-03-26 22:51:11 -05:00
Dan Paulat
6448826d60 Only emit download progress updates every 100ms 2024-03-26 22:48:52 -05:00
Dan Paulat
3ab05a1654 Verify downloaded file against content-md5 response header 2024-03-26 00:13:35 -05:00
Dan Paulat
2f397106f9 Add generic progress dialog, and derived download dialog 2024-03-25 00:30:28 -05:00
Dan Paulat
4ac2626b65 Download manager implementation 2024-03-25 00:20:15 -05:00
Dan Paulat
94726631cb Add bytes to string function 2024-03-21 22:21:03 -05:00
Dan Paulat
8d706c463c Add Release Assets to GitHub Release object 2024-03-18 23:23:09 -05:00
Dan Paulat
b025b29161 Add option to launch Supercell Wx after install is complete 2024-03-17 09:17:16 -05:00
Dan Paulat
f9cc055f8e Replace default icon, banner and dialog with application-specific images 2024-03-17 00:19:08 -05:00
Dan Paulat
377eac3cb0 Update license year 2024-03-17 00:18:07 -05:00
Dan Paulat
c164e48c23 Close Supercell Wx before install 2024-03-16 17:20:36 -05:00
Dan Paulat
f8c19bc318 Import latest WiX template from CMake source 2024-03-16 09:12:54 -05:00
Dan Paulat
41f449dc1e Add CI step to generate installer 2024-03-15 23:55:10 -05:00
Dan Paulat
9b222e670f Initial installer creation using CMake, CPack and WiX Toolset 2024-03-15 23:53:09 -05:00
Dan Paulat
b155664a91 Bump version to v0.4.3 2024-03-14 00:07:26 -05:00
Dan Paulat
15c0ddc327 bool is a non-standard glsl type not recognized by all OpenGL drivers 2024-03-14 00:05:47 -05:00
Dan Paulat
6907ade2ae libGLX and libOpenGL should be provided by the system, and not included in the package 2024-03-13 15:19:56 -05:00
Dan Paulat
936ddec7e3 Bump version to v0.4.2 2024-03-12 23:41:56 -05:00
Dan Paulat
6d474cbe76 Update selected time with the found overlay product
Fixes #155
2024-03-12 23:37:51 -05:00
Dan Paulat
0952c0f90c Support for Echo Tops
Closes #154
2024-03-11 23:20:45 -05:00
Dan Paulat
bd359fa7f2
Merge pull request #152 from dpaulat/renovate/libxml2-2.x
Update dependency libxml2 to v2.12.5
2024-03-08 19:17:23 -06:00
renovate[bot]
386741b591
Update dependency libxml2 to v2.12.5 2024-03-08 23:49:14 +00:00
Dan Paulat
69e92848d2
Merge pull request #153 from dpaulat/feature/maplibre-native-qt
Update MapLibre Native Qt
2024-03-08 17:48:48 -06:00
Dan Paulat
35bd2433a7 Update map immediately if map logo or attribution is toggled 2024-03-08 00:55:55 -06:00
Dan Paulat
931b5d8481 Add visibility to icon draw items 2024-03-08 00:45:06 -06:00
Dan Paulat
d905abd3e7 Map provider test fixes 2024-03-06 23:54:27 -06:00
Dan Paulat
7cfb55a4de Add map logo and attribution toggle to settings 2024-03-06 23:13:18 -06:00
Dan Paulat
4c844459a0 Update CI workflow for QMapLibre, upload test logs 2024-03-06 22:27:23 -06:00
Dan Paulat
8e6860731e Update AWS data provider tests to use KILX for live data (KLSX currently down) 2024-03-06 22:20:17 -06:00
Dan Paulat
70d1bdcc58 Add tests for Roboto Flex as default attribution font 2024-03-06 21:34:16 -06:00
Dan Paulat
98bbb446af Updates to maplibre-native-qt for the latest maplibre-native 2024-03-06 00:28:03 -06:00
Dan Paulat
17373fd570 Don't set mbgl-vendor-sqlite target properties if it doesn't exist 2024-03-06 00:27:38 -06:00
Dan Paulat
54e85e981b Remove "Improve this map" where HTML links cannot be shown 2024-03-05 23:48:15 -06:00
Dan Paulat
8af480198b Add additional Mapbox map styles from the Mapbox gallery 2024-03-05 23:35:30 -06:00
Dan Paulat
6ac2ea00fc Fix crash in maplibre-native when changing map styles 2024-03-05 22:58:25 -06:00
Dan Paulat
074a39d224 Add map logo to map 2024-03-05 22:56:27 -06:00
Dan Paulat
f6ac027725 Allow icons to have a variable anchor 2024-03-05 22:55:42 -06:00
Dan Paulat
50e0036e0b Add Mapbox and MapTiler logos 2024-03-04 00:52:46 -06:00
Dan Paulat
896f111b38 Only set target properties on update_translations if it exists 2024-03-04 00:52:14 -06:00
Dan Paulat
1ad188546a Support SVG image loading 2024-03-04 00:51:14 -06:00
Dan Paulat
2a8a16e79f Add map attribution to display 2024-03-02 23:41:37 -06:00
Dan Paulat
b09abc0ac1 Add color table margins to map context 2024-03-02 23:41:02 -06:00
Dan Paulat
5c7c7e6a19 Add map copyrights and map provider to map context 2024-03-02 23:29:44 -06:00
Dan Paulat
6b00c55bac Add Roboto Flex as default attribution font 2024-03-02 23:28:35 -06:00
Dan Paulat
5efeeb1080 Add maplibre-native submodule for greater flexibility of versioning 2024-03-02 00:58:25 -06:00
Dan Paulat
737b023c32 Add additional MapLibre styles 2024-03-02 00:58:25 -06:00
Dan Paulat
e0c1138250 With MapTiler, use https for style URLs
- Eliminates issues with rewriting maptiler:// to incorrect URLs
2024-03-02 00:58:25 -06:00
Dan Paulat
a74fb22c88 Add additional Mapbox styles 2024-03-02 00:58:25 -06:00
Dan Paulat
21088a5ace QMapLibre feature and layer interface updates 2024-03-02 00:58:25 -06:00