Commit graph

747 commits

Author SHA1 Message Date
Dan Paulat
ab42772f37 Lock timeline mutexes before destroying 2023-05-24 00:12:37 -05:00
Dan Paulat
344d32081e Define constant dates outside loop 2023-05-24 00:12:13 -05:00
Dan Paulat
b162fda895 Don't crash if a bad date is provided to data provider formatter 2023-05-24 00:11:47 -05:00
Dan Paulat
afe63df72a Initialize animation dock widget date/time 2023-05-24 00:02:42 -05:00
Dan Paulat
63a746d25f Map widget time selection 2023-05-24 00:02:00 -05:00
Dan Paulat
f6de4d0742 Include radar site in time update determination 2023-05-23 22:41:27 -05:00
Dan Paulat
266be01d8f Timeline manager time selection 2023-05-22 22:46:48 -05:00
Dan Paulat
fc3b1f2d2e Updating map utility to accept a generic container 2023-05-22 22:44:52 -05:00
Dan Paulat
69730515aa Get next day in addition to previous when querying volume times 2023-05-21 23:52:03 -05:00
Dan Paulat
4bba7f4c64 Timeline Manager should have knowledge of radar site 2023-05-21 23:42:35 -05:00
Dan Paulat
a7a34e063c Active Volume Times for Radar Product Manager 2023-05-21 23:42:00 -05:00
Dan Paulat
a9f5a766cc Add NEXRAD data provider function to get time points by date 2023-05-16 22:42:09 -05:00
Dan Paulat
3bee6f65e5 Starting some timeline manager stubs 2023-05-15 23:38:39 -05:00
Dan Paulat
e1ec81e230 Adding MapTime name function 2023-05-15 23:27:54 -05:00
Dan Paulat
81eb3b1af3 Add timeline manager 2023-05-14 08:36:21 -05:00
Dan Paulat
5453997208 Adding animation control signals 2023-05-13 00:41:32 -05:00
Dan Paulat
b50bfc564f Add MapTime type 2023-05-11 23:06:53 -05:00
Dan Paulat
6e4b9cd331 Don't use RelWithDebInfo Conan packages
- Some packages fail to build (e.g., libtool)
2023-05-11 23:06:53 -05:00
Dan Paulat
aee4fecacc Configure animation dock widget display 2023-05-11 23:06:53 -05:00
Dan Paulat
0d44513d0a Add animation dock widget 2023-05-11 23:06:53 -05:00
Dan Paulat
5ad148a1a8 Bump version to 0.1.2 2023-05-11 23:05:15 -05:00
Dan Paulat
53c2f29785 Fix display scaling for custom map widgets 2023-05-11 23:03:08 -05:00
Dan Paulat
fceb5c33f7 Handle empty message lists for text event keys
Partial fix for #44, application should no longer crash, but erroneous behavior may remain
2023-05-11 23:03:00 -05:00
Dan Paulat
7f624e1263 Discord link should grant permanent membership 2023-05-10 23:15:05 -05:00
Dan Paulat
7dbccecbef Bump version to 0.1.1 2023-05-03 07:41:41 -05:00
Dan Paulat
acd77c6b0f
Merge pull request #41 from dpaulat/feature/alert-action
Feature/alert action
2023-05-03 05:36:49 -05:00
Dan Paulat
17c387657f Updating test settings data for default alert action 2023-05-02 23:30:34 -05:00
Dan Paulat
3451faf161 Move map or view alert on alert double click based on settings 2023-05-02 22:54:46 -05:00
Dan Paulat
061bc8837f Add default alert action to settings dialog 2023-05-02 22:37:30 -05:00
Dan Paulat
ff4e3e63cf Add default alert action to settings 2023-05-02 22:24:51 -05:00
Dan Paulat
411a949be9 Add AlertAction type 2023-05-02 22:13:11 -05:00
Dan Paulat
9019aa5e33
Merge pull request #40 from dpaulat/feature/maptiler
Support MapTiler
2023-04-30 19:56:55 -05:00
Dan Paulat
1c1864e45d GCC fixes for MapProvider iterator 2023-04-30 18:38:48 -05:00
Dan Paulat
98ab8904be Update MapTiler layer ordering 2023-04-30 17:09:29 -05:00
Dan Paulat
c77c899040 Cleanup use of custom provider definitions, use common map_provider.hpp 2023-04-30 14:47:30 -05:00
Dan Paulat
6f40c75a33 Updating MapLibre Native to fix satellite tiles
This fix is temporary until a more permanent fix is found. The way this is fixed breaks other MapLibre functionality.
2023-04-30 10:04:58 -05:00
Dan Paulat
e5ffe16efb Add map style combo box 2023-04-30 01:05:33 -05:00
Dan Paulat
1cd3228e22 Add Qt Image Formats plugin to CI 2023-04-29 22:02:22 -05:00
Dan Paulat
8e8567a48f Updating MapLibre Native to the latest version (2023-04-28) 2023-04-29 01:44:23 -05:00
Dan Paulat
271756bba9 Integrating map provider into existing map widget 2023-04-29 01:05:10 -05:00
Dan Paulat
ee99b51003 Add map provider helper functions 2023-04-29 00:46:02 -05:00
Dan Paulat
6c5ec2d996 Update map provider setting based on API key availability 2023-04-27 22:50:27 -05:00
Dan Paulat
9c5de8e9ee Add Map Provider and MapTiler API key to settings dialog 2023-04-27 22:33:13 -05:00
Dan Paulat
eed7e8e5e9 Add Map Provider and MapTiler to general settings 2023-04-27 22:28:42 -05:00
Dan Paulat
26067255f0
Merge pull request #39 from dpaulat/feature/release-notification
Feature/release notification
2023-04-23 03:03:34 -05:00
Dan Paulat
d005b02ec5 Remove "Enable Update Notifications" setting from Update Dialog
This is a desirable feature, but the SettingsInterface class needs work to support multiple edit widgets.
2023-04-23 00:31:37 -05:00
Dan Paulat
a609f14f1f Adding update notifications setting option 2023-04-23 00:30:18 -05:00
Dan Paulat
19f0ab9898 Connect update manager to update dialog 2023-04-22 23:33:25 -05:00
Dan Paulat
c1aa34607f Add Update Dialog 2023-04-22 23:31:23 -05:00
Dan Paulat
26ea4f4771 Use mutex to allow for concurrent update requests 2023-04-22 23:28:30 -05:00