Commit graph

1576 commits

Author SHA1 Message Date
AdenKoperczak
d8472a33f8 Use HTTPS, not HTTP when updating the locations 2024-06-23 15:15:11 -04:00
AdenKoperczak
35539d514a Updated radar sites test to make sure it uses the correct coordinates 2024-06-23 15:11:35 -04:00
Dan Paulat
7161a5a3b2
Merge pull request #234 from dpaulat/feature/custom-map-style
Allow Custom Map Styles
2024-06-22 00:58:39 -05:00
Dan Paulat
45a4d29795 Use custom map style from settings 2024-06-21 23:36:07 -05:00
Dan Paulat
a683778624 Add custom style URL and draw layer to settings UI 2024-06-21 23:33:40 -05:00
Dan Paulat
ec0e502516 Setting default custom_style_draw_layer value 2024-06-21 23:08:05 -05:00
Dan Paulat
f182e985c0 Adding custom styles to settings 2024-06-21 21:15:04 -05:00
Dan Paulat
45d3e45923 Add settings transform function 2024-06-21 20:47:53 -05:00
AdenKoperczak
507292385d added scwx-qt/tools/update_radar_sites.py to update radar sites from NOAA HOMR data 2024-06-20 10:16:27 -04:00
AdenKoperczak
af25556a09 Switched KVBG to KVBX and entered radar coordinates for KHDC and KLIX. 2024-06-20 09:16:20 -04:00
Dan Paulat
a7a30347ae Revert "Update aws-sdk-cpp to 1.11.352"
Linux build attempts to use system OpenSSL libraries instead of Conan

This reverts commit f857cadfdf.
2024-06-20 00:07:57 -05:00
Dan Paulat
9ce33ed953 Update for Mapbox style layer names 2024-06-20 00:07:30 -05:00
AdenKoperczak
733bc73e80 Updated radar locations and added elevation data in rader_sites.json using NOAA's HOMR 2024-06-19 13:40:07 -04:00
Dan Paulat
f857cadfdf Update aws-sdk-cpp to 1.11.352 2024-06-19 00:02:10 -05:00
Dan Paulat
f441ffdca0 Update maplibre-native and maplibre-native-qt to latest (2024-06-17) 2024-06-19 00:01:46 -05:00
Dan Paulat
bfe1bf6845
Merge pull request #222 from dpaulat/renovate/libcurl-8.x
Update dependency libcurl to v8.8.0
2024-06-18 18:38:36 -05:00
renovate[bot]
0310f95ec0
Update dependency libcurl to v8.8.0 2024-06-18 14:14:48 +00:00
Dan Paulat
d9617ac2f3
Merge pull request #225 from dpaulat/renovate/libxml2-2.x
Update dependency libxml2 to v2.12.7
2024-06-18 09:14:04 -05:00
renovate[bot]
ed7c57a5ac
Update dependency libxml2 to v2.12.7 2024-06-18 04:57:33 +00:00
Dan Paulat
a8f612dffd
Merge pull request #226 from dpaulat/renovate/openssl-3.x
Update dependency openssl to v3.2.2
2024-06-17 23:57:13 -05:00
renovate[bot]
c4bd8b4bc8
Update dependency openssl to v3.2.2 2024-06-18 03:35:54 +00:00
Dan Paulat
98b93059bf
Merge pull request #232 from dpaulat/renovate/re2-20240301.x
Update dependency re2 to v20240301
2024-06-17 22:35:32 -05:00
renovate[bot]
c4c76e29fd
Update dependency re2 to v20240301 2024-06-17 12:33:19 +00:00
Dan Paulat
b1807489bb Download manager lambda needs explicit this capture 2024-06-16 01:02:16 -05:00
Dan Paulat
a47c77e4a2
Merge pull request #230 from dpaulat/feature/thread-error-handling
Catch exceptions in background threads
2024-06-15 23:45:05 -05:00
Dan Paulat
e1d61fccfa Catch exceptions in background threads 2024-06-15 23:44:33 -05:00
Dan Paulat
863cdd0384
Merge pull request #229 from dpaulat/feature/conan-1
Updating cmake-conan for VS 2022 17.10
2024-06-15 23:43:14 -05:00
Dan Paulat
c5638e0402 Updating cmake-conan for VS 2022 17.10 2024-06-15 22:13:43 -05:00
Dan Paulat
9dfbac6617
Merge pull request #223 from aware70/fix-audio-codec-setup
Fix warning about missing default codecs on first run
2024-06-08 15:55:31 -05:00
aware70
8536bc5c62 Check for any Ogg support in audio setup, not just Vorbis 2024-06-08 11:02:37 -05:00
aware70
088bd6aacc Fix warning about missing default codecs on first run, when those codecs do exist 2024-06-04 21:01:31 -05:00
Dan Paulat
601a2ad5aa Handle zero maps for debug configurations 2024-06-02 00:51:33 -05:00
Dan Paulat
3a11f4dc74 Initialize log file earlier in application startup to log settings errors 2024-06-01 16:29:41 -05:00
Dan Paulat
fdf7f765e2 Disable Windows console in release mode
Resolves #47
2024-06-01 10:03:42 -05:00
Dan Paulat
32cd672a40 Add file logging to local application data directory 2024-06-01 00:01:35 -05:00
Dan Paulat
41d47878e3 Fix middle click selecting the nearest radar site
Fixes #216
2024-05-30 20:46:55 -05:00
Dan Paulat
31edd9e8e5 aqt installs to directory different than arch name 2024-05-27 00:23:35 -05:00
Dan Paulat
4f411ea3d8 Update Qt to 6.7.1 2024-05-26 23:12:33 -05:00
Dan Paulat
37a850a778 GL color buffer should be cleared at the start of the frame 2024-05-26 23:11:02 -05:00
Dan Paulat
8bd6838438 Don't process a file update for a previously selected radar site 2024-05-24 23:13:33 -05:00
Dan Paulat
336eb66321 Middle click selects nearest WSR-88D
Resolves #216
2024-05-24 23:12:24 -05:00
Dan Paulat
5caf0edf95 Hold reference to radar product manager for duration of request
- Avoids early destruction and potential recursive mutex locking
2024-05-24 22:47:22 -05:00
Dan Paulat
2a12b603fc
Merge pull request #218 from dpaulat/renovate/sqlite3-3.x
Update dependency sqlite3 to v3.46.0
2024-05-24 16:15:09 -05:00
renovate[bot]
1319f36eee
Update dependency sqlite3 to v3.46.0 2024-05-24 19:59:09 +00:00
Dan Paulat
f33d8c0aba Add level 2 and level 3 product selections to hotkeys
Closes #215
2024-05-24 02:02:46 -05:00
Dan Paulat
8f4325f61a Make sure unordered map references aren't invalidated by reserving sufficient space 2024-05-24 01:55:01 -05:00
Dan Paulat
26a22d4e84
Merge pull request #217 from dpaulat/feature/remove-gtk-theme
Remove the GTK theme from Linux
2024-05-24 01:52:19 -05:00
Dan Paulat
f54b439e5a Remove the GTK theme from Linux. Has the potential to cause a crash when opening a file dialog. GTK is deprecated in favor of Fusion. 2024-05-23 00:48:12 -05:00
Dan Paulat
49800c014b Trim spaces from API key before using
Fixes #211
2024-05-21 23:12:27 -05:00
Dan Paulat
4938b7c112 Redirect Qt and mbgl logs to spdlog 2024-05-21 22:40:54 -05:00