Commit graph

1462 commits

Author SHA1 Message Date
AdenKoperczak
4e4f06acbb change test file location to be correct 2024-06-29 09:09:01 -04:00
AdenKoperczak
96990ffd8e added set_target_properties for scwx-qt_update_radar_sites 2024-06-28 11:13:27 -04:00
AdenKoperczak
697a275b32 Added target for updating the radar sites. 2024-06-28 11:06:12 -04:00
AdenKoperczak
b7213ddc5c Added warning message about breaking tests 2024-06-28 11:05:17 -04:00
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
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
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
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
Dan Paulat
a76da1caac Update dependency aws-sdk-cpp to v1.11.331 2024-05-19 21:53:23 -05:00
Dan Paulat
9f2284eb70 Update ImGui to v1.90.6 2024-05-19 21:52:36 -05:00
Dan Paulat
4d7be9c9af
Merge pull request #199 from dpaulat/renovate/spdlog-1.x
Update dependency spdlog to v1.14.1
2024-05-19 10:46:52 -05:00
renovate[bot]
80a2ce3eec
Update dependency spdlog to v1.14.1 2024-05-19 07:01:27 +00:00
Dan Paulat
85573d6103
Merge pull request #210 from dpaulat/feature/nmea
NMEA GPS Support
2024-05-19 02:00:49 -05:00
Dan Paulat
1cce358a52 GPS info dialog 2024-05-19 00:41:25 -05:00
Dan Paulat
69309ca8e6 Move QGeoPositionInfoSource to non-GUI thread 2024-05-18 14:35:22 -05:00
Dan Paulat
f976e88359 Properly manage QThread termination 2024-05-18 14:33:13 -05:00
Dan Paulat
8f7076cd09 Add thread manager for QThreads 2024-05-18 11:08:48 -05:00
Dan Paulat
2efdd1b046 Only create a new position source once when multiple settings change 2024-05-16 23:05:38 -05:00
Dan Paulat
44698a593f Update detailed serial port and GPS logging from debug to trace 2024-05-15 23:20:46 -05:00
Dan Paulat
d4515f08e0 Add GPS source selection to settings dialog 2024-05-15 23:13:42 -05:00
Dan Paulat
f263011e97 Add serial port information to tree view 2024-05-15 22:51:36 -05:00
Dan Paulat
27b0567753 Store serial port information in member variables 2024-05-14 23:02:05 -05:00