Commit graph

152 commits

Author SHA1 Message Date
AdenKoperczak
6b2f3dd84f Add setting for centering radar on site selection 2025-04-04 09:22:04 -04:00
AdenKoperczak
7d2635608d Fixes to add_custom_layer_dialog suggested on GitHub 2025-03-28 11:28:11 -04:00
AdenKoperczak
f5ab6f3ef7 clang tidy/format fixes for add_custom_layer_dialog 2025-03-28 11:07:41 -04:00
AdenKoperczak
fee00b737a Fix up custom map inputs, making it easier for others to use 2025-03-28 11:07:41 -04: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
AdenKoperczak
4a4075b50f Move dialog logic into check_privilege 2025-01-12 09:28:33 -05:00
AdenKoperczak
923dad4e2e Add specific dialog and setting for high privilege warning 2025-01-12 09:27:07 -05:00
Dan Paulat
a947dc6b9f Add check for NahimicOSD.dll 2025-01-12 01:09:32 -06:00
AdenKoperczak
05515c59b8 Added hotkey for adding new location markers 2025-01-11 10:50:10 -05:00
AdenKoperczak
7dabda88ff fix formatting for radarSiteThreshold_.SetMaximum 2024-12-16 10:04:17 -05:00
AdenKoperczak
74066aa195 Added inverted threshold for radar sites 2024-12-16 10:04:13 -05:00
AdenKoperczak
f7a1668c3f Add radar site threshold setting 2024-12-16 10:03:36 -05:00
Dan Paulat
0c17744bc6 More clang-tidy cleanup 2024-12-16 06:26:48 -06:00
Dan Paulat
a3eb53a649 Additional clang-tidy action cleanup 2024-12-15 22:32:25 -06:00
Dan Paulat
57b773d009 Linting fixes 2024-12-15 08:22:19 -06:00
Dan Paulat
3e681abfdb Add smoothing settings 2024-12-14 22:37:44 -06:00
Dan Paulat
dcea34118f
Merge pull request #311 from AdenKoperczak/cursor_icon_always_on
Added cursor icon always on option to general settings
2024-12-02 23:17:40 -06:00
Dan Paulat
372712745c Updating includes for fmt 11.x 2024-11-30 15:42:15 -06:00
AdenKoperczak
64b679a002 Added cursor icon always on option to general settings 2024-11-30 15:43:50 -05:00
AdenKoperczak
ccf5f6a3d8 Added custom theme file selection dialog 2024-10-28 13:00:39 -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
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
40d70b0a13 Don't use braces around scalar initializers 2024-09-29 07:34:07 -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
6b0aaea773 Commit line settings changes on apply 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
AdenKoperczak
3b5323cea0 remove warning supression and fix missing virtual destructor 2024-09-21 13:01:56 -04:00
AdenKoperczak
d48baab44c remove now unused (moved) template initialization 2024-09-20 13:29:59 -04:00
AdenKoperczak
02bf673105 remove commented out unused variables 2024-09-20 13:27:27 -04:00
AdenKoperczak
797f26e461 moved warning avoidance over to c files 2024-09-19 14:37:35 -04:00
AdenKoperczak
f5a5d3172f comment out some unused variables/constants 2024-09-19 11:55:42 -04:00
AdenKoperczak
97b5b6f4ca moved settings initialization into cpp files 2024-09-19 11:55:42 -04:00
AdenKoperczak
1b16b903a0 added saving geometry 2024-09-17 10:48:59 -04:00