| .. |
|
color.cpp
|
Refactor color validator from settings to utility source
|
2024-09-29 07:34:06 -05:00 |
|
color.hpp
|
Refactor color validator from settings to utility source
|
2024-09-29 07:34:06 -05:00 |
|
file.cpp
|
Enable loading color palettes from embedded Qt resources
|
2023-01-02 00:23:46 -06:00 |
|
file.hpp
|
Enable loading color palettes from embedded Qt resources
|
2023-01-02 00:23:46 -06:00 |
|
geographic_lib.cpp
|
removed usage of trace
|
2024-07-26 12:12:52 -04:00 |
|
geographic_lib.hpp
|
Changed code to find a distance, useful for both in range and general distance.
|
2024-07-07 13:14:01 -04:00 |
|
imgui.cpp
|
Update imgui to v1.89.9
|
2023-11-10 05:18:56 -06:00 |
|
imgui.hpp
|
Refactoring map and ImGui functions from hover text
|
2023-08-28 23:43:07 -05:00 |
|
json.cpp
|
Use boost::system::error_code for boost 1.85.0
|
2024-05-03 18:13:40 -05:00 |
|
json.hpp
|
Removing unused JSON functionality
|
2022-12-23 00:14:15 -06:00 |
|
maplibre.cpp
|
clang tidy/format fixes for add_custom_layer_dialog
|
2025-03-28 11:07:41 -04:00 |
|
maplibre.hpp
|
Move code from map_widget and custom_layer_dialog to util/maplibre
|
2025-03-28 11:07:41 -04:00 |
|
network.cpp
|
Fixed issue with NormalizeUrl where whitespace trimming was not
|
2024-11-25 11:42:17 -05:00 |
|
network.hpp
|
Load placefile icons into texture atlas cache
|
2023-07-30 00:40:05 -05:00 |
|
q_color_modulate.cpp
|
First pass fixes from discussions. Mostly linter fixes
|
2025-01-11 10:50:10 -05:00 |
|
q_color_modulate.hpp
|
First pass fixes from discussions. Mostly linter fixes
|
2025-01-11 10:50:10 -05:00 |
|
q_file_buffer.cpp
|
Added default value for clang (has unreachable enum value)
|
2024-09-19 11:55:42 -04:00 |
|
q_file_buffer.hpp
|
Missing includes
|
2023-04-17 18:31:23 -05:00 |
|
q_file_input_stream.cpp
|
Initial QFileInputStream implementation
|
2023-01-01 21:44:03 -06:00 |
|
q_file_input_stream.hpp
|
Missing includes
|
2023-04-17 18:31:23 -05:00 |
|
streams.hpp
|
Add stream support class for QIODevice to boost::iostreams::stream
|
2022-10-04 23:09:36 -05:00 |
|
texture_atlas.cpp
|
Add setting for cursor icon scale
|
2025-04-06 17:43:44 -04:00 |
|
texture_atlas.hpp
|
Add setting for cursor icon scale
|
2025-04-06 17:43:44 -04:00 |
|
time.cpp
|
remove commented out unused variables
|
2024-09-20 13:27:27 -04:00 |
|
time.hpp
|
QDate::toStdSysDays is needlessly behind __cpp_lib_chrono >= 201907L
|
2023-05-26 22:42:06 -05:00 |
|
tooltip.cpp
|
Resize tooltip label every frame to account for text changes
|
2023-10-10 21:48:20 -05:00 |
|
tooltip.hpp
|
Refactor tooltip display
|
2023-09-09 00:49:23 -05:00 |