Commit graph

23 commits

Author SHA1 Message Date
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
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
ba62004002 Combine namespaces in settings files into single line 2025-01-29 09:55:30 -05:00
AdenKoperczak
25fb9bdae0 Add whitespace trimming to some settings 2024-10-13 09:59:24 -04:00
AdenKoperczak
02bf673105 remove commented out unused variables 2024-09-20 13:27:27 -04:00
AdenKoperczak
97b5b6f4ca moved settings initialization into cpp files 2024-09-19 11:55:42 -04:00
AdenKoperczak
801125d87a changed unitAbbreviation_ over to not use pointers 2024-07-26 11:42:48 -04:00
AdenKoperczak
54748ce812 fixed naming typo (Abbreiation) 2024-07-26 11:20:29 -04:00
AdenKoperczak
146055fb99 added full unit support for radius field, implemented such that future fields needing units can be done easily 2024-07-15 11:33:47 -04:00
Dan Paulat
1b8d35ba3e Handle HotkeyEdit as the edit widget for SettingsInterface 2024-04-13 00:24:36 -05:00
Dan Paulat
c03884c2c0 Add audio page to settings dialog 2023-11-29 22:39:40 -06:00
Dan Paulat
d3a3c3db36 Cleaning up font selection in settings dialog 2023-09-28 23:11:19 -05:00
Dan Paulat
4e5aa7b5e1 Connecting font selection to settings dialog, in-work 2023-09-27 23:47:37 -05:00
Dan Paulat
023688b746 General GCC compilation fixes 2023-04-17 18:37:23 -05:00
Dan Paulat
f7cc902eef Add callbacks to settings variables, use to update radar dialog location in settings dialog 2022-12-22 00:56:52 -06:00
Dan Paulat
87f611e026 Adding apply/discard/reset functionality to settings dialog 2022-12-22 00:16:59 -06:00
Dan Paulat
9b5b841903 Support editing integer arrays in settings interface (font sizes) 2022-12-21 00:52:48 -06:00
Dan Paulat
289b7620a9 Add QCheckBox to SettingsInterface 2022-12-20 23:39:06 -06:00
Dan Paulat
602be75222 Add QComboBox to SettingsInterface with value mapping 2022-12-20 23:27:06 -06:00
Dan Paulat
70565969dc Refactoring widget functionality out of SettingsVariable into new SettingsInterface 2022-12-20 22:47:48 -06:00