Commit graph

2289 commits

Author SHA1 Message Date
renovate[bot]
7cb2ca3e05
chore(deps): update dependency libpng to v1.6.47 2025-02-27 07:50:10 +00:00
Dan Paulat
f44b1918af
Merge pull request #366 from dpaulat/renovate/libpng-1.x
chore(deps): update dependency libpng to v1.6.46
2025-02-18 00:26:40 -06:00
renovate[bot]
506d05b3ca
chore(deps): update dependency libpng to v1.6.46 2025-02-18 05:38:31 +00:00
Dan Paulat
57a3dfd4eb
Merge pull request #362 from dpaulat/renovate/openssl-3.x
chore(deps): update dependency openssl to v3.4.1
2025-02-17 23:37:15 -06:00
Dan Paulat
7ee86867ad
Merge pull request #351 from dpaulat/renovate/sqlite3-3.x
chore(deps): update dependency sqlite3 to v3.48.0
2025-02-17 23:37:05 -06:00
Dan Paulat
37af83676e
Merge pull request #373 from dpaulat/hotfix/clang-tidy-autogenerate-fix
scwx-qt_update_radar_sites does not need to be run for clang-tidy
2025-02-17 23:36:40 -06:00
Dan Paulat
e0c2f537a3 scwx-qt_update_radar_sites does not need to be run for clang-tidy 2025-02-18 04:41:05 +00:00
Dan Paulat
501ea22ea2
Merge pull request #372 from badloop/fixSiteParsing
fix: rfind to find for more consistent site parsing
2025-02-17 15:02:03 -06:00
Aaron Dunlap
e189abea4d fix: rfind to find for more consistent site parsing 2025-02-17 14:00:18 -06:00
Dan Paulat
efb54b123c
Merge pull request #365 from AdenKoperczak/fix_tooltips_at_high_zooms
Fix tooltips at high zooms
2025-02-14 08:44:12 -06:00
AdenKoperczak
84ce6589a3 clang-tidy fixes for fix_tooltips_at_high_zooms 2025-02-14 08:32:34 -05:00
Dan Paulat
f2955a841a
Merge pull request #371 from dpaulat/hotfix/radar-product-manager-destructor-race
Radar Product Manager rare crash when changing radar sites
2025-02-14 07:01:47 -06:00
Dan Paulat
7b70d91093
Update scwx-qt/source/scwx/qt/manager/radar_product_manager.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-13 23:19:34 -06:00
Dan Paulat
75c4741d9a Take a lock on the refresh timer mutex before checking whether refresh is enabled 2025-02-13 22:42:02 -06:00
renovate[bot]
44b1cdd801
Update dependency openssl to v3.4.1 2025-02-13 16:54:12 +00:00
AdenKoperczak
fbed3fc8ab Clang tidy/format fixes for fix_tooltips_at_high_zooms 2025-02-09 13:13:15 -05:00
AdenKoperczak
e43c0594d1 Change IsPointInPolygon to check polygon with equal points correctly 2025-02-09 13:07:42 -05:00
Dan Paulat
0043283881
Merge pull request #363 from dpaulat/dependency/date-ca57278
Update date library to ca57278 (2025-01-14)
2025-02-05 23:24:26 -06:00
Dan Paulat
e8e7cd6dea Update date library to ca57278 (2025-01-14)
Fixes date parsing with certain versions of tzdata
2025-02-05 22:19:55 -06:00
Dan Paulat
2927419b6d
Merge pull request #360 from AdenKoperczak/fix_tooltips_without_info_layers_2
Fix Tooltips Without Info Layers 2
2025-02-05 22:16:07 -06:00
AdenKoperczak
36e8690ad1 Use information available during DoMousePicking instead of params from
last render in MapWidget
2025-02-03 10:50:08 -05:00
Dan Paulat
4038fb2c43
Merge pull request #359 from AdenKoperczak/settings_tidy_and_checks
Settings tidy and checks
2025-02-01 15:30:10 -06:00
AdenKoperczak
bc79ed11a3 Add checks to prevent files being saved before being fully read. 2025-01-29 11:04:17 -05:00
AdenKoperczak
f3c846f0b1 remove unneeded include form general_settings.cpp 2025-01-29 10:30:08 -05:00
AdenKoperczak
64d24591f3 Move includes only used in cpp files from hpp files in settings 2025-01-29 10:22:45 -05:00
AdenKoperczak
05c05fec5c Use default destructor, and add move/copy operators to settings impls 2025-01-29 10:18:26 -05:00
AdenKoperczak
f84a86a3a3 Add override to destructors of settings catigories 2025-01-29 10:10:14 -05:00
AdenKoperczak
36339e613f Add [[nodiscard]] to functions which need it in settings files 2025-01-29 10:06:46 -05:00
AdenKoperczak
ba62004002 Combine namespaces in settings files into single line 2025-01-29 09:55:30 -05:00
AdenKoperczak
0a3913bdee NOLINT setting settings defaults/minimums/maximums for magic numbers 2025-01-29 09:44:01 -05:00
Dan Paulat
c1aeefb0eb
Merge pull request #355 from dpaulat/feature/linux-arm64-builds
Initial Linux Arm64 build
2025-01-26 13:03:25 -06:00
Dan Paulat
517ec9b266 Add additional armv8 profiles 2025-01-26 13:03:01 -06:00
Dan Paulat
8e11ae5efd Build linux arm64 with Ubuntu 24.04 (Qt requirement) 2025-01-25 12:56:51 -06:00
Dan Paulat
17982013be Use install-qt-action fork that supports Arm64 builds 2025-01-25 12:55:33 -06:00
Dan Paulat
85eadf6f93 Bump install-qt-action to v4 2025-01-25 11:32:53 -06:00
Dan Paulat
1d564ff7b9 Initial Linux Arm64 build 2025-01-25 11:32:53 -06:00
Dan Paulat
11fc6ac495
Merge pull request #356 from AdenKoperczak/fix_tooltips_without_info_layers
Set parameters in each layer to ensure params is set for mouse picking.
2025-01-24 23:35:05 -06:00
AdenKoperczak
3055284664 Set parameters in each layer to ensure params is set for mouse picking. 2025-01-24 14:18:08 -05:00
Dan Paulat
e094a9854f
Merge pull request #353 from dpaulat/hotfix/revert-libcurl-8.11.1
Revert libcurl 8.11.1 to 8.10.1
2025-01-22 20:18:09 -06:00
Dan Paulat
47a3c1a015 Revert libcurl 8.11.1 to 8.10.1
libcurl 8.11.1 has a bug with improperly closing file handles
2025-01-23 00:27:40 +00:00
renovate[bot]
467cb35648
Update dependency sqlite3 to v3.48.0 2025-01-22 10:32:59 +00:00
Dan Paulat
9d0a75d032 Bump version to v0.4.8 2025-01-20 23:56:49 -06:00
Dan Paulat
42314a64b2
Merge pull request #344 from dpaulat/hotfix/live-level2-data-not-latest
Ensure live level 2 data displays correct scans
2025-01-20 23:47:39 -06:00
Dan Paulat
508b5f55a2
Merge pull request #342 from AdenKoperczak/location_markers_part2_1
A few UI changes to location markers part2
2025-01-20 22:19:19 -06:00
Dan Paulat
69d5a36f55 When viewing live level 2 data, ensure the latest scan is selected 2025-01-20 22:15:14 -06:00
Dan Paulat
165edc9a90
Merge pull request #343 from dpaulat/hotfix/cc-unit-scaling
Correlation coefficient should be scaled by 100 when a % sign is shown
2025-01-20 07:16:49 -06:00
Dan Paulat
a92248b4d9 Correlation coefficient should be scaled by 100 when a % sign is shown 2025-01-20 00:23:14 -06:00
Dan Paulat
c94e483c6e Ignore milliseconds when retrieving scan from level 2 file by time 2025-01-20 00:03:31 -06:00
Dan Paulat
e522f85a72 Collection time should not include milliseconds when selecting based off time 2025-01-19 23:42:37 -06:00
Dan Paulat
607d72d7bb In level 2 debug output, convert Julian date and milliseconds to standard format 2025-01-19 23:41:42 -06:00