Commit graph

1811 commits

Author SHA1 Message Date
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
0dcc6ef4b1
Merge pull request #306 from dpaulat/hotfix/setup-wizard-missing-pages
Fix Setup Wizard Display
2024-11-29 00:57:25 -06:00
Dan Paulat
ed353248e0 Latch page required logic at startup to ensure appropriate pages display 2024-11-28 23:46:07 -06:00
Dan Paulat
f2e1db491f
Merge pull request #304 from dpaulat/feature/clang-checks
Clang Checks
2024-11-28 10:10:09 -06:00
Dan Paulat
1fd696d787 Fix pull request alternate reference (again) 2024-11-28 08:56:19 -06:00
Dan Paulat
8c7c04c797 Fix pull request alternate reference 2024-11-28 08:54:53 -06:00
Dan Paulat
9e07b03b78 Add alternate reference for clang-format-check on pull request 2024-11-28 08:42:20 -06:00
Dan Paulat
a78d02617f Update GitHub workflow concurrency groups to prevent cancelling workflows 2024-11-28 08:31:56 -06:00
Dan Paulat
dab88ebb98 Fix deprecated header usage in log manager 2024-11-28 06:53:15 -06:00
Dan Paulat
ed9e7ad72f Fixes for clang-tidy-review 2024-11-28 06:53:15 -06:00
Dan Paulat
d539f7723e Add clang-tidy-review 2024-11-28 06:53:15 -06:00
Dan Paulat
71d2345e66 Fixes for clang-format-check 2024-11-28 06:53:15 -06:00
Dan Paulat
b1f32ab0f5 Clang format check 2024-11-28 06:53:15 -06:00
Dan Paulat
dbfacdfd28
Merge pull request #297 from dpaulat/feature/level2-sweeps
Intermediate Level 2 Sweeps
2024-11-28 06:51:04 -06:00
Dan Paulat
5dd30131e3 Bump version to v0.4.6 2024-11-27 21:56:59 -06:00
Dan Paulat
c4f78df149
Merge pull request #294 from AdenKoperczak/location_markers_ids
Location markers ids
2024-11-27 12:32:22 -06:00
AdenKoperczak
831e0f7d1b Add check to optional value to avoid undefined behavior in MarkerModel 2024-11-27 12:05:04 -05:00
AdenKoperczak
ee5719cb55 Update test/data in location_markers_ids branch to match develop 2024-11-26 08:57:10 -05:00
Dan Paulat
694d3224b5
Merge pull request #301 from dpaulat/hotfix/layer_model_mime_data
Validate parent row before dropping mime data in LayerModel
2024-11-26 07:52:21 -06:00
Dan Paulat
756249c3ad Validate parent row before dropping mime data in LayerModel 2024-11-26 05:53:14 -06:00
Dan Paulat
4a66715923
Merge pull request #300 from AdenKoperczak/fix_whitespace_trimming
Fix whitespace trimming
2024-11-26 05:48:37 -06:00
AdenKoperczak
f0bfca8588 Added local file tests, and make URL tests more complete for NormalizeUrl 2024-11-25 12:14:23 -05:00
AdenKoperczak
950620de6e add whitspace trimming to api key entry in setup 2024-11-25 11:53:12 -05:00
AdenKoperczak
b13d2106d4 Fixed issue with NormalizeUrl where whitespace trimming was not
happening on non-local files, and added test cases.
2024-11-25 11:42:17 -05:00
AdenKoperczak
35f2c85a19 Some minor code changes, as well as properly using marker index 2024-11-25 11:18:03 -05:00
Dan Paulat
b5ac254259
Merge pull request #299 from dpaulat/hotfix/linux-serial-port-location
Use serial port location on Linux instead of port name
2024-11-24 10:23:05 -06:00
Dan Paulat
0683cd2326 Use serial port location on Linux instead of port name 2024-11-24 09:01:57 -06:00
Dan Paulat
2029806a5f
Merge pull request #298 from dpaulat/hotfix/settings-dialog-default-button
Set OK as default settings dialog button
2024-11-24 08:57:13 -06:00
Dan Paulat
4cd98ef4ac Set OK as default settings dialog button 2024-11-24 07:14:09 -06:00
Dan Paulat
ae91686d4c Don't create unused variables returned from TimelineManager::SelectTime 2024-11-20 21:47:08 -06:00
Dan Paulat
4471843f8b Lock the level 2 product record mutex before searching for records 2024-11-20 19:50:09 -06:00
Dan Paulat
881502c970 Prevent the radar product cache limit from being set too small 2024-11-20 19:50:09 -06:00
Dan Paulat
f7949cc404 Avoid invalid iterator comparison after objects mutex is unlocked 2024-11-20 19:50:09 -06:00
Dan Paulat
845d5b5707 Update timeline manager step function to handle volume times between indexed values 2024-11-20 19:50:09 -06:00
Dan Paulat
2a9dc72721 Select product times based on current time, rather than volume time
Ensures scans not included in the volume times (e.g., multiple level 2 scans per file) are selected
2024-11-20 19:50:09 -06:00
Dan Paulat
d209ce97ea Ensure proper level 2 data gets selected after file is reloaded 2024-11-20 19:50:09 -06:00
Dan Paulat
f1e35532b9 Initial handling of multiple time sweeps in individual level 2 files 2024-11-20 19:50:09 -06:00
Dan Paulat
b466ac818c Index multiple level 2 elevation scans 2024-11-20 19:50:09 -06:00
Dan Paulat
50b6a8dd9b Animation dock widget should set 59 seconds for archive selections, instead of current time at initialization 2024-11-20 19:50:09 -06:00
Dan Paulat
6dbd020591 Change radar product manager member variable initialization 2024-11-20 19:50:09 -06:00
Dan Paulat
94bb3c9430
Merge pull request #288 from AdenKoperczak/add_qt6ct_darker_theme
Add qt6ct based fusion color palettes.
2024-11-14 05:41:18 -06:00
AdenKoperczak
73d3eedcdc Move connection creation earlier to cause it to be triggered on setting
the current value to the combobox
2024-11-04 09:51:52 -05:00
AdenKoperczak
3f52f79210 Fix spelling mistake in comment 2024-11-03 14:23:21 -05:00
AdenKoperczak
7a070b3e7f Move MarkerManager to using an ID system for markers, instead of index 2024-11-03 14:16:56 -05:00
AdenKoperczak
e16db1823d Add disabling of theme file when custom theme is not selected 2024-10-29 11:25:16 -04:00
AdenKoperczak
20b8c0da7d Add QT6CT_LIBRARY to avoid Q_DECL_IMPORT in include 2024-10-29 09:02:04 -04:00
AdenKoperczak
158a4171d2 Added theme_file to settings test cases 2024-10-29 09:01:32 -04:00
AdenKoperczak
ccf5f6a3d8 Added custom theme file selection dialog 2024-10-28 13:00:39 -04:00
AdenKoperczak
8e114c555f Update CMake files to possibly work on windows 2024-10-28 10:14:49 -04:00
Dan Paulat
e8f20938cd
Merge pull request #293 from dpaulat/hotfix/updates-on-main-thread
Ensure widgets are always updated on the main thread
2024-10-27 10:56:40 -05:00