Commit graph

1711 commits

Author SHA1 Message Date
Dan Paulat
72a1697d65
Merge pull request #284 from dpaulat/feature/qt-6.8.0
Bump dependency Qt to 6.8.0
2024-10-17 17:36:12 -05:00
Dan Paulat
9ee6e2ee25 Add Fusion Light and Fusion Dark styles 2024-10-17 06:17:27 -05:00
Dan Paulat
620a0dba25
Merge pull request #285 from AdenKoperczak/trim_whitespace_from_inputs
Trim white space from inputs
2024-10-14 06:16:50 -05:00
AdenKoperczak
bf3454d9a4 Add whitespace trimming to more settings 2024-10-13 10:07:58 -04:00
AdenKoperczak
bc3b1ad3d2 fix some spelling mistakes in comments 2024-10-13 10:00:37 -04:00
AdenKoperczak
25fb9bdae0 Add whitespace trimming to some settings 2024-10-13 09:59:24 -04:00
AdenKoperczak
67706dc186 trim whitespace from placefile URL's 2024-10-13 09:51:16 -04:00
Dan Paulat
e9ee5c6911 Enable multi-processor compilation for maplibre 2024-10-10 04:54:50 -05:00
Dan Paulat
685f3cee10 Update usage of QCheckBox::stateChanged to QCheckBox::checkStateChanged 2024-10-09 05:57:27 -05:00
Dan Paulat
2f37e42b38 Add qt_arch variable to setup scripts, updating Windows to msvc2022 2024-10-09 05:54:57 -05:00
Dan Paulat
1fd51d23f3 Qt 6.8.0 bumped MSVC to 2022 2024-10-08 22:21:25 -05:00
Dan Paulat
a03cf83d58 Bump dependency Qt to 6.8.0 2024-10-08 22:17:42 -05:00
Dan Paulat
411c570b67
Merge pull request #280 from dpaulat/hotfix/refresh-failed-placefiles
Automatically Refresh Failed Placfiles
2024-10-06 05:57:36 -05:00
Dan Paulat
621cbb3d51 Refresh placefiles as often as every 1 second 2024-10-05 04:11:28 -05:00
Dan Paulat
06a2a18c06 Automatically refresh placefiles that failed to load 2024-10-04 05:40:00 -05:00
Dan Paulat
d92f6c7204
Merge pull request #275 from dpaulat/renovate/libcurl-8.x
Update dependency libcurl to v8.10.1
2024-10-03 21:22:10 -05:00
renovate[bot]
fe9affcefe
Update dependency libcurl to v8.10.1 2024-10-03 12:34:50 +00:00
Dan Paulat
f8efa20b7c
Merge pull request #279 from dpaulat/hotfix/missing-level2-radials
Handle Missing Level 2 Radials
2024-10-03 07:34:07 -05:00
Dan Paulat
1436b7bba6 Handle missing level 2 radials when getting bin data 2024-10-03 05:54:44 -05:00
Dan Paulat
41c1125388 Fix usage of vertexRadials in ComputeSweep 2024-10-03 05:44:40 -05:00
Dan Paulat
1a8f38cb4b
Merge pull request #278 from AdenKoperczak/update_khdc_location
Update KHDC position from api.weather.gov
2024-10-03 05:17:27 -05:00
AdenKoperczak
4eeac9f830 update KHDC position with lat/lon from api.weather.gov 2024-10-02 11:47:12 -04:00
Dan Paulat
fe4a324a04 Use an extra vertex radial with missing data to prevent stretching 2024-10-02 05:56:27 -05:00
Dan Paulat
a548497767 Add partial handling for missing level 2 radials
- Need to handle additional cases (1999-05-03 @ KTLX is a good sample)
- Still crashes on getting bin level for hover text
2024-10-01 06:31:02 -05:00
Dan Paulat
50cf49568d
Merge pull request #277 from dpaulat/feature/enhanced-alerts-3
Add Customizable Alert Lines
2024-09-30 19:22:47 -05:00
Dan Paulat
c811b95129 Update test data to merged revision 2024-09-30 06:22:24 -05:00
Dan Paulat
f672ff553a Update alert lines on settings update 2024-09-30 06:14:17 -05:00
Dan Paulat
295bbda921 Properly mark settings variable functions as override 2024-09-29 21:39:44 -05:00
Dan Paulat
a1d9b25f0b Add alert palette reset buttons 2024-09-29 08:19:51 -05:00
Dan Paulat
2d8c3c8175 Removing old alert palette configuration from settings dialog 2024-09-29 07:41:46 -05:00
Dan Paulat
d039fef4f1 Ensure edit line dialog reset button resets dialog to proper defaults 2024-09-29 07:35:20 -05:00
Dan Paulat
3434db279e More removing braces around scalar initializers 2024-09-29 07:34:07 -05:00
Dan Paulat
94edeefee0 Update test data for alert settings 2024-09-29 07:34:07 -05:00
Dan Paulat
40d70b0a13 Don't use braces around scalar initializers 2024-09-29 07:34:07 -05:00
Dan Paulat
584f5943b6 Re-add inactive alert palette display 2024-09-29 07:34:06 -05:00
Dan Paulat
dafb71e75c Use new alert palettes in AlertLayer 2024-09-29 07:34:06 -05:00
Dan Paulat
70cb3ab6d2 Update settings category signals to be in line with variables and only fire once
Properly connect line labels to the category signals
2024-09-29 07:34:06 -05:00
Dan Paulat
20dbc7f5b7 Default alert palettes 2024-09-29 07:34:06 -05:00
Dan Paulat
76809de2df Implement discard functionality for line settings 2024-09-29 07:34:06 -05:00
Dan Paulat
6063de2095 Settings dialog formatting 2024-09-29 07:34:06 -05:00
Dan Paulat
928b3397d2 Add alert palette settings widget to settings dialog 2024-09-29 07:34:06 -05:00
Dan Paulat
6b0aaea773 Commit line settings changes on apply 2024-09-29 07:34:06 -05:00
Dan Paulat
8212d24d34 Connect line label to alert palette settings
- Line label will initialize to settings value
- Changes to the line label will stage settings
2024-09-29 07:34:06 -05:00
Dan Paulat
9f4a798d67 Read and write settings subcategories 2024-09-29 07:34:06 -05:00
Dan Paulat
47b7d475c8 Use new alert palette settings in parent palette settings 2024-09-29 07:34:06 -05:00
Dan Paulat
efee1653e1 Add alert palette settings 2024-09-29 07:34:06 -05:00
Dan Paulat
1a30743c0a Add subcategory functionality to settings, still need to read/write JSON 2024-09-29 07:34:06 -05:00
Dan Paulat
cea2993665 Add LineSettings class to use as subcategory 2024-09-29 07:34:06 -05:00
Dan Paulat
c8dc8ed630 Refactor color validator from settings to utility source 2024-09-29 07:34:06 -05:00
Dan Paulat
8fc392681a Initial impact based warning palette settings
TODO:
- Update settings to use line component data
- Add interface to data
2024-09-29 07:34:06 -05:00