Commit graph

75 commits

Author SHA1 Message Date
Dan Paulat
dc96e3e3ad Update ImGui to v1.92.2b 2025-08-27 22:52:25 -05:00
Dan Paulat
331b2d855f Use GLEW instead of QOpenGLFunctions 2025-07-10 21:56:17 -05:00
Dan Paulat
4955dcd2c9 Gl cleanup clang-tidy fixes 2025-05-10 16:44:06 -05:00
Dan Paulat
44a864f50f Remove GlContext from MapContext, layers receive MapContext from Initialize/Render 2025-05-10 16:43:58 -05:00
Dan Paulat
2d4ad2737e MapContext has a GlContext instead of MapContext is a GlContext 2025-05-10 16:43:11 -05:00
AdenKoperczak
24f5f0a3e3
Do not display an elevation number when there is non 2025-04-13 10:59:41 -04:00
AdenKoperczak
be972cdb7e
Add elevation to product label. Mainly for level 3 products 2025-04-13 10:20:39 -04:00
AdenKoperczak
c64cd45953
Disconnect cursor scale connection before anything overlay layer is destroid to avoid race conditions 2025-04-08 12:29:06 -04:00
AdenKoperczak
fe61f31c40
Fix signal usage and possible race condition 2025-04-07 10:15:28 -04:00
AdenKoperczak
260b7c73a4
Remove unneeded rotation of dot 2025-04-06 19:03:22 -04:00
AdenKoperczak
1c23718654
Fix rendering on setting change, and location of icon 2025-04-06 18:57:52 -04:00
AdenKoperczak
1ff686629b
Add setting for cursor icon scale 2025-04-06 17:43:44 -04:00
AdenKoperczak
2be140d291 Use layer names in ImGui Context names 2025-03-19 14:15:17 -04:00
AdenKoperczak
c139b156ee Make naming more consistent for some ImGui DrawLayer Functions 2025-03-19 14:15:17 -04:00
AdenKoperczak
6d107f6c2d Inital code for per map layer ImGui contexts 2025-03-19 14:15:17 -04:00
AdenKoperczak
36e8690ad1 Use information available during DoMousePicking instead of params from
last render in MapWidget
2025-02-03 10:50:08 -05:00
AdenKoperczak
64b679a002 Added cursor icon always on option to general settings 2024-11-30 15:43:50 -05:00
AdenKoperczak
1b79c37fd2 Removed unneeded date/chrono header includes 2024-09-27 11:55:20 -04:00
AdenKoperczak
79e39021a6 switch to using __cpp_lib_chrono to determine if chrono or date/date.h should be used 2024-09-22 12:02:38 -04:00
AdenKoperczak
c5d004aa48 fixed __clange__ spelling mistake 2024-09-21 12:44:24 -04:00
AdenKoperczak
d9f9e89b19 do not include date/date.h for clang 2024-09-19 14:38:53 -04:00
Dan Paulat
0b64a8eae3 Enable transparency for all draw layers 2024-08-03 23:25:39 -05:00
Dan Paulat
f4bc2572d2 Display mouse cursor icon on maps when Ctrl is held 2024-04-21 00:12:19 -05:00
Dan Paulat
9cb29c6b9a Add icon visibility method to geo icons, update only dirty icons 2024-04-20 00:34:50 -05:00
Dan Paulat
fcf6ef800b Add map center icon to overlay layer 2024-04-20 00:32:48 -05:00
Dan Paulat
d3375de968 Display time zone according to settings 2024-03-29 22:54:02 -05:00
Dan Paulat
5fb9dc6a5f Display clock format defined in settings on map 2024-03-29 01:06:28 -05:00
Dan Paulat
35bd2433a7 Update map immediately if map logo or attribution is toggled 2024-03-08 00:55:55 -06:00
Dan Paulat
931b5d8481 Add visibility to icon draw items 2024-03-08 00:45:06 -06:00
Dan Paulat
074a39d224 Add map logo to map 2024-03-05 22:56:27 -06:00
Dan Paulat
2a8a16e79f Add map attribution to display 2024-03-02 23:41:37 -06:00
Dan Paulat
1fd52f771c Refactor QMapLibreGL to QMapLibre 2024-03-02 00:58:25 -06:00
Dan Paulat
2d6181b12a Remove includes from map context where only class or struct declaration is required 2024-02-16 22:25:38 -06:00
Dan Paulat
0803a93f15 Compass icon updates for Linux 2024-01-14 00:09:23 -06:00
Dan Paulat
dfe1695385 Adjust the compass icon to always appear below the sweep time window 2024-01-13 23:50:48 -06:00
Dan Paulat
9c7e3eb7e6 Add compass icon to map showing bearing, and allow reset to north up 2024-01-13 23:32:06 -06:00
Dan Paulat
b3e035c53d Add ability to install event handlers from mouse picking 2024-01-13 23:16:38 -06:00
Dan Paulat
447f3ee821 Don't allow hover over sweep time if there is no data to display, preventing crash 2024-01-09 23:02:44 -06:00
Dan Paulat
a2f2181f1b Add geographic coordinates to mouse picking functions 2024-01-02 00:45:15 -06:00
Dan Paulat
ad4ae80da8 Fix first time display of location icon 2023-11-23 22:17:43 -06:00
Dan Paulat
7057f14b22 Shrinking location crosshairs to 24x24, rotating 45 degrees 2023-11-23 22:16:00 -06:00
Dan Paulat
9590e2cc52 Add location icon to overlay layer 2023-11-23 08:22:19 -06:00
Dan Paulat
c91b1c9a65 Remove unused includes from overlay layer 2023-11-23 08:21:46 -06:00
Dan Paulat
1e7df9f236 Hover over time for additional product information 2023-11-19 07:56:52 -06:00
Dan Paulat
c2918daebf Cleanup unused freetype dependencies and old text rendering 2023-11-17 21:21:37 -06:00
Dan Paulat
38b56be7c4 Mouse picking boilerplate 2023-08-27 00:29:17 -05:00
Dan Paulat
53c2f29785 Fix display scaling for custom map widgets 2023-05-11 23:03:08 -05:00
Dan Paulat
023688b746 General GCC compilation fixes 2023-04-17 18:37:23 -05:00
Dan Paulat
593010acc2 Use HH date library when not using MSVC 2023-04-17 18:16:36 -05:00
Dan Paulat
509fc76653 Guard pragma warning statements with ifdef msvc 2023-04-16 01:02:56 -05:00