Commit graph

251 commits

Author SHA1 Message Date
AdenKoperczak
b90deae897
Remove unneded WaylandClient libraries 2025-05-14 17:04:53 -04:00
AdenKoperczak
4c8f0b4df6
Add wayland files 2025-05-14 17:04:53 -04:00
Dan Paulat
e4fc13aa92 Add an option for enabling/disabling the release console at build time 2025-05-04 23:10:20 -05:00
AdenKoperczak
9f5c126b7f
Use boost::atomic for max_time_step_queue_size, for easier linking 2025-04-17 11:28:29 -04:00
AdenKoperczak
b4694d637b
Ensure atomic is only linked for non-windows OS's 2025-04-17 10:51:27 -04:00
AdenKoperczak
3f9f5fcb90
Explicitly link atomic for max_time_step_queue_size 2025-04-17 09:22:11 -04:00
AdenKoperczak
97693fdace
Add a maximum number of forward/backward time steps that can be queued 2025-04-17 08:44:22 -04:00
AdenKoperczak
c29c0e82dd
Add theme editor dialog 2025-04-11 12:35:23 -04:00
AdenKoperczak
fee00b737a Fix up custom map inputs, making it easier for others to use 2025-03-28 11:07:41 -04:00
aware70
f00b92274a Keep alphabetical file order in scwx-qt.cmake 2025-03-25 21:03:35 -05:00
aware70
50006ada37 Add map API key test button to initial dialog 2025-03-22 17:16:50 -05:00
Dan Paulat
7e02add8de Updating zone and county files for 18 March 2025 release 2025-03-01 23:42:25 -06:00
AdenKoperczak
eb3b76dcf4 get rid of old high_privilege_dialog build 2025-01-12 09:31:36 -05:00
AdenKoperczak
2f9908b54e move check_privilege.* to main 2025-01-12 09:31:03 -05:00
AdenKoperczak
923dad4e2e Add specific dialog and setting for high privilege warning 2025-01-12 09:27:07 -05:00
AdenKoperczak
71f967d536 Added basic high privilege checks and message box 2025-01-12 09:25:54 -05:00
Dan Paulat
a947dc6b9f Add check for NahimicOSD.dll 2025-01-12 01:09:32 -06:00
AdenKoperczak
5bb4a7f95a Add custom marker icons, and rework how marker icons are handled. 2025-01-11 10:50:10 -05:00
AdenKoperczak
d0d9adfd1a Switch to using new edit_marker_dialog for marker adding and editting 2025-01-11 10:50:10 -05:00
AdenKoperczak
7ed89fdd5d added marker_types code for dealing with new marker icons 2025-01-11 10:50:10 -05:00
AdenKoperczak
daa5bd24dc Add q_color_modulate for modulating the color of QIcons 2025-01-11 10:50:10 -05:00
Dan Paulat
e3fa3fdd61 Merge branch 'develop' into feature/conan-2 2024-11-30 01:33:02 -06:00
AdenKoperczak
d64eb762b4 Revert finding some Qt parts in cmake that appear to be causing issues
with build on older versions of linux (ubuntu22.04)
2024-11-29 15:11:58 -05:00
Dan Paulat
9ab9d6b2d0 Bump minimum required to CMake 3.24 2024-11-28 08:05:15 -06:00
Dan Paulat
ed9e7ad72f Fixes for clang-tidy-review 2024-11-28 06:53:15 -06:00
AdenKoperczak
67c510cbd8 Try adding Qt requirments from qt6ct into scwx-qt to fix windows build 2024-10-21 14:00:34 -04:00
AdenKoperczak
5c57ae0edc Switch to using a submodule for qt6ct external code 2024-10-21 10:39:08 -04:00
AdenKoperczak
0bce0e2bd7 First addition of qt6ct based color palettes to give dark mode on all platforms. 2024-10-19 09:41:42 -04:00
AdenKoperczak
19415cd0a1 Added a basic location marker manager. 2024-10-05 13:09:55 -04:00
AdenKoperczak
31940441ed renamed all POI/point of intrest to marker 2024-10-04 19:31:47 -04:00
AdenKoperczak
0a0989e5f4 Do initial work to get layer rendering 2024-10-04 16:43:40 -04:00
Dan Paulat
efee1653e1 Add alert palette settings 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
f8e0ab5b56 Add alert palette settings widget 2024-09-29 07:34:05 -05:00
Dan Paulat
eda7751eb9 Edit line dialog in-work 2024-09-29 07:34:05 -05:00
Dan Paulat
7254fc71fb Custom LineLabel widget to display line preview 2024-09-29 07:34:05 -05:00
AdenKoperczak
1ce885f142 added WFO_DBF_FILES as dependicy of generate_counties_db.py in cmake 2024-09-10 07:47:14 -04:00
AdenKoperczak
4ab29fd8f3 add WFO dialog to make selecting a WFO easier, mostly coppied from counties dialog 2024-09-09 08:58:47 -04:00
AdenKoperczak
412c85647c added WFOs to county database 2024-08-29 13:41:25 -04:00
AdenKoperczak
6e7bd3bdec added Sql as package to fix issue with Qt 6.7.2 2024-08-16 13:58:00 -04:00
Dan Paulat
687646d407 Autogenerate Windows resource and add build number to executable 2024-08-08 00:04:53 -05:00
Dan Paulat
3401bc497d Properly set release_translations target properties 2024-08-03 00:43:11 -05:00
AdenKoperczak
51d0dd62ed Remove ALL from 'scwx-qt_update_radar_sites' 2024-06-29 10:35:22 -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
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
1cce358a52 GPS info dialog 2024-05-19 00:41:25 -05:00
Dan Paulat
8f7076cd09 Add thread manager for QThreads 2024-05-18 11:08:48 -05:00
Dan Paulat
cb14fba3b0 Get serial bus reported device description 2024-05-14 22:10:39 -05:00